/* @override 
	http://colnatec.john-sparrow.com/wp-content/themes/colnatec/style.css
	http://184.168.55.44/colna_cms/wp-content/themes/colnatec/style.css
*/

/*
Theme Name: Colnatec
Theme URI: http://john-sparrow.com
Description: The Colnatec theme
Version: 1.0
License: GNU General Public License
License URI: license.txt
*/

@import "style/css/reset.css";


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background-color: #e0e0e0;
	background-image: url
	background-position: center 30px, 0 30px;	
	background-repeat: no-repeat, repeat-x;
}
div.strip {
	display: block;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
	height: 30px;
	background: 

}

#outer-wrapper, #wrapper, #main, #header, #masthead {
	display: block;
	overflow: hidden;
}

#outer-wrapper, #wrapper, #main, #masthead, #access {
	margin: 0 auto;
}

#wrapper {
	width: 960px;
	padding: 0 10px;
}
#main {
	padding-bottom: 20px;
}
#main, #footer {
	margin: 10px auto;
	width: 960px;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.8);
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.8);
}

#main {
	background: #fffeff;
}

#footer {
	background-color: #6b747c;
}

body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}

body {
	font-family: "Trebuchet MS", Verdana, Tahoma, "Lucida Grande";
}

#header {
	margin: 21px 0 0 0;
}

#branding {
	float: left;
	width: 600px;
	position: relative;
}

#masthead .contact {
	float: right;
	width: 350px;
	height: 85px;
	margin: 0;
	position: relative;
	color: #84b348;
	font-size: 12px;
	line-height: 20px;
}

#masthead .contact a:hover {
	text-decoration: underline;
}

#masthead .contact span, #masthead .contact span a {
	color: #000;
}

#masthead .contact ul {
	list-style-type: none;
	margin: 0;
	text-align: right;
	bottom: 0;
	right: 0;
	display: block;
	overflow: hidden;
	position: absolute;
}

#branding #site-title {
	float: left;
	width: 1px;
	height: 1px;
	text-indent: -9999em;
}

#access .menu-header, #access .search {
	display: inline-block;
	vertical-align: middle;
}

#access {
	padding-bottom: 2px;
	background: url(style/images/grad-line.gif) no-repeat center bottom;
	margin: 0 0 20px 0;
	padding: 10px 0 20px 0;
	display: block;
	overflow: visible;
}

#access .menu-header {
	display: inline-block;
	overflow: visible;
	width: 710px;
	margin: 0;
}

#access .search {
	text-align: right;
	width: 230px;
}

#access .menu-header ul {
	display: block;
	overflow: visible;
	list-style-type: none;
	margin: 0;
}

#access .menu-header li, #access .menu-header li a {
	float: left;
	position: relative;
}

#access .menu-header li a {
	margin: 0;
	padding: 7px 18px;
	border-left: 1px solid #ddd;
	color: #797979;
	text-decoration: none;
	font-size: 15px;
}

#access .menu-header li:first-child a {
	border-left: none;
}

/* Sub navs */

#access .menu-header > ul > li > ul {
	position: absolute;
	left: 0px;
	top: 30px;
	
}

#access .menu-header ul ul {
	z-index: 100;
	background-color: #fffeff;
	border: 1px solid #d5d5d5;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.5);
	display: none;
	width: auto;
}

#access .menu-header > ul > li > ul ul {
	position: absolute;
	z-index: 101;
}

#access .menu-header li > ul li {
	float: none;
	display: block;
}

#access .menu-header li > ul li a {
	border: none;
	display: block;
	overflow: hidden;
	float: none;
	padding: 10px 15px;
	width: auto;
	min-width: 120px;
	font-size: 12px;
}

#access .menu-header li > ul li a:hover, #access .menu-header li > ul li a:focus, #access .menu-header li > ul li a:active {
	background-color: #797979;
	color: #fffeff;
}


.search input {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}

.search fieldset {
	float: right;
	border: 1px solid #d5d5d5;
}

.search input[type=text] {
	background: none;
	height: 28px;
	margin: 0;

	border: none;
	border-right: 1px solid #d5d5d5;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}

.search input[type=text] {
	width: 160px;
}

.search input[type=image] {
	padding: 0 2px 0 0;
	margin: 0;
}


hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
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 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
input[type="email"],
textarea {
	border: 1px solid #797979;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.3);
	padding: 2px;
}
a:link {
	color: #84b348;
	text-decoration: underline;
}
a:visited {
	color: #84b348;
}
a:active,
a:hover {
	text-decoration: none;
}

#header a {
	text-decoration: none;
}

#header a:active, #header a:focus {
	text-decoration: underline;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}



/* =Content
-------------------------------------------------------------- */


#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 24px;
}
#content a {
	cursor: pointer;
}

.toggle-cont, .toggle-cont h3.toggle-title {
	display: block;
	overflow: hidden;
}

a.toggle-trigger {
	display: block;
	padding: 4px 0 0 30px;
	min-height: 30px;
	background: url(style/images/plus.png) no-repeat 0 0;
}

a.toggle-trigger.open {
	background-image: url(style/images/minus.png);
}

.toggle-content {
	display: block;
	overflow: hidden;
	clear: both;
	margin: 15px 0;
}

#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}

#content ul, #content ol {
	margin-left: 40px;
}

#content .entry-content {
	padding-bottom: 15px;
	margin: 30px 0 15px 0;
	border-bottom: 1px solid #d5d5d5;
}

#content .navigation {
	display: block;
	overflow: hidden;
	width: 100%;
	padding: 0;
}
#content .navigation a {
	text-decoration: none;
}
#content .navigation a:hover, #content .navigation a:focus, #content .navigation a:active {
	text-decoration: underline;
}

#content #nav-above.navigation {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #d5d5d5;
}

.single-post #content h1.entry-title {
	margin-bottom: 5px;
}

#content .navigation .nav-next, #content .navigation .nav-previous {
	width: 48%;
}

#content .navigation .nav-next {
	float: right;
	text-align: right;
}
#content .navigation .nav-previous {
	float: left;
	text-align: left;
}


/* Archive listings */

.archive #content h2.entry-title, .search #content h2.entry-title {
	margin-bottom: 0;
}

.archive #content h2.entry-title a, .search #content h2.entry-title a {
	display: block;
	overflow: hidden;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #797979;
	text-decoration: none;
}

.archive #content h2.entry-title a:hover, .archive #content h2.entry-title a:focus, .archive #content h2.entry-title a:active, .search #content h2.entry-title a:hover, .search #content h2.entry-title a:focus, .search #content h2.entry-title a:active {
	text-decoration: underline;
}

.archive .entry-meta, .search .entry-meta {
	display: block;
	overflow: hidden;
	margin: 0 0 10px 0;
	text-align: right;
	font-size: 11px;
	font-style: italic;
}

.archive .post, .search .post {
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
}

/* Contact page */

#content .entry-content {
	display: block;
	overflow: hidden;
}

.entry-content .col {
	float: left;
	width: 290px;
	margin: 0 0 0 24px;
}

.entry-content .col:first-child {
	margin-left: 0;
}

.entry-content .col input[type="text"], .entry-content .col input[type="email"], .entry-content .col textarea {
	width: 260px;
}

.entry-content form img {
	background: none;
}

#content .entry-content .col h2, #content .entry-content .col h3, #content .entry-content .col h4 {
	color: #797979;
	font-weight: bold;
}

#content .location h3, #content .location h4, #content .location p, #content .map-cont h3 {
	margin: 0;
}

#content .location h3.loc-title, #content .map-cont h3.map-title {
	color: #84b348;
	text-transform: uppercase;
}

#content .map-cont {
	display: block;
	overflow: hidden;
	margin: 20px 0;
}

#content .map-cont:first-child {
	margin-top: 0;
}

.map-cont iframe {
	-webkit-box-shadow: 0px 2px 7px 0px #000;
	-moz-box-shadow: 0px 2px 7px 0px #000;
	box-shadow: 0px 2px 7px 0px #000;
	margin: 15px auto 10px auto;
	display: block;
	overflow: hidden;
}

#content .location {
	display: block;
	overflow: hidden;
	margin: 20px 0;
}


#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #84b348;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}


.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}

.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}

/* =Cycle Images
-------------------------------------------------------------- */

.banner {
	display: block;
	overflow: hidden;
	width: 920px;
	margin: 0 auto;
	text-align: center;
	
}

.banner img {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#cycle-nav a {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	text-indent: -9999em;
	background: url(style/images/slider-btns.png) no-repeat center 0;
}

#cycle-nav a.activeSlide, #cycle-nav a:hover {
	background-position: center -20px;
}

/* =Front page elements
-------------------------------------------------------------- */

#front-slogan {
	display: block;
	overflow: hidden;
	font-size: 22px;
	clear: both;
	padding: 20px 10px;
	margin: 20px;
	border-top: 2px groove #e6e6e6;
	border-bottom: 2px groove #e6e6e6;
}

#front-slogan .slogan-content {
	padding: 15px 0 5px 0;
	float: left;
	width: 780px;
}

#front-slogan .slogan-url {
	float: right;
	width: 100px;
	text-align: left;
}

#front-slogan .slogan-url a {
	float: right;
	width: 94px;
	height: 56px;
	background: url(style/images/info-button-sm.png) no-repeat 0 0;
	text-indent: -9999em;
}

#front-slogan .slogan-url a:hover, #front-slogan .slogan-url a:focus, #front-slogan .slogan-url a:active {
	background-position: 0 -56px;
}

/* Callouts */

.callouts {
	display: block;
	overflow: hidden;
	width: 880px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

.callouts .callout {
	display: inline-block;
	text-align: left;
	width: 260px;
	margin: 0 10px;
	vertical-align: top;
	padding-bottom: 38px;
	position: relative;
}

#content .callout h3 {
	color: #000;
	text-transform: uppercase;
}

.callouts .callout img.featured-tn {
	float: left;
	margin: 0 15px 10px 0;
}

#content .callout p.fp-download {
	margin-bottom: 10px;
}

.callouts .callout a.read-more {
	position: absolute;
	bottom: 0;
	left: 0;
	float: left;
	clear: both;
	color: #fff;
	width: 99px;
	height: 30px;
	background: url(style/images/read-more-btn.png) no-repeat 0 0;
	text-decoration: none;
	padding: 8px 0 0 25px;
	font-size: 14px;
	line-height: 14px;

}

#wrapper > hr {
	border: none;
	display: block;
	overflow: hidden;
	margin: 0;
	width: 100%;
	height: 1px;
	background-color: #fffeff;
}

#footer {
	display: block;
	overflow: hidden;
	padding: 0;
	width: 960px;
}

#colophon {
	display: block;
	overflow: hidden;
	border-radius: 7px;
	width: 940px;
	margin: 10px auto;
	background-color: #6b747c;
}

#colophon .col-inner {
	display: block;
	overflow: hidden;
	width: 940px;
	margin: 10px auto;
	background: url(style/images/footer-dividers.png) repeat-y 0 10px;
	color: #fffeff;
	font-size: 11px;
	line-height: 13px;
}

#colophon .col-inner > div {
	float: left;
	width: 200px;
	padding-left: 1px;
	margin: 0 10px 0 20px;
	/*background-color: #ffa87f;*/
}

#colophon .col-inner ul {
	list-style-type: none;
	margin: 0;
}


#colophon .col-inner .pages {
	width: 140px;
}

#colophon .col-inner .pages li a {
	display: block;
	overflow: hidden;
	padding: 3px 0 0 2px;
	margin: 3px 0;
	border-top: 2px solid #525252;
}

#colophon .col-inner .contact {
	width: 216px;
}

#colophon .col-inner #first.widget-area {
	width: 276px;
}

#colophon .col-inner #second.widget-area {
	width: 155px;
}

#colophon .col-inner > div > h3 {
	color: #000;
	font-size: 14px;
	margin: 0 0 10px 0;
	text-decoration: underline;
}

#colophon .col-inner a {
	text-decoration: none;
}
#colophon .col-inner #second.widget-area a {
	color: #fff;
	display: inline;
	overflow: hidden;
	clear: both;
	
}

#colophon .col-inner a:hover, #colophon .col-inner a:active, #colophon .col-inner a:focus {
	text-decoration: underline;
}

#first.widget-area p {
	margin: 0;
}

#first.widget-area input {
	float: left;
	clear: both;
	margin: 15px 0 0 0;
}

#first.widget-area input[type="text"], #first.widget-area input[type="email"] {
	background-color: #6b747c;
	color: #e4e4e4;
	border-width: 2px;
	border-color: #7c8690;
	width: 220px;
	padding: 5px;
}

#first.widget-area input[type="submit"] {
	width: 127px;
	height: 32px;
	background: url(style/images/subs-btn-pad.png) no-repeat 0 0;
	border: none;
	color: #fffeff;
	white-space: nowrap;
	padding: 2px 0 0 10px;
	cursor: pointer;
	float: left;
	clear: both;
	margin: 5px 0 0 0;
}

.copyright {
	display: block;
	overflow: hidden;
	margin: 0 auto 30px auto;
	width: 960px;
        color: #ffffff;
	text-align: center;
	font-size: 11px;
}

#content {
	float: left;
	width: 570px;
	margin: 0 0 0 30px;
}

#container.one-column #content {
	float: none;
	display: block;
	overflow: hidden;
	width: 90%;
	margin: 0 auto;
}

#content.full {
	float: none;
	width: 960px;
	margin: 0;
}


#content.full.inner {
	width: 920px;
	padding: 0 20px;
}

.error404 #content {
	width: 920px;
	margin: 0 auto;
}

.entry-content img {
	padding: 6px;
	

}

#sidebar {
	width: 290px;
	float: right;
	margin: 0 10px 0 0;
	background: url(style/images/sidebar-grad.gif) repeat-y 5px 0;
	border-left: 1px solid #d5d5d5;
	padding-left: 5px;
}

#sidebar ul {
	list-style-type: none;
	margin: 0;
}

#sidebar h3.widget-title {
	color: #84b348;
	display: block;
	overflow: hidden;
	padding: 10px 15px;
	margin: 5px 0;
	border-bottom: 1px solid #424242;
	font-size: 21px;
}

#sidebar h3.widget-title a {
	text-decoration: none;
}

#sidebar .widget-container ul {
	margin: 0;
}

#sidebar .widget-container.widget_categoryposts ul li, #sidebar .widget-container.widget_categoryposts ul li a {
	
}
/*
#sidebar .widget-container.widget_categoryposts ul li a, #sidebar li.spar-img-caption a {
	display: block;
	overflow: hidden;
	min-height: 20px;
	padding: 8px 5px 8px 45px;
	background: url(style/images/Bullet-Inactive.png) no-repeat 15px 8px;
	border-bottom: 1px solid #d5d5d5;
	text-decoration: none;
	color: #797979;
	font-size: 15px;
}
*/
#sidebar li.spar-img-caption {
	display: block;
	overflow: hidden;
	margin: 5px 0;
}

#sidebar li.spar-img-caption p {
	margin-bottom: 0;

}

#sidebar .widget-container.widget_categoryposts ul li a:hover, #sidebar .widget-container.widget_categoryposts ul li a:active, #sidebar .widget-container.widget_categoryposts ul li a:focus,
#sidebar .widget-container.widget_categoryposts ul li.current_post_item a, #sidebar li.spar-img-caption a:hover, #sidebar li.spar-img-caption a:active, #sidebar li.spar-img-caption a:focus,
#sidebar .widget-container.widget_archive li a:hover,
#sidebar .widget-container.widget_archive li a:focus,
#sidebar .widget-container.widget_archive li a:active,
#sidebar .widget_better_rss_widget li a:hover,
#sidebar .widget_better_rss_widget li a:focus,
#sidebar .widget_better_rss_widget li a:active {
	color: #84b348;
	text-decoration: underline;
}

#sidebar .textwidget p {
	margin: 10px 10px 15px 15px;
}




#sidebar .widget_twitter li,
#sidebar .widget-container.widget_categoryposts ul li a,
#sidebar li.spar-img-caption a,
#sidebar .widget-container.widget_archive li a,
#sidebar .widget_better_rss_widget li a {
	display: block;
	clear: both;
	overflow: hidden;
	border-bottom: 1px solid #d5d5d5;
}

#sidebar .widget-container.widget_categoryposts ul li a,
#sidebar li.spar-img-caption a,
#sidebar .widget-container.widget_archive li a,
#sidebar .widget_better_rss_widget li a {
	padding: 10px 15px;
	text-decoration: none;
}

#sidebar .widget_twitter li {
	margin: 0 0 10px 0;
	padding: 0 10px 10px 15px;
}


#sidebar .widget_twitter span.time-meta {
	display: block;
}


div.left-col {
	width: 60%;
	float: left;
}

div.right-col {
	width: 30%;
	float: right;
}



/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}




/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 5px;
	display: inline;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}


/* =Footer
-------------------------------------------------------------- */



/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	.home .sticky {
		border: none;
	}

}