/*
Theme Name: Fairmount Fibers
Theme URI: http://fairmountfibers.com
Author: Aeolidia
Author URI: http://aeolidia.com/
*/

@import "style-reset.css";
@import "fonts/font-awesome.min.css";
/* 
text: #333;
blue: #3db6bc;
*/

/* =Structure
----------------------------------------------- */
body {
	background: #FFF;
	padding: 0;
	min-width: 1080px;
}
#page {
	margin: 0 auto 30px;
	padding: 0 15px 12px;
	background: url('images/bg-border.png') no-repeat center bottom;
	width: 1050px;
	overflow: hidden;
}
#main {
	clear: both;
	padding: 4px 0 0;
	overflow: hidden;
	background: url('images/border.png') no-repeat center top;
}
.blog #main,
.category #main,
.tag #main,
.single-post #main {
	width: 1000px;
	margin: 0 auto;
}
.home #main {
	background: none;
	padding: 0;
}
#primary {
	float: left;
	margin: 0;
	width: 600px;	
}
#content {
	margin: 0;
	width: 100%;
}
#primary.full-width {
	width: 1000px;
	margin: 0 auto;
	float: none;
}
.home #primary.full-width {
	width: 100%;
}
#secondary {
	float: right;
	padding: 0;
	width: 332px;
}

/* =Typography
----------------------------------------------- */

body, input, textarea {
	color: #333;
	font-family: 'Old Standard TT', serif;
	font-size: 13px;
	line-height: 1.625;
	letter-spacing: 0.1em;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
	font-family: 'Old Standard TT', serif;
	font-weight: 700;
}
hr {
	background: url('images/bg-border.png') repeat-y;
	border: 0;
	height: 1px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: -3px;
}

/* Text elements */
h4 {
	color: #999;
	font-size: 13px;
	font-weight: normal;
	padding-top: 0.5em;
}
p {
	margin-bottom: 1em;
}
ul, ol {
	margin: 0 0 1em 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 {
}
dd {
	margin-bottom: 1.625em;
}
strong {
}
em, i {
	font-style: italic;
}
blockquote {
	font-style: normal;
	font-weight: normal;
	color: #999;
	margin: 1em 3.5em 2em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
cite {
	color: #666;
	letter-spacing: 0.05em;
	padding-left: 60px;
}
pre {
	background: #f4f4f4;
	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=email],
input[type=url],
input[type=password],
textarea {
	border: none !important;
	outline: none !important;
	font-size: 11px;
	color: #333;
	padding: 2px 0;
	background: url('images/form-line.png') repeat-x bottom;
}
input[type=text]:focus,
textarea:focus {
	color: #3db6bc;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
#searchform {
	display: inline-block;
	vertical-align: top;
	padding-top: 3px;
}
input#s {
	background: #FFF;
	border: none;
	outline: none !important;
}
input#searchsubmit {
	display: inline-block;
	vertical-align: bottom;
	width: 13px;
	height: 16px;
	background: url('images/search.png') no-repeat;
	margin-left: 3px;
	margin-right: 20px;
}

/* Links */
a
 {
	color: #333;
	text-decoration: none;
}
a:focus,
a:active,
a:hover {
	color: #3db6bc;
}

.page .entry-content a {
	color: #3db6bc;
}

.blog #primary a,
.category #primary a,
.tag #primary a,
.single-post #primary a {
	color: #f865c4;
}
.page .entry-content a:focus,
.page .entry-content a:hover,
.blog #primary a:focus,
.blog #primary a:hover,
.category #primary a:focus,
.category #primary a:hover,
.tag #primary a:focus,
.tag #primary a:hover,
.single-post #primary a:focus,
.single-post #primary a:hover {
	color: #999;
}


/* 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 {
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}


/* =Header
----------------------------------------------- */
#top-bar {
	width: 1000px;
	margin: 0 auto;
	padding: 3px 0;
}
.sitename,
.tagline {
	position: relative;
	display: inline-block;
	top: 3px;
	padding-left: 20px
}
.sitename {
	font-size: 10px;
	text-transform: uppercase;
}
.tagline {
	font-size: 11px;
	
}
.additional-nav {
	width: 330px;
	float: right;
	text-align: right;
}
#social {
	list-style: none;
	margin: 0;
	display: inline-block;
	vertical-align: middle;
}
#social li {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
}
#branding {
	width: 1000px;
	padding: 35px 0 0;
	margin: 5px auto 25px;
	position: relative;
	z-index: 400;
	text-align: center;
	background: url('images/bg-header.jpg') no-repeat;
}
#logo {
	padding: 0 14px;
	z-index: 600;
	position: relative;
}
#branding img {
	height: auto;
}


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

.access {
	margin: 0;
	width: 355px;
}
.access,
#logo {
	display: inline-block;
	vertical-align: bottom;
}
.access div {
	float: left;
	position: relative;
	width: 100%;
}
.access ul.menu {
	clear: left;
	float: left;
	position: relative;
	left: 50%;
	padding-left: 0;
	margin: 0 !important;
	list-style: none;
}
.access .menu > li {
	position: relative;
	display: block;
	float: left;
	position: relative;
	right: 50%;
}
.access .menu > li > a {
	letter-spacing: 0.1em;
	font-style: italic;
	display: block;
	padding: 100px 18px 0;
	margin: 2px 0;
	text-decoration: none;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
}
.access li.one a {
	background-image: url('images/menu-yarns.png');
}
.access li.two a {
	background-image: url('images/menu-patterns.png');
}
.access li.three a {
	background-image: url('images/menu-free.png');
}
.access li.four a {
	background-image: url('images/menu-about.png');
}
.access li.five a {
	background-image: url('images/menu-blog.png');
}
.access li.six a {
	background-image: url('images/menu-buy.png');
}
.access li a {
	color: #333;
}
.access li a:hover {
	color: #555;
}
.access .sub-menu {
	display: none;
	position: absolute;
	top: 126px;
	left: -10px;
	margin: 0;
	background: #FFF;
	padding: 15px 5px 5px;
}
.access li:hover .sub-menu {
	display: block;
}
.access .sub-menu li {
	padding: 6px 25px;
	list-style: none;
	background: url('images/border-dropdown.png') no-repeat center top;
	text-align: left;
}
.access .sub-menu li a {
	background-image: none;
	color: #3db6bc;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 0.1em;
}
.access .sub-menu li a:hover {
	color: #333;
}

/* =Content
----------------------------------------------- */

.hentry {
	position: relative;
}
.page .hentry,
.no-results {
	border-bottom: none;
}
.post.hentry {
	background: url('images/blog-divider.png') no-repeat center bottom;
	padding-bottom: 30px;
	margin-bottom: 50px;
}
.entry-header {
	background: url('images/bg-border.png') repeat-x bottom;
	padding-bottom: 12px;
	overflow: hidden;
}
.entry-title,
.entry-title a {
	clear: both;
	color: #333 !important;
	font-size: 24px;
	line-height: 32px;
	font-style: italic;
	font-weight: normal;
	padding-bottom: 2px;
	padding-top: 0;
}
.entry-meta {
	clear: both;
	font-size: 11px;
	padding-top: 10px;
}
.entry-date,
.categories {
	color: #999;
	font-size: 11px;
	padding-bottom: 2px;
}
.categories {
	float: right;
	max-width: 70%;
}
.single-post-author .entry-meta .by-author {
	display: none;
}
.entry-content,
.entry-summary {
	padding: 20px 0 0;
}
.entry-content h1,
.comment-content h1,
.comment-content h2 {
	color: #333;
	font-size: 21px;
	margin: 0 0 .8125em;
}
.entry-content h2 {
	color: #333;
	line-height: 1.4em;
	margin-bottom: 18px;
	font-size: 18px;
}
.entry-content h3,
.comment-content h3 {
	font-size: 13px;
	color: #333;
	font-weight: normal;
	line-height: 20px;
}
.entry-content table,
.comment-content table {
	margin: 0 0 1.625em;
	width: 100%;
}
.entry-content th,
.comment-content th {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.6em;
}
.entry-content td,
.comment-content td {
}
.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 span {
	margin-right: 6px;
}
.entry-meta .edit-link a,
.commentlist .edit-link a {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	float: right;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 300;
	text-decoration: none;
	padding: 0 8px;
}
.entry-content .edit-link {
	clear: both;
	display: block;
}


/* Images */
.entry-content img,
.comment-content img {
	max-width: 100%; /* 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: 100%;
	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 */
}
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1.625em;
}
p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	margin-bottom: 1.625em;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	text-align: center;
	color: #999;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 5px 0;
	position: relative;
}
#content .gallery {
	margin: 0 auto 1.625em;
}
#content .gallery a img {
	border: none;
}
#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
}

/* Image borders */

.wp-caption img {
	border-color: #eee;
}

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


/* =Home
----------------------------------------------- */

#loading {
	margin: 30px auto;
	width: 31px;
}
.slider-area {
	background: url('images/bg-slider.jpg') no-repeat;
	padding: 20px 24px 44px;
	width: 1001px;
	margin: 0 auto;
}
#caption {
	padding-left: 25px;
	padding-bottom: 12px;
	font-size: 14px;
	width: 700px;
	display: inline-block;
	vertical-align: top;
	height: 22px;
}
.home .caption {
	text-align: left;
	color: #333;
	margin-bottom: 0;
}
#thumbs {
	width: 200px;
	float: right;
	padding-right: 20px;
}
#thumbs ul {
	list-style: none;
	margin: 0;
	float: right;
}
#thumbs ul li {
	display: inline-block;
	margin-left: 5px;
}
#thumbs ul li a {
	display: inline-block;
	background: url('images/slider-dot.png') no-repeat;
	width: 15px;
	height: 15px;
	overflow: hidden;
}
#thumbs ul li.selected a {
	background-position: -15px 0;
}


/* Page Titles & Breadcrumbs
----------------------------------------------- */

h1.page-title {
	font-style: italic;
	font-weight: normal;
	font-size: 38px;
	line-height: 32px;
	text-align: center;
	padding: 25px 0;
	margin: 5px auto 0;
}
.search-title {
	text-transform: uppercase;
	margin-bottom: 18px;
}
.archive h1.page-title {
	margin: 5px auto 15px;
}
h1.page-title.patterns {
	background: url('images/patterns.png') no-repeat center;
}
h1.page-title.patterns.free {
	background: url('images/free-patterns.png') no-repeat center;
}
h1.page-title.blog {
	background: url('images/blog.png') no-repeat center;
	margin: 5px auto 15px;
}
h1.page-title.yarns {
	background: url('images/yarns.png') no-repeat center;
}
h1.page-title.about {
	background: url('images/about.png') no-repeat center;
}
h1.page-title.buy {
	background: url('images/buy.png') no-repeat center;
}

.breadcrumbs {
	font-size: 13px;
	margin-bottom: 13px;
}
.divider {
	font-size: 6px;
}
.breadcrumbs a {
	color: #3eb7bd;
	font-size: 13px;
}
.breadcrumbs.artisans a {
	color: #ecb30a;
}
.breadcrumbs.patterncrumb a {
	color: #b7c613;
}

/* = About
----------------------------------------------- */
.segment {
	display: block;
	clear: both;
	margin-bottom: 2em;
}
.segment .subtitle {
	font-style: italic;
	font-size: 22px;
	line-height: 32px;
	font-weight: normal;
	padding: 16px 0 16px 18px;
	margin-bottom: 3px;
}
.segment-title:nth-of-type(3n+1) .subtitle {
	background: url('images/subtitle-thumb-1.png') no-repeat;
}
.segment-title:nth-of-type(3n+2) .subtitle {
	background: url('images/subtitle-thumb-2.png') no-repeat;
}
.segment-title:nth-of-type(3n+3) .subtitle,
.segment-title:last-of-type .subtitle {
	background: url('images/subtitle-thumb-3.png') no-repeat;
}
.segment .dividing-line {
	width: 100%;
	height: 4px;
	background: url('images/border-light.png') repeat-x;
}
.segment-sidebar {
	float: left;
	width: 220px;
}
.segment-sidebar ul {
	list-style-position: outside;
	margin: 0 0 2.5em;
}
.segment-sidebar ul li {
	list-style-image: url('images/bullet.png');
	margin-bottom: 0.25em;
}
.segment-main {
	width: 480px;
	float: right;
}
.caption {
	text-align: center;
	color: #999;
}

/* = Artisans
----------------------------------------------- */
.text-content {
	width: 740px;
	float: left;
}
.caption {
	text-align: center;
	margin-bottom: 2em;
	color: #999;
}
.artisan-links {
	background: url('images/artisans-sb-bg.png') repeat-y;
	float: right;
	width: 222px;
	text-align: center;
	margin-bottom: 3em;
}
.artisan-links h3 {
	background: url('images/artisans-sb-top.png') no-repeat;
	text-align: center;
	padding: 18px 0;
}
.artisan-link {
	display: block;
	padding: 15px 0;
	color: #ecb30a !important;
}
.artisan-link:hover {
	color: #999 !important;
}
.artisan-links .bottom {
	background: url('images/artisans-sb-bottom.png') no-repeat;
	height: 8px;
}

/* = Contact Us
----------------------------------------------- */
.locations {
	margin: 3em auto;
}
.location {
	display: inline-block;
	vertical-align: top;
	width: 32%;
	line-height: 20px;
	background: url('images/border-vertical.png') no-repeat right center;
}
.location.last {
	background: none;
}
.location h4 {
	text-align: center;
}

/* =Yarns Archive
----------------------------------------------- */

.yarns-grid {
	width: 1000px;
	margin: 0 auto 60px;
	overflow: hidden;
	padding-top: 1px;
	padding-bottom: 55px;
}
.individual-yarn {
	width: 500px;
	float: left;
	margin-top: -1px;
	margin-right: -1px;
}
.border-top {
	background: url('images/frame-top.png') no-repeat;
	height: 20px;
	width: 500px;
}
.frame {
	width: 464px;
	background: url('images/frame.png') repeat-y;
	padding: 0 18px 14px;
	text-align: center;
	height: 100%;
}
.border-bottom {
	background: url('images/frame-bottom.png') no-repeat;
	height: 16px;
	width: 500px;
}
.ind-yarn-img {
	height: 305px;
}
.individual-yarn a:hover {
	opacity: 0.6;
	color: #333;
}
.individual-yarn h2 {
	font-size: 24px;
	line-height: 32px;
	background: url('images/title-border.png') no-repeat center bottom;
	font-style: italic;
	padding: 10px 0 12px;
	margin-bottom: 8px;
	font-weight: normal;
}
.yarn-meta {
	margin-bottom: 25px;
	font-size: 13px;
	color: #999999;
}
.yarn-meta h3 {
	color: #333;
	padding-top: 8px;
	font-weight: normal;
}
.button-details {
	background: url('images/button-details.png') no-repeat;
	font-size: 9px;
	letter-spacing: 0.1em;
	padding: 8px 24px;
}
.button-details:hover {
	opacity: 0.6;
	color: #333;
}

/* =Yarns - Individual
----------------------------------------------- */

.yarn-info,
.style {
	padding-bottom: 1em;
	margin-bottom: 30px;
	background: url('images/border.png') repeat-x bottom;
}
.style {
	padding-bottom: 3em;
}
.feat-image,
.yarn-details {
	display: inline-block;
	vertical-align: top;
}
.feat-image {
	margin-right: 35px;
	margin-bottom: 50px;
}
.yarn-details {
	width: 490px;
}

.style h2 {
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 0.1em;
	font-weight: normal;
}
.color-block {
	display: inline-block;
	vertical-align: top;
	margin-right: 13px;
	margin-bottom: 45px;
}
.color-block.last {
	margin-right: 0;
}
.color-block span {
	display: block;
	text-align: center;
}
.color-block span.number {
	color: #999;
}
.color-block a:hover {
	opacity: 0.7;
}
.caroufredsel_wrapper {
	margin: 0 auto !important;
}
.fancybox-title {
	color: #333;
	font-family: 'Old Standard TT', serif !important;
	font-size: 13px;
	text-align: center;
}
.pattern-carousel h3 {
	margin-bottom: 1.5em;
	font-size: 12px;
}
.single-pattern {
	float: left;
	vertical-align: top;
	list-style: none;
	width: 220px;
	height: 270px;
	margin-right: 40px;
	margin-bottom: 25px;
	text-align: center;
}
.single-pattern h4 {
	text-transform: uppercase;
	color: #333;
}
.single-pattern a {
	color: #999 !important;
}
.single-pattern a:hover {
	opacity: 0.7;
}
.carousel-left,
.carousel-right {
	position: absolute;
	top: 140px;
}
.carousel-left:hover,
.carousel-right:hover {
	opacity: 0.6;
	cursor: pointer;
}
.carousel-left {
	left: -15px;
}
.carousel-right {
	right: -15px;
}

/* =Patterns Archive
----------------------------------------------- */
.patterns-nav {
	background: url('images/bg-double.png') repeat-x;
	padding: 11px 0;
}
#filter {
	width: 885px;
	float: right;
	position: relative;
	bottom: 5px;
}
#legend {
	margin-bottom: 1.5em;
	text-transform: uppercase;
	font-size: 11px;
}
#legend h4 {
	display: inline-block;
	margin-right: 10px;
	text-transform: none;
	font-size: 11px;
}
#patterns-list {
	list-style: none;
	margin: 0 -34px 0 0;
}
.pattern {
	display: inline-block;
	vertical-align: top;
	list-style: none;
	width: 220px;
	height: 300px;
	margin-right: 34px;
	padding-top: 5px;
	margin-bottom: 20px;
	text-align: center;
}
.pattern a {
	color: #999 !important;
}
.pattern a:hover,
.pattern a:hover h3 {
	opacity: 0.7;
}
.pattern h3 {
	text-transform: uppercase;
	margin-top: 0.75em;
}

/* =Patterns - Individual
----------------------------------------------- */
.pattern-details {
	display: inline-block;
	vertical-align: top;
	width: 478px;
	color: #999;
}
.pattern-details h3 {
	line-height: 1em;
	margin-bottom: 0.25em;
}
.pattern-details p {
	margin-bottom: 1em;
	margin-right: 2em;
}
.pattern-details a {
	color: #b7c613;
}
.pattern-details a:hover {
	color: #999;
}
.yarn-name {
	/*text-transform: uppercase;*/
}
#pattern-link {
	position: absolute;
	top: 0;
	right: 0;
	text-indent: -9999em;
	height: 32px;
}
#pattern-link:hover {
	opacity: 0.7;
}
#pattern-link.buy-pattern {
	background: url('images/buy-pattern.png') no-repeat;
	width: 135px;
}
#pattern-link.download-pattern {
	background: url('images/download-pattern.png') no-repeat;
	width: 186px;
}
#pattern-images a {
	display: inline-block;
	line-height: 1;
	padding: 16px 21px 13px 0;
}
#pattern-images a:nth-of-type(4n+4) {
	padding: 16px 0 13px;
}

/* =Where to Buy
----------------------------------------------- */
select {
	border: 1px solid #ccc;
}
div#sl_div div#address_search {
	text-align: center !important;
	clear: none !important;
	display: inline-block !important;
	width: 100% !important;
}
div#address_search div {
	float: none !important;
	vertical-align: top;
	clear: none !important;
	display: inline-block !important;
}
#address_search .search_item INPUT {
	background: none !important;
	position: relative;
	float: left;
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid #999999 !important
}
div#sl_div div#address_search input[type="submit"] {
	background: url('images/button-details.png') no-repeat !important;
	font-size: 9px;
	margin: 0 3px !important;
	padding: 6px 38px !important;
	text-align: center !important;
	border: none !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-khtml-border-radius: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	position: relative;
	bottom: 3px;
}
#map {
	margin: 15px auto;
}
div#sl_div div#address_search input[type="submit"]:hover {
	opacity: 0.7;
}
div#radius_in_submit {
	padding-left: 20px !important;
}
.no_results_found h2 {
	color: #999;
	font-size: 13px !important;
	font-weight: normal;
	padding-top: 0.5em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	text-align: center !important;
}
#sl_div a.storelocatorlink {	
	color: #3db6bc !important; 
	text-decoration: none;
}
#sl_div a:hover.storelocatorlink {
	ccolor: #333 !important;
}
tr.slp_map_search_results span.location_name {
	color: #E2781D !important;
}

/* =error404
----------------------------------------------- */
.error404 #main #s {
	width: 75%;
}


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

#content nav {
	clear: both;
	overflow: hidden;
	padding: 3em 0;
}
#nav-below a {
	color: #333 !important;
	font-size: 9px;
	background: url('images/button-details.png') no-repeat;
	padding: 10px 16px;
	line-height: 9px;
	display: inline-block;
	text-align: center;
}
#nav-below a:hover {
	opacity: 0.6 !important;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	width: 50%;
	text-align: right;
}
#content nav .meta-nav {
	font-weight: normal;
}

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


/* =Widgets
----------------------------------------------- */

.widget {
	clear: both;
	margin: 0;
	padding: 0 0 40px;
}
.widget-title {
	color: #333;
	font-size: 12px;
	letter-spacing: 0.1em;
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
	background: url('images/slashes.png') repeat-x bottom;
	padding: 18px 0;
	margin-bottom: 22px;
}
.widget ul {
	list-style: none;
	text-align: center;
	margin: 0;
}
.widget ul ul {
	margin-left: 1.5em;
}
.widget ul li {
}
.widget #submitContact {
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
}
.widget #submitContact #sb-submit {
	text-indent: -9999em;
	background: url('images/join.png') no-repeat;
	width: 55px;
	height: 26px;
	margin-left: 5px;
}
.widget #submitContact input[type="email"] {
	width: 260px;	
}
.container.alert-success,
.container.alert-error {
	position: absolute;
	bottom: -22px;
	right: 0;
	font-style: italic;
}
.widget .container.alert-error {
	position: absolute;
	top: 50px;
	right: 0;
}
.widget .container.alert-success {
	position: absolute;
	top: 50px;
	right: 132px;
}

/* Special Classes */
.no-border {
	border-bottom: none;
	margin-bottom: 0;
	padding:  15px 0 0;
}

/* Search Widget */
.widget_search form {
	margin: 0 0 10px;
}
#sbsearch #s2 {
	background: none;
	width: 280px;
	display: inline-block;
}

/* Widget Image */
.widget_image img {
	height: auto;
	max-width: 100%;
}

/* Calendar Widget */

.widget_calendar #wp-calendar {
	color: #333;
	width: 95%;
}
.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
}
.widget_calendar #wp-calendar caption {
	font-size: 11px;
	font-weight: 500;
	padding: 5px 0 3px 0;
}
.widget_calendar #wp-calendar th {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.widget_calendar #wp-calendar tfoot td {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


/* =Comments
----------------------------------------------- */
#comments {
	background: url('images/bg-border.png') repeat-x;
}
.comment-form-title,
#comments-title {
	padding: 2em 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 0.1em;
	font-weight: normal;
}
#comments-title {
	background: url('images/bg-border.png') repeat-x bottom;
	padding: 2em 0 2.5em;
}
.nopassword,
.nocomments {
	color: #333;
	font-size: 24px;
	font-weight: 100;
	margin: 26px 0;
}
.commentlist {
	list-style: none;
	margin: 0 auto;
	width: 100%;
}
.content .commentlist,
.page-template-sidebar-page-php .commentlist {
	width: 100%; /* reset the width for the one-column and sidebar page layout */
}
.commentlist > li.comment {
	position: relative;
}
.commentlist .pingback {
	margin: 0 0 10px;
	padding: 10px;
}
.commentlist .children {
	list-style: none;
	margin: 0 0 10px 20px;
}
.commentlist .children .children {
	margin: 10px 0 10px 10px;
}
.commentlist .children li.comment {
	background: #FFF;
	position: relative;
}
article.comment {
	background: url('images/bg-border.png') repeat-x bottom;
	padding: 10px 0;
}
.avatar {
	float: left;
	padding-right: 10px;
	vertical-align: bottom;
}
.comment-meta {
	margin-bottom: 12px;
}
.comment-meta .fn, .comment-meta time {
	font-style: normal;
	display: block;
	clear: right;
	color: #333;
}
.comment-content p {
	margin-bottom: 1em;
}
.comment-content p:last-of-type {
	margin-bottom: 0;
}
.reply {
	font-size: 11px;
	color: #999;
	margin-bottom: 12px;
	text-align: right;
}
a.comment-reply-link {
	color: #3db6bc;
	display: inline-block;
	text-decoration: none;
	margin-top: 10px;
}

/* Post author highlighting */
.commentlist > li.bypostauthor .comment-content, .commentlist .children > li.bypostauthor .comment-content {
	background: #FAF9F9;
	padding: 5px 2px;
}

/* 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 {
	margin: 0 auto 4em;
	position: relative;
	width: 600px;
	overflow: hidden;
}
#respond input[type="text"],
#respond input[type="email"],
#respond input[type="url"],
#respond textarea {
	background: #fff;
	position: relative;
	float: left;
	display: inline-block;
	padding: 10px;
	border: 1px solid #999999 !important;
}
#respond input[type="text"] {
	width: 380px;
}
#respond textarea {
	resize: vertical;
	width: 570px;
	min-height: 150px;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
	margin: 5px 0 0;
}
#respond input:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
	color: #333;
}
#respond .logged-in-as a {
	color: #333;
}
#respond p {
	margin: 5px 0;
}
#respond .form-submit {
	float: right;
	margin: 0 0;
}
#respond input#submit {
	background: url('images/button-details.png') no-repeat;
	font-size: 9px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-align: center;
	padding: 7px 10px;
	cursor: pointer;
	margin: 10px 0;
}
#respond input#submit:hover {
	opacity: 0.6;
}
#respond #cancel-comment-reply-link {
	color: #333;
	margin-left: 10px;
	text-decoration: none;
}
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}
#cancel-comment-reply-link {
	color: #333;
	display: block;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	top: 1.1em;
}
#respond p {
	font-size: 12px;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}
.comment-subscription-form {
	clear: both;
	display: block;
}


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

#colophon {
	clear: both;
	overflow: hidden;
	width: 1008px;
	margin: 30px auto 0;
	padding: 35px 0;
	font-size: 11px;
	background: url('images/bg-footer.jpg') no-repeat;
}
.home #colophon {
	margin: 0 auto;
}
#colophon ul {
	list-style: none;
	margin: 0;
	line-height: 22px;
}
#colophon ul li a {
	font-style: italic;
}
#footer-left,
#footer-right,
#site-generator {
	width: 320px;
	vertical-align: middle;
	display: inline-block;
}
#footer-right {
	float: right;
}

/* Site Generator Line */
#site-generator {
	color: #666666;
	text-align: center;
	font-size: 10px;
	letter-spacing: 0.1em;
}
#site-generator a {
	color: #666666;
}
#site-generator a:hover {
	color: #3db6bc;
}

#submitContact {
	width: 200px;
	text-align: left;
	float: right;
}
#submitContact input[type="email"] {
	width: 165px;
	margin-right: 3px;
	margin-top: 5px;
}
#submitContact input[type=submit] {
	background: url('images/button-newsletter.png') no-repeat;
	text-indent: -9999em;
	width: 31px;
	height: 26px;
}


/* =IE7
----------------------------------------------- */

#ie7 article.intro {
	margin-left: -7.6%;
	margin-right: -7.6%;
	padding-left: -7.6%;
	padding-right: -7.6%;
	max-width: 1000px;
}
#ie7 section.featured-post {
	margin-left: -7.6%;
	margin-right: -7.6%;
	max-width: 850px;
}
#ie7 section.recent-posts {
	margin-right: 7.6%;
}
