/* @override http://theglitterguide.com/wp-content/themes/glitterguide/style.css */

/*
Theme Name: Repro
Theme URL: http://www.westwerkdesign.com
Description: Premium News Theme
Author: WW
Author URI: http://www.westwerkdesign.com
Version: 1.0
*/

/* Import stuff -------------------------------------------------------------- */

@import url('css/reset.css');
@import url('css/960.css');
@import url('css/superfish.css');
@import url('css/coda-slider-2.0.css');
@import url('css/tooltips.css');
@import url('css/as.css');
/* Global -------------------------------------------------------------------- */
html {-webkit-font-smoothing: antialiased;}
body {
	font:12px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#444444;
	background-image: url(images/wrapper_bg.jpg) !important;
	background-repeat: repeat-y;
	background-position: center top;
	background-color:#FFFFFF !important;
}
a {
	text-decoration:none;
}
a:hover {
	color:#cc6633;
	text-decoration:none;
}
a:focus {
	outline: none;
}
hr {
	border:0 #ccc solid;
	border-top-width:1px;
	clear:both;
	height:0
}
h1 {
	font-size:25px
}
h2 {
	font-size:22px
}
h3 {
	font-size:21px
}
h4 {
	font-size:19px
}
h5 {
	font-size:17px
}
h6 {
	font-size:15px
}
input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	background:url(images/search_inset.gif) repeat-x top #fff;
	border:1px solid #e0e0e0;
	padding:10px;
	font-size:12px;
	color:#999;
}
.left {
	text-align:left;
}
.right {
	text-align:right;
}
pre, code {
	font: 11px/19px Consolas, "Andale Mono", Courier, "Courier New", monospace;
}
pre {
	border: 1px solid #DDDDDD;
	margin: 30px 0 40px 0;
	overflow-x: visible;
	overflow-y: hidden;
	padding: 1px;
	background: url(images/bg-code.gif);
}
/* HEADER -------------------------------------------------------------------- */

#header {
	position:relative;
	z-index:2;
}
#top {
	width:100%;
	height:45px;
	background:url(images/top_bar_bg.gif) repeat-x;
	color:#565659;
	font-size:11px;
	position:relative;
	z-index:2;
}
/* RSS -------------- */

#rss {
	padding:7px 0 9px 18px;
	background:url(images/rss.png) no-repeat center left;
}
#rss span {
	font-style:normal;
	color:#8d8888;
}
#rss a {
	font-style:normal;
	color:#8d8888;
}
#rss a:hover {
	color:#bfbfbf;
}
/* Secondary Nav -------------- */

#second_nav {
	float:right;
	font-style:normal;
	padding: 8px 0 0;
}
#second_nav a, #second_nav li.current-menu-item ul a {
	color:#464646;
}
#second_nav a:hover, #second_nav li.current-menu-item a, #second_nav li.current-menu-item ul a:hover {
	color:#323232;
}
#second_nav li {
	float:left;
	padding:0 10px 0 10px;
	background:url(images/second_nav_border.gif) center right no-repeat;
}
#second_nav li.last {
	float:left;
	padding:0 0 0 10px;
	background:none;
}
#second_nav ul ul {
	background:url(images/second_nav_bg.gif) repeat;
	margin:-9px 0 0 0;
	padding:8px 15px 6px 15px;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-left-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.7);
}
#second_nav ul ul li {
	background:none;
	padding:10px 0 10px 0;
	border-bottom:1px solid #1f1b1b;
	border-top:1px solid #332e2e;
}
#second_nav ul ul li.first {
	border-bottom:1px solid #1f1b1b;
	border-top:none;
}
#second_nav ul ul li.last {
	border-bottom:none;
	border-top:1px solid #332e2e;
	padding:10px 0 8px 0;
}
#second_nav ul ul ul {
	background:url(images/second_nav_bg.gif) repeat;
	margin:-7px 0 0 15px;
	padding:8px 15px 10px 15px;
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
}
/* logo -------------- */

#logo {
	padding: 14px 0 5px;
}
#logo h1 {
	font-size:46px;
	margin:0 0 10px 0;
	line-height:50px;
}
#logo h1 a {
	color:#332e2e;
}
/* Header Advert -------------- */

#header_advert {
	margin:35px 0 40px 0;
	float:right;
	width:468px;
}
#header_advert a {
	float:right;
	height:60px;
	background:url(images/header_advert_border.gif) repeat;
	display:block;
	padding:6px;
}
#header_advert a:hover {
	background:url(images/header_advert_border_hover.gif) repeat;
}
/* Main Navigation -------------- */

#nav {
	border:1px solid #d5d5d5;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	/*-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
	background:url(images/nav_bg.gif) repeat; */
	height:43px;
	position:relative;
	z-index:1;
	margin:0 0 20px 0;
}
#nav li {
	border-right:1px solid #d5d5d5;
}
#nav li a {
	display:block;
	float:left;
	padding:16px 22px 15px 22px;
	color:#555555;
	font-weight:bold;
}
#nav li a:hover, #nav li.current-menu-item {
	background:#fff;
}
/*
#nav li.first a:hover {
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
}
#nav li.first a {
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	}
*/
#nav ul ul {
	background:url(images/nav_dropdown_shadow.gif) repeat-x top;
	padding:6px 0 0px 0px;
	margin:13px 0 0 -1px;
	width:220px;
}


#nav ul ul ul {
	background:none;
	margin:-1px 0 0 30px;
	/* IE: margin:-1px 0 0 20px; */
	padding:0px 0 0 0;
	-webkit-border-top-right-radius:3px;
	-moz-border-radius-topright:3px;
}
#nav ul ul li {
	background: url("images/nav-bg-hover.png") repeat !important;
	border:none;
	
	
}
#nav ul ul li.first {
	border-top:none;
}
#nav ul ul li.last {
	border-bottom:none;
}
#nav ul ul li.last a {
	padding-bottom:20px;
}
#nav ul ul li a {
	padding: 13px 20px 11px 19px;
	color:white;
	font-weight: normal;
	background: none;
	border: medium none;
    font-size: 14px;
    padding: 10px !important;
    margin: 0;
    text-shadow: none;
    font-family: Georgia,"Times New Roman",Times,serif;
    text-transform: none;
    width: 180px;
	
}
#nav ul ul li a:hover {
	background:#57a19b;
	border: none !important;
	color:white;
	text-decoration: none;
}
/* THE BODY -------------------------------------------------------------------- */

#the_body {
	position:relative;
	z-index:1;
}
/* Slider -------------- */

#slider {
	background: url(images/slider_bg.png) repeat;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	height:403px;
	margin:0 0 28px;
}
#archive #slider {
	height:300px;
	margin:0 0 30px 0;
}
#slider .item {
	padding:15px 10px 10px 15px;
	width:595px;
	float:left;
}
#coda-slider {
	background-color:#f9f9f9 !important;
}
.coda-slider {
	background-color:#f9f9f9 !important;
	padding: 10px;
	width:570px;
	overflow:hidden;
	height:260px;
}
.slider_image {
	-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
	float:left;
	width:275px;
	height:270px;
}
.slider_image a {
	height:270px;
	float:left;
}
#slider .details {
	float:left;
	margin:0 0 0 20px;
	width:275px;
}
#slider .cats {
	margin:0 0 15px 0;
}
#slider .date, #slider .date a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:11px;
	color:#8c8989;
	margin: 2px 0 12px 0;
}
#slider .date a:hover {
	color:#bfbfbf;
}
#slider .cats span {
	display:block;
	float:left;
	padding:1px 5px 1px 5px;
	font-size:10px;
	color:#363636;
	background:#8ee9e2 !important;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
#slider .header h2 {
	color: #64AEA8;
    font-family: Palatino,Times,serif;
    font-size: 26px;
    font-weight: normal;
    line-height: 32px;
}
#slider .header h2 a {
	color:#64aea8;
}
#slider .header h2 a:hover {
	color:#000;
}
#slider .excerpt {
	color:#707070;
	line-height:21px;
	font-size:12px;
	/*IE 6 bug fix */
	margin-right:-3px;
}
#slider .header, #slider .cats, #slider .date, #slider .excerpt {
	width:275px;
	float:left;
}
#slider_nav {
	height:60px;
	padding:8px 0px 6px 25px;
	background:#a2e4de;
	border-top:7px solid #a2e4de;
	border-bottom:7px solid #a2e4de;
	float:left;
	width:595px;
}
#slider_nav li {
	float:left;
	margin-right:12px;
}
#slider_nav li a {
	height:60px;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	float:left;
}
#slider_nav li a.current {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}
/* Post Columns, Post Grid, Category List -------------- */

.post_columns h4, .post_grid h4, .category_list h4, #sidebar .widget h4, #author h4, #related h4 {
	font-family:didot, Georgia, "Times New Roman", Times, serif;
	background:url(images/header_bg.gif) center repeat-x;
	display:block;
	font-size:14px;
	font-weight:bold;
	color:#cc6633;
	margin:0 0 11px;
}
.post_columns h4, .post_grid h4{
	background:url(images/header-bg.jpg) center no-repeat !important;
	font-family:didot, Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	color:#4e4d4d;
	padding-top:30px;
	padding-bottom:30px;
	font-weight:normal;
	text-transform:uppercase;
}
.description h1 {
	color: #64AEA8;
    font-family: Palatino,Times,serif;
    font-size: 26px;
    font-weight: normal;
    line-height: 32px;
	}	
	
.post_columns h4 span, .post_grid h4 span {
	background-color:transparent !important;
}
.post_grid h4 {
	width:620px;
}
#author h4, #re1lated h4 {
	width:610px;
}
.post_columns h4 span, .post_grid h4 span, .category_list h4 span, #sidebar .widget h4 span, #author h4 span, #related h4 span {
	padding:0 10px 0 10px;
	margin:0 0 0 19px;
}
.category_list h4 {
	font-family:didot, Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	font-weight:normal;
	text-transform:uppercase;
	color:#4e4d4d;
	display:block;
	padding-top:30px;
	padding-bottom:30px;
	background-image: url(images/header-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	padding-right: 0px;
	padding-left: 0px;
	width: 298px;
}
.tz_tweet_widget h4 {
	font-family:didot, Georgia, "Times New Roman", Times, serif !important;
	font-size:22px !important;
	font-weight:normal !important;
	text-transform:uppercase !important;
	color:#4e4d4d !important;
	display:block !important;
	padding-top:30px !important;
	padding-bottom:30px !important;
	background-image: url(images/header-bg.jpg) !important;
	background-repeat: no-repeat !important;
	background-position: left top !important;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0 !important;
	padding-right: 0px;
	padding-left: 0px;
}
.widget_most_popular_posts h4 {
	font-family:didot, Georgia, "Times New Roman", Times, serif !important;
	font-size:22px !important;
	font-weight:normal !important;
	text-transform:uppercase !important;
	color:#4e4d4d !important;
	display:block !important;
	padding-top:30px !important;
	padding-bottom:30px !important;
	background-image: url(images/header-bg.jpg) !important;
	background-repeat: no-repeat !important;
	background-position: left top !important;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0 !important;
	padding-right: 0px;
	padding-left: 0px;
}
.widget_most_popular_posts ul li {
	background-color:#FFFFFF;
	padding:10px;
	border-bottom: 1px solid #dbdbdb;
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	margin-bottom:0px;
	}
.widget_most_popular_posts ul li a{
	font-family:didot, Georgia, "Times New Roman", Times, serif !important;
	font-size:14px;
	color: #64aea8;
	font-weight:normal;
	}
.widget_most_popular_posts ul li a:hover {
	color:#363636;
}
.widget_most_popular_posts ul {
	border-top: 1px solid #dbdbdb;
}

.category_list h4 a {
	color:#cc6633;
}
.category_list h4 a:hover {
	color:#444444;
}

.category_list .details {
	font-family: Palatino, Georgia, "Times New Roman", Times, serif !important;
	font-size:14px;
	color: #64aea8;
	font-weight:normal;
}
.post_columns .column {
	border-bottom: 1px solid #DBDBDB;
    float: left;
    margin: 10px 25px 10px 0;
    min-height: 150px;
    padding: 0 0 15px;
    position: relative;
    width: 600px;
}
.post_columns .column .image {
	float: left;
    height: 160px;
    width: 200px;
}
.post_columns .column .image img {
	float: left;
}
.slide-overlay {
	display: block;
	height: 100%;
	background: url(images/slideshow-icon.png) no-repeat left top;
	width: 100%;
	position: relative;
	top: -10px;
	left: -10px;
}
.slide-overlay-sm {
	display: block;
	height: 100%;
	background: url(images/slideshow_overlay_sm.png) no-repeat center center;
	width: 100%;
	position: relative;
}
.attachment-slider-preview {
	float: left;
}
.post_grid, .category_list, .tab {
	margin:0 0 28px 0;
	float:left;
}
.post_columns .column.last {
	margin:10px 0 40px;
}
.post_columns .column .image a {
	width:184px;
	height:144px;
}
.category_list li .image a, .tab li .image a {
	width:45px;
	height:45px;
}
#author .image {
	width:80px;
	height:80px;
	float:left;
}
.category_list h5 {
	color:#64aea8;
	font-family:Palatino, Georgia, "Times New Roman", Times, serif;
	line-height:17px;
}
.full_posts .image a {
	display:block;
	width:109px;
	height:109px;
}
.full_posts .image {
	float:left;
}
#related .column .image a {
	display:block;
	width:130px;
	height:94px;
	float:left;
}
#comments li .image a {
	float:left;
	width:61px;
	height:61px;
}
#comments li .image {
	float:left;
	width:61px;
	height:61px;
}
.category_list li .image, .full_posts .image {
	margin:0 14px 0 0;
}
.post_columns .column .image a, .post_grid li a, .category_list li .image a, .tab li .image a, .flickr div a, .full_posts .image a, #content img, #author .image, #related .column .image a, #comments li .image {
	padding:2px;
	border:1px solid #c6c6c6;
	-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
	margin:0 0 27px 0;
	display:block;
}
.post_columns .column .image a:hover, .category_list li .image a:hover, .tab li .image a:hover, .full_posts .image a:hover, #related .column .image a:hover, #comments li .image a:hover {
	border:1px solid #999;
}
.post_columns .column h3, #related .column h3 a {
	color: #444444;
    display: block;
    font-size: 23px;
    font-weight: normal;
    line-height: 29px;
    margin: 0 0 4px;
}
.post_columns h3 a {
	color:#64aea8;
	font-family:Palatino, Georgia, "Times New Roman", Times, serif;
}
.post_columns h3 a:hover, #related .column h3 a:hover {
	color:#cc6633;
}
.post_columns .column .date, .category_list li .details .date, .tab li .details .date, .full_posts .details .date {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:11px;
	color:#aaaaaa;
	margin: 0 0 15px 0;
}
.category_list li .details .date, .category_list li .details .date a, .tab li .details .date, .tab li .details .date a, .full_posts .details .date a {
	margin:0;
}
.post_columns .column .date a, .category_list li .details .date a, .tab li .details .date a, .full_posts .details .date a {
	color:#aaaaaa;
}

a.comment-bubble {
	background: url(images/comment-bubble.png) no-repeat left 0;
	display: inline-block;
	width: 34px;
	height: 15px;
	text-indent: -9999px;
	position: relative;
	left: 3px;
	top: 4px;
}

a.comment-bubble:hover {
	background: url(images/comment-bubble.png) no-repeat left -18px;
}

a.comment-bubble:active {
	background: url(images/comment-bubble.png) no-repeat left -33px;
}

.post_columns .column .date a:hover, .category_list li .details .date a:hover, .tab li .details .date a:hover, .full_posts .details .date a:hover {
	color:#444444;
}
.post_columns .column .excerpt p {
	font-size:12px;
	line-height:20px;
}
.post_grid li {
	float:left;
	margin:0 12px 12px 0;
}
.category_list ul, .post_grid ul, .tab ul {
	float:left;
}
.post_grid li a {
	width:105px;
	height:105px;
	margin:0;
}
.post_grid li.last {
	margin:0 0 12px 0;
}
.post_grid li a:hover, .flickr div a:hover {
	border:1px solid #999;
}
.category_list li, .tab li {
	float:left;
	border-bottom:1px solid #e2e2e2;
	padding:15px 0 15px 0;
}
.category_list li.last, .tab li.last {
	border:none;
}
.category_list li .image, .tab li .image {
	float:left;
}
.category_list li .image a, .tab li .image a {
	margin:0;
}
.tab li .image a {
	margin: 0;
	width: 75px;
	height: 75px;
	padding: 2px;
	overflow: hidden;
}
.tab li .image a img {
	width: 75px;
	height: 75px;
	float: left;
}
.category_list li .details {
	float:left;
	width:226px;
}
.category_list li .details h5 a, .tab li .details h5 a, .full_posts .details h5 a {
	font-size:14px;
	font-weight:normal;
	color:#64aea8;
}
.category_list li .details h5 a:hover, .tab li .details h5 a:hover, .full_posts .details h5 a:hover {
	color:#cc6633;
}
.currently_craving {
	background: url(images/header_advert_border.gif) repeat;
	padding: 17px 17px 10px;
	position: relative;
	height: 400px;
}
.currently_craving .craving_header {
	width: 227px;
	height: 68px;
	background: url(images/craving-header.png) no-repeat center top;
	margin: 10px auto 0;
	position: relative;
	z-index: 3;
}
.currently_craving a.imglink {
	display: block;
	border: 2px solid #ECECED;
	background: white;
	position: relative;
	top: -7px;
	z-index: 2;
}
.currently_craving .craving_img {
	width: 243px;
	height: 227px;
	padding: 9px 9px 4px;
}
.currently_craving .craving_more {
	display: block;
	width: 100%;
	text-transform: uppercase;
	color: #363636;
	background: url(images/craving-bkg.png) no-repeat center top;
	height: 50px;
	position: relative;
	top: -22px;
	padding-top: 35px;
	text-align: center;
	font-weight: 700;
	font-family: Palatino, Georgia, "Times New Roman", Times, serif;
}

.top_videos {
	background: url(images/header_advert_border.gif) repeat;
	padding: 17px 17px 10px;
	position: relative;
}
.top_videos .videos_header {
	width: 227px;
	height: 68px;
	background: url(images/top_videos_header.png) no-repeat center top;
	margin: 10px auto 0;
	position: relative;
	z-index: 3;
}
.top_videos .video_row {
	float: left;
	margin: 0 0 15px 0;
	width: 100%;
	position: relative;
}
.top_videos a.image_link {
	display: block;
	
}
.top_videos img {
	border: 2px solid #ECECED;
	background: white;
	padding: 5px;
	width: 85px;
	float: left;
	margin: 0 10px 0 0;
}
.top_videos span.play_thumb {
	height: 35px;
	width: 25px;
	background: url(images/video_play_thumb.png) no-repeat center center;
	position: absolute;
	left: 36px;
	top:27px;
	opacity: 0.7;
}
.top_videos h6 {
	color: #707070;
	font-size: 16px;
	font-weight: normal;
	font-family: Palatino, Georgia, "Times New Roman", Times, serif;
	padding: 15px 0 0 0;
}
.top_videos a.image_link:hover h6 {
	color: #505050;
}
.top_videos a.image_link:hover span.play_thumb {
	opacity: 1;
}
.top_videos .videos_more {
	display: block;
	width: 100%;
	text-transform: uppercase;
	color: #363636;
	background: url(images/craving-bkg.png) no-repeat center top;
	height: 50px;
	position: relative;
	top: 0;
	padding-top: 35px;
	text-align: center;
	font-weight: 700;
	font-family: Palatino, Georgia, "Times New Roman", Times, serif;
}

/* Shop Template ------------------------------------------------------------ */
.shop_nav {
	border-bottom: 1px solid #DBDBDB;
	padding: 0 0 5px 0;
	height: 90px;
}
.shop_nav h3 {
	color: #4E4D4D;
	margin: 0;
	text-indent: -99999px;
	float: left;
	background: url(images/shop_title.png) no-repeat left center;
	display: inline-block;
	height: 90px;
	width: 245px;
}
.shop_nav ul {
	float: right;
	margin: 45px 10px 0 10px;
}
.shop_nav ul li {
	display: inline-block;
	font-size: 14px;
	margin: 0 5px;
}
.shop_nav ul li a {
	color: #64AEA8;
	font-family: didot, Georgia, "Times New Roman", Times, serif;
	padding: 0 5px;
}
.third_columns {
	width: 31%;
	float:left;	
	margin: 20px 3% 20px 0;
	position: relative;
}
.third_columns.part-4,.third_columns.part-7,.third_columns.part-10  {
	clear:both;
}
.third_columns.part-3,.third_columns.part-6,.third_columns.part-9  {
	margin: 20px 0;
}
.third_columns img {
	width: 285px;
	height: auto;
	border: 2px solid white;
	min-height: 285px;
}
.third_columns a.thumblink {
	display: block;
	border: 1px solid #C6C6C6;
	height: 289px;	
	box-shadow: 0px 0px 2px #dcdcdc;
	overflow: hidden;
	position: relative;
}
.third_columns a.thumblink span {
	display: block;
	padding: 0;
	height: 287px;
	overflow: hidden;
}
.shop_caption {
	background: url(images/news_hover_bkg.png) repeat center center;
	position: absolute;
	bottom: 0;
	width: 90%;
	padding: 10px 5%;
	overflow: hidden;
	color: #5a5a5a;
}
.shop_caption div {
	display: none;
}
.third_columns span a {
	text-transform: uppercase;
	color: #64AEA8;
	font-family: didot, Georgia, "Times New Roman", Times, serif;
	margin: 10px 0 0 0;
	float: left;
	width: 100%;
}
.third_columns p {
	float: left;
	margin-top: -4px;
}
.third_columns p a {
	color: #444;
}
.shop_pagination {
	width: 100%;
	height: 40px;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	margin: 20px 0;
	padding: 5px 0;
}
.shop_pagination a {
	width:200px;
	height: 16px;
	padding: 8px 0 12px 0;
	font-size: 22px;
	font-family: didot, Georgia, "Times New Roman", Times, serif;
	color: #4E4D4D;
	font-weight: 100;
	text-transform: uppercase;
	cursor: pointer;
	
}
.shop_pagination a.opaque {
	opacity: 0.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */
}
.shop_pagination .shop_prev {
	background: url(images/paginate_navs.png) no-repeat left 0;
	float: left;
	padding-left: 50px;
}
.shop_pagination .shop_next {
	background: url(images/paginate_navs.png) no-repeat right -36px;
	float: right;
	width: 115px;
}
#post-slideshow {
	width: 100%;
	height: 40px;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	margin: 10px 0 15px 0;
	text-align: center;
	font-family: didot, Georgia, "Times New Roman", Times, serif;
}
#post-slideshow a:hover {
	text-decoration: none !important;
	border: none !important;
}
#post-slideshow .post-slide-prev {
	background: url(images/slideshow_navs.png) no-repeat left 0;
	float: left;
	height: 36px;
	border: none;
	width: 36px;
	margin: 2px 0;
	cursor: pointer;
}
#post-slideshow .post-slide-next {
	background: url(images/slideshow_navs.png) no-repeat left -36px;
	float: right;
	height: 36px;
	border: none;
	width: 36px;
	margin: 2px 0;
	cursor: pointer;
}
#post-slideshow span {
	margin: 10px 0;
	display: inline-block;
	color: #999;
	font-style: italic;
	font-size: 14px;
}

.post-slides { display: none; }
.post-slides.current {display: block;}

.full-slide-image ul li {
	list-style-type: none !important;
	width: 570px;
	overflow: hidden;
	margin: 0 0 2px 0;
	padding: 10px 10px 0 10px;
	position: relative;
}
.full-slide-image ul li a.pinit {
	position: absolute;
	width: 80px;
	height: 43px;
	display: none;
	top: 30px;
	left: 11px;
	background: url(images/pinit.png) no-repeat center center;
}
.pibfi_pinterest .xc_pin, .pibfi_pinterest img {
	background: url(images/pinit.png) no-repeat center center !important;
	left: 11px !important;
	top: 25px !important;
}
.single a.pinit {
	position: absolute;
	width: 80px;
	height: 43px;
	display: none;
	top: 30px;
	left: 0;
	background: url(images/pinit.png) no-repeat center center;
	text-decoration: none;
	border-bottom: none !important;
}
.full-slide-image ul li span {
	overflow: hidden;
	width: 585px;
	height: 400px;
	display: block;
}
.full-slide-image ul li img {
	border: none !important;
	box-shadow: none !important;
	float: left;
	margin: 0 10px 15px 0!important;
}
.full-slide-image ul li img.adjust {
	width: 100%;
	height: auto;
}
.full-slide-image ul li a {
	margin: 0 !important;
	border: none !important;
	width: 100%;
}
.single-slider {
	position: relative;
}
.single-slider .carousel-wrap {
	height: 95px !important;
	width: 90% !important;
	margin: 0 0 35px 30px !important;
}
#content .single-slider input.carousel-control {
	width: 25px !important;
	min-height: 24px !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden;
	display: block;
	text-indent: -99999px;
	border: none;
	top:40% !important;
}
#content .single-slider input.carousel-control.previous {
	position: absolute;
	z-index: 9999;
	background:url(images/post-carousel-navs.gif) no-repeat 0 0;
}
.single-slider input.carousel-control.next {
	right: 0 !important;
	position: absolute;
	left: auto;
	background:url(images/post-carousel-navs.gif) no-repeat 4px -26px;
}
#content .single-slider input.carousel-control.disabled {
	opacity: 0.2;
}
.single-slider ul {
	margin: 0 0 40px 0 !important;
	padding: 15px 0 10px 0;
}
.single-slider ul li {
	list-style-type: none;
	display: inline-block;
	float: left;
}
.single-slider ul li a img {
	margin: 0 !important;
	padding: 0 !important;
	box-shadow: none !important;
	border: none !important;
	max-width: 90px;
	min-width: 85px;
	height: auto;
	min-height: 70px;
}
.single-slider ul li a {
	display: inline-block;
	border: 1px solid #86BFBA !important;
	width: 85px;
	height: 65px;
	overflow: hidden;
	margin: 0 13px 0 10px;
}
.single-slider ul li a:hover {
	text-decoration: none !important;
}
/* Video Template ------------------------------------------------------------- */
.video_archive {
	float: left;
	width: 100%;
	position: relative;
	padding-top: 10px;
	margin-bottom: 10px;
}
.video_logo {
	width: 240px;
	float: left;
	margin-bottom: 25px;
}
.video_logo a {
	height: 59px;
	width: 240px;
	background: url(images/video_logo.png) no-repeat center top;
	display: block;
	margin: 0 0 0 15px;
}
.video_header {
	width: 100%;
	height: 80px;
	background: url(images/video_cat_bkg.png) no-repeat center center;
	text-align: center;
	margin: 5px 0 15px;
	color:#4e4d4d;
	text-transform: uppercase;
}
.video_header span {
	display: block;
	font-family: Palatino, Georgia, "Times New Roman", Times, serif;
	padding: 30px 0 0;
	font-size: 18px;
}
.video_cats {
	float: right;
}
.video_cats ul {
	
}
.video_cats ul li  {
	display: inline-block;
	margin: 20px 0;
}
.video_cats ul li a {
	color: #4e9d97;
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
	padding: 0 15px;
}
.video_columns {
	float: left;
	width: 46%;
	margin-bottom: 45px;
	background: white;
	border: 1px solid #E2E2E2;
	padding: 2px;
	box-shadow: 0px 0px 2px #E5E5E5;
}
.video_columns.thirds {
	width: 31%;
	margin-bottom: 25px;
	margin-right: 2.5%;
}
.video_columns.thirds.last {
	margin-right: 0;
}
span.more_videos {
	width: 100%;
	text-align: center;
	float: left;
	display: block;
	margin: 0 0 40px 0;
	background: url(images/view-more-bkg.gif) repeat-x center center;
}
span.more_videos a {
	color: #64aea8;
	text-transform: uppercase;
	font-family: Palatino, Georgia, "Times New Roman", Times, serif;
	padding: 4px 15px 0;
	margin: 0;
	display: inline-block;
	background: url(images/view-more-a-bkg.gif) repeat center center;
	font-size: 16px;
}
.video_columns.first {
	margin-right: 4%;
}
.video_columns .column {
	position: relative;
}
.video_columns .column h3 {
	min-height: 50px;
	padding: 5px 10px;
}
.video_columns .column a {
	font-size: 16px;
	color: #363636;
	font-family: Palatino, Georgia, "Times New Roman", Times, serif;
	font-weight: 300;
}
.video_columns .column:hover a {
	color: #008c99;
}
.video_columns .column img {
	width: 100%;
	height: auto;
}
.video_columns .column span.play {
	width: 50px;
	height: 50px;
	background: url(images/play-smalls.png) no-repeat center top;
	display: block;
	position: absolute;
	top: 165px;
	left: 5px;
	opacity: 0.75;
	background-size: 100%;
}
.video_columns .column:hover span.play {
	opacity: 1;
}
.video_overflow {
	width: 750px;
	padding: 0 105px;
	overflow: hidden;
	height: 400px;
	margin-bottom: 40px;
}
.video_overflow.loading {
	background: url(images/loader.gif) no-repeat center center;
}
.video_container {
	position: relative;
	height: 400px;
}
.video_navs .flex-direction-nav a {
	height: 91px;
	width: 36px;
	background: url(images/video-nav.png) no-repeat 0 0;
	text-indent: -9999px;
	display: block;
	position: absolute;
	top:45%;
}
.video_container .flex-viewport {
	position: relative !important;
	height:400px !important;
	overflow: visible !important;
}
.video_navs .flex-direction-nav a.flex-prev{left:-70px;}
.video_navs .flex-direction-nav a.flex-next{right: -70px;background-position: -44px 0;}
.video_container ul.slides {
	opacity: 0;
}
.video_container ul li {
	width: 750px !important;
	position: relative;
}
.video_container ul li img,.video_container ul li .vid_title {
	width: 99% !important;
	margin: 0 0.5% !important;
	height: auto;
	opacity: 0.2;
}
.video_container ul li.flex-active-slide img {
	opacity: 1;
}
.video_container ul li.flex-active-slide .vid_title  {
	opacity: 0.85;
}
.video_container ul li span.play {
	width: 120px;
	height: 120px;
	background: url(images/play-smalls.png) no-repeat center top;
	display: block;
	position: absolute;
	top: 27%;
	left: 42%;
	opacity: 0.75;
	background-size: 100%;
}
.video_container ul li:hover span.play {
	opacity: 1;
}
.video_container .vid_title {
	position: absolute;
	top: 355px;
	height: 25px !important;
	color: #4E9D97;
	text-align: center;
	width: 98% !important;
	margin: 0 1%;
	font-size: 22px;
	padding: 14px 0 6px;
	background: white;
	font-family: didot, Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
.video_overlay {
	position: absolute;
	height: 520px;
	top: 0;
	background: #565659;
	opacity: 0.05;
	z-index: -99999;
}

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

#footer_border {
	height:8px;
	border-bottom:1px solid #fff;
	/* IE fix */
	font-size:1px;
	width:100%;
	background:url(images/footer_border.gif) repeat;
	margin:20px 0 20px 0;
}
#footer {
	background-color:#f6f6f6;
	color:#898989;
}
#footer_bottom {
	margin:35px 0 0 0;
	padding:25px 0 0 0;
}
#footer #footer_bottom p {
	font-size:11px;
}
#footer h4 {
	font-family:didot, Georgia, "Times New Roman", Times, serif;
	display:block;
	font-size:24px;
	font-weight:normal;
	text-transform:uppercase;
	color:#444444;
	margin:0 0 30px 0;
}
#footer h4 span {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
}
#footer .widget {
	margin:0 0 25px 0;
}
#footer p, #footer #twitter_update_list {
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.7);
	font-size:12px;
	margin:0 0 25px 0;
}
#footer #twitter_update_list li {
	padding-bottom:15px;
}
#footer #twitter_update_list {
	margin: 0 0 20px 0;
}
#sidebar #twitter_update_list {
	font-size:12px;
	margin:0 0 25px 0;
}
#sidebar #twitter_update_list {
	margin-left:20px;
}
#sidebar #twitter_update_list li {
	border-bottom:1px solid #ebebeb;
	border-top: 1px solid #fff;
	padding:10px 10px 10px 10px;
	margin:0;
	height:150px;
	background-image: url(images/twitter_bg.jpg) !important;
	background-repeat: no-repeat !important;
	background-position: left top !important;
}
#sidebar #twitter_update_list li span {
	display:block;
	width:250px;
}
#sidebar #twitter_update_list a {
}
#sidebar .tz_tweet_widget a.twitter-link {
	text-align:right;
	padding-right:20px;
	margin-left:50px;
	margin-top:-90px;
	display:block;
	border:none !important;
}
#sidebar #twitter_update_list li.first {
	border-bottom:1px solid #ebebeb;
	border-top:none;
	padding:0 0 10px 0;
}
#sidebar #twitter_update_list li.last {
	border-bottom:none;
	border-top: 1px solid #fff;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 25px;
	padding-left: 10px;
}
#sidebar #twitter_update_list li a, #sidebar a.twitter-link {
	color:#cc6633;
	border-bottom:1px solid #e2e2e2;
}
#sidebar #twitter_update_list li a:hover, #sidebar a:hover.twitter-link {
	border-bottom:1px solid #64aea8;
}
#footer a {
	color:#898989;
}
#footer a:hover {
	color:#64aea8;
}
#footer li {
	padding:0px 0 12px;
	margin:0;
}
#footer div.grid_3 a.headLink {
	display:none;
}
#footer li.first, #footer li:first-child {
	margin:0;
}
#footer li.last {
	border-bottom:none;
	padding-bottom:0;
}
#footer .widget_pages ul {
	position:relative;
}
#footer .widget_pages ul li {
	display:block;
	float:left;
	margin:0;
	width:45%;
}
#footer .widget_pages ul li:first-child {
}
#footer .widget_pages ul li a {
}
#tumblr-recent-photos {
}
/* Sidebar -------------------------------------------------------------------- */

#sidebar {
	float:left;
	width:300px;
}
#sidebar p {
	margin:0 0 15px 0;
}
#sidebar .widget {
	float:left;
	margin:0 0 20px 0;
	width:300px;
}
#sidebar .widget input {
	width:278px;
	margin:0;
}
#sidebar .widget .details {
	float:left;
	width: 148px;
}
/* Twitter & RSS -------------- */


#sidebar .tz_rsstwitter_widget {
	margin: 0 0 25px 0;
}
.rss_widget, .twitter_widget {
	float:left;
}
.rss_widget {
	padding:0 25px 0 25px;
}
.twitter_widget {
	padding:0 25px 0 0;
}
span.icon {
	float:left;
	margin:5px 10px 0 0;
}
span.count {
	float:left;
	font-size:21px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
a span.count {
	color:#444444;
	float:left;
}
span.desc {
	float:left;
	font-size: 11px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
a span.desc {
	color:#888888;
	float:left;
}
a:hover span.desc {
	color:#444444;
}
/* Advert -------------- */

#sidebar .advert li {
	float:left;
	margin:0 0 10px 0;
}
#sidebar .advert li a {
	width:125px;
	height:125px;
	display:block;
	background:url(images/header_advert_border.gif) repeat;
	padding:10px;
}
#sidebar .advert li a:hover {
	background:url(images/header_advert_border_hover.gif) repeat;
}
#sidebar .advert li.left {
	margin:0 10px 10px 0;
}
/* TABS -------------- */

.tabs {
	float:left;
	background: url(images/header_advert_border.gif) repeat;
	padding:10px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.tab_wrap {
	background:#fff;
	border:1px solid #d2d2d2;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	float:left;
}
.tabs ul.nav {
	float:left;
	background:url(images/nav_bg.gif) repeat;
	/*IE 6 fix 
	width:278px;
	*/
	width:280px;
	height:43px;
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	display: none;
}
.tabs ul.nav li a {
	display:block;
	padding:12px 0 11px 0;
	text-align:center;
	background:url(images/tab_border.gif) repeat-y left;
}
.tabs ul.nav li a:hover {
	background:url(images/tab_border.gif) repeat-y left #fff;
}
.tabs ul.nav li {
	float:left;
	width:25%;
	border-bottom:1px solid #d9d9d9;
}
.tabs ul.nav li.tab_nav_1 {
	width:25%;
}
.tabs ul.nav li.tab_nav_2 {
	width:25%;
}
.tabs ul.nav li.tab_nav_3 {
	width:30%;
}
.tabs ul.nav li.tab_nav_4 {
	width:20%;
}
.tabs ul.nav li.ui-tabs-selected {
	border-bottom:none;
}
.tabs ul.nav li.ui-tabs-selected a {
	background:url(images/tab_border.gif) repeat-y left #fff;
}
.tabs ul.nav li.first a {
	background-image:none;
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
}
.tabs ul.nav li.first a:hover {
	background-image:none;
}
.tabs ul.nav li.last a {
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
}
.tabs .tab {
	float:left;
	padding:0;
	margin:0;
}
.tab li {
	float:left;
	width:244px;
	padding:12px 18px;
}
.tab li:first-child {
	padding: 20px 18px 12px 18px;
}
.tabs .tab_tags {
	padding: 15px;
}
.tab_tags a {
	float:left;
	display:block;
	padding:3px 8px;
	background:#efefef;
	color:#444;
	margin: 0 4px 4px 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.tab_tags a:hover {
	background:#cc6633;
	color:#fff;
}
.tab li .image {
	float:left;
}
.tab li .details {
	float:left;
	margin:0 0 0 14px;
}
.tab li .details h5 {
	font-family: Palatino, Georgia, "Times New Roman", Times, serif;
	float:left;
}
.tab li .details .date {
	font-family: Georgia, "Times New Roman", Times, serif;
	float:left;
	}
.tab li .details h5 a {
	float:left;
	cursor:pointer;
}
/* Search -------------- */
#sidebar .widget_search {
	margin: 0 0 25px 0;
}
/* Video -------------- */

.video {
	padding:5px;
	background:url(images/header_advert_border.gif) repeat;
	float:left;
}
/* Flikr -------------- */

#sidebar .widget .flickr div {
	float:left;
	margin:0 10px 10px 0;
}
#sidebar .widget .flickr img {
	width:61px;
	height:61px;
}
#sidebar .flickr div.last {
	margin:0 0px 10px 0px;
}
#sidebar .flickr div a {
	float:left;
	display:block;
	width:61px;
	height:61px;
	margin:0;
}
#footer .widget .flickr div {
	float:left;
	margin:0 10px 10px 0;
}
#footer .widget .flickr img {
	width:60px;
	height:60px;
}
#footer .flickr div.last {
	margin:0 0px 10px 0px;
}
#footer .flickr div a {
	float:left;
	display:block;
	width:60px;
	height:60px;
	margin:0;
	padding:2px;
	border:1px solid #221e1e;
	background:url(images/footer_bg.gif) repeat;
	-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
}
.post_grid li a:hover, .flickr div a:hover {
	border:1px solid #999;
}
/* Half widgets -------------- */

.widget .half {
	width:140px;
	margin:0 20px 0 0;
	float:left;
}
.widget .half.last {
	margin:0 0px 0 0;
}
.widget .half .wrap {
	margin:0 0px 25px 0;
}
.sidebar_ad {
	float:left;
}
.sidebar_ad a {
	display:block;
	padding:10px;
	height:240px;
	float:left;
	background:url(images/header_advert_border.gif) repeat;
}
.sidebar_ad a:hover {
	background:url(images/header_advert_border_hover.gif) repeat;
}
.widget li a {
	color:#444444;
}
.widget li a:hover {
	color:#cc6633;
}
.widget li {
	margin:0 0 5px 0;
}
/* archive list -------------- */

.full_posts .details h5 a {
	font-size:14px;
}
.full_posts li {
	float:left;
	width:610px;
	border-top:1px solid #e2e2e2;
	padding:25px 0 25px 0;
}
.full_posts li.first {
	border-top:none;
	padding:5px 0 25px 0;
}
.full_posts li .image a {
	margin:0;
}
.full_posts .details h5 {
	font-size:14px;
	margin:0 0 5px 0;
}
.full_posts .details {
	float:left;
}
.full_posts .details.no_thumb p {
	width:610px;
}
.full_posts .details p {
	margin:11px 0 0 0;
	padding:0;
	font-size:12px;
	line-height:20px;
	width:480px;
}
/* Pagination -------------- */

.pagination {
	width:620px;
	float:left;
	border-top:1px solid #e2e2e2;
	padding:45px 0 45px 0;
}
.pagination.comments {
	border:none;
}
.pagination span.pages {
	float:left;
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:12px;
	color:#666666;
	padding:3px 20px 0 0;
}
.pagination a, .pagination span.current {
	display:block;
	float:left;
	padding:3px 9px 2px 9px;
	border:1px solid #c6c6c6;
	color:#999;
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
	margin:0 6px 0 0;
}
.pagination a:hover {
	border:1px solid #999;
	color:#444444;
}
/* Breadcrumb -------------- */

.breadcrumb {
	padding:7px 15px 7px 15px;
	border-bottom: 1px solid #DBDBDB !important;
	background:url(images/header_advert_border.gif) repeat;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	font-size:11px;
	color:#666;
	margin:0 0 5px;
}
.single .breadcrumb, .page .breadcrumb {
	width: 580px;
}
#fullwidth .breadcrumb {
	width: 910px!important;
}
.breadcrumb a {
	color:#666;
}
.breadcrumb a:hover {
	color:#444444;
}
.description.archive p {
	width:620px;
}
.description p, .description h1, .error p, .error h1 {
    float: left;
    width: 393px;
}
.error p, .error h1 {
	background:none;
	margin:0;
}
.description h1, .error h1 {
	font-size: 24px;
    font-weight: normal;
    line-height: 31px;
    margin: 0 0 3px;
}
.description {
	float:left;
	width:100%;
}
.single .description, .page .description {
	width: 610px;
}
#fullwidth .description {
	width: 940px;
}
.error input {
	width:350px;
	margin:0 0 25px 0;
	display: none;
}
/* meta -------------- */

.meta {
	float:left;
	width:610px;
	font-size:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#999;
	margin:0 0 18px 0;
}
.meta a {
	color:#999;
}
.meta a:hover {
	color:#444444;
}
/* Main Content -------------- */

.single #content, .page #content {
	width: 610px;
	position: relative;
}
#fullwidth #content {
	width: 940px;
}
#content form {
	display:block;
	float:left;
	padding:25px 0 0 0;
}
#content #subForm {
	padding-bottom: 15px;
}
#content #inline_form {
	display: block;
	width: 32px;
	height: 32px;
	float: right;
	text-decoration: none;
	border: none;
	cursor: pointer;
	color:white !important;
}
#content form p {
	float:left;
	width:100%;
	margin:0 0 10px 0;
}
#content input {
	float: left;
    margin: 0 20px 12px 0;
    min-height: 38px;
    padding: 0 0 0 3px;
    width: 55%;
}
#content input[type="submit"] {
	ackground: url("images/button_bg.gif") repeat-x scroll 0 0 transparent;
    border: 1px solid #D5D5D5;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    color: #666666;
    cursor: pointer;
    float: left;
    font-size: 13px;
    font-weight: bold;
    margin: 10px 0 0;
    width: 56%;
	}
#content textarea {
	margin:0 0 0 0;
	width:585px;
	float:left;
}
#content label {
	display: block;
    float: left;
    padding: 0 0 5px;
    width: 100%;
}
#content button {
	background:url(images/button_bg.gif) repeat-x;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	float:left;
	cursor:pointer;
	width:auto;
	color:#666666;
	font-size:13px;
	font-weight:bold;
	border:1px solid #d5d5d5;
	padding:10px;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
#content button:hover {
	background:#fff;
}
label.error {
	color:#F00;
	font-style:italic;
	margin: 10px 0 0;
}
#content img {
	margin: 0 0 30px 0;
}
#content ul li {
	list-style:inside disc;
}
#content ul, #content ol {
	margin:0 0 0 0;
}
#content ul ul, #content ol ol {
	margin:0 0 0 0;
}
#content li li {
	margin:0 0 0 15px;
}
#content ol li {
    list-style: none outside none;
    margin: 8px 0;
}
#content p {
	font-size:12px;
	line-height:22px;
	margin:0 0 22px;
}
#content span.one_half {
	float:left;
	width:48%;
	padding:0 20px 25px 0;
}
#content span.one_third {
	float:left;
	width:31%;
	padding:0 20px 25px 0;
}
#content span.one_half.last, #content span.one_third.last {
	padding:0 0 25px 0;
}
#content a, #author a, .comment .details p a {
    color: #64AEA8 !important;
	border-bottom:1px solid #e2e2e2;
}
#content a:hover, #author a:hover, .comment .details p a:hover {
	border-bottom:1px solid #bbb;
}
#content img.alignleft {
	float:left;
	margin:0 30px 25px 0;
}
#content img.alignright {
	float:right;
	margin:0 0 25px 30px;
}
#content img.aligncenter {
	display: block;
	margin: 0px auto 15px;
	padding: 2px;
	border: 1px solid #C6C6C6;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
	}
.page #content img.aligncenter {
	display: block;
	margin: 0px auto 15px;
	padding: 2px;
	border: 1px solid #C6C6C6;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
	}

#content .wp-caption img {
	float:left;
	margin:0;
}
#content .wp-caption p {
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:11px
}
#content .wp-caption.alignleft {
	float:left;
	margin:0 30px 25px 0;
}
#content .wp-caption.alignright {
	float:right;
	margin:0 0 25px 30px;
}
.alignright {
	float:right;
	margin:0 0px 25px 30px;
}
#content blockquote {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-style:italic;
	line-height:22px;
	background:url(images/quote.png) no-repeat top left;
	padding:0 50px 0 50px;
	margin:0 0 30px 50px;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	margin:0 0 25px 0;
	font-weight: normal;
}
.custom_meta {
	
}
.custom_meta h1 {
	color: #64AEA8;
	font-family: Palatino,Times,serif;
	font-size: 20px;
	margin: 10px 0 !important;
	width: 100%;
	background: url(images/header_bg.gif) repeat-x center center;
}
.custom_meta h1 span {
	background:#FCFCFC;
	padding: 0 8px;
	margin:0 0 0 20px;
}
/* Author bio -------------- */

#author {
	margin:30px 0 20px 0;
}
#author p {
	padding:0 0 0 20px;
	float:left;
	width:510px;
	line-height:22px;
}
/* Related posts -------------- */

#related {
	margin: 0 0 35px;
}
#related .column {
	width:149px;
	margin:0 8px 0 0;
	float:left;
}
#related .column h3 a {
	font-size:12px;
	line-height:20px;
}	
#related .column .image a {
	margin: 0px 0 8px 0;
	padding: 0;
	height: 106px;
	width: inherit;
}
#related .column .image a img {
	width: 147px;
	height: auto;
}
#related .column.last {
	margin:0 0 0 0;
}
/* Comments -------------- */

#comments {
	margin:0 0 40px 0;
}
#comments h3, #respond h3, h3.gform_title, .gform_wrapper h3 {
	font-family:didot, Georgia, "Times New Roman", Times, serif !important;
	font-weight:normal;
	font-size:16px;
	display:block;
	float:left;
	width:610px;
	padding:0 0 20px 0;
	background:url(images/header_bg.gif) repeat-x bottom !important;
	margin:0 0 0px 0;
}
#comments .image {
	float:left;
}
#comments ol {
	margin:25px 0 0 0;
}
#comments ol.pinglist li {
	padding:0;
	margin:0;
	border:none;
	width:100%;
}
#comments ol.pinglist li a {
	font-weight:normal;
}
#comments h3.pingheader {
	margin:80px 0 0 0;
}
#comments ol, #comments ul {
	width:610px;
	float:left;
}
#comments ol ul {
	width:510px;
	float:left;
	border-left:1px solid #e2e2e2;
	margin:15px 0 0 30px;
	padding:15px 0 0 50px
}
#comments ol ul ul {
	width:470px;
	margin:8px 0 0 30px;
}
#comments ol ul ul ul {
	width:451px;
}
#comments ol ul ul ul ul {
	width:397px;
}
#comments ol ul ul ul ul ul {
	width:344px;
}
#comments ol ul .line {
	width:30px;
	height:50px;
	position:absolute;
	border-bottom:1px solid #e2e2e2;
	margin:-10px 0 0 -50px;
}
#comments ol ul li {
	padding:17px 0px 17px 0px;
	border:none;
}
#comments ol ul .details {
	margin: 0 0 0 20px;
	float:left;
	width:415px;
}
#comments ol ul ul .details {
	width:325px;
}
#comments ol ul ul ul .details {
	width:270px;
}
#comments ol ul ul ul ul .details {
	width:240px;
}
#comments ol ul ul ul ul .details {
	width:180px;
}
#comments ol li {
	padding:27px 10px 27px 10px;
	border-bottom:1px solid #e2e2e2;
	float:left;
}
#comments ul li {
	padding:27px 0 27px 0;
}
#comments .details {
	margin: 0 0 0 20px;
	float:left;
	width:500px;
}
#comments .details .name span.date {
	font-size:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#999;
	font-style:italic;
	padding-left: 5px;
}
#comments .details .name span.date a {
	color:#999;
}
#comments .details .name a {
	font-size:12px;
}
#comments .details .name {
	margin:0 0 15px 0;
}
#comments .details .name span.author a:hover, #comments .details .name span.date a:hover, #respond a:hover, ol.pinglist li a:hover {
	color:#cc6633;
}
#comments .details .name span.author a, #respond a, ol.pinglist li a {
	font-weight:bold;
	color:#444444;
}
/* respond -------------- */

#respond form {
	display:block;
	float:left;
	padding:25px 0 0 0;
}
#respond {
	float:left;
	width:610px;
	margin: 15px 0 0;
}
ul #respond, ul #respond h3 {
	width:520px;
}
ul #respond textarea {
	width:490px;
}
ul ul #respond, ul ul #respond h3 {
	width:370px;
}
ul ul #respond textarea {
	width:340px;
}
ul ul ul #respond, ul ul ul #respond h3 {
	width:290px;
}
ul ul ul #respond textarea {
	width:260px;
}
#respond p {
	float:left;
	width:100%;
	margin:0 0 20px 0;
}
#respond input {
	margin:0 18px 0 0;
	width:45%;
	float: left;
}
#respond textarea {
	margin:0 0 0 0;
	width:585px;
	float:left;
}
#respond label, .cancel-comment-reply {
	display:block;
	float:left;
	padding:10px 0 0 0;
}
#respond input.btn {
	background:url(images/button_bg.gif) repeat-x;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	float:left;
	cursor:pointer;
	width:auto;
	color:#666666;
	font-size:13px;
	font-weight:bold;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	border: 1px solid #d5d5d5;
}
/* Mandatory styling for tabs */
.ui-tabs .ui-tabs-hide {
	display: none;
}
.nav-next {
	float:left;
}
.nav-previous {
	float:right;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"] {
	background: url("images/button_bg.gif") repeat-x scroll 0 0 transparent;
    border: 1px solid #D5D5D5;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    color: #666666;
    cursor: pointer;
    float: left;
    font-size: 13px;
    font-weight: bold;
    width: auto;
    }
.container_12 #page_right {
    width: 150px;
    }
.container_12 #tumblr {
    width: 268px !important;
    }
.sharing {
	float: left;
	margin: 5px 0 0;
	width: 100%;
	}
.gform_wrapper li.gfield.gfield_error {
    background-color: #d0f1ee !important;
    }
.tabs .tab_wrap #tabs-2, #tabs-3, #tabs-4 {
	display: none;
	}
	
.pcright{
	float: right;
	width: 400px;
	margin-bottom: 10px;
}
.wp-pagenavi a, .wp-pagenavi span {
    border: none !important;
    margin: 0 3px !important;
    padding: 3px 9px !important;
    text-decoration: none !important;
    }
.pagination a, .pagination span.current {
    box-shadow: 0 0 4px rgba(100, 174, 168, 0.8);
    }
#twit {
	display: block;
    float: left;
    width: 111px;
	}
#fb {
	display: block;
    float: left;
    width: 100px;
	}
.sharing #twit {
    width: 100px;
    margin-top: 1px;
	}
.sharing #fb {
    width: 100px;
    margin-top: 2px;
	}
.dsq-commenter-name, #dsq-account-dropdown a {
	color: #64AEA8;
	}
.dsq-comment-text a {
	color: #64AEA8;
}
a.dsq-subscribe-email em, a.dsq-subscribe-rss em, #dsq-content #dsq-footer .dsq-font {
	color: #64AEA8;
	}
#dsq-content #dsq-footer .dsq-font {
	color: #64AEA8 !important;
	}
	
/* Disqus iphone patch */
#disqus_thread{
	clear:both;
}
#disqus_thread a {
	color: #64AEA8 !important;
}
/* Newsletter Modal */
#inline .news_header {
	float: left;
	margin: 20px 0 15px 0;
	padding: 0 20px;
}
#inline span {
	float: left;
	background: url(images/news_brush_bkg.png) no-repeat center center;
	padding: 10px 20px 0 58px;
	text-transform: uppercase;
	width: 90px;
	height: 50px;
	font-size: 13px;
	font-weight: 300;
	letter-spacing: 1px;
}
#inline h1 {
	color: #7cded6;
	font-family: Palatino,Times,serif;
	font-size: 70px;
	font-weight: normal;
	display: block;
	height: 50px;
	padding: 20px 0 0 0;
	text-transform: lowercase;
	float: left;
}
#inline p {
	margin: 0;
	color: #707070;
	float: left;
	padding: 0 20px;
}
#inline form {
	float:left;
	padding:15px 20px 0 20px;
}
#inline label {
	float: left;
	width: 90%;
	margin:15px 0 5px 0;
}
#inline input {
	float: left;
	width: 40%;
	margin: 6px 0;
}
#inline #age, #inline #ZipCode{
	margin-left: 8%;
}
#inline .inline_submit {
	margin: 30px 0 10px 0;
	width: 100%;
	background: url(images/news_signup.gif) no-repeat center top;
	height: 50px;
	color: #4E4D4D;
	cursor: pointer;
	border: none;
	font-size: 20px;
	font-family: Palatino,Times,serif;
	text-transform: uppercase;
}
/*
    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;}
#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;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{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:#fff url(images/news_overlay.png) no-repeat center top;}
#colorbox{}
    #cboxTopLeft{width:25px; height:25px; background:url(images/border1.png) no-repeat 0 0;}
    #cboxTopCenter{height:25px; background:url(images/border1.png) repeat-x 0 -50px;}
    #cboxTopRight{width:25px; height:25px; background:url(images/border1.png) no-repeat -25px 0;}
    #cboxBottomLeft{width:25px; height:25px; background:url(images/border1.png) no-repeat 0 -25px;}
    #cboxBottomCenter{height:25px; background:url(images/border1.png) repeat-x 0 -75px;}
    #cboxBottomRight{width:25px; height:25px; background:url(images/border1.png) no-repeat -25px -25px;}
    #cboxMiddleLeft{width:25px; background:url(images/border2.png) repeat-y 0 0;}
    #cboxMiddleRight{width:25px; background:url(images/border2.png) repeat-y -25px 0;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{background: url(images/news_modal_bkg.jpg) no-repeat bottom center;}
        #cboxTitle{position:absolute; bottom:0px; left:0; text-align:center; width:100%; color:#999;}
        #cboxCurrent{position:absolute; bottom:0px; left:100px; color:#999;}
        #cboxSlideshow{position:absolute; bottom:0px; right:42px; color:#444;}
        #cboxPrevious{position:absolute; bottom:0px; left:0; color:#444;}
        #cboxNext{position:absolute; bottom:0px; left:63px; color:#444;}
        #cboxLoadingOverlay{background:#fff url(images/loading.gif) no-repeat 5px 5px;}
        #cboxClose{position:absolute; top:-2px; right:0; display:block; height:27px; width: 27px; background: url(images/news_close.gif) no-repeat center center; color:#444; text-indent: -99999px;}

/*
  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);
}
