@charset "utf-8";

/* CSS Document */



/* http://meyerweb.com/eric/tools/css/reset/ 

   v2.0 | 20110126

   License: none (public domain)

*/

html, body, div, span, applet, object, iframe,

h1, h2, h3, h4, h5, h6, p, blockquote, pre,

a, abbr, acronym, address, big, cite, code,

del, dfn, em, img, ins, kbd, q, s, samp,

small, strike, strong, sub, sup, tt, var,

b, u, i, center,

dl, dt, dd, ol, ul, li,

fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td,

article, aside, canvas, details, embed, 

figure, figcaption, footer, header, hgroup, 

menu, nav, output, ruby, section, summary,

time, mark, audio, video {

	margin: 0;

	padding: 0;

	border: 0;

	font-size: 100%;

	font: inherit;

	vertical-align: baseline;



}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, 

footer, header, hgroup, menu, nav, section {

	display: block;

}

body {

	line-height: 1;

}

ol, ul {

	list-style: none;

}

blockquote, q {

	quotes: none;

}

blockquote:before, blockquote:after,

q:before, q:after {

	content: '';

	content: none;

}

table {

	border-collapse: collapse;

	border-spacing: 0;

}





/* --------------------------- Text Links and Lists ------------------------- */



body{

	background: url('images/bg_pattern_linen.png') repeat 0 0;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	line-height: 20px;

}



body, a{

	color: #363636;

}



h1, h2, h3, h4, h5, h6, p, ol, ul, ul.side-list ul li, #content ul li, #footer ul li{

	margin-bottom: 10px;

}



h1, h2, h3, h4, h5, h6, #access{

	font-family: 'Fjalla One', sans-serif;

}



h1{

	font-size: 30px;

	line-height: 34px;

}



h2{

	font-size: 27px;

	line-height: 31px;

}



h3{

	font-size: 24px;

	line-height: 28px;

}



h4{

	font-size: 21px;

	line-height: 25px;

}



h5{

	font-size: 18px;

}



h6{

	font-size: 15px;

}



a{

	text-decoration: underline;

}



a:hover{

	text-decoration: none;

}





/* --------------------------- Main Elements ------------------------- */



#wrapper{

	

}



#header-wrap{

	clear: both;

	padding-bottom: 60px;

}



#header, #container, #footer{

	margin: 0 auto;

	width: 960px;

}



#header{

	

}



#container, #main-content, #footer{

	overflow: hidden;

}



#main-content{

	
        background: url('images/main_content_bg.png') repeat-y 0 0;
	min-height: 600px;

	padding: 30px 0 100px;

}


#content, #sidebar{

	float: left;

	padding: 0 0px;


}



#content{

	width: 615px;

}



#sidebar{

	width: 175px;

}



#footer-wrap{

	background: url('images/bg_pattern_stripes.png') repeat 0 0;

	height: 200px;

	margin-top: 50px;

}



#footer{

	padding: 10px 0 20px;

}



#content ul, #content ol{

	margin-left: 30px;

}



#content ul li{

	list-style: disc;

}

#content ol li{

	list-style: decimal;


}





/* --------------------------- Header ------------------------- */



.main-nav{

	background: url('images/navbar_bg.png') repeat-x 0 0;

	height: 57px;

	position: fixed;

	width: 100%;

	z-index: 1000;

}





/* =Menu

-------------------------------------------------------------- */



.follow-us{

	font-size: 13px;

	position: absolute;

	right: 30px;

	top: 7px;

}



.follow-us img{

	margin: 0 0 -7px 10px;

}



.follow-us img:hover{

	opacity: 0.5;

}



.nav-follow-wrap{

	position: relative;

}



#access{

	border-left: 1px solid #C6C6C6;

}



#access, .nav-follow-wrap {

	/*background: #000;*/

	display: block;

	/*float: left;*/

	margin: 0 auto;

	width: 960px;

}

#access .menu-header,

div.menu {

	font-size: 17px;

	text-transform: uppercase;

	width: 948px;

}



#access .menu-header ul,

div.menu ul {

	list-style: none;

	margin: 0;

}


#access .menu-header li,

div.menu li {

	float: left;

	position: relative;

}

#access a {

	/*border-left: 1px solid #eee;*/

	border-right: 1px solid #c6c6c6;

	color: #363636;

	display: block;

	line-height: 38px;

	padding: 0 40px;

	text-decoration: none;

}

#access ul ul {

	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);

	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);

	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);

	display: none;

	position: absolute;

	top: 38px;

	left: 0;

	float: left;

	width: 180px;

	z-index: 99999;

}

#access ul ul li {

	min-width: 180px;

}

#access ul ul ul {

	left: 100%;

	top: 0;

}

#access ul ul a {

	background: #fff url('images/dropnav_shadow.png') repeat-x 0 0;

	border-top: 1px solid #afaeae;

	line-height: 1em;

	padding: 10px;

	width: 160px;

	height: auto;

}

/*#access ul ul a:hover{

	color: #666;

	font-style: italic;

}*/

#access li:hover > a{

	background: url('images/nav_active_bg.png') repeat-x 0 bottom;

}

#access ul ul :hover > a {

	background: #ececec;

	border-top: 1px solid #ccc;

}

#access ul li:hover > ul {

	display: block;

}

#access ul li.current_page_item > a,

#access ul li.current_page_ancestor > a,

#access ul li.current-menu-ancestor > a,

#access ul li.current-menu-item > a,

#access ul li.current-menu-parent > a {

	background-image: url('images/nav_active_bg.png');

	background-repeat: repeat-x;

	background-position: 0 bottom;

}

* html #access ul li.current_page_item a,

* html #access ul li.current_page_ancestor a,

* html #access ul li.current-menu-ancestor a,

* html #access ul li.current-menu-item a,

* html #access ul li.current-menu-parent a,

* html #access ul li a:hover {

	/*color: #fff;*/

}



#access a[title="search"], #access a[title="search"]:hover{

	background: url('images/search_icon.png') no-repeat center center;

}



#access a[title="search"]{

	padding: 0 20px;

	text-indent: -99999px;

}



#access a[title="search"]:hover{

	opacity: 0.5;

}



.nav-search-box{

	background: #fff url('images/search_box_shadow_top.png') repeat-x 0 0;

	border-bottom: 1px solid #ccc;

	border-left: 1px solid #ccc;

	display: none;

	/*left: 410px;*/

	left: 531px;

	overflow: hidden;

    padding-left: 10px;

    position: absolute;

    top: 38px;

}





/* --------------------------- Sidebar ------------------------- */



#sidebar h3{

	text-transform: uppercase;

}



ul.side-list > li{

	margin-bottom: 50px;

}



ul.side-list > li ul li a{

       font-weight: bold;

}



li#newsletterwidget-2{

	background: url('images/bg_pattern_diamond.png') repeat 0 0;

	padding: 20px;

	/* CSS3 */

	-moz-box-shadow: 0 0 5px #888;

	-webkit-box-shadow: 0 0 5px #888;

	box-shadow: 0 0 5px #888;

}



#newsletterwidget-2 h3{

	border-bottom: 1px solid #ccc;

	padding-bottom: 10px;

}



.newsletter{

	margin-top: 10px;

}



span.newsletter-disclaimer{

	color: #777;

	font-size: 11px;

	font-style: italic;

}





/* --------------------------- Main Content ------------------------- */



img.logo-lg, img.logo-sm{

	display: block;

}



img.logo-lg{

	margin: 20px auto 50px;

}



img.logo-sm{

	margin: 10px 0 30px 30px;

}



/* -------- Pagination -------- */



.pagination {

	clear: both;

	font-size: 11px;

	line-height: 13px;

	overflow: hidden;

	margin-top: 50px;

	padding: 20px 0;

	position: relative;

	text-align: center;

}

 

.pagination span, .pagination a {

	color:#fff;

	background: #363636;

	/*display: block;

	float: left;*/

	margin: 2px 2px 2px 0;

	padding: 6px 9px 5px 9px;

	text-decoration: none;

	width: auto;

}

 

.pagination a:hover{

	color: #fff;

	background: #000;

}

 

.pagination .current{

	background: #fff;

	color: #000;

	font-weight: bold;

	padding: 6px 9px 5px 9px;

}



.default-search-form{

	overflow: hidden;

}



.hp-main-video-shadow-top, .hp-main-video-shadow-bottom{

	height: 11px;

}



.hp-main-video-shadow-top{

	background: url('images/main_video_shadow_top.png') repeat-x 0 0;

	margin-bottom: -11px;

	position: relative;

}



.hp-main-video-shadow-bottom{

	background: url('images/main_video_shadow_bottom.png') repeat-x 0 0;

	margin-top: -11px;

}



.hp-main-video-wrap{

	background: url('images/bg_pattern_stripes.png') repeat 0 0;

}



.hp-main-video-inner, .hp-other-video-wrap{

	margin: 0 auto;

	width: 960px;

}



.hp-main-video-inner, .hp-other-video-row-top, .hp-other-video-row-bottom, .ip-other-video-wrap, .archive-video-row{

	overflow: hidden;

}



.hp-main-video-inner{

	padding: 40px 0;

}



.hp-main-video{

	background-color: #000;

	float: left;

	height: 343px;

	width: 606px;

}



.hp-main-video-text{

	float: right;

	margin-top: 20px;

	width: 325px;

}



.hp-main-video-text, .hp-main-video-text h2, .hp-main-video-text a{

	color: #fff;

}



.hp-main-video-text p{

	font-size: 14px;

	line-height: 24px;

}



.hp-other-video-row-top{

	border-bottom: 1px solid #0c0c0c;

	padding: 40px 0 30px;

}



.hp-other-video-row-bottom{

	border-top: 1px solid #222222;

	padding-top: 40px;

}



.hp-other-video-section{

	float: left;

	width: 200px;

}



.hp-other-video-section a{

	color: #fff;

}



.hp-other-video-section-margin{

	margin-right: 52px;

}



.hp-other-video, .archive-video{

	display: block;

	margin-bottom: 10px;

}



.hp-other-video{

	background: url('images/default_video_thumb_sm.png') no-repeat 0 0;

	height: 113px;

	width: 200px;

}



.hp-other-video:hover{

	background-position: 0 -113px;

}



.archive-video{

	background: url('images/default_video_thumb_med.png') no-repeat 0 0;

	height: 155px;

	width: 275px;

}



.archive-video:hover{

	background-position: 0 -155px;

}



.hp-more-videos{

	font-size: 14px;

    font-weight: bold;

	margin-top: 20px;

    text-align: right;

}



.hp-more-videos a{

	color: #999;

}



.ip-other-video-wrap{

	margin-top: 30px;

}



.ip-other-video-wrap h2{

	color: #fff;

	margin-bottom: 20px;

}



.archive-video-row{

	border-bottom: 1px solid #ccc;

	margin-bottom: 30px;

	padding-bottom: 30px;

}



.archive-video-section{

	float: left;

	width: 275px;

}



.archive-video-margin{

	margin-left: 40px;

}



.breadcrumbs{

	margin: -19px 0 12px 0;

}



ul.category-list-landing{

	font-family: 'Fjalla One', sans-serif;

	font-size: 20px;

	margin-left: 15px !important;

}



ul.category-list-landing li{

	list-style: none !important;

	margin-bottom: 20px !important;

}





/* --------------------------- Footer ------------------------- */



.footer-wrap-shadow{

	background: url('images/footer_shadow_top.png') repeat-x 0 0;

	height: 18px;

}



#footer, #footer a{

	color: #959595;

}



#footer h3{

	text-transform: uppercase;

}



.footer-widget{

	float: left;

	width: 600px;

}



.copyright{

	float: right;

	text-align: right;

	width: 300px;

}



img.footer-logo{

	margin-bottom: 5px;

}



ul#menu-footer-nav li{

	display: inline;

	padding: 0 20px;

}



ul#menu-footer-nav li a{

	text-decoration: none;

}



ul#menu-footer-nav li:hover{

	text-decoration: underline;

}





/* ------------------------------- Forms ------------------------------- */



input#nav-search-text{

	background: none;

	border: none;

	display: block;

	float: left;

	margin: 13px 5px 0 0;

	width: 175px;

}



form#searchform input#nav-search-text, input#s{

	color: #888;

	font-style: italic;

}



input#s, input#searchsubmit{

	float: left;

}



input#s{

	border-bottom: 1px solid #ccc;

	border-left: 1px solid #ccc;

	border-right: none;

	border-top: 1px solid #ccc;

	display: block;

    height: 26px;

    padding: 5px 5px 5px 10px;

    width: 200px;

}



input#nav-search-btn, input#searchsubmit{

	background: url('images/search_box_btn.png') no-repeat 0 0;

	border: none;

	cursor: pointer;

	width: 38px;

	height: 38px;

}



input#nav-search-btn:hover, input#searchsubmit:hover{

	opacity: 0.8;

}



input#nav-search-btn{

	float: left;

}



form.wpcf7-form input[type="submit"], .newsletter input[type="submit"]{

	border: 1px solid #629A76;

	color: #FFFFFF;

    cursor: pointer;

    display: block;

    font-family: 'Fjalla One',sans-serif;

    font-size: 17px;

    height: 34px;

    text-transform: uppercase;

    width: 120px;

	/* CSS3 */

	-moz-border-radius: 4px;

	border-radius: 4px;

	background: #82ca9c; /* Old browsers */

	background: -moz-linear-gradient(top,  #82ca9c 0%, #629a76 100%); /* FF3.6+ */

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#82ca9c), color-stop(100%,#629a76)); /* Chrome,Safari4+ */

	background: -webkit-linear-gradient(top,  #82ca9c 0%,#629a76 100%); /* Chrome10+,Safari5.1+ */

	background: -o-linear-gradient(top,  #82ca9c 0%,#629a76 100%); /* Opera 11.10+ */

	background: -ms-linear-gradient(top,  #82ca9c 0%,#629a76 100%); /* IE10+ */

	background: linear-gradient(to bottom,  #82ca9c 0%,#629a76 100%); /* W3C */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82ca9c', endColorstr='#629a76',GradientType=0 ); /* IE6-9 */

}



form.wpcf7-form input[type="submit"]:hover, .newsletter input[type="submit"]:hover{

	background: #629a76; /* Old browsers */

	background: -moz-linear-gradient(top,  #629a76 0%, #82ca9c 100%); /* FF3.6+ */

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#629a76), color-stop(100%,#82ca9c)); /* Chrome,Safari4+ */

	background: -webkit-linear-gradient(top,  #629a76 0%,#82ca9c 100%); /* Chrome10+,Safari5.1+ */

	background: -o-linear-gradient(top,  #629a76 0%,#82ca9c 100%); /* Opera 11.10+ */

	background: -ms-linear-gradient(top,  #629a76 0%,#82ca9c 100%); /* IE10+ */

	background: linear-gradient(to bottom,  #629a76 0%,#82ca9c 100%); /* W3C */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#629a76', endColorstr='#82ca9c',GradientType=0 ); /* IE6-9 */

}



input.newsletter-email{

	border: 1px solid #ccc;

	display: block;

	padding: 5px;

	width: 90%;

}





/* ------------------------------- Tables ------------------------------- */



table.category-table{

	width: 100%;

}



table.category-table tr{

	

}



table.category-table td{

	padding-bottom: 10px;

}



td.category-table-date{

	padding-left: 15px;

	text-align: right;

}



table.category-table .entry-meta{

	border: none;

}





/* ------------------------------- Blog ------------------------------- */



h1.section-title{

	border-bottom: 1px solid #ececec;

	color: #000;

	padding-bottom: 15px;

	margin-bottom: 30px;

}



.post, .video{

	margin-bottom: 30px;

}

#content .page{
	margin-bottom: 15px;
}



.entry-meta{

    border-bottom: 1px dashed #ECECEC;

    border-top: 1px dashed #ECECEC;

    color: #707070;

    font-size: 16px;

    font-style: italic;

    margin-bottom: 10px;

    padding: 10px;

    text-align: right;

    text-transform: uppercase;

}



.entry-utility, .entry-utility-single{

	background-color: #ECECEC;

    color: #666666;

    font-size: 11px;

    font-style: italic;

    margin: 20px 0 0 -29px;

    padding: 10px 30px;

    width: 615px;

}



.entry-utility-single{

	margin-bottom: -30px;

}



#nav-above, #nav-below{

	overflow: hidden;

	width: 615px;

}



#nav-above{

	background: url("images/main_video_shadow_bottom.png") repeat-x 0 bottom #fdfdfd;

    margin: -30px 0 30px -29px;

    padding: 15px 30px 20px;

}



#nav-below{

	background: url("images/main_video_shadow_top.png") repeat-x 0 top;

    margin: 30px 0 -100px -29px;

    padding: 15px 30px 20px;

}



.nav-previous, .nav-next{

	width: 200px;

}



.nav-previous a, .nav-next a{

	color: #999;

}



.nav-previous a:hover, .nav-next a:hover{

	color: #363636;

}



.nav-previous{

	float: left;

}



.nav-next{

	float: right;

	text-align: right;

}



#ph_social_share_top{

	margin: 15px 0 10px;

}



#ph_social_share_top .fb-like{

	margin-right: 12px;

}



.entry-content{

	min-height: 200px;

}





/* ------------------------------- Miscellaneous ------------------------------- */



strong{

	font-weight: bold;

}



em{

	font-style: italic;

}



.clear{

	clear: both;

}





/* =Images

-------------------------------------------------------------- */



/*

Resize images to fit the main content area.

- Applies only to images uploaded via WordPress by targeting size-* classes.

- Other images will be left alone. Use "size-auto" class to apply to other images.

*/

img.size-auto,

img.size-full,

img.size-large,

img.size-medium,

.attachment img {

	max-width: 100%; /* When images are too wide for containing element, force them to fit. */

	height: auto; /* Override height to match resized width for correct aspect ratio. */

}

.alignleft,

img.alignleft {

	display: inline;

	float: left;

	margin-right: 24px;

	margin-top: 4px;

}

.alignright,

img.alignright {

	display: inline;

	float: right;

	margin-left: 24px;

	margin-top: 4px;

}

.aligncenter,

img.aligncenter {

	clear: both;

	display: block;

	margin-left: auto;

	margin-right: auto;

}

img.alignleft,

img.alignright,

img.aligncenter {

	margin-bottom: 12px;

}

.wp-caption {

	background: #f1f1f1;

	line-height: 18px;

	margin-bottom: 20px;

	max-width: 632px !important; /* prevent too-wide images from breaking layout */

	padding: 4px;

	text-align: center;

}

.wp-caption img {

	margin: 5px 5px 0;

}

.wp-caption p.wp-caption-text {

	color: #888;

	font-size: 12px;

	margin: 5px;

}

.wp-smiley {

	margin: 0;

}

.gallery {

	margin: 0 auto 18px;

}

.gallery .gallery-item {

	float: left;

	margin-top: 0;

	text-align: center;

	width: 33%;

}

.gallery-columns-2 .gallery-item {

	width: 50%;

}

.gallery-columns-4 .gallery-item {

	width: 25%;

}

.gallery img {

	border: 2px solid #cfcfcf;

}

.gallery-columns-2 .attachment-medium {

	max-width: 92%;

	height: auto;

}

.gallery-columns-4 .attachment-thumbnail {

	max-width: 84%;

	height: auto;

}

.gallery .gallery-caption {

	color: #888;

	font-size: 12px;

	margin: 0 0 12px;

}

.gallery dl {

	margin: 0;

}

.gallery img {

	border: 10px solid #f1f1f1;

}

.gallery br+br {

	display: none;

}

#content .attachment img {/* single attachment images should be centered */

	display: block;

	margin: 0 auto;

}





/* =Comments

-------------------------------------------------------------- */

#comments {

	clear: both;

}

#comments .navigation {

	padding: 0 0 18px 0;

}

h3#comments-title,

h3#reply-title {

	color: #000;

	font-size: 20px;

	font-weight: bold;

	margin-bottom: 0;

}

h3#comments-title {

	padding: 24px 0;

}

.commentlist {

	list-style: none;

	margin: 0;

}

.commentlist li.comment {

	border-bottom: 1px solid #e7e7e7;

	line-height: 24px;

	margin: 0 0 24px 0;

	padding: 0 0 0 56px;

	position: relative;

}

.commentlist li:last-child {

	border-bottom: none;

	margin-bottom: 0;

}

#comments .comment-body ul,

#comments .comment-body ol {

	margin-bottom: 18px;

}

#comments .comment-body p:last-child {

	margin-bottom: 6px;

}

#comments .comment-body blockquote p:last-child {

	margin-bottom: 24px;

}

.commentlist ol {

	list-style: decimal;

}

.commentlist .avatar {

	position: absolute;

	top: 4px;

	left: 0;

}

.comment-author {

}

.comment-author cite {

	color: #000;

	font-style: normal;

	font-weight: bold;

}

.comment-author .says {

	font-style: italic;

}

.comment-meta {

	font-size: 12px;

	margin: 0 0 18px 0;

}

.comment-meta a:link,

.comment-meta a:visited {

	color: #888;

	text-decoration: none;

}

.comment-meta a:active,

.comment-meta a:hover {

	color: #ff4b33;

}

.commentlist .even {

}

.commentlist .bypostauthor {

}

.reply {

	font-size: 12px;

	padding: 0 0 24px 0;

}

.reply a,

a.comment-edit-link {

	color: #888;

}

.reply a:hover,

a.comment-edit-link:hover {

	color: #ff4b33;

}

.commentlist .children {

	list-style: none;

	margin: 0;

}

.commentlist .children li {

	border: none;

	margin: 0;

}

.nopassword,

.nocomments {

	display: none;

}

#comments .pingback {

	border-bottom: 1px solid #e7e7e7;

	margin-bottom: 18px;

	padding-bottom: 18px;

}

.commentlist li.comment+li.pingback {

	margin-top: -6px;

}

#comments .pingback p {

	color: #888;

	display: block;

	font-size: 12px;

	line-height: 18px;

	margin: 0;

}

#comments .pingback .url {

	font-size: 13px;

	font-style: italic;

}



/* Comments form */

input[type=submit] {

	color: #333;

}

#respond {

	border-top: 1px solid #e7e7e7;

	margin: 24px 0;

	overflow: hidden;

	position: relative;

}

#respond p {

	margin: 0;

}

#respond .comment-notes {

	margin-bottom: 1em;

}

.form-allowed-tags {

	line-height: 1em;

}

.children #respond {

	margin: 0 48px 0 0;

}

h3#reply-title {

	margin: 18px 0;

}

#comments-list #respond {

	margin: 0 0 18px 0;

}

#comments-list ul #respond {

	margin: 0;

}

#cancel-comment-reply-link {

	font-size: 12px;

	font-weight: normal;

	line-height: 18px;

}

#respond .required {

	color: #ff4b33;

	font-weight: bold;

}

#respond label {

	color: #888;

	font-size: 12px;

}

#respond input {

	margin: 0 0 9px;

	width: 98%;

}

#respond textarea {

	width: 98%;

}

#respond .form-allowed-tags {

	color: #888;

	font-size: 12px;

	line-height: 18px;

}

#respond .form-allowed-tags code {

	font-size: 11px;

}

#respond .form-submit {

	margin: 12px 0;

}

#respond .form-submit input {

	font-size: 14px;

	width: auto;

}