/*
Theme Name: WST
Author: Yellow House Design
Author URI: http://wordpress.org/
Description: Custom theme for WST based on twenty eleven.
Version: 1.0
License: GNU General Public License
License URI: license.txt
*/


/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Reset
:: STRUCTURE
:: HEADER
:: HOME
:: INTERIOR
:: SEARCH RESULTS
:: PRODUCTS
:: GALLERY PICS
:: SCHEDULE
:: SIDEBAR
:: FOOTER
:: OTHER
*/



/* -----------------------------------------
:: Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
----------------------------------------- */

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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}
body {line-height: 1;}
ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: 0;}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {display: block;}
	
/* -----------------------------------------
:: STRUCTURE
----------------------------------------- */

body {padding: 0;background: #afafaf;}
#primary {width:600px;float:left;padding:50px 0;}
#secondary {width:300px;float:right;margin:0 0 60px 0;}
#main {clear: both;margin:0;}
#main_inner {width:960px;margin:0 auto;	}

/*single column for testimonials*/
body.page-id-80 #primary {width:960px;}

/*single column for attachment*/
body.attachment #primary {width:960px;}
body.attachment #primary a.post-edit-link {display:none;}
body.attachment #comments {display:none;}

/* -----------------------------------------
:: HEADER
----------------------------------------- */

#header_wrap {background:url(images/header-bg.png) repeat-x top; }
#header_top {
	height:132px;	
	width:960px;
	margin:0 auto;
	position:relative;
}
#branding hgroup {margin: 0;}
#access div {margin: 0;}
#site-title {margin:0;padding:0;position:absolute;top:27px;}
#site-title a {display:block;background:url(images/logo-wst.png) no-repeat top left;width:300px;height:78px;text-indent:-9999px;}
#branding img {height: auto;margin-bottom: -7px;width: 100%;}

/* =Menu
-------------------------------------------------------------- */

#access {
	background:url(images/header-topnav-bg.png) repeat-x top #2f2f2f;
	clear: both;
	display: block;
	float: left;
	margin: 0 auto;
	width: 100%;
}
#access ul {
	font-size: 13px;
	list-style: none;
	margin: 0 auto;
	padding-left: 0;
	width:960px;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	color: #878787;
	display: block;
	line-height: 3.333em;
	text-decoration: none;
	width:119px;
	text-align:center;
	border-right:solid 1px #3a3a3a;
	text-transform:uppercase;
	letter-spacing:1px;
	font-family: "franklin-gothic-urw", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 700;
}
#access #menu-item-24 a {border-right:none;}/*no border right for last item*/

#access ul ul {
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 3.333em;
	left: 0;
	width: 188px;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #afafaf;
	border-bottom: 1px dotted #858585;
	border-right: none;
	color: #444;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 160px;
	text-align:left;
	text-transform:none;
	letter-spacing:0;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	background: #efefef;
}
#access li:hover > a,
#access a:focus {
	background: #afafaf; 	
	color: #373737;
}
#access ul li:hover > ul {
	display: block;
}

#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a, 
#access .current_page_parent > a {
	color:#fff;
	background:#ae091c;
}

/* prevent hover state on active items*/


body.search #access .current-menu-item > a,
body.search #access .current-menu-ancestor > a,
body.search #access .current_page_item > a,
body.search #access .current_page_ancestor > a, 
body.search #access .current_page_parent > a {
	background:none;
	color: #878787;
}
body.error404 #access .current-menu-item > a,
body.error404 #access .current-menu-ancestor > a,
body.error404 #access .current_page_item > a,
body.error404 #access .current_page_ancestor > a, 
body.error404 #access .current_page_parent > a {
	background:none;
	color: #878787;
}
/*body.post-type-archive-yhgallery #access li#menu-item-13 > a {
	background:none;
	color: #878787;
}
body.post-type-archive-yhgallery #access li#menu-item-13:hover > a {
	background: #afafaf; 	
	color: #373737;
}*/


#access .sub-menu .current-menu-item a {
	background: #afafaf; 	
	color:#ae091c;
	font-weight:bold;
}
#header_right {width:290px; float:right; padding:14px 0 0 0;}
.header_social {height:38px;}
a.header_enews {display:block; width:180px; height:24px; float:left; background:url(images/sprite.png) no-repeat 0px 0px; text-indent:-9999px; margin:0 9px 0 0;}
a.header_enews:hover {background:url(images/sprite.png) no-repeat 0px -24px;}
a.header_fb {display:block; width:24px; height:24px; float:left; background:url(images/sprite.png) no-repeat -200px 0px; text-indent:-9999px; margin:0 9px 0 0;}
a.header_twit {display:block; width:24px; height:24px; float:left; background:url(images/sprite.png) no-repeat -230px 0px; text-indent:-9999px; margin:0 9px 0 0;}
a.header_yt {display:block; width:24px; height:24px; float:left; background:url(images/sprite.png) no-repeat -260px 0px; text-indent:-9999px;}


#branding #searchform div {margin: 0;}
#branding #s {
	-webkit-transition-duration: 400ms;
	-webkit-transition-property: width, background;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 400ms;
	-moz-transition-property: width, background;
	-moz-transition-timing-function: ease;
	-o-transition-duration: 400ms;
	-o-transition-property: width, background;
	-o-transition-timing-function: ease;
	width:242px;
	background-color:#535252;
	color:#1e1e1e;
	border:none;
}
#branding #s:focus {background-color: #f9f9f9;}
#branding #searchsubmit {display: none;}

/* -----------------------------------------
:: HOME
----------------------------------------- */

body.home #main {clear: both;padding: 0 0 0 0;}
body.home #main_inner {width:auto;margin:0;}
#home_top {border-top:solid 30px #ae091c;padding:0 0 32px 0;background:#030303 url(images/home-top_bottom-bg.gif) repeat-x bottom;}
#home_top-inner {width:960px; margin: 0 auto; position:relative;}
#home_top-callout {
	position:absolute;
	top:0;
	left:0;
	width:340px;
	height:300px;
	background: url(images/home-top-left-bg.png) repeat-x top;	text-indent:-9999px;
}
#home_top-callout span {
	display:block;
	height:300px;
	width:340px;
	text-indent:-9999px;
	/*background: url(images/home-callout.png) no-repeat 50px 50px;*/
	background:url(images/home-callout2.png) no-repeat 50px 50px;
}

#container-flexslider {position:absolute;top:0;left:340px;width:620px;height:300px;}
#home_bottom {padding:35px 0;width:960px;margin:0 auto;}
#home_bottom a {font-weight:bold;	}
#home_bottom .home_bottom-block {width:280px; float:left; margin:0 30px 0 0; min-height:100px; }
#home_bottom #home_bottom-left {margin-left:30px;}
#home_bottom .home_bottom-block h1,
#home_bottom .home_bottom-block h2 {
	font-size:26px;
	line-height:30px;
	color:#b3081c;	
	margin:0 0 15px 0;
	font-family: "franklin-gothic-urw", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 700;
}
#home_bottom .home_bottom-block h3 {
	color:#000000;
	border-bottom:solid 1px #cccccc;
	margin:0 0 30px 0;
	padding:0 0 3px 0;	
	letter-spacing:1px;
	text-transform:uppercase;
	font-size:14px;
	line-height:18px;
	font-family: "franklin-gothic-urw", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 900; /*heavy*/
}
#home_bottom .testimonial-pic {text-align:center;}
#home_bottom .testimonial-text { padding:22px 20px 10px 20px; background:url(images/testimonial-quote-home.png) no-repeat top left; font-weight:bold; font-style:italic; }
#home_bottom .testimonial-name { padding:0 20px 10px 20px;}
#home_bottom .testimonial-more { padding:0 20px 10px 20px;}

#home_bottom-left {}
#home_bottom-middle .home_bottom-middle-block { margin:0 0 50px 0;}
#home_bottom-right {}


/* -----------------------------------------
:: INTERIOR
----------------------------------------- */

#page-title {background:url(images/page-title-gradient.png) repeat-x top #c5051b;clear:both;}
#page-title h1 {
	width:960px;
	margin:0 auto;
	padding:75px 0 0 0;
	font-size:36px;
	line-height:36px;
	text-transform:uppercase;
	color:#fff;
	letter-spacing:1px;
	font-family: "franklin-gothic-urw", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 700;
}
#page-title h1 span {
	display:inline-block;
	padding:0 0 11px 0;
	background:url(images/page-title-bg.png) repeat-x bottom;	
}

#content .testimonial {
	width:300px;
	float:left; 
	margin:0 20px 20px 0;
	background:url(images/testimonial-bg.png) repeat-x bottom #000;
	padding:30px 0 10px 0;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	line-height:20px;
	color:#fff; 
}
#content .testimonial .testimonial-pic {text-align:center;}
#content .testimonial .testimonial-text { padding:20px 20px 10px 20px; background:url(images/testimonial-quote.png) no-repeat top left; font-weight:bold; font-style:italic; }
#content .testimonial .testimonial-name { padding:0 20px 10px 20px;}
#content .testimonial .testimonial-more { padding:0 20px 10px 20px;}

#testimonial_first {clear:both;}
#content td {vertical-align:top;}
.red {color:#b3081c;}



/* -----------------------------------------
:: SEARCH RESULTS
----------------------------------------- */

body.search-results .edit-link {
	display:none;
}
body.search-results article.type-page .comments-link {
	display:none;
}
body.search-results article.type-post {
	
}
/* -----------------------------------------
:: PRODUCTS
----------------------------------------- */

#products_view-cart { text-align:right;}
.product-row td {padding:30px 0; border-bottom:solid 1px #cccccc;}
.product-image {margin:0 20px 0 0;}
.product-title {
	font-size:21px;
	line-height:24px;
	color:#b3081c;	
	font-family: "franklin-gothic-urw", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 700;
	padding:0 0 5px 0;
}
.product-price {font-weight:bold; color:#000; padding:0 0 5px 0;}
.product-desc form { padding:5px 0 0 0; }
#content .product-desc h3 {
	margin:15px 0 0 0; 
	padding:5px 0 0 0; 
	border-top:solid 1px #b3081c;
	font-size:18px;
	line-height:21px;
	color:#b3081c;	
	font-family: "franklin-gothic-urw", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 700;

}
#content .product-desc {}
#content .product-desc p {margin:0 0 10px 0; padding:0; line-height:19px;}

/* -----------------------------------------
:: GALLERY PICS
----------------------------------------- */

.yh-gallery-pics {}
.yh-gallery-pics ul {margin:0; list-style:none;}
.yh-gallery-pics ul li {display:inline-block; line-height:1; border-image:none; width:188px; height:148px; background:#DFDFDF; margin:0 7px 10px 0;} /*image is 180 x 140*/
.yh-gallery-pics ul li a {
	display:block;  padding:4px; line-height:1; text-align:center; 	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.yh-gallery-pics ul li a img {vertical-align:top;}
.yh-gallery-pics ul li a:hover {background:#CE0017;}

/*
.yh-gallery-pics-archive {}
.yh-gallery-pics-archive ul {margin:0; list-style:none;}
.yh-gallery-pics-archive ul li {display:inline-block; line-height:1; border-image:none; text-align:center; width:195px; } image is 180 x 140
.yh-gallery-pics-archive ul li a {display:inline-block; background:#DFDFDF; padding:4px; line-height:1; font-weight:bold;}
.yh-gallery-pics-archive ul li a img {vertical-align:top;}
.yh-gallery-pics-archive ul li a:hover {background:#CE0017;}*/

.yh-gallery-pics-archive ul {margin:0; list-style:none;}
.yh-gallery-pics-archive ul li {display:inline-block; line-height:1; border-image:none; text-align:center; width:195px; margin:0 0 10px 0; } 
.yh-gallery-pics-archive ul li a {font-weight:bold;}
.yh-gallery-pics-archive ul li a:hover {text-decoration:none; color:#000;}
.yh-gallery-pics-archive ul li a img {border:solid 4px #dfdfdf; margin:0 0 10px 0;}
.yh-gallery-pics-archive ul li a:hover img {border:solid 4px #CE0017;}

/* -----------------------------------------
:: SCHEDULE
----------------------------------------- */

table.schedule_table th {
	text-transform:uppercase;
	font-size:13px;
	line-height:18px;
	color:#000;
	padding:0 10px 15px 0;
	font-family: "franklin-gothic-urw", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 900;
	
}
table.schedule_table th span {
	border-bottom:solid 1px #000;
	display:block;
}
table.schedule_table td {
	padding:0 10px 0 0;
	line-height:16px;
}
.schedule_block {margin:0 0 10px 0; padding:0 0 10px 0; border-bottom:solid 1px #ccc; }
.schedule_time {font-weight:bold;}
.schedule_title {color:#b3081c; font-weight:bold;}

/* -----------------------------------------
:: SIDEBAR
----------------------------------------- */

#secondary-top {
	background:#c5051b;
	padding:0 30px 0 30px;	
	color:#fff;
}
#secondary-top a {
	color:#fff;
}
/* =Widgets --------- */

#secondary #gksm-custom-menu-widget-2 ul {
	list-style:none;
	margin:0; 
	padding:0;
	text-transform:uppercase;
	letter-spacing:1px;
}
#secondary #gksm-custom-menu-widget-2 ul li:first-child {padding:0 0 0 0;}
#secondary #gksm-custom-menu-widget-2 ul li {margin:0; padding:20px 0 0 0; line-height:15px;}
#secondary #gksm-custom-menu-widget-2 ul li.current-menu-item a {font-weight:bold; color:#000}
#secondary #gksm-custom-menu-widget-2 ul li a:after {content : '\0000a0>';}
#secondary-top .widget-area {font-size: 12px;}
#secondary-top .widget {clear: both; margin: 0 0 0 0; padding:0 0 20px 0;}
#secondary-top .widget:first-child {padding-top:30px;}
#secondary-top .widget:last-child {padding-bottom:35px;}
#secondary-top .widget-title {
	color: #fff;
	font-size:12px;
	line-height:18px;
	letter-spacing:1px;
	text-transform: uppercase;
}
#secondary-top .widget ul {margin: 0 0 0 15px;}
#secondary-top .widget ul ul {margin-left: 0;}
#secondary-top .widget ul li {color: #fff;}
#secondary-top .widget a {font-weight: bold;text-decoration: none;}
#secondary-top .widget a:hover,
#secondary-top .widget a:focus,
#secondary-top .widget a:active {
	text-decoration: underline;
}

/* =Testimonial --------- */
#secondary .testimonial {
	background:url(images/testimonial-bg.png) repeat-x bottom #000;
	padding:30px 0 10px 0;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	line-height:20px;
	color:#fff; 
}
#secondary .testimonial .testimonial-pic {text-align:center;}
#secondary .testimonial .testimonial-text { padding:20px 20px 10px 20px; background:url(images/testimonial-quote.png) no-repeat top left; font-weight:bold; font-style:italic; }
#secondary .testimonial .testimonial-name { padding:0 20px 10px 20px;}
#secondary .testimonial .testimonial-more { padding:0 20px 10px 20px;}

.sidebar-contact {text-align:center;}
.sidebar-contact a {display:block; color:#bc071c; background:#000; font-size:21px; line-height:44px; font-style:italic;}
.sidebar-contact a:hover {text-decoration:none; color:#000; background:#bc071c;}


#facebook {
	margin-top:30px; background:#000;
}

/* -----------------------------------------
:: FOOTER
----------------------------------------- */

footer#colophon {
	clear: both;
	background:#222222;
	padding:40px 0;
	width:100%;
}
footer#colophon a {font-weight:bold;}
#footer-inner {
	width:960px; 
	margin:0 auto;	
}
#footer-inner aside {
	width:290px;
	margin:0 30px 0 0;
	float:left;
	font-size:12px;
	line-height:18px;
	color:#666666;
}

#footer-inner aside#middle-footer {margin-left:15px;width:275px;}
#footer-inner aside#middle-footer h3 {display:none;}

#footer-inner aside#middle-footer .ngg-widget {padding:0 0 14px 0;}

#footer-inner .yh-gallery-pics-footer {margin:0 0 14px 0;}
#footer-inner .yh-gallery-pics-footer ul {margin:0; list-style:none;}
#footer-inner .yh-gallery-pics-footer ul li {display:inline-block;}
#footer-inner .yh-gallery-pics-footer ul li img {vertical-align:top; margin:0 10px 10px 0;}

#footer-inner aside p {clear:both;}
#footer-inner .menu-top-navigation-container {margin:0 0 25px 0;}
#footer-inner .menu {margin:0; padding:0 0 0 0; list-style:none;}
#footer-inner .menu li {display:inline; }
#footer-inner menu li a {color:#fff;}

/* -----------------------------------------
:: OTHER
----------------------------------------- */

/* =Structure
----------------------------------------------- */

body.single-post article.type-post header.entry-header .entry-meta {
	
	margin:0 0 20px 0;
}

/* Singular */
.singular #primary {
	margin: 0;
}
.singular #content,
.left-sidebar.singular #content {
	margin: 0 7.6%;
	position: relative;
	width: auto;
}
.singular .entry-header,
.singular .entry-content,
.singular footer.entry-meta,
.singular #comments-title {
	margin: 0 auto;
	width: 68.9%;
}

/* Attachments */
.singular .image-attachment .entry-content {
	margin: 0 auto;
	width: auto;
}
.singular .image-attachment .entry-description {
	margin: 0 auto;
	width: 68.9%;
}

/* Showcase */
.page-template-showcase-php #primary,
.left-sidebar.page-template-showcase-php #primary {
	margin: 0;
}
.page-template-showcase-php #content,
.left-sidebar.page-template-showcase-php #content {
	margin: 0 7.6%;
	width: auto;
}
.page-template-showcase-php section.recent-posts {
	float: right;
	margin: 0 0 0 31%;
	width: 69%;
}
.page-template-showcase-php #main .widget-area {
	float: left;
	margin: 0 -22.15% 0 0;
	width: 22.15%;
}

/* Alignment */
.alignleft {
	float:left;
	margin:0 15px 15px 0;
}
.alignright {
	float:right;
	margin:0 0 15px 15px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Right Content */
.left-sidebar #primary {
	float: right;
	margin: 0 0 0 -26.4%;
	width: 100%;
}
.left-sidebar #content {
	margin: 0 7.6% 0 34%;
	width: 58.4%;
}
.left-sidebar #secondary {
	float: left;
	margin-left: 7.6%;
	margin-right: 0;
	width: 18.8%;
}


/* =Global
----------------------------------------------- */

body, input, textarea {
	color: #373737;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: 300;
	line-height: 1.625;
}


/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}

/* Text elements */
p {
	margin-bottom: 1.625em;
}
ul, ol {
	margin: 0 0 1.625em 2.5em;
}
ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Forms */
input[type=text],
input[type=password],
textarea {
	background: #fafafa;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	color: #888;
}
input[type=text]:focus,
textarea:focus {
	color: #373737;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text] {
	padding: 3px;
}
input#s {
	background: url(images/search.png) no-repeat 5px 6px;
	/*-moz-border-radius: 2px;
	border-radius: 2px;*/
	font-size: 14px;
	height: 22px;
	line-height: 1.2em;
	padding: 4px 10px 4px 28px;
}
input#searchsubmit {
	display: none;
}

/* Links */
a {
	color: #ce0017;
	text-decoration: none;
}
a:focus,
a:active,
a:hover {
	text-decoration: underline;
}

/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:active,
#access a.assistive-text:focus {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #ce0017;
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}





/* =Content
----------------------------------------------- */
.border-bottom {
	border-bottom:solid 1px #ccc;
	padding-bottom:5px;	
	padding-top:10px;
}

.page-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}
.page-title a {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0;
	text-transform: none;
}
#content h1 {
	font-size:26px;
	line-height:30px;
	color:#b3081c;	
	margin:0 0 15px 0;
	font-family: "franklin-gothic-urw", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 700;
}
#content h2 {
	font-size:26px;
	line-height:30px;
	color:#b3081c;	
	margin:0 0 15px 0;
font-family: "franklin-gothic-urw", Arial, Helvetica, sans-serif;
font-style: normal;
font-weight: 700;
}
#content h3 {
	font-size:13px;
	line-height:18px;
	color:#000;
	margin:0 0 15px 0;
	font-family: "franklin-gothic-urw", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 900;
}
#content p {
	color:#202020;
	font-size:12px;
	line-height:20px;	
	margin:0 0 15px 0;
}


.hentry,
.no-results {
	/*border-bottom: 1px solid #ddd;*/
	margin: 0 0 1.625em;
	padding: 0 0 1.625em;
	position: relative;
}
.hentry:last-child,
.no-results {
	border-bottom: none;
}
.blog .sticky .entry-header .entry-meta {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.entry-title,
.entry-header .entry-meta {
	padding-right: 76px;
}
.entry-title {
	clear: both;
	color: #222;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.5em;
	padding-bottom: .3em;
	padding-top: 15px;
}
.entry-title,
.entry-title a {
	color: #222;
	text-decoration: none;
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color: #ce0017;
}
.entry-meta {
	color: #666;
	clear: both;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a {
	font-weight: bold;
}
.single-author .entry-meta .by-author {
	display: none;
}
/*.entry-content,
.entry-summary {
	padding: 1.625em 0 0;
}*/
.entry-content h1,
.entry-content h2,
.comment-content h1,
.comment-content h2 {
	color: #000;
	font-weight: bold;
	margin: 0 0 .8125em;
}
.entry-content h3,
.comment-content h3 {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	width: 100%;
}
.entry-content th,
.comment-content th {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ddd;
	padding: 6px 10px 6px 0;
}
.entry-content #s {
	width: 75%;
}
.comment-content ul,
.comment-content ol {
	margin-bottom: 1.625em;
}
.comment-content ul ul,
.comment-content ol ol,
.comment-content ul ol,
.comment-content ol ul {
	margin-bottom: 0;
}
dl.gallery-item {
	margin: 0;
}
.page-link {
	clear: both;
	display: block;
	margin: 0 0 1.625em;
}
.page-link a {
	background: #eee;
	color: #373737;
	margin: 0;
	padding: 2px 3px;
	text-decoration: none;
}
.page-link a:hover {
	background: #888;
	color: #fff;
	font-weight: bold;
}
.page-link span {
	margin-right: 6px;
}
.entry-meta .edit-link a,
.commentlist .edit-link a {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	float: right;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 300;
	text-decoration: none;
	padding: 0 8px;
}
.entry-meta .edit-link a:hover,
.commentlist .edit-link a:hover {
	background: #888;
	color: #fff;
}
.entry-content .edit-link {
	clear: both;
	display: block;
}

/* Images */
/*.entry-content img,
.comment-content img,
.widget img {
	max-width: 97.5%;  Fluid images for posts, comments, and widgets 
}*/
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large {
	max-width: 97.5%;
	width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/*p img,
.wp-caption {
	margin-top: 0.4em;
}*/
.wp-caption {
	background: #eee;
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 9px;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	font-family: Georgia, serif;
	font-size: 12px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 10px 0 5px 40px;
	position: relative;
}
.wp-caption .wp-caption-text:before {
	color: #666;
	content: '\2014';
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}
#content .gallery {
	margin: 0 auto 1.625em;
}
#content .gallery a img {
	border: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
}
#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}

/* Image borders */

.wp-caption img {
	border-color: #eee;
}
a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
#content .gallery .gallery-icon a:focus img,
#content .gallery .gallery-icon a:hover img,
#content .gallery .gallery-icon a:active img {/* Add some useful style to those fancy borders for linked images ... */
	background: #eee;
	border-color: #bbb;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {/* ... including captioned images! */
	background: #fff;
	border-color: #ddd;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/* Password Protected Posts */
.post-password-required .entry-header .comments-link {
	margin: 1.625em 0 0;
}
.post-password-required input[type=password] {
	margin: 0.8125em 0;
}
.post-password-required input[type=password]:focus {
	background: #f7f7f7;
}

/* Author Info */
#author-info {
	font-size: 12px;
	overflow: hidden;
}
.singular #author-info {
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 2.2em -35.6% 0 -35.4%;
	padding: 20px 35.4%;
}
.archive #author-info {
	border-bottom: 1px solid #ddd;
	margin: 0 0 2.2em;
	padding: 0 0 2.2em;
}
#author-avatar {
	float: left;
	margin-right: -78px;
}
#author-avatar img {
	background: #fff;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #bbb;
	-moz-box-shadow: 0 1px 2px #bbb;
	box-shadow: 0 1px 2px #bbb;
	padding: 3px;
}
#author-description {
	float: left;
	margin-left: 108px;
}
#author-description h2 {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	margin: 5px 0 10px;
}

/* Comments link */
.entry-header .comments-link a {
	background: #eee url(images/comment-bubble.png) no-repeat;
	color: #666;
	font-size: 13px;
	font-weight: normal;
	line-height: 35px;
	overflow: hidden;
	padding: 0 0 0;
	position: absolute;
	top: 1.5em;
	right: 0;
	text-align: center;
	text-decoration: none;
	width: 43px;
	height: 36px;
}
.entry-header .comments-link a:hover,
.entry-header .comments-link a:focus,
.entry-header .comments-link a:active {
	background-color: #ce0017;
	color: #fff;
	color: rgba(255,255,255,0.8);
}
.entry-header .comments-link .leave-reply {
	visibility: hidden;
}

/*
Post Formats Headings
To hide the headings, display: none the ".entry-header .entry-format" selector,
and remove the padding rules below.
*/
.entry-header .entry-format {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	position: absolute;
	text-transform: uppercase;
	top: -5px;
}
.entry-header hgroup .entry-title {
	padding-top: 15px;
}
article.format-aside .entry-content,
article.format-link .entry-content,
article.format-status .entry-content {
	padding: 20px 0 0;
}
article.format-status .entry-content {
	min-height: 65px;
}
.recent-posts .entry-header .entry-format {
	display: none;
}
.recent-posts .entry-header hgroup .entry-title {
	padding-top: 0;
}

/* Singular content styles for Posts and Pages */
.singular .hentry {
	border-bottom: none;
	padding: 4.875em 0 0;
	position: relative;
}
.singular.page .hentry {
	padding: 3.5em 0 0;
}
.singular .entry-title {
	color: #000;
	font-size: 36px;
	font-weight: bold;
	line-height: 48px;
}
.singular .entry-title,
.singular .entry-header .entry-meta {
	padding-right: 0;
}
.singular .entry-header .entry-meta {
	position: absolute;
	top: 0;
	left: 0;
}
blockquote.pull {
	font-size: 21px;
	font-weight: bold;
	line-height: 1.6125em;
	margin: 0 0 1.625em;
	text-align: center;
}
.singular blockquote.pull {
	margin: 0 -22.25% 1.625em;
}
.pull.alignleft {
	margin: 0 1.625em 0 0;
	text-align: right;
	width: 33%;
}
.singular .pull.alignleft {
	margin: 0 1.625em 0 -22.25%;
}
.pull.alignright {
	margin: 0 0 0 1.625em;
	text-align: left;
	width: 33%;
}
.singular .pull.alignright {
	margin: 0 -22.25% 0 1.625em;
}
.singular blockquote.pull.alignleft,
.singular blockquote.pull.alignright {
	width: 33%;
}
.singular .entry-meta .edit-link a {
	bottom: auto;
	left: 50px;
	position: absolute;
	right: auto;
	top: 80px;
}


/* =Aside
----------------------------------------------- */

.format-aside .entry-title,
.format-aside .entry-header .comments-link {
	display: none;
}
.singular .format-aside .entry-title {
	display: block;
}
.format-aside .entry-content {
	padding: 0;
}
.singular .format-aside .entry-content {
	padding: 1.625em 0 0;
}


/* =Link
----------------------------------------------- */

.format-link .entry-title,
.format-link .entry-header .comments-link {
	display: none;
}
.singular .format-link .entry-title {
	display: block;
}
.format-link .entry-content {
	padding: 0;
}
.singular .format-link .entry-content {
	padding: 1.625em 0 0;
}


/* =Gallery
----------------------------------------------- */

.format-gallery .gallery-thumb {
	float: left;
	display: block;
	margin: .375em 1.625em 0 0;
}


/* =Status
----------------------------------------------- */

.format-status .entry-title,
.format-status .entry-header .comments-link {
	display: none;
}
.singular .format-status .entry-title {
	display: block;
}
.format-status .entry-content {
	padding: 0;
}
.singular .format-status .entry-content {
	padding: 1.625em 0 0;
}
.format-status img.avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	float: left;
	margin: 4px 10px 2px 0;
	padding: 0;
}


/* =Quote
----------------------------------------------- */

.format-quote blockquote {
	color: #555;
	font-size: 17px;
	margin: 0;
}


/* =Image
----------------------------------------------- */

.indexed.format-image .entry-header {
	min-height: 61px; /* Prevent the comment icon from colliding with the image when there is no title */
}
.indexed.format-image .entry-content {
	padding-top: 0.5em;
}
.indexed.format-image p,
.indexed.format-image p img {
	margin-bottom: 0;
}
.indexed.format-image footer.entry-meta {
	background: #ddd;
	margin-top: -7px;
	padding: 20px 30px;
	overflow: hidden;
}
.indexed.format-image div.entry-meta {
	display: inline-block;
	float: left;
	width: 35%;
}
.indexed.format-image div.entry-meta + div.entry-meta {
	float: none;
	width: 65%;
}
.indexed.format-image .entry-meta span.cat-links,
.indexed.format-image .entry-meta span.tag-links,
.indexed.format-image .entry-meta span.comments-link {
	display: block;
}
.indexed.format-image footer.entry-meta a {
	color: #444;
}
.indexed.format-image footer.entry-meta a:hover {
	color: #fff;
}
#content .indexed.format-image img {
	border: none;
	max-width: 100%;
	padding: 0;
}
.indexed.format-image .wp-caption {
	background: #111;
	margin-bottom: 0;
	max-width: 96%;
	padding: 11px;
}
.indexed.format-image .wp-caption .wp-caption-text {
	color: #ddd;
}
.indexed.format-image .wp-caption .wp-caption-text:before {
	color: #444;
}
.indexed.format-image a:hover img {
	opacity: 0.8;
}



/* =Attachments
----------------------------------------------- */

.image-attachment div.attachment {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	/*margin: 0 -8.9% 1.625em;*/margin: 30px 0 ;
	overflow: hidden;
	/*padding: 1.625em 1.625em 0;*/ padding: 15px;
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto 1.625em;
	max-width: 100%;
}
.image-attachment div.attachment a img {
	border-color: #f9f9f9;
}
.image-attachment div.attachment a:focus img,
.image-attachment div.attachment a:hover img,
.image-attachment div.attachment a:active img {
	border-color: #ddd;
	background: #fff;
}
.image-attachment .entry-caption p {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}


/* =Navigation
-------------------------------------------------------------- */

#content nav {
	clear: both;
	overflow: hidden;
	padding: 0 0 1.625em;
}
#content nav a {
	font-size: 12px;
	font-weight: bold;
	line-height: 2.2em;
}
#nav-above {
	padding: 0 0 1.625em;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content nav .meta-nav {
	font-weight: normal;
}

/* Singular navigation */
#nav-single {
	float: right;
	position: relative;
	top: -0.3em;
	text-align: right;
	z-index: 1;
}
#nav-single .nav-previous,
#nav-single .nav-next {
	float: none;
	width: auto;
}
#nav-single .nav-next {
	padding-left: .5em;
}




/* =Comments
----------------------------------------------- */
#comments {
	background:url(images/comments-bkgd.png) repeat-x top;
}
h2#comments-title {
	text-align:center;
	margin:0;
	padding:25px 0 30px 0;
	text-transform: uppercase;
	
	font-size:22px;
	line-height:26px;
	color:#535353;	
	font-family: "franklin-gothic-urw", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 700;
}
.nopassword,
.nocomments {
	color: #aaa;
	font-size: 24px;
	font-weight: 100;
	margin: 26px 0;
	text-align: center;
}
.commentlist {
	list-style: none;
	margin: 0 auto;
	/*width: 68.9%;*/
	width:auto;
}
.content .commentlist,
.page-template-sidebar-page-php .commentlist {
	width: 100%; /* reset the width for the one-column and sidebar page layout */
}
.commentlist > li.comment {
	background: #f6f6f6;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	border-radius: 3px;
	/*margin: 0 0 1.625em;*/
	padding: 1.625em;
	position: relative;
	
	margin: 0px 0px 20px 102px;
	width: auto;
}
.commentlist .pingback {
	margin: 0 0 1.625em;
	padding: 0 1.625em;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li.comment {
	background: #fff;
	border-left: 1px solid #ddd;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	margin: 1.625em 0 0;
	padding: 1.625em;
	position: relative;
}
.commentlist .children li.comment .fn {
	display: block;
}
.comment-meta .fn {
	font-style: normal;
}
.comment-meta {
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
}
.commentlist .children li.comment .comment-meta {
	line-height: 1.625em;
	/*margin-left: 50px;*/
	margin-left: 0px;
}
.commentlist .children li.comment .comment-content {
	margin: 1.625em 0 0;
}
.comment-meta a {
	font-weight: bold;
}
.comment-meta a:focus,
.comment-meta a:active,
.comment-meta a:hover {
}
.commentlist .avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	left: -102px;
	padding: 0;
	position: absolute;
	top: 0;
}
.commentlist > li:before {
	content: url(images/comment-arrow.png);
	left: -21px;
	position: absolute;
}
.commentlist > li.pingback:before {
	content: '';
}
.commentlist .children .avatar {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	left: 2.2em;
	padding: 0;
	top: 2.2em;
}
a.comment-reply-link {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	display: inline-block;
	font-size: 12px;
	padding: 0 8px;
	text-decoration: none;
}
a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active {
	background: #888;
	color: #fff;
}
a.comment-reply-link > span {
	display: inline-block;
	position: relative;
	top: -1px;
}

/* Post author highlighting */
.commentlist > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}
.commentlist > li.bypostauthor .comment-meta {
	color: #575757;
}
.commentlist > li.bypostauthor .comment-meta a:focus,
.commentlist > li.bypostauthor .comment-meta a:active,
.commentlist > li.bypostauthor .comment-meta a:hover {
}
.commentlist > li.bypostauthor:before {
	content: url(images/comment-arrow-bypostauthor.png);
}

/* Post Author threaded comments */
.commentlist .children > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}

/* sidebar-page.php comments */
/* Make sure we have room for our comment avatars */
.page-template-sidebar-page-php .commentlist > li.comment,
.page-template-sidebar-page-php.commentlist .pingback {
	margin-left: 102px;
	width: auto;
}
/* And a full-width comment form */
.page-template-sidebar-page-php #respond {
	width: auto;
}

/* Comment Form */
#respond {
	background: #ddd;
	border: 1px solid #d3d3d3;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 auto 1.625em;
	padding: 1.625em;
	position: relative;
	/*width: 68.9%;*/
	width:auto;
}
#respond input[type="text"],
#respond textarea {
	background: #fff;
	border: 4px solid #eee;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	-moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	position: relative;
	padding: 10px;
	text-indent: 80px;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	background: #eee;
	-webkit-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	-moz-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	color: #555;
	display: inline-block;
	font-size: 13px;
	left: 4px;
	min-width: 60px;
	padding: 4px 10px;
	position: relative;
	top: 40px;
	z-index: 1;
}
#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}
#respond textarea {
	resize: vertical;
	width: 95%;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
	color: #bd3500;
	font-size: 22px;
	font-weight: bold;
	left: 75%;
	position: absolute;
	top: 45px;
	z-index: 1;
}
#respond .comment-notes,
#respond .logged-in-as {
	font-size: 13px;
}
#respond p {
	margin: 10px 0;
}
#respond .form-submit {
	float: right;
	margin: -20px 0 10px;
}
#respond input#submit {
	background: #222;
	border: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	color: #eee;
	cursor: pointer;
	font-size: 15px;
	margin: 20px 0;
	padding: 5px 42px 5px 22px;
	position: relative;
	left: 30px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}
#respond input#submit:active {
	background: #ce0017;
	color: #bfddf3;
}
#respond #cancel-comment-reply-link {
	color: #666;
	margin-left: 10px;
	text-decoration: none;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}
#reply-title {
	color: #373737;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}
#cancel-comment-reply-link {
	color: #888;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1em;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
	color: #ff4b33;
}
#respond label {
	line-height: 2.2em;
}
#respond input[type=text] {
	display: block;
	height: 24px;
	width: 75%;
}
#respond p {
	font-size: 12px;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}



.clear {
	clear:both;	
}

/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		font-size: 10pt;
	}
	footer.entry-meta a[rel=bookmark]:link:after,
	footer.entry-meta a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	#page {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	#branding {
		border-top: none !important;
		padding: 0;
	}
	#branding hgroup {
		margin: 0;
	}
	#site-title a {
		font-size: 21pt;
	}
	#site-description {
		font-size: 10pt;
	}
	#branding #searchform {
		display: none;
	}
	#branding img {
		display: none;
	}
	#access {
		display: none;
	}
	#main {
		border-top: none;
		box-shadow: none;
	}
	#primary {
		float: left;
		margin: 0;
		width: 100%;
	}
	#content {
		margin: 0;
		width: auto;
	}
	.singular #content {
		margin: 0;
		width: 100%;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.entry-meta .edit-link a {
		display: none;
	}
	#content nav {
		display: none;
	}
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular #comments-title {
		margin: 0;
		width: 100%;
	}
	.singular .hentry {
		padding: 0;
	}
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	.entry-meta {
		font-size: 10pt;
	}
	.entry-header .comments-link {
		display: none;
	}
	.page-link {
		display: none;
	}
	.singular #author-info {
		background: none;
		border-bottom: none;
		border-top: none;
		margin: 2.2em 0 0;
		padding: 0;
	}
	#respond {
		display: none;
	}
	.widget-area {
		display: none;
	}
	#colophon {
		display: none;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		border: 1px solid #ddd;
		-moz-border-radius: 3px 3px 3px 3px;
		border-radius: 3px 3px 3px 3px;
		margin: 0 auto 1.625em;
		padding: 1.625em;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		/*height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;*/
		display:none;
	}
	.commentlist li.comment .comment-meta {
		line-height: 1.625em;
		margin-left: 50px;
	}
	.commentlist li.comment .fn {
		display: block;
	}
	.commentlist li.comment .comment-content {
		margin: 1.625em 0 0;
	}
	.commentlist .comment-edit-link {
		display: none;
	}
	.commentlist > li::before,
	.commentlist > li.bypostauthor::before {
		content: '';
	}
	.commentlist .reply {
		display: none;
	}

	/* Post author highlighting */
	.commentlist > li.bypostauthor {
		color: #444;
	}
	.commentlist > li.bypostauthor .comment-meta {
		color: #666;
	}
	.commentlist > li.bypostauthor:before {
		content: none;
	}

	/* Post Author threaded comments */
	.commentlist .children > li.bypostauthor {
		background: #fff;
		border-color: #ddd;
	}
	.commentlist .children > li.bypostauthor > article,
	.commentlist .children > li.bypostauthor > article .comment-meta {
		color: #666;
	}

}
