/*
	Theme Name: Warner Photography 2013 Theme
	Description: A custom child theme created for the Genesis Framework.
	Author: Bednar Multimedia
	Author URI: http://www.bednarmultimedia.com/

	Version: 1.0
	
	Template: genesis
	Template Version: 1.7.1

*/

/* Table of Contents

* Import Fonts
* Defaults
* Hyperlinks
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Navigation Constants
* Header Right Navigation
* Primary Navigation
* Primary Navigation Extras
* Secondary Navigation
* Welcome
* Featured
* Portfolio
* Inner
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Column Classes
* Headlines
* Unordered / Ordered Lists
* Post Info
* Post Meta
* Author Box
* Archive Page
* Post Icons
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Comments
* Gravity Forms

*/


/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
input,
select,
textarea {
	color: #7F7F7F;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

input,
select,
textarea,
.sticky,
.taxonomy-description {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

li,
ol,
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #5598ce;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}
a {outline : none;}
a img {outline : none;}
.flowplayer_container, object, embed {border:none;outline:none;}


/* Wrap
------------------------------------------------------------ */
body {	
	background-color: #0c0b0b;
	/* background-image: url(images/bg_horizontal_stripes2_10x1300.png);
	background-repeat:repeat-x;
	*/
	background-image: url(images/bg_horizontal_stripes_13x33.png);
	background-attachment:fixed
}
#wrap {
	margin: 0 auto;
	overflow: hidden;
	background:url(images/bg_radial-gradient_middle.png);
	background-repeat:no-repeat;
	background-position:top right;
	background-attachment:fixed;
}
.wrap {
	width:960px;
	margin:0 auto;
}
#nav .wrap {
	width:auto;
	margin:0;
}
/* Header
------------------------------------------------------------ */

#header {
	min-height: 120px;
	margin: 30px auto 10px;
	overflow: hidden;
	width: 960px;
}

.page-template-pagelanding-php #header {
	margin: 20px auto 0;
}

#title-area {
	float: left;
	overflow: hidden;
	padding: 25px 0 0 0;
	width: 560px;
}
	
#title {
	font-size: 48px;
	line-height: 48px;
	text-transform: uppercase;
}

.header-full-width #title {
	text-align: center;
}

#title a,
#title a:hover {
	color: #444;
	text-align: center;
	text-decoration: none;
	width: 560px;
}

#description {
	display: none;
}

.header-full-width #description {
	text-align: center;
}

#header .widget-area {
	float: right;
	width: 360px;
	padding-top:10px;
}


/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	height: 120px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	z-index:9998;
}

.header-image #description {
	display: block;
	overflow: hidden;
}


/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width #title-area,
.header-full-width #title,
.header-full-width #title a {
	width: 560px;
}


/* Navigation Constants
------------------------------------------------------------ */

li:hover ul ul,
li.sfHover ul ul {
	left: -9999px;
}

li:hover,
li.sfHover { 
	position: static;
}


/* Header Right Navigation
------------------------------------------------------------ */

#header .widget-area ul.nav,
#header .widget-area ul.menu {
	float: right;
	padding: 30px 0 0 0;
}

#header .widget-area ul.nav ul,
#header .widget-area ul.menu ul {
	float: right;
	margin: 0;
	padding: 0;
	width: 100%;
}

#header .widget-area ul.nav li,
#header .widget-area ul.menu li {
	float: left;
	list-style-type: none;
	text-transform: uppercase;
}

#header .widget-area ul.nav li a,
#header .widget-area ul.menu li a {
	color: #444;
	display: block;
	font-size: 12px;
	padding: 7px 10px 5px;
	position: relative;
	text-decoration: none;
}

#header .widget-area ul.nav li a:hover,
#header .widget-area ul.nav li a:active,
#header .widget-area ul.nav .current_page_item a,
#header .widget-area ul.nav .current-cat a,
#header .widget-area ul.nav .current-menu-item a,
#header .widget-area ul.menu li a:hover,
#header .widget-area ul.menu li a:active,
#header .widget-area ul.menu .current_page_item a,
#header .widget-area ul.menu .current-cat a,
#header .widget-area ul.menu .current-menu-item a {
	color: #5598ce;
}

#header .widget-area ul.nav li a .sf-sub-indicator,
#header .widget-area ul.menu li a .sf-sub-indicator {
	display: block;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
}

#header .widget-area ul.nav li li a,
#header .widget-area ul.nav li li a:link,
#header .widget-area ul.nav li li a:visited,
#header .widget-area ul.menu li li a,
#header .widget-area ul.menu li li a:link,
#header .widget-area ul.menu li li a:visited {
	background-color: #fff;
	border: 1px solid #eee;
	border-top-width: 0;
	color: #444;
	font-size: 11px;
	padding: 6px 10px 4px;
	position: relative;
	text-transform: none;
	width: 138px;
}

#header .widget-area ul.nav li li a:hover,
#header .widget-area ul.nav li li a:active,
#header .widget-area ul.menu li li a:hover,
#header .widget-area ul.menu li li a:active {
	color: #5598ce;
}

#header .widget-area ul.nav li ul,
#header .widget-area ul.menu li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

#header .widget-area ul.nav li ul a,
#header .widget-area ul.menu li ul a { 
	width: 140px;
}

#header .widget-area ul.nav li ul ul,
#header .widget-area ul.menu li ul ul {
	margin: -33px 0 0 159px;
}

#header .widget-area ul.nav li:hover>ul,
#header .widget-area ul.nav li.sfHover ul,
#header .widget-area ul.menu li:hover>ul,
#header .widget-area ul.menu li.sfHover ul {
	left: auto;
}


/* Primary Navigation
------------------------------------------------------------ */

#nav {
	/*
	border-top:1px solid #2d2d2d;
	border-bottom:1px solid #2d2d2d;
	*/
	clear: both;
	color: #444;
	font-size: 14px;
	margin: -55px 0 0;
	overflow: hidden;
	float:right;
	height:30px;
	z-index:9999;
}

#nav ul {
	float: left;
	width: 100%;
}

#nav li {
	float: left;
	list-style-type: none;
}

#nav li a {
	color: #7F7F7F;
	display: block;
	padding: 6px 25px 4px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	border:1px solid #595959;
	margin-right:3px;
	background:#000;
}
#nav li#menu-item-48 a {
	width:27px;
	height:26px;
	background:url(images/bg_home-btn.png);
	background-color:#000;
	background-repeat:no-repeat;
	text-indent:-10000px;
	padding:0;
}
#nav li#menu-item-48 a:hover,
#nav li#menu-item-48 a:active,
#nav li#menu-item-48.current_page_item a {
	background-color:#092b39;
}

#nav li a:hover {
	background-color:#092b39;
	color:#7F7F7F
}
#nav li a:active,
#nav .current_page_item a,
#nav .current-cat a,
#nav .current-menu-item a {
	background:#1d1d1d;
	color:#7F7F7F
}

#nav li a .sf-sub-indicator {
	display: block;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
}

#nav li li a,
#nav li li a:link,
#nav li li a:visited {
	background-color: #000;
	border: 1px solid #595959;
	border-top-width: 0;
	color: #7F7F7F;
	font-size: 14px;
	padding: 6px 10px 4px;
	position: relative;
	text-transform: none;
	width: 138px;
}

#nav li li a:hover,
#nav li li a:active {
	color: #fff;
	background:#092b39;
}

#nav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

#nav li ul a { 
	width: 140px;
}

#nav li ul ul {
	margin: -33px 0 0 159px;
}

#nav li:hover>ul,
#nav li.sfHover ul {
	left: auto;
}


/* Primary Navigation Extras
------------------------------------------------------------ */

#nav li.right {
	float: right;
	padding: 10px 10px 8px;
	text-transform: uppercase;
}

#nav li.right a {
	background: none;
	border: none;
	color: #444;
	display: inline;
	text-decoration: none;
}

#nav li.right a:hover {
	color: #5598ce;
	text-decoration: none;
}

#nav li.search {
	padding: 0 10px;
}

#nav li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 0 0 0 16px;
}

#nav li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 0 0 0 20px;
}


/* Secondary Navigation
------------------------------------------------------------ */

#subnav {
	border-bottom: 3px double #eee;
	clear: both;
	color: #444;
	font-size: 12px;
	margin: 0 auto;
	overflow: hidden;
	width: 960px;
}

#subnav ul {
	float: left;
	width: 100%;
}

#subnav li {
	float: left;
	list-style-type: none;
}

#subnav li a {
	color: #444;
	display: block;
	padding: 10px 10px 9px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

#subnav li a:hover,
#subnav li a:active,
#subnav .current_page_item a,
#subnav .current-cat a,
#subnav .current-menu-item a {
	color: #5598ce;
}

#subnav li a .sf-sub-indicator {
	display: block;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
}

#subnav li li a,
#subnav li li a:link,
#subnav li li a:visited {
	background-color: #fff;
	border: 1px solid #eee;
	border-top-width: 0;
	color: #444;
	font-size: 11px;
	padding: 6px 10px 4px;
	position: relative;
	text-transform: none;
	width: 138px;
}

#subnav li li a:hover,
#subnav li li a:active {
	color: #5598ce;
}

#subnav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

#subnav li ul a { 
	width: 140px;
}

#subnav li ul ul {
	margin: -33px 0 0 159px;
}

#subnav li:hover>ul,
#subnav li.sfHover ul {
	left: auto;
}


/* Inner
------------------------------------------------------------ */

#inner {
	margin: 0 auto;
	overflow: hidden;
	padding: 10px 0 60px;
	width: 960px;
}
/*
.page-template-home-php #inner {
	padding: 0 0 15px;
	margin:0;
	width:100%;
	background-color:#000;
}
/*

/* Welcome
------------------------------------------------------------ */

.welcome {
	margin: 0 auto;
	padding: 0 0 0;
	width: 960px;
}

.welcome,
.welcome p {
	color: #444;
	font-family: 'Droid Serif', arial, serif;
	font-size: 24px;
	font-weight: normal;
}


/* Featured
------------------------------------------------------------ */

.featured {
	margin: 0 auto;
	overflow: hidden;
	padding: 25px 0;
	width: 960px;
}

.featured p {
	padding: 0 0 15px;
}


/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	background: #f5f5f5;
	color: #444;
	font-size: 12px;
	margin: 0 auto 30px;
	padding: 5px 10px;
}

.breadcrumb a,
.breadcrumb a:visited {
	text-decoration: none;
}

.breadcrumb a:hover {
	text-decoration: underline;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	margin: 0 0 30px;
	padding: 10px;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	float: left;
	width: 790px;
	min-height:600px;
}
/*
.page-template-home-php #content-sidebar-wrap {
	width:960px;
	margin:0 auto;
	float:none;
}
*/
.content-sidebar #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 960px;
}

.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
}

.full-width-content #content-sidebar-wrap {
	width: 960px;
}


/* Content
------------------------------------------------------------ */

#content {
	float: left;
	width: 490px;
}
#content img {
	max-width:100%;
	height:auto;
}
.content-sidebar #content,
.sidebar-content #content {
	width: 640px;
}

.sidebar-content #content,
.sidebar-sidebar-content #content {
	float: right;
}

.full-width-content #content {
	width: 960px;
}

.page-template-pagelanding-php #content  {
	padding: 20px 100px 0;
	width: 760px;
}

blockquote {
	background: url(images/blockquote.png) no-repeat top left;
	margin: 0 0 20px;
	padding: 25px 30px 5px 70px;
}

blockquote p {
	color: #777;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 14px;
	font-style: italic;
}

.post {
	margin: 0 0 25px;
	overflow: hidden;
	padding: 0 0 25px;
}

.single .post {
	background: none;
	border: none;
	margin: 0 0 10px;
	padding: 0;
}

.entry-content a,
.entry-content a:visited {
	text-decoration: underline;
}

.entry-content a:hover {
	text-decoration: none;
}

.entry-content .archive-page a,
.entry-content .archive-page a:visited {
	text-decoration: none;
}

.entry-content .archive-page a:hover {
	text-decoration: underline;
}

.entry-content p,
.page .entry-content p {
	padding: 0 0 20px;
}

p.subscribe-to-comments {
   padding: 20px 0 10px;
}

.clear {
	clear: both;
}

.clear-line {
	clear: both;
	margin: 0 0 15px;
}


/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}
.size1of2,
#featured-post-3 .post {
	width: 685px;
	float: left;
	margin: 0 0 20px;
	padding-right: 30px;
}
.size1of3 {
	width:310px;
	float:left;
	margin:0 0 10px;
	padding:0 10px 0 0;
}

.size1of4 {
	width: 228px;	
	float: left;
	margin: 0 0 12px;
	padding: 0 12px 0 0;
}

.size1of5 {
	width: 248px;	
	float: left;
	margin: 0 0 40px;
	padding-right: 40px;
}

/*
.size1of5 a img, .size1of5 a           { border: none; float: left; transition:none; -moz-transition: none; -webkit-transition: all 0.2s ease-in-out; }
.size1of5 a                               { margin: 7px; }
.size1of5 a:hover                         { outline: 7px solid #c15525; }
*/

.size1of5 a img, .size1of5 a           { border: none; overflow: hidden; float: left; transition:none; -moz-transition: none; -webkit-transition: all 0.2s ease-in-out;}
.size1of5 a:hover                         { border: 7px solid #c15525; }
.size1of5 a:hover img                     { width:234px; height:111px }

.size1of5 h4 {
	margin-bottom:0;
}

/* Basic Portfolio Grid
------------------------------------------------------------ */

.grid .type-media.size1of3 img.post-image {
	width: 308px;
	height: auto;
	padding: 0;
	margin: 0 auto;
	border:1px solid #595959;
}
.grid .type-media.size1of4 img.post-image {
	width: 226px;
	height: 226px;
	padding: 0;
	margin: 0 auto;
	border:1px solid #595959;
}
.grid {
	width:960px;
	overflow:hidden;
}

/* Masonry Grid
------------------------------------------------------------ */

#bm-media-grid { width:960px;visibility: hidden;height:0px; }
#bm-media-grid.masonry { visibility: visible;height:auto; }


.media-item {
  width: 310px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.media-item img {
	width:308px;
	height:auto;
	border:1px solid #595959;
	z-index:100;
}
.media-icon,
a.media-icon,
a.media-icon:visited {
	background-color:#000;
	color:#fff;
	/* text-shadow: 0 2px 2px #000; */
	padding:1px 8px!important;
	margin:0!important;
	font-size:12px;
	text-decoration:none;
	position:absolute;
	display:inline-block;
	bottom:1px;
	right:1px;
}
.info_btn {
	width:24px;
	height:24px;
	background-image:url(images/btn_info.png);
	background-repeat:no-repeat;
	padding:0;
	margin:0;
	text-indent:-99999px;
	text-decoration:none;
	position:absolute;
	display:inline-block;
	bottom:1px;
	right:1px;
}

.media-icon.gigapixel {
	background-color:#bad000;
}
.media-icon.cinemagraph {
	background-color:#67097b;
}
.media-icon.video {
	background-color:#5598ce;
}


/* Play Button Overlay
------------------------------------------------------------ */
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.media-item {
    position: relative;
    display: inline-block;
}
.media-item img {
    z-index: 10;
}
.play_btn {
    background: url('images/btn_play_blue.png') center center no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 48px;
    height: 48px;
    margin: -24px 0 0 -24px;
    z-index: 11;
}
.gigapixel_play {
    background: url('images/btn_expand.png') center center no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 48px;
    height: 48px;
    margin: -24px 0 0 -24px;
    z-index: 11;
}
/*
.tint {  
	position: relative;  
	float: left; 
}  
  
.tint:before {  
	content: "";  
	display: block;  
	position: absolute;  
	top: 0;  
	bottom: 0;  
	left: 0;  
	right: 0;  
	background: rgba(0,0,0, 0.5);  
	-moz-transition: background .3s linear;  
	-webkit-transition: background .3s linear;  
	-ms-transition: background .3s linear;  
	-o-transition: background .3s linear;  
	transition: background .3s linear;  
	z-index:0
}  
  
.tint:hover:before {  
	background: none;  
} 
*/

/* Headlines
------------------------------------------------------------ */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #9a9a9a;
	margin: 0 0 10px;
}

h1,
h2,
h2 a,
h2 a:visited {
	color: #9a9a9a;
	font-size: 24px;
	line-height: 30px;
}

.featured h2,
.featured h2 a,
.featured h2 a:visited {
	font-size: 24px;
	line-height: 30px;
	margin: 0 0 15px;
}

h2 a:hover {
	color: #5598ce;
	text-decoration: none;
}

h3 {
	font-size: 24px;
}

h4,
h4 a,
h4 a:hover,
h4 a:visited {
	color: #444;
	font-size: 20px;
	text-decoration: none;
}

.widget-area h4 {
	font-size: 14px;
	margin: 0 0 5px;
	text-transform: uppercase;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}


/* Unordered / Ordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 20px;
}

.entry-content ol {
	margin: 0;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: square;
	margin: 0 0 0 30px;
	padding: 0;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ul ul,
.entry-content ol ol {
	padding: 0;
}


/* Post Info
------------------------------------------------------------ */

.post-info {
	font-size: 11px;
	margin: 5px 0 15px;
	text-transform: uppercase;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	display:none;
	background-color: #0c0b0b;
	clear: both;
	font-size: 11px;
	padding: 7px 10px 5px;
	text-transform: uppercase;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	background-color: #f5f5f5;
	margin: 0 0 40px;
	padding: 10px;
	overflow: hidden;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0 0;
	width: 48%;
}


/* Post Icons
------------------------------------------------------------ */

.categories {
	background: url(images/icon-categories.png) no-repeat top left;
	padding: 2px 0 2px 22px;
}
	
.post-comments {
	background: url(images/icon-comments.png) no-repeat top left;
	margin: 0 0 0 10px;
	padding: 2px 0 2px 22px;
}

.tags {
	background: url(images/icon-tags.png) no-repeat top left;
	margin: 0 0 0 10px;
	padding: 2px 0 2px 20px;
}
	
.time {
	background: url(images/icon-time.png) no-repeat top left;
	padding: 2px 0 2px 21px;
}


/* Images
------------------------------------------------------------ */

.featured a img {
	border: 1px solid #ddd;
	padding: 4px;
}

.featured a:hover img {
	border: 1px solid #999;
}

.featuredpage img,
.featuredpost img {
	margin: 0 10px 0 0;
}

.avatar,
.post-image {	
	border: 1px solid #595959;
	/*
	background-color: #f5f5f5;
	padding: 4px;
	*/
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	height: 80px;
	margin: 0 10px 0 0;
	width: 80px;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar { 
	background-color: #fff;
	float: left;
	height: 30px;
	margin: 0 5px 0 0;
	padding: 4px;
	width: 30px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
	border:1px solid #595959;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
	border:1px solid #595959;
}

img.alignleft {
	display: inline;
	margin: 0 20px 10px 0;
	border:1px solid #595959;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 20px;
	border:1px solid #595959;
}

.alignleft {
	float: left;
	margin: 0 10px 0 0;
}

.alignright {
	float: right;
	margin: 0 0 0 10px;
}
img.noborder {
	border:none!important;
}
.wp-caption {
	text-align: center;
}

p.wp-caption-text {
	font-size: 11px;
	line-height: 12px;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

.gallery-caption {
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	border: 1px solid #ddd;
	padding: 5px 8px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #f5f5f5;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	background: #0c0b0b;
	display: inline;
	float: right;
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 20px;
	padding: 15px 15px 5px;
	width: 270px;
	color:#7f7f7f;
}

#sidebar-alt {
	display:none;
	background: #f5f5f5;
	float: left;
	padding: 15px 15px 5px;
	width: 120px;
}

.sidebar p {
	font-size: 13px;
	line-height: 20px;
}
.sidebar img {
	max-width:100%!important;
	max-height:auto!important;
}
.sidebar-bottom-left {
	display: inline;
	float: left;
	width: 110px;
}
	
.sidebar-bottom-right {
	display: inline;
	float: right;
	width: 125px;
}

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt {
	float: right;
}

.sidebar .widget {
	margin: 0 0 15px;
	padding: 0 0 20px;
}

.widget-area ol,
.widget-area ul {
	margin: 0 0 0 20px;
}

.widget-area ul li {
	list-style-type: square;
 	word-wrap: break-word;
}

.widget-area ol li {
	list-style-type: decimal;
}


/* Dropdowns
------------------------------------------------------------ */

#cat,
.widget_archive select {
	background-color: #fff;
	color: #5598ce;
	display: inline;
	font-size: 12px;
	margin: 2px 0 0;
	padding: 3px;
	width: 100%;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
	border: none;
	margin: 0 ;
	overflow: hidden;
	padding: 0;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}


/* Buttons
------------------------------------------------------------ */

div.gform_footer input.button,
.enews #subbutton,
.searchsubmit,
#submit {
	background-color: #000;
	border: 1px solid #595959;
	color: #7f7f7f !important;
	cursor: pointer;
	font-size: 12px;
	font-weight: normal;
	padding: 4px 7px;
	text-decoration: none;
}

#nav .searchsubmit {
	padding: 2px 7px;
}

div.gform_footer input.button:hover,
.enews #subbutton:hover,
.searchsubmit:hover,
#submit:hover {
	background-color: #1d1d1d;
	border: 1px solid #595959;
	color: #fff;
	text-decoration: none;
}


/* Search Form
------------------------------------------------------------ */

#header .searchform {
	float: right;
	padding: 0 0;
}

#nav .searchform {
	float: right;
	margin: 1px 0 0;
}

.s {
	background-color: #fff;
	color: #5598ce;
	font-size: 12px;
	margin: 5px 1px 0 0;
	padding: 4px 0 5px 7px;
	width: 175px;
}

#nav .s {
	padding: 2px 0 2px 5px;
}


/* eNews and Update Widget
------------------------------------------------------------ */

.enews #subbox {
	background-color: #fff;
	color: #5598ce;
	font-size: 12px;
	margin: 5px 5px 0 0;
	padding: 4px 0 5px 7px;
	width: 195px;
}


/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f5f5f5;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}


/* Footer Widgets
------------------------------------------------------------ */
 
#footer-widgets {
	clear: both;
	font-size: 12px;
	margin: 0 auto 0;
	overflow: hidden;
	padding: 15px 0 15px 0;
	width: 960px;
	color:#444;
}
 
#footer-widgets .widget {
	background: none;
	border: none;
	padding: 0;
}
#footer-widgets .textwidget {
	font-size:14px;
}
#footer-widgets .textwidget a {
	color:#444;
}
#footer-widgets .textwidget a .cufon {
	border-bottom: 1px dotted #444;
}
#footer-widgets p {
	padding: 0 0 15px;
}
 
#footer-widgets ul {
	list-style-type: none;
	margin: 0 0 15px;
}
 
#footer-widgets ul li {
	list-style-type: square;
	margin: 0 0 0 15px;
}

#footer-widgets #wp-calendar thead,
#footer-widgets #wp-calendar td {
	background: none;
}

.footer-widgets-1 {
	float: left;
	padding: 0 30px 0 0;
	width: 700px;
}
 
.footer-widgets-2 {
	float: right;
}
 
.footer-widgets-3 {
	float: right;
	width: 300px;
}


/* Footer
------------------------------------------------------------ */

#footer {
	/*
	clear: both;
	font-size: 12px;
	overflow: hidden;
	margin: 0 auto;
	padding: 10px 0;
	width: 960px;
	border-top:1px solid #232323;
	*/
	position:fixed;
	bottom:0px;
	padding:12px 0;
	background:#65666a;
	width:100%;
	clear:both;
	z-index:99999;
	border-top:10px solid #000;
	color: #a3a4a6;
	text-transform:uppercase;
}

#footer p {
	color: #a3a4a6;
	font-size: 12px;
	text-transform:uppercase;
	
}
#footer .wrap {
	text-align:center;
}
#footer a,
#footer a:visited {
	color: #a3a4a6;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
	text-decoration: none;
}

#footer .gototop {
	float: left;
	padding: 0 0 0 5px;
	width: 200px;
}

#footer .gototop a {
	background: url(images/return-top-arrow.png) no-repeat center left;
	padding: 5px 0 5px 36px;
}

#footer .creds {
	float: right;
	text-align: right;
	width: 755px;
}
#footer cufon {
}

/* Comments
------------------------------------------------------------ */

#comments,
#respond {
	margin: 0 0 30px;
	overflow: hidden;
}

#comments {
	font-size: 13px;
	line-height: 20px;
}

#author,
#comment,
#email,
#url {
	font-size: 12px;
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	margin: 0;
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	list-style: none;
	margin: 10px 0 0;
	padding: 10px;
}

.comment-list li ul li {
	list-style-type: none;
}

.comment-list p,
.ping-list p {
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	margin: 10px 5px 10px 0;
	padding: 0;
	text-transform: none;
}

.comment-list ul.children {
	margin-top: 20px;
}

.comment-list ul.children li.comment  {
	background: #fff;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
	font-weight: bold;
}

.commentmetadata {
	font-weight:normal;
}

.comment-author { 
	background: #e5e5e5;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 10px 0;
}

.comment-meta { 
	background: #e5e5e5;
	font-size: 12px;
	padding: 0 10px 8px;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
	padding: 0;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
	background: #f5f5f5;
}

.alt,
.depth-1,
.even {
	border: 1px solid #ddd;
}


	
/***** Contact Form ********************/

.gform_wrapper input, .gform_wrapper textarea, .gform_wrapper select {
	background: #222222 !important;
	color: #FFFFFF;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	padding: 3px 0 3px 3px;
	margin: 5px 0 5px 0;
	border: 1px solid #333333;
	}
.entry-content .gform_wrapper {
	padding-top:15px;
}
.entry-content .gform_wrapper ul li {
    margin: 0;
    padding: 0;
}
	
.gform_footer .button {
	text-decoration: none;
	text-transform: uppercase;
    margin: 0;
	padding: 2px 5px 2px 5px;
	border: none;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	
.gform_footer .button:hover {
	}
	
.gform_footer input.button {
	color: #FFFFFF !important;
	}
	
.gform_wrapper .gform_footer {
	border: none!important;
	padding:10px 0!important;
	margin:0 0 10px!important;
	}

.gform_wrapper .gfield_required {
    color: #c00053!important;
}
/* Social Networking
------------------------------------------------------------ */
.fb-like-box {
	margin-left:-12px;
}
a.btn-facebook {
	text-indent:-20000px;
	width:20px;
	height:20px;
	background-image:url(images/facebook_wp.png);
	background-repeat:no-repeat;
	background-position:bottom left;
	display:block;
	float:right;
	margin:-6px 10px 0 0;	
	background-size:100%;
}
a.btn-facebook:hover {
	background-position:top left;
}
a.btn-twitter {
	text-indent:-20000px;
	width:20px;
	height:20px;
	background-image:url(images/twitter_wp.png);
	background-repeat:no-repeat;
	background-position:bottom left;
	display:block;	
	float:right;
	background-size:100%;
	margin:-6px 0 0 0;
}
a.btn-twitter:hover {
	background-position:top left;
}
a.btn-linkedin {
	text-indent:-20000px;
	width:20px;
	height:20px;
	background-image:url(images/linkedin_wp.png);
	background-repeat:no-repeat;
	background-position:bottom left;
	display:block;	
	float:right;
	background-size:100%;
	margin:-6px 0 0 0;
}
a.btn-linkedin:hover {
	background-position:top left;
}
.facebook-like-box {
    width: 290px;
    height: 296px;
    overflow: hidden;
    position: relative; /* For IE7 Compatibility */
}

.facebook-like-box .inner {
    margin: -2px 0 0 -2px;
}

.sidebar .simple-social-icons {
	margin:-20px 0 0;
}
#header .top-social-icons {
	width:140px;
	float:right;
	margin-top:-102px;
}
.entry-content .top-social-icons {
	width:140px;
}
.top-social-button.facebook {
	text-indent:-20000px;
	width:30px;
	height:30px;
	background-image:url(images/btn_facebook_30x60.png);
	background-repeat:no-repeat;
	background-position:top center;
	display:block;	
	float:right;
	background-size:100%;
	margin:0 0 0 4px;
}

.top-social-button.facebook:hover {
	background-position:bottom center;
}
.top-social-button.linkedin {
	text-indent:-20000px;
	width:30px;
	height:30px;
	background-image:url(images/btn_linkedIn_30x60.png);
	background-repeat:no-repeat;
	background-position:top center;
	display:block;	
	float:right;
	background-size:100%;
	margin:0 0 0 4px;
}

.top-social-button.linkedin:hover {
	background-position:bottom center;
}
.top-social-button.instagram {
	text-indent:-20000px;
	width:30px;
	height:30px;
	background-image:url(images/btn_instagram_30x60.png);
	background-repeat:no-repeat;
	background-position:top center;
	display:block;	
	float:right;
	background-size:100%;
	margin:0 0 0 4px;
}

.top-social-button.instagram:hover {
	background-position:bottom center;
}
.top-social-button.vimeo {
	text-indent:-20000px;
	width:30px;
	height:30px;
	background-image:url(images/btn_vimeo_30x60.png);
	background-repeat:no-repeat;
	background-position:top center;
	display:block;	
	float:right;
	background-size:100%;
	margin:0 0 0 4px;
}

.top-social-button.vimeo:hover {
	background-position:bottom center;
}




.responsive-iframe-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
	clear:both;
	border:10px solid #000;
}
.responsive-iframe-container iframe,   
.vresponsive-iframe-container object,  
.vresponsive-iframe-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


	
/**
 * Cleaner Gallery Stylesheet
 * @version 0.9.5
 */

.gallery {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0 auto;
}
.gallery .gallery-row {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0;
}
.gallery .gallery-item {
	overflow: hidden;
	float: left;
	margin: 0;
	text-align: center;
	list-style: none;
	padding: 0;
}
.gallery .gallery-item .gallery-icon img {
	width: auto;
	max-width: 99%;
	height: auto;
	/* padding: 1%; */
	padding: 0;
	margin: 0 auto;
	border:1px solid #595959;
}
.gallery-caption {
	margin-left: 0;
}
/* Image sizes depending on the number of columns */

.gallery .col-0 {
	width: 100%;
}
.gallery .col-1 {
	width: 100%;
}
.gallery .col-2 {
	width: 50%;
}
.gallery .col-3 {
	width: 33.33%;
}
.gallery .col-4 {
	width: 25%;
}
.gallery .col-5 {
	width: 20%;
}
.gallery .col-6 {
	width: 16.66%;
}
.gallery .col-7 {
	width: 14.28%;
}
.gallery .col-8 {
	width: 12.5%;
}
.gallery .col-9 {
	width: 11.11%;
}
.gallery .col-10 {
	width: 10%;
}
.gallery .col-11 {
	width: 9.09%;
}
.gallery .col-12 {
	width: 8.33%;
}
.gallery .col-13 {
	width: 7.69%;
}
.gallery .col-14 {
	width: 7.14%;
}
.gallery .col-15 {
	width: 6.66%;
}
.gallery .col-16 {
	width: 6.25%;
}
.gallery .col-17 {
	width: 5.88%;
}
.gallery .col-18 {
	width: 5.55%;
}
.gallery .col-19 {
	width: 5.26%;
}
.gallery .col-20 {
	width: 5%;
}
.gallery .col-21 {
	width: 4.76%;
}
.gallery .col-22 {
	width: 4.54%;
}
.gallery .col-23 {
	width: 4.34%;
}
.gallery .col-24 {
	width: 4.16%;
}
.gallery .col-25 {
	width: 4%;
}
.gallery .col-26 {
	width: 3.84%;
}
.gallery .col-27 {
	width: 3.7%;
}
.gallery .col-28 {
	width: 3.57%;
}
.gallery .col-29 {
	width: 3.44%;
}
.gallery .col-30 {
	width: 3.33%;
}
.portfolio-slideshow {
	background-color:#000;
	/*border:1px solid #eee!important;*/
}
/*.portfolio-slideshow .slideshow-content img,*/
.psthumbs img {
	border:1px solid #595959!important;
	}
	
.portfolio-slideshow .slideshow-content {
	width:960px;
	border:1px solid #393939!important;
	margin:0 auto!important;
	}
.portfolio-slideshow .slideshow-content img.psp-active {
	border:10px solid #000!important;
	width:800px!important;
	/* width:920px!important; */
	margin:0 78px!important;
}
.slideshow-prev, .slideshow-next {
  position: absolute;
  margin-top:-230px!important;
  z-index:9999;
  width:36px;
  height:36px;
  text-indent:-10000px;
  background-image:url(images/btn_arrow_right.png);
  background-repeat:no-repeat;
}

.slideshow-prev {
  float:left;
  /*left:8px;*/
  margin-left:8px!important;
  background-image:url(images/btn_arrow_left.png);
}

.slideshow-next {
  float:left;
  margin-left:916px!important;
  /*margin-right:0!important;*/
  background-image:url(images/btn_arrow_right.png);
}

.play.psp-icon, .pause.psp-icon, .reset.psp-icon {
  position: absolute;
  margin-top:-35px!important;
  margin-left:10px!important;
  z-index:9999;
  width:18px;
  height:18px;
  text-indent:-10000px;
  background-repeat:no-repeat;
  background-size:100%;
}
.play.psp-icon {
	background-image:url(images/btn_play.png);
	float:left;
}
.pause.psp-icon {
	background-image:url(images/btn_pause.png);
	float:left;
}
.psthumbs {
	padding:0 0 0;
	margin:0 auto !important;
}
span.sep {
	display:none;
}

a {outline : none;}
a img {outline : none;}
img {border : 0;}

.map {
	float:right;
	width:620px;
	height:500px;
	margin-right:20px;
}
.single-media .entry-content .mejs-container {
	margin:0 auto;
}
a.contextual-back-button {
	color: #7F7F7F;
	padding: 2px 20px 2px;
	text-decoration: none;
	text-transform: uppercase;
	border:1px solid #595959;
	margin:30px auto 0;
	background:#000;
	text-align:center;
}

/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:/*url(images/colorbox/overlay.png) repeat 0 0*/ #000;}
#colorbox{}
    /*
	#cboxTopLeft{width:21px; height:21px; background:url(images/colorbox/controls_inverted.png) no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(images/colorbox/controls_inverted.png) no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(images/colorbox/controls_inverted.png) no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(images/colorbox/controls_inverted.png) no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url(images/colorbox/controls_inverted.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(images/colorbox/controls_inverted.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(images/colorbox/border_inverted.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(images/colorbox/border_inverted.png) 0 -29px repeat-x;}
	*/
    #cboxContent{background:#000; overflow:hidden;padding:10px;}
        .cboxIframe{background:#000;}
        #cboxError{padding:50px; border:1px solid #595959;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(images/colorbox/controls_inverted.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(images/colorbox/controls_inverted.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(images/colorbox/loading_background_inverted.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(images/colorbox/loading_inverted.gif) no-repeat center center;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(images/colorbox/controls_inverted.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/*
  The following provides PNG transparency support for IE6
  Feel free to remove this and the /ie6/ directory if you have dropped IE6 support.
*/
.cboxIE6 #cboxTopLeft{background:url(images/colorbox/ie6/borderTopLeft.png);}
.cboxIE6 #cboxTopCenter{background:url(images/colorbox/ie6/borderTopCenter.png);}
.cboxIE6 #cboxTopRight{background:url(images/colorbox/ie6/borderTopRight.png);}
.cboxIE6 #cboxBottomLeft{background:url(images/colorbox/ie6/borderBottomLeft.png);}
.cboxIE6 #cboxBottomCenter{background:url(images/colorbox/ie6/borderBottomCenter.png);}
.cboxIE6 #cboxBottomRight{background:url(images/colorbox/ie6/borderBottomRight.png);}
.cboxIE6 #cboxMiddleLeft{background:url(images/colorbox/ie6/borderMiddleLeft.png);}
.cboxIE6 #cboxMiddleRight{background:url(images/colorbox/ie6/borderMiddleRight.png);}

.cboxIE6 #cboxTopLeft,
.cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxTopRight,
.cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter,
.cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft,
.cboxIE6 #cboxMiddleRight {
    _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
}
