/**
 * Theme Name: Webby Clare Theme
 * Theme URI: http://webbyclare.com/
 * Description: Theme for Webby Clare
 * Version: 0.1
 * Author: Finding Simple
 * Author URI: http://findingsimple.com
 * Tags: hybrid-core, theme-options, threaded-comments, microformats, translation-ready, rtl-language-support, one-column, two-columns, three-columns, fixed-width
 * License: GNU General Public License v2.0
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Copyright (c) 2010 - 2011 Finding Simple.  All rights reserved.
 * http://findingsimple.com
 */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';content: none;}
table {border-collapse: collapse;border-spacing: 0;}

/* Galleries reset/default */
.gallery{display:block;clear:both;overflow:hidden;margin:0 auto}.gallery .gallery-row{display:block;clear:both;overflow:hidden;margin:0}.gallery .gallery-item{overflow:hidden;float:left;margin:0;text-align:center;list-style:none;padding:0}.gallery .gallery-item .gallery-icon img{max-width:89%;height:auto;padding:1%;margin:0 auto}.gallery-caption{margin-left:0}.col-0{width:100%}.col-1{width:100%}.col-2{width:50%}.col-3{width:33.33%}.col-4{width:25%}.col-5{width:20%}.col-6{width:16.66%}.col-7{width:14.28%}.col-8{width:12.5%}.col-9{width:11.11%}.col-10{width:10%}.col-11{width:9.09%}.col-12{width:8.33%}.col-13{width:7.69%}.col-14{width:7.14%}.col-15{width:6.66%}.col-16{width:6.25%}.col-17{width:5.88%}.col-18{width:5.55%}.col-19{width:5.26%}.col-20{width:5%}.col-21{width:4.76%}.col-22{width:4.54%}.col-23{width:4.34%}.col-24{width:4.16%}.col-25{width:4%}.col-26{width:3.84%}.col-27{width:3.7%}.col-28{width:3.57%}.col-29{width:3.44%}.col-30{width:3.33%}

/* Drop-downs reset/default */
nav.menu ul{margin:0;padding:0;list-style:none;line-height:1.0}nav.menu ul ul{position:absolute;top:-999em;width:10em}nav.menu ul ul li{width:100%}nav.menu li:hover{visibility:inherit}nav.menu li{float:left;position:relative}nav.menu a{display:block;position:relative}nav.menu li:hover ul,li.sfHover ul{left:0;top:2em;z-index:99}nav.menu li:hover li ul,li.sfHover li ul{top:-999em}nav.menu li li:hover ul,li li.sfHover ul{left:10em;top:0}nav.menu li li:hover li ul,li li.sfHover li ul{top:-999em}nav.menu li li li:hover ul,li li li.sfHover ul{left:10em;top:0}


/* Body */
body {
	padding: 0 0 0 0; /* 25 / 16 */
	color: #111;
	background:#fff url(images/bg.png) repeat scroll top left;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size:12px;
	line-height:18px;
	}

/* Container */	
.wrap {
	max-width: 960px;
	margin: 0 auto;
	position:relative;
} 	
/* Change #container to .wrap for a top-deck/layered layout */

/* Begin Main Styles - 320px Layout
------------------------------------------------------------*/	

/* Header */
#header {
	overflow: hidden;
	clear: both;
	width: 100%;
	background: transparent url(images/bg-header.gif) repeat-x scroll top left;
	height:103px;
	}
#branding {
	width: 50%;
	margin: 0 auto 0 auto;
	text-align:center;
}	
#site-title {
	font-family: "ff-prater-block-web-pro-1","ff-prater-block-web-pro-2",Helvetica, Arial, sans-serif;
	font-size:35px;
    padding: 10px 0;
    text-transform:uppercase;
	}
#site-title a {
	color:#fff;
    text-decoration:none;
    display:block;
    width: 218px;
    height: 48px;
    line-height:40px;
    /* background: #171717 url(images/bg-logo.gif) no-repeat scroll top left; */
    padding: 5px 0px 0 0px;
	}
#site-title a:hover {
	text-decoration: none;
	color:#d91c22;
	}
#site-description {
	font-size: 0.8125em; /* 13 / 16 */
	line-height: 1.92307692em ; /* 25 / 13 */
	font-weight: normal; 
	font-style:italic;
	margin: 0;
	display:none;
	color: #999;
	}
#sidebar-header {
	overflow: hidden;
	float: none;
	width: 100%; 
	height: 60px;
}

/* Primary menu */
#menu-primary {
	width: 100%;
	padding: 0;
	margin:0 auto;
	height:31px;
	} 
#menu-primary div.wrap {
	width: 100%;
	margin:0 auto;
	}
#menu-primary nav.menu {
	float: none;
	width: 100%;
	margin:0 auto;
	background:transparent;	
	}
#menu-primary li {
	background: transparent;
	float: none;
	text-align:center;
	}
#menu-primary li li {
	display:none; /* Disable dropdowns */
}	
#menu-primary li a {
	padding: 9px 13px;
	font-size: 13px; 
	line-height:1em;
	font-weight:normal;
	color: #999;
	text-decoration: none;
	}
#menu-primary li a:hover {
	color: #999;
	text-decoration: none;
	}
#menu-primary li ul {
	}
#menu-primary li.current-menu-item a {
	color: #000;
	}
#menu-primary li li.current-menu-item a {
	padding-left: 20px;
	}
#menu-primary li:hover ul li a, #menu-primary li.sfHover ul li a, #menu-primary li.sfHover a {
	color: #999;
	}
#menu-primary li li a, #menu-primary li li.current-menu-item li a {
	font-size:13px; /* 11 / 16 */
	text-transform: uppercase;
	color: #999;
	}
#menu-primary ul li a:hover, #menu-primary li ul li a:hover {
	color: #999;
	text-decoration: none;
	}

/* Secondary Menu */
#menu-secondary,
#menu-secondary nav.menu {
	display:none; /* Don't display */
}	

/* Main wrapper div for the content and primary/secondary sidebars */
#main {
	clear: both;
	overflow: hidden;
	width: 100%;
	padding:0;
	margin-bottom: 25px;
	
	}
#main .wrap {
	background:#fff;
	padding:22px 20px 22px 20px;
	
	}
	
.breadcrumbs {
	display: none; /* Don't display */
}

/* Links */
a {
	outline: none;
	text-decoration: none;
	color:#d91c22;
	}
a:hover {
	text-decoration: underline;
	color:#d91c22;
	}

/* Headers */
h1, h2, h3, h4, h5, h6 {
	color: #000;
	}
h1 { }
h2 { }
h3 { }
h4 { }
h5 { }
h6 { }

.hfeed h1, .hfeed h2, .hfeed h3, .hfeed h4, .hfeed h5, .hfeed h6 {
	color: #444;
	}
.hfeed h1 {font-family:Arial,sans-serif;
    font-size:19px;
    font-weight:bold;
    padding:28px 0 14px 0;}
.hfeed h2 {  font-family:Arial,sans-serif;
    font-size:19px;
    font-weight:bold;
    padding:28px 0 14px 0; }
.hfeed h3 { }
.hfeed h4 { }
.hfeed h5 { }
.hfeed h6 { }
.page-template-archives .hfeed h2 {
	padding-top:28px;
	color:#000;
}

p, ul, ol, dd, pre {
	margin-bottom: 18px;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
/* Horizontal rule */
hr {
	height: 1px;
	background: #dfdfdf;
	}

/* Tables */
table {
	margin: 0 0 25px 0;
	width: 100%;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	background: #fff;
	}
table caption {
	font-size: 0.8125em; /* 13 / 16 */
	line-height: 1.92307692em; /* 25 / 13 */
	color: #999;
	}
table th {
	font-size: 0.8125em; /* 13 / 16 */
	line-height: 1.92307692em; /* 25 / 13 */
	font-weight:bold;
	padding: 4px 2%;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	text-align: left;
	}
td {
	padding: 4px 2%;
	color: #777;
	border-bottom: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	}

/* Acronyms and abbreviations */
abbr {
	border-bottom: 1px dotted #666;
	}
.byline abbr, .entry-meta abbr, .comment-meta abbr {
	border: none;
	}
acronym {
	font-size: .9em;
	text-transform: uppercase;
	color: #555;
	background: #fcfcfc;
	border-bottom: 1px dotted #ddd;
	}
acronym:hover {
	color: #333;
	background: #f9f9f9;
	border-bottom: 1px dotted #999;
	}

/* Lists. */
ul {
	margin: 0 0 18px 2.5em;
	list-style:disc;
}
ol {
	margin: 0 0 18px 2.5em;
	list-style-type: decimal;
}
li{
	list-style-position:outside;
	padding:0 0;
	}
dl {
	margin: 0 0 25px 25px;
	}
dl dt {
	margin: 0;
	font-size: 1em; /* 16 / 16 */
	line-height: 1.5625em; /* 25 / 16 */
	font-weight:bold;
	}
dl dd {
	margin: 0 0 5px 10px;
	padding: 0;
	font-size: 0.875em; /* 14 / 16 */
	color: #777;
	}

/* Blockquotes. */
blockquote, blockquote blockquote blockquote {
	padding: 0 3em;
	color:#707070;
    font-style:italic;
    background:transparent url(images/quote.png) no-repeat scroll top left;
    position:relative;
    zoom:1;
    display:block;
	}
blockquote blockquote {
	color: #666;
	background: #eee;
	border-left: 5px solid #ccc;
	}

/* Code */
code {
	padding: 0 3px;
	color: #555;
	font-size: 0.8125em; /* 13 / 16 */
	line-height: 1.92307692em; /* 25 / 13 */
	background: #e6e6e6;
	}
pre {
	padding: 25px;
	color: #555;
	font-size: 0.8125em; /* 13 / 16 */
	line-height: 1.92307692em; /* 25 / 13 */
	background: #efefef;
	border: 1px solid #dfdfdf;
	}
pre code {
	padding: 0;
	background: transparent;
	}

/* Forms */
input[type="text"] {
	display: block;
	width: 300px;
	}
input[type="submit"]:hover {
	cursor: pointer
	}
textarea {
	display: block;
	width: 98.5%;
	}

/* Alignment */
.left, .alignleft {
	float: left;
	margin: 0 20px 10px 0;
	}
.right, .alignright {
	float: right;
	margin: 0 0 10px 25px;
	}
img.alignleft, img.alignright {
	margin-top: 5px;
	}
.center, .aligncenter {
	display: block;
	margin: 0 auto 25px auto !important;
	}
.block, .alignnone {
	display: block;
	margin: 0 0 25px 0;
	}
.clear {
	clear: both;
	}

/* Images */

.hentry .thumbnail {
	float: left;
	width: 150px;
	height: 150px;
	margin: 0 15px 10px 0;
	padding: 4px;
	background: #f9f9f9;
	display:none;
	border: 1px solid #dfdfdf;
	}
.sticky .thumbnail {
	background: #eee;
	border: 1px solid #ccc;
	}
.entry-content {
	padding:0 0 11px 0;
}
.entry-content img {
    margin-bottom:18px;
    border: 1px solid #e1e1e1;
    padding: 4px;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
	}
.entry-content a img {
	border: 1px solid #e1e1e1;
}
.entry-content a:hover img {
    border: 1px solid #333;
}

/* Max-widths for images */
.entry-content img { max-width: 590px; }
.layout-1c .entry-content img { max-width: 918px; }
.layout-3c-l .entry-content img, .layout-3c-r .entry-content img, .layout-3c-c .entry-content img { max-width: 490px; }

.wp-caption { max-width: 590px; }
.layout-1c .wp-caption { max-width: 918px; }
.layout-3c-l .wp-caption, .layout-3c-r .wp-caption, .layout-3c-c .wp-caption { max-width: 490px; }

.wp-caption img { max-width: 574px; }
.layout-1c .wp-caption img { max-width: 902px; }
.layout-3c-l .wp-caption img, .layout-3c-r .wp-caption img, .layout-3c-c .wp-caption img { max-width: 474px; }

/* Smiley */
img.wp-smiley {
	max-width: 12px;
	padding: 0;
	background: transparent;
	border: none;
	}

/* Captions [caption] */
.wp-caption {
	overflow: hidden;
	padding: 9px 4px;
	background: #f9f9f9;
	border: 1px dotted #ccc;
	text-align: center;
	}
.wp-caption img {
	margin: 0 0 0 0;
	padding: 2px;
	background: #eee;
	border: 1px solid #bbb;
	}
.wp-caption .wp-caption-text {
	margin: 0 4px;
	font-size: 0.75em; /* 12 / 16 */
	line-height: 1em;
	color: #888;
	text-align: right;
	}
.wp-caption a {
	border: none;
	}

/* Fixing the nasty inline styles WordPress adds for galleries. */
/* For a better gallery experience, install http://wordpress.org/extend/plugins/cleaner-gallery */
.gallery {
	overflow: hidden;
	margin: 0 !important;
	}
.gallery br {
	display: block;
	line-height: 0;
	height: 0; /* Ugh! Learn CSS, WP developers! */
	}
.gallery a {
	border: none;
	}
.gallery-item {
	overflow: hidden;
	margin: 0 0 25px 0 !important;
	}
.gallery-icon {
	overflow: hidden;
	margin: 0;
	}
.gallery img {
	max-width: 89%;
	height: auto;
	margin: 0 auto;
	padding: 2px !important;
	border: 1px solid #ddd !important;
	}
.gallery-caption {
	margin: 0;
	font-size: 0.75em; /* 12 / 16 */
	line-height: 2.08333333em; /* 25 / 12 */
	color: #999;
	}
.singular-attachment .hentry .gallery-caption {
	display: none; /* Hide captions in gallery on attachment pages. This is a theme feature. */
	}

/* Content */
#content {
	}

/* Posts */
.hentry {
	overflow: hidden;
	margin: 0 0 25px 0;
	font-size: 12px;
	color: #000;
	padding:0 0 22px 0;
    border-bottom:1px dashed #000;
    margin-bottom:22px;
	}
.singular .hentry {
	margin: 0;
	}
.singular-post .hentry {
	margin-bottom: 22px;
	}
.sticky {
	margin: 0 0 50px 0;
	padding: 25px 25px 0 25px;
	background: #f9f9f9;
	border-left: 5px solid #ddd;
	}

/* Post titles */
.hentry .entry-title {
	margin: 0 0 10px 0;
	padding: 0;
	border: none;
	font-family: "ff-prater-sans-web-1","ff-prater-sans-web-2",Helvetica, Arial,sans-serif;
    font-size:30px;
    font-weight:normal;
    line-height:36px;
    padding:0 0 0 0;
    text-transform:uppercase;
    color: #d91c22;
	}
.singular .entry-title {
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 10px 0;
	}
.singular-page .entry-title, .singular .entry-title, .singular-attachment .entry-title {
	margin-bottom: 18px;
	}
.entry-title a {
	color:#d91c22;
    text-decoration:none;
	}
.entry-title a:hover {
	color:#171717;
    text-decoration:none;
	}

/* Post bylines/datelines */
.byline {
	margin: 0 0 10px 0;
	font-size: 11px;
	color: #999;
	display:none;
	}
.byline a {
	color: #777;
	}
.byline a:hover {
	color: #000;
	text-decoration: none;
	}
.singular .byline {
	margin: 0 0 25px 0;
	}

/* Post excerpts */
.entry-summary p {
	margin: 0 0 10px 0;
	}

/* Post metadata */
.entry-meta {
	clear: both;
	margin: 0 0 0 0;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	}
.entry-meta a {
	color: #777;
	}
.entry-meta a:hover {
	color: #000;
	text-decoration: none;
	}

/* Archive/search loop meta/info */
.loop-meta {
	overflow: hidden;
	margin: 0 0 22px 0;
	font-size: 14px;
	color: #777;
	}
.loop-description {
	overflow: hidden;
	font-style: italic;
	}
.loop-description em {
	font-style: normal;
	}
.loop-title {
	font-size: 13px;
	line-height: 18px;
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 22px;
	padding-left: 0pt;
	color:#000;
	}
.loop-title span{font-style:italic;}
.loop-meta .avatar {
	float: left;
	width: 51px;
	height: 51px;
	margin: 0 25px 10px 0;
	padding: 2px;
	background: #f9f9f9;
	border: 1px solid #ddd;
	}

/* Singular post prev/next links */
.loop-nav {
	font-size: 13px;
	color: #666;
	}
.loop-nav a {
	color:#666666;
	font-style: italic;
	text-decoration:none;
	}
.loop-nav a:hover {
	font-style: italic;
	text-decoration:none;
	color:#d91c22;
	}
.loop-nav span span {
	font-style:normal;
}
.previous {
	width:50%;
	float:right;
	text-align:right;
}
.next {
	width:50%;
	float:left;
}
/* Page links for multi-paged posts <!--nextpage--> */
.page-links {
	clear: both;
	font-size:0.8125em; /* 13 / 16 */
	line-height:1em;
	font-weight:bold;
	color: #333;
	}
.entry-summary .page-links {
	clear: none;
	font-size:0.875em; /* 14 / 16 */
	line-height:1em;
	font-weight:normal;
	color: #999;
	}
.page-links a {
	display: inline-block;
	padding: 8px 11px;
	margin: 0 5px 0 5px;
	color: #aaa;
	border: 1px solid #dfdfdf;
	}
.entry-summary .page-links a {
	margin: 0 2px 0 2px;
	padding: 4px 7px;
	font-size:0.6875em; /* 11 / 16 */
	line-height:1em;
	font-weight:bold;
	border-color: #e9e9e9;
	}
.page-links a:hover {
	color: #eee;
	background: #252525;
	text-decoration: underline;
	}

/* Archive/search pagination and comment pagination */
.comment-navigation {
	margin-bottom: 25px;
	}
.pagination .page-numbers, .comment-navigation .page-numbers {
	display: inline-block;
	padding: 8px 11px;
	margin: 0 10px 0 0;
	font-size:0.8125em; /* 13 / 16 */
	line-height:1em;
	font-weight:bold;
	color: #333;
	border: 1px solid #dfdfdf;
	}
.pagination a.page-numbers, .comment-navigation a.page-numbers {
	color: #aaa;
	}
.pagination a:hover, .comment-navigation a:hover {
	color: #eee;
	background: #252525;
	text-decoration: underline;
	}
.pagination .current, .comment-navigation .current {
	font-weight: bold;
	}

/* Sidebar after singular posts */
#sidebar-after-singular {
	overflow: hidden;
	margin: 0 0 25px 0;
	padding: 25px 25px 0 25px;
	font-size: 14px;
	color: #444;
	background: #f9f9f9;
	border-left: 5px solid #ddd;
	}
#sidebar-after-singular .widget-title {
	font-size: 15px;
	line-height: 15px;
	}
#sidebar-after-singular .widget ul {
	list-style: square;
	}
#sidebar-after-singular .widget ul li a {
	color: #555;
	}
#sidebar-after-singular .widget ul li a:hover {
	color: #000;
	text-decoration: none;
	}
	
/* Content Layouts. */
.layout-2c-l #content, 
.layout-default #content,
.layout-2c-l #sidebar-primary, 
.layout-default #sidebar-primary,
.layout-2c-l #sidebar-secondary, 
.layout-default #sidebar-secondary,
.layout-2c-r #content,
.layout-2c-r #sidebar-primary,
.layout-2c-r #sidebar-secondary,
.layout-3c-l #content,
.layout-3c-l #sidebar-primary, 
.layout-3c-l #sidebar-secondary,
.layout-3c-r #content,
.layout-3c-r #sidebar-primary, 
.layout-3c-r #sidebar-secondary,
.layout-3c-c #content,
.layout-3c-c #sidebar-primary,
.layout-3c-c #sidebar-secondary {
	float: none;
	width: 93.75%; /* 300 / 320 */
	margin-left: 3.125%; /* 10 / 320 */	
}

/* Primary and Secondary sidebars */
#sidebar-primary {
	margin-top: 3.125%; /* 10 / 320 */
}

#sidebar-primary,
#sidebar-secondary {
	font-size: 12px;
	color: #333;
	}

/* Widget title */
#sidebar-primary .widget-title, #sidebar-secondary .widget-title {
	font-size:20px;
    font-family: "ff-prater-sans-web-1","ff-prater-sans-web-2",Helvetica, Arial,sans-serif;
    line-height:26px;
	margin-bottom: 10px;
	}
#sidebar-primary .widget, 
#sidebar-secondary .widget {
	border-bottom:1px dashed #171717;
	margin-bottom:20px;
} 
/* Widget unordered lists */
#sidebar-primary .widget ul {
	list-style: disc;
	margin-bottom:18px;
	padding:0 20px;
	margin-right:0;margin-left:0;
	}
#sidebar-primary .widget ul li a {
	color: #d91c22;
	}
#sidebar-primary .widget ul li a:hover {
	color: #d91c22;
	text-decoration: udnerline;
	}
	
#sidebar-secondary {
	margin: 3.125% 0 0 3.125%; /* 10 / 320 */
	background:#f1f1f1;
}	
#sidebar-secondary .widget ul {
	list-style: disc;
	margin-bottom:18px;
	padding:0 20px;
	margin-right:0;
	margin-left:0;
	}

#sidebar-secondary .widget ul li a {
	color: #777;
	}
#sidebar-secondary .widget ul li a:hover {
	color: #000;
	text-decoration: none;
	}

/* Search form widget. */
.widget .search-form {
	overflow: hidden;
	margin: 0 0 25px 0;
	}
.widget .search-form label {
	font-size:0.75em; /* 12 / 16 */
	line-height:2.08333333em; /* 25 / 12 */
	font-weight:normal;
	color: #999;
	}
.widget .search-form input[type="text"] {
	width: 99%;
	padding: 5px 0;
	text-indent: 10px;
	font-style: italic;
	font-size: 13px;
	color: #999;
	}
.widget .search-form input[type="submit"] {
	display: none;
	}

/* Comments */
.comments-header {
	clear:both;
	font-family: "ff-prater-sans-web-1","ff-prater-sans-web-2",Helvetica, Arial,sans-serif;
    font-size:20px;
    font-weight:normal;
    margin-bottom:10px;
    padding-top:30px;
	color:#000!important;
}
.comment-list, .comment-list ol {
	list-style: none;
	margin: 0 0 25px 0;
	border-top: 1px solid #dfdfdf;
	}
.comment-list li {
	padding: 25px 25px 0 25px;
	border: 1px solid #dfdfdf;
	border-top: none;
	}

.comment-list .avatar {
	float: left;
	width: 40px;
	height: 40px;
	margin: 0 15px 10px 0;
	padding: 2px;
	border: 1px solid #eee;
	}

.comment-meta {
	margin: 0 0 25px 0;
	font-size: 14px;
	color: #999;
	}
.comment-meta .comment-author cite {
	font-style: normal;
	font-weight: bold;
	color: #858585;
	}
.comment-meta a {
	font-style: normal;
	color: #666;
	}
.comment-meta a:hover {
	color: #000;
	text-decoration: none;
	}
.cmeta2 {
	display:block;
}
.comment-text {
	color: #555;
	}

.comments-closed {
	padding: 10px 25px;
	font-size: 14px;
	color: #666;
	background: #f9f9f9;
	border-left: 5px solid #ddd;
	}

#related-posts {
	padding-top: 22px;
	margin-top: 22px;
	border-top:1px dashed #000;
}
#related-posts h3 {
	font-family: "ff-prater-sans-web-1","ff-prater-sans-web-2",Helvetica, Arial,sans-serif;
    font-size:20px;
    font-weight:normal;
    margin-bottom:10px;
	color:#000;
}
/* Comment form */
#respond {
	overflow: hidden;
	color:#000;
	clear:both;
	padding-top:18px;
	}
#respond input[type="text"] {
	width:98%
	}
.comment-list #respond {
	margin-top: 25px;
	}
#respond .log-in-out {
	font-size: 15px;
	color: #777;
	}
#respond .log-in-out a {
	font-style: italic;
	}
#reply-title {
    font-family: "ff-prater-sans-web-1","ff-prater-sans-web-2",Helvetica, Arial,sans-serif;
    font-size:20px;
    font-weight:normal;
    line-height:26px;
	margin-top:22px;
    padding:0 0 10px 0;
	color:#000;
}
#reply-title small a {
	font-size: 0.875em; /* 14 / 16 */
	line-height: 1.71428571em; /* 25 / 14 */
	font-weight:normal;
	font-style:italic;
	}

#respond label {
	font-size: 11px;
	font-weight:normal;
	display:block;
	}
#respond .commentbefore {
	font-size: 13px;
	font-weight:normal;
	display:block;
	}
#respond span.required {
	color: #d91c22;
	font-weight: bold;
	}
#respond #comment {
	width: 99%;
}
#respond #submit {
	float: right;
	margin: 1.5625em 0; /* 25 / 16 */
	}

/* Subsidiary sidebar */
#sidebar-subsidiary {
	float: left;
	width:100%;
	}
#sidebar-subsidiary .widget {
	float: none;
	width: 93.75%; /* 300 / 320 */
	margin: 3.125%; /* 10 / 320 */
	margin-right:0;
	background: #f1f1f1;	
	font-size: 14px;
	color: #333;
	}
#sidebar-subsidiary .widget-title {
	font-size: 15px;
	}
#sidebar-subsidiary .widget ul {
	list-style: square;
	}
#sidebar-subsidiary .widget ul li a {
	color: #777;
	}
#sidebar-subsidiary .widget ul li a:hover {
	color: #000;
	text-decoration: none;
	}

/* Subsidiary menu */
#menu-subsidiary {
	width: 100%;
	padding: 0;
	}
#menu-subsidiary div.wrap {
	float: left;
	width: 100%; 
	padding: 0;
	background:#f1f1f1;
	}
#menu-subsidiary nav.menu {
	}
#menu-subsidiary li {
	background:#f1f1f1;
	float: none;
	text-align:center;
	}
#menu-primary li li {
	display:none; /* Disable dropdowns */
}
#menu-subsidiary li a {
	padding: 0.90909091em 1.90909091em; /* 10 / 11 | 21 / 11 */
	font-size:0.6875em;/* 11 / 16 */
	line-height:1em;
	font-weight:bold;
	color: #777;
	}
#menu-subsidiary li.current-menu-item a {
	color: #000;
	}
#menu-subsidiary li a:hover {
	color: #000;
	text-decoration: underline;
	}

/* Footer */
#footer {
	overflow: hidden;
	clear: both;
	width: 100%;
	padding-bottom:10px;
    background: #171717 url(images/stripe.gif) repeat-x scroll bottom left;
	font-size: 11px;
	color: #999;
	}
#footer a {
	color: #fff;
	}
#footer .wrap {
	text-align:center;
	padding:22px 0;
}
#footer a:hover {
	color: #d91c22;
	text-decoration: none;
	}
#footer .copyright {
	float: left;
	width: 47.9166666667%; /* 460 / 960 */
	margin-top: 2.08333333333%; /* 20 / 960 */
	margin-left: 1.04166666667%; /* 10 / 960 */
	font-size:0.75em; /* 12 / 16 */
	}
#footer .credit {
	float: right;
	width: 47.9166666667%; /* 460 / 960 */
	margin-top: 2.08333333333%; /* 20 / 960 */
	margin-right: 1.04166666667%; /* 10 / 960 */
	font-size:0.75em; /* 12 / 16 */
	text-align: right;
	}

/*Sharebar
-------------------------------------------------------------- */
body ul#sharebar { display: none; position: absolute; width: 60px; float: left; padding: 0; text-align: center; list-style: none; margin: 0; z-index: 99; }
body ul#sharebar li { display: block; margin: 5px; padding: 0; overflow: hidden; text-align: center; }
body ul#sharebarx { display: none; list-style: none; width: 100%; float: left; margin: 0 0 10px; padding: 0; }
body ul#sharebarx a { line-height: 14px; text-decoration: none; }
body ul#sharebarx li { float: left; margin-right: 20px; line-height: 18px; }
body ul#sharebarx li .st_email  { margin: 0 15px !important; }
.sharebar-button { font-size: 11px; font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; padding: 2px 4px; background: #f7f7f7; color: #444; border: 1px solid #ddd; display: block;margin: 0 0 5px; }
.sharebar-button:hover { border-color: #aaa; }
.FBConnectButton_Small{background-position:-5px -232px !important;border-left:1px solid #1A356E;}
.FBConnectButton_Text{margin-left:12px !important ;padding:2px 5px 3px !important;}
.stButton{margin:0 0 6px !important;}
.stButton:last-child{margin:0 !important;}
.stButton .stFb_vbubble { width:53px !important; }
.stButton .stFb_text { padding: 2px 5px 3px !important; margin: 1px 1px 0 14px !important; }	
.fb_iframe_widget{margin-left:6px;}

/*Columns Shortcodes
-------------------------------------------------------------- */
.twocol-one{width:48%;}
.threecol-one{width:30.66%;}
.threecol-two{width:65.33%;}
.fourcol-one{width:22%;}
.fourcol-two{width:48%;}
.fourcol-three{width:74%;}
.fivecol-one{width:16.8%;}
.fivecol-two{width:37.6%;}
.fivecol-three{width:58.4%;}
.fivecol-four{width:67.2%;}
.sixcol-one{width:13.33%;}
.sixcol-two{width:30.66%;}
.sixcol-three{width:47.99%;}
.sixcol-four{width:65.33%;}
.sixcol-five{width:82.67%;}
.twocol-one,.threecol-one,.threecol-two,.fourcol-one,.fourcol-two,.fourcol-three,.fivecol-one,.fivecol-two,.fivecol-three,.fivecol-four,.sixcol-one,.sixcol-two,.sixcol-three,.sixcol-four,.sixcol-five{float:left;margin-right:4%;position:relative;}
.last{clear:right;margin-right:0 !important;}

/*Intro Shortcode
-------------------------------------------------------------- */
.intro {font-size:15px;color: #ccc;}

/*Dropcap Shortcode
-------------------------------------------------------------- */
.dropcap {font-size:20px;}	

/* Clearfix
-------------------------------------------------------------- */
/* http://sonspring.com/journal/clearing-floats */
.clear {clear: both;display: block;overflow: hidden;visibility: hidden;width: 0;height: 0;}
/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.clearfix:after {clear: both;content: ' ';display: block;font-size: 0;line-height: 0;visibility: hidden;width: 0;height: 0;}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/*Print Styles
-------------------------------------------------------------- */
/* Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/*/

@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
  .sidebar {display:none}
  footer {display:none}
  #branding {width:100%;}
  #site-title {width:100%;}
  #site-title a  {width:100%;}
  #site-title a[href]:after { content: ""; }
  .entry-title a[href]:after,.post-title a[href]:after { content: ""; }
  .menu-container {display:none;}
  #respond {display:none;}
}	

#branding {
	float: left;
	width: 39.5833333333%;  /* 380 / 960 */ 
	margin: 2.08333333333% 1.04166666667%; /* 20 / 960 | 10 / 960 */
	text-align:left;
	}
#menu-primary,
#menu-primary  div.wrap,
#menu-primary  nav.menu {
	float: none;
	margin-bottom:0;
	}
#menu-primary li a,
#menu-secondary li a,
#menu-subsidiary li a {
	padding:9px 13px;
	font-size: 13px;  
}
/* Secondary menu */
#menu-secondary {
	display:block;
	width: 100%;
	padding: 0;
	}	
#menu-secondary div.wrap {
	float: left;
	width: 100%; 
	background:#f1f1f1;
	}
#menu-secondary nav.menu {
	display:block;
	float: left;
	width: 64.5833333333%; /* 620 / 960 */
	margin:0;
	clear:none;
	}	
#menu-secondary li {
	background: #f1f1f1;
	float: none;
	text-align:center;
	}
#menu-secondary li li {
	display:none; /* Disable dropdowns */
}
#menu-secondary li a:hover {
	text-decoration: underline;
	}
#menu-secondary li ul {
	}
#menu-secondary li.current-menu-item a {
	color: #000;
	}
#menu-secondary li li.current-menu-item a {
	padding-left: 20px;
	}
#menu-secondary li:hover ul li a, #menu-secondary li.sfHover ul li a, #menu-secondary li.sfHover a {
	color: #9e9e9e;
	background: #252525;
	}
#menu-secondary li li a, #menu-secondary li li.current-menu-item li a {
	/* font-size: 0.6875em; /* 11 / 16 */
	text-transform: uppercase;
	color: #9e9e9e;
	}
#menu-secondary ul li a:hover, #menu-secondary li ul li a:hover {
	color: #eee;
	background: #252525;
	text-decoration: underline;
	}

/* Search form in the secondary menu */
.menu-container div.search {
	float: right;
	width: 31.25%; /* 300 / 960 */
	margin:0;
	margin-right: 1.04166666667%; /* 10 / 960 */
	clear:none;
	}
.menu-container .search-form input[type="text"] {
	width: 100%;
	margin-top: 5px;
	padding: 5px 0;
	text-indent: 15px;
	font-style: italic;
	font-size: 12px;
	color: #aaa;
	border: none;
	}
.menu-container .search-form input[type="text"]:focus {
	color: #999;
	background: #fefefe;
	}
.menu-container .search-form input[type="submit"] {
	display: none;
	}	
		
#menu-primary li,
#menu-secondary li,
#menu-subsidiary li {
	float: left;
	text-align:center;
	width: 50%;
}

/* Drop-down styles */
#menu-primary li ul,
#menu-secondary li ul,
#menu-subsidiary li ul {
	}
#menu-primary li:hover ul, #menu-primary li.sfHover ul,
#menu-secondary li:hover ul, #menu-secondary li.sfHover ul,
#menu-subsidiary li:hover ul, #menu-subsidiary li.sfHover ul {
	top: 37px;
	}
#menu-primary li:hover li ul, #menu-primary li.sfHover li ul,
#menu-secondary li:hover li ul, #menu-secondary li.sfHover li ul,
#menu-subsidiary li:hover li ul, #menu-subsidiary li.sfHover li ul {
	top: -999em;
	}
#menu-primary li li:hover ul, #menu-primary li li.sfHover ul,
#menu-secondary li li:hover ul, #menu-secondary li li.sfHover ul,
#menu-subsidiary li li:hover ul, #menu-subsidiary li li.sfHover ul {
	top: -1px;
	margin-left: 0;
	}

@media only screen and (min-width: 480px) {	



/* Breadcrumb trail */
.breadcrumbs {
	display:none;
	margin: 2.08333333333% 1.04166666667%; /* 20 / 960 | 10 / 960 */	
	font-size: 13px;
	color: #999;
	}
.breadcrumbs a {
	color: #777;
	}
.breadcrumbs a:hover {
	color: #000;
	text-decoration: none;
	}
.breadcrumbs .trail-before {
	display: inline-block;
	margin-right: 6px;
	color: #777;
	}
.breadcrumbs .trail-end {
	font-style: italic;
	}
.breadcrumbs .sep {
	display: inline-block;
	margin: 0 3px;
	color: #ccc;
	}

}/*/mediaquery*/

#menu-primary li,
#menu-secondary li,
#menu-subsidiary li {
	float: left;
	text-align:left;
	width: auto;
}

#menu-primary li li,
#menu-secondary li li ,
#menu-subsidiary li li {
	display:inline;
}
@media only screen and (min-width: 768px) {
	
#sidebar-header {
	overflow: hidden;
	float: right;
	width: 47.9166666667%;  /* 460 / 960 */
	margin: 2.08333333333% 1.04166666667%; /* 20 / 960 | 10 / 960 */
}

	
/* Content Layouts. */
.layout-1c #content {
	width: 97.9166666667%; /* 940 / 960 */
	margin-left: 1.04166666667%; /* 10 / 960 */
	}

.layout-2c-l #content, .layout-default #content {
	float: left;
	width: 610px;
	margin-left: 10px;
	background:#fff;
	}
.layout-2c-l #sidebar-primary, .layout-default #sidebar-primary {
	float: right;
	width: 300px;
	margin:0;
	margin-right:10px; 
	background:#fff;
	}
.layout-2c-l #sidebar-secondary, .layout-default #sidebar-secondary {
	clear: right;
	float: right;
	width: 300px;
	margin: 2.08333333333% 1.04166666667%; /* 20 / 960 | 10 / 960 */
	margin-left: 0;
	margin-right:10px; 
	}

.layout-2c-r #content {
	float: right;
	width: 64.5833333333%; /* 620 / 960 */
	margin-right: 1.04166666667%; /* 10 / 960 */	
	}
.layout-2c-r #sidebar-primary {
	float: left;
	width: 31.25%; /* 300 / 960 */
	margin-right: 1.04166666667%; /* 10 / 960 */
	}
.layout-2c-r #sidebar-secondary {
	float: left;
	clear: left;
	width: 31.25%; /* 300 / 960 */
	margin: 2.08333333333% 1.04166666667%; /* 20 / 960 | 10 / 960 */
	margin-right: 0;
	}

.layout-3c-l #content {
	float: left;
	width: 500px;
	}
.layout-3c-l #sidebar-primary, .layout-3c-l #sidebar-secondary {
	clear: none;
	float: left;
	width: 189px;
	margin-left: 25px;
	}
.layout-3c-l #sidebar-secondary {
	padding: 0;
	border: none;
	}

.layout-3c-r #content {
	float: right;
	width: 500px;
	}
.layout-3c-r #sidebar-primary, .layout-3c-r #sidebar-secondary {
	clear: none;
	float: left;
	width: 189px;
	margin-right: 25px;
	}
.layout-3c-r #sidebar-secondary {
	padding: 0;
	border: none;
	}

.layout-3c-c #content {
	float: left;
	margin-left: 205px;
	width: 500px;
	}
.layout-3c-c #sidebar-primary {
	float: left;
	margin-left: -705px;
	width: 189px;
	}
.layout-3c-c #sidebar-secondary {
	clear: none;
	float: right;
	width: 189px;
	padding: 0;
	border: none;
	}
#sidebar-subsidiary  {
	overflow: hidden;
}
#sidebar-subsidiary .widget {
	float: left;
	width: 31.25%; /* 300 / 960 */
	margin: 0 1.04166666667% 2.08333333333% 1.04166666667%; /* 20 / 960 | 10 / 960 */
	}	


}/*/mediaquery*/

@media only screen and (min-width: 992px) {
	
}/*/mediaquery*/

@media only screen and (min-width: 1382px) {

}/*/mediaquery*/

.xoxo {
	float: left;
	margin-right: 20px;
	width: 45%;
}

/* The End */

