/*
Theme Name: Tobi Fairley Interior Design 2010
Theme URI: http://wordpress.org/
Description: Derived from the original 2010 theme.
Author: Thomas Wallace
Version: 1.0
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/


/* =Reset default browser CSS. 
-------------------------------------------------------------- */

* {
	margin: 0px;
	padding: 0px;
}
/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix {
	zoom: 1;
} /* IE6 */
*:first-child+html .clearfix {
	zoom: 1;
} /* IE7 */
body {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 16px;
	background-attachment: fixed;
}

a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */
/*Global Layout Styles*/
#nav {
	display: block;
	min-width: 970px;
	max-width: 1094px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/body-bg-tile-shadow-top.png);
	background-position: center top;
	height: 60px;
	position: relative;
}
#nav ul {
	width: 930px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	height: 60px;
	background-color: transparent;
	list-style-type: none;
}
#nav ul li {
	display: inline;
	line-height: 35px;
	height: 35px;
	float: right;
	margin-top: 25px;
	margin-left: 10px;
	background-image: url(images/nav-bg.png);
	border: 1px solid #727272;
	font-size: 15px;
}
#nav ul li a, #nav ul li a:link, #nav ul li a:visited {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-position: center 41px;
	color: #FFF;
	text-decoration: none;
}
#nav ul li a:hover {
	text-decoration: underline;
}
#outer-wrap {
	max-width: 1094px;
	min-width: 970px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/body-bg-tile-shadow-middle.png);
	background-repeat: repeat;
	background-position: center top;
	position: relative;
}
#outer-wrap #wrapper {
	background-color: #FFF;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #727272;
}
#page-body {
	background-image: url(images/content-bg-top.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#masthead h1 {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	width: 500px;
	height: 160px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	display: block;
}
#masthead h1 a {
	display: block;
	height: 160px;
	width: 500px;
	text-indent: -9999px;
	overflow: hidden;
}
#masthead #head-imagery {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
#masthead p.tagline {
	display: block;
	height: 100px;
	clear: both;
	background-image: url(images/tagline.gif);
	background-position: center center;
	text-indent: -9999px;
	background-repeat: no-repeat;
	margin-bottom: 0px;
}

#masthead .frame {
	border: 4px solid #D31A24;
	float: left;
	margin-right: 20px;
}
#masthead .frame-sans-margin {
	border: 4px solid #D31A24;
	float: left;
	margin-right: 0px;
}
div.related-posts-wrapper{
	display: block;
	margin-top: 20px;
}
/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/
#page-body #content {
	width: 685px;
	float: left;
	margin-left: 0px;
	margin-top: 110px;
	background-image: url(images/content-bg-btm.jpg);
	background-position: 1px bottom;
	background-repeat: no-repeat;
	min-height:600px;
}
#content .content-head {
	background-image: url(images/design-du-jour.gif);
	background-repeat: no-repeat;
	height: 43px;
	width: 250px;
	text-indent: -9999px;
	display: block;
	margin-left: 40px;
}
#page-body .post , #page-body .page, #page-body .feature{
	margin-right: 40px;
	margin-left: 40px;
}

#design-house {
	width: 220px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
* {
	margin: 0px;
	padding: 0px;
}
#design-house ul li a {
	display: block;
	padding: 3px;
	line-height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	text-align: center;
	background-color: #3279C7;
	color: #FFF;
	text-decoration: none;
	font-size: 22px;
	letter-spacing: -.05em;
}

#design-house ul li a:hover {
	background-color: #2B66A8;
}

#design-house ul li {
	list-style-type: none;
	margin-bottom: 10px;
}
#design-house img {
	margin-bottom: 10px;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

.single-feature #page-body #content {
	width: 970px;
	float: left;
	margin-left: 0px;
	margin-top: 110px;
	background-image: url(images/content-bg-btm-one-col.jpg);
	background-position: 1px bottom;
	background-repeat: no-repeat;
}

.single-feature #page-body {
	background-image: url(images/content-bg-top-one-col.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.single-feature #content img {
	margin: 0;
	height: auto;
	max-width: 900px;
	width: auto;
}


/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
p {
	font-size: 1em; /* 16px */
	line-height: 1.25em; /* 20px */
	margin: 0 0 1.25em 0;
}
/* 28px - The quick brown fox jumps over the lazy dog */
h1 {
	font-size: 1.75em; /* 28px */
	line-height: 1.4286em; /* 40px */
	margin-top: 0.7143em;
	margin-bottom: 0em;
}
/* 24px - The quick brown fox jumps over the lazy dog */
#content h2 {
	font-size: 1.5em; /* 24px */
	line-height: 1.6667em; /* 40px */
	margin-top: 0.8333em;
	margin-bottom: 0em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
/* 22px - The quick brown fox jumps over the lazy dog */
#content h3{
	font-size: 1.375em; /* 22px */
	line-height: 1.8182em; /* 40px */
	margin-top: 0.9091em;
	margin-bottom: 0em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
#sidebar h2, #sidebar h2.page-link-sidebar a, #sidebar h2.page-link-sidebar a:visited{
	font-size: 20px; /* 22px */
	line-height: 1.8182em; /* 40px */
	margin-top: 0px;
	margin-bottom: 0em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #F22052;
	text-decoration: none;
}

#sidebar h2.page-link-sidebar a:hover{
	text-decoration: underline;
}

/* 20px - The quick brown fox jumps over the lazy dog */
#content h4   {
	font-size: 1.25em; /* 20px */
	line-height: 1em; /* 20px */
	margin-top: 1em;
	margin-bottom: 0em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
/* 18px - The quick brown fox jumps over the lazy dog */
#content h5 {
	font-size: 1.125em; /* 18px */
	line-height: 1.1111em; /* 20px */
	margin-top: 1.1111em;
	margin-bottom: 0em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
/* 16px - The quick brown fox jumps over the lazy dog */
#content h6 {
	font-size: 1em; /* 16px */
	line-height: 1.25em; /* 20px */
	margin-top: 1.25em;
	margin-bottom: 0em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}


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

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
}
#wrapper {
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}


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

/* Main global 'theme' and typographic styles */
body {
	background: #f1f1f1;
}
body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
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"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link {
	color: #A0A29F;
}
a:visited {
	color: #A0A29F;
}
a:active,
a:hover {
	color: #252525;
}

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

#content {
	margin-bottom: 36px;
}
#content,
#content input,
#content textarea {
	color: #333;
	font-size: 16px;
	line-height: 24px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 24px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	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;
}
.hentry {
	margin: 0 0 48px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
#content h2.search-results-head, #content h2.category-head, #content h2.page-title{
	margin-right: 40px;
	margin-left: 40px;
}

.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
	color: #A0A29F;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.3em;
	margin-bottom: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.entry-title a:link,
.entry-title a:visited {
	color: #F22052;
	text-decoration: none;
	font-weight: normal;
}
.entry-title a:active,
.entry-title a:hover {
	color: #333333;
}
.entry-meta {
	color: #000;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	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;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}

div.archive-meta{
	margin-right: 40px;
	margin-left: 40px;
}

/* =Asides
-------------------------------------------------------------- */

.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.category-asides {
	padding: 0;
}
.home #content .category-asides .entry-content {
	padding-top: 0;
}


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

.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}
/* =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
-------------------------------------------------------------- */
#content img {
	margin: 0;
	height: auto;
	max-width: 605px;
	width: auto;
}
#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
#content .wp-smiley {
	margin: 0;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

/* =Navigation
-------------------------------------------------------------- */
.navigation {
	color: #034D85;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #034D85;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #F32354;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin-top: 0;
	margin-right: 40px;
	margin-bottom: 18px;
	margin-left: 40px;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
	margin-right: 40px;
	margin-left: 40px;
}
#nav-below {
	margin-top: -18px;
	margin-right: 40px;
	margin-bottom: 0;
	margin-left: 40px;
	display: block;
	clear: both;
	height: 60px;
}

iframe.facebook-like{
	margin-top: 20px;
}

/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
	margin-left: 40px;
	margin-right: 40px;
}
#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 #A0A29F;
	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 {
	border-top: 1px solid #e7e7e7;
	overflow: hidden;
	position: relative;
	width: 600px;
	margin-top: 24px;
	margin-right: 0;
	margin-bottom: 24px;
	margin-left: 0;
}
#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
-------------------------------------------------------------- */



/* Main sidebars */

#sidebar ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#sidebar #site-tools {
	width: 220px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

#sidebar #advertisers {
	width: 220px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

#sidebar #advertisers a{
	width: 220px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-bottom: 24px;
}

input.search-field { /*input field */
	float: left;
	border:0;
	margin:0;
	font-family:tahoma;
	font-size: 11px;
	height:30px;
	width: 222px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	background-color: #ffffff;
	background-image: url(images/input.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
input.search-go { /*search icon */
	border:0;
	padding:0;
	margin-left: 0;
	height: 21px;
	width: 21px;
	background: url(images/search-icon.png) no-repeat top left;
	cursor: pointer;
	position: relative;
	left: 0px;
	top: 0px;
	margin-top: -28px;
	margin-right: 0px;
	margin-bottom: 0;
	float: right;
}
input.search-go:hover { /*search icon hover "Does Not work in ie6" */
	background:url(images/search-icon.png) no-repeat bottom left;
}
input.subscribe-field { /*input field */
	float: left;
	border:0;
	font-family:tahoma;
	font-size: 11px;
	height:30px;
	width: 222px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	background-color: #ffffff;
	background-image: url(images/input.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20;
	margin-left: 0;
}
input.subscribe-go { /*search icon */
	border:0;
	padding:0;
	margin-left: 0;
	height: 21px;
	width: 21px;
	cursor: pointer;
	position: relative;
	left: 0px;
	top: 0px;
	margin-top: -28px;
	margin-right: 0px;
	margin-bottom: 0;
	float: right;
	background-image: url(images/subscribe-icon.png);
	background-repeat: no-repeat;
	background-position: left top;
}
input.subscribe-go:hover { /*search icon hover "Does Not work in ie6" */
	background:url(images/subscribe-icon.png) no-repeat bottom left;
}


#site-tools .sidebar-input-bottom {
	display: block;
	height: 40px;
}


#site-tools #social {
	list-style-type: none;
	margin-bottom: 0px;
	display: block;
	height: 60px;
}
#site-tools ul#social li {
	display: block;
	height: 35px;
	width: 35px;
	float: left;
	margin-right: 9px;
}
#site-tools ul#social a {
	text-indent: -9999px;
	display: block;
	height: 35px;
	width: 35px;
	overflow: hidden;
}
#site-tools #social #soc-facebook {
	background-image: url(images/faceook-icon.jpg);
	background-repeat: no-repeat;
}

#site-tools #social #soc-twitter {
	background-image: url(images/twitter-icon.jpg);
	background-repeat: no-repeat;
}

#site-tools #social #soc-vimeo {
	background-image: url(images/vimeo-icon.jpg);
	background-repeat: no-repeat;
}
#site-tools #social #soc-flickr {
	background-image: url(images/flickr-icon.jpg);
	background-repeat: no-repeat;
}

#site-tools #social #soc-rss {
	background-image: url(images/rss-icon.jpg);
	background-repeat: no-repeat;
}

#sidebar h3 {
	clear: both;
}
#sidebar hr {
	clear: both;
	margin-top: 9px;
	margin-bottom: 9px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	display: block;
}

#page-body #sidebar {
	width: 285px;
	float: right;
	margin-top: 70px;
	display: block;
}
#sidebar-features-content .features-head {
	background-image: url(images/monthly-features-head.png);
	display: block;
	height: 64px;
	width: 222px;
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -9999px;
}
#sidebar-features-content {
	width: 222px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
}
#sidebar-features-content ul {
	list-style-type: none;
	text-align: center;
}
#side-features #sidebar-features-content ul li {
	height: 184px;
	overflow: hidden;
}

#side-features #sidebar-features-content ul li.archive {
	height: 30px;
	overflow: hidden;
	margin-top: 0px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}

#side-features #sidebar-features-content ul li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	text-decoration: none;
	color: #fff;
}
#sidebar-features-content ul li a img {
	padding: 3px;
	text-decoration: none;
	border: 1px solid #000;
	margin-bottom: 4px;
	display: block;
}

#sidebar #side-features {
	background-image: url(images/sidebar.png);
	height: 1273px;
	width: 280px;
	background-repeat: no-repeat;
	background-position: center top;
}




.select-style {
	position:relative;
	width:222px;
	margin-bottom: 0px;
	z-index: 100;
}
.select-style p {
	width:222px;
	height:30px;
	margin:0;
	background-image: url(images/dropdown.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	font-weight: normal;
	font-size: 14px;
	line-height: 26px;
	padding-left: 4px;
}
.select-style ul {
	width:220px;
	position:absolute;
	left:0;
	top:30px;
	margin:0;
	padding:0;
	list-style:none;
	background-color: #F8F8F8;
	border-top-width: 2;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.select-style ul a:link, .select-style ul a:visited {
	display:block;
	width:220px;
	padding:2px 10px 2px 10px;
	font-weight:normal;
	font-size: 12px;
	text-decoration: none;
	color: #034D85;
}
.select-style ul a:hover, .select-style ul a:active {
	text-decoration: underline;
}
.select-style {
	height:30px;
	overflow:hidden;
}
.select-style:hover {
	overflow:visible;
}
.select-style {
	display:none;
}
html>body .select-style {
	display:block;
}
.select-style-1 {
	position:relative;
	width:222px;
	margin-bottom: 0px;
	z-index: 99;
}
.select-style-1 p {
	width:222px;
	height:30px;
	margin:0;
	background-image: url(images/dropdown.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	font-weight: normal;
	font-size: 14px;
	line-height: 26px;
	padding-left: 4px;
}
.select-style-1 ul {
	width:220px;
	position:absolute;
	left:0;
	top:30px;
	margin:0;
	padding:0;
	list-style:none;
	background-color: #F8F8F8;
	border-top-width: 2;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.select-style-1 ul a:link, .select-style-1 ul a:visited {
	display:block;
	width:220px;
	padding:2px 10px 2px 10px;
	font-weight:normal;
	font-size: 12px;
	text-decoration: none;
	color: #034D85;
}
.select-style-1 ul a:hover, .select-style-1 ul a:active {
	text-decoration: underline;
}
.select-style-1 {
	height:30px;
	overflow:hidden;
}
.select-style-1:hover {
	overflow:visible;
}
.select-style-1 {
	display:none;
}
html>body .select-style-1 {
	display:block;
}
.select-style-2 {
	position:relative;
	width:222px;
	margin-bottom: 0px;
	z-index: 98;
}
.select-style-2 p {
	width:222px;
	height:30px;
	margin:0;
	background-image: url(images/dropdown.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	font-weight: normal;
	font-size: 14px;
	line-height: 26px;
	padding-left: 4px;
}
.select-style-2 ul {
	width:220px;
	position:absolute;
	left:0;
	top:30px;
	margin:0;
	padding:0;
	list-style:none;
	background-color: #F8F8F8;
	border-top-width: 2;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.select-style-2 ul a:link, .select-style-2 ul a:visited {
	display:block;
	width:220px;
	padding:2px 10px 2px 10px;
	font-weight:normal;
	font-size: 12px;
	text-decoration: none;
	color: #034D85;
}
.select-style-2 ul a:hover, .select-style-2 ul a:active {
	text-decoration: underline;
}
.select-style-2 {
	height:30px;
	overflow:hidden;
}
.select-style-2:hover {
	overflow:visible;
}
.select-style-2 {
	display:none;
}
html>body .select-style-2 {
	display:block;
}

/* Footer widget areas */
#footer-widget-area {
}


/* =Footer
-------------------------------------------------------------- */
#footer {
	clear: both;
	display: block;
	padding-top: 20px;
}
#footer h6   {
	font-size: 12px;
	font-weight: normal;
	height: 20px;
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-left: 20px;
}
#back-to-top {
	background-image: url(images/body-bg-tile-shadow-bottom.png);
	height: 60px;
	text-indent: -9999px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center top;
	max-width: 1094px;
	min-width: 970px;
	margin-right: auto;
	margin-left: auto;
}

.infusion-form {
	width: 200px;
	background-color: #3B607E;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 13px;
	line-height: 20px;
	display: block;
	float: right;
	padding: 10px;
	margin-top: 14px;
	margin-bottom: 24px;
}
.infusion-form h3 {
	color: #FFF;
	font-weight: normal;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
	text-align: center;
	padding-top: 3px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.infusion-form ul {
	display: block;
	list-style-type: none;
	padding: 8px;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 10px;
	background-color: #FFF;
	margin-bottom: 0px;
}
.infusion-form ul li {
	line-height: 20px;
	padding: 6px;
}
.infusion-form ul li.alt {
	background-color: #F1F1F1;
}
.pinterest{
	margin-bottom: 12px;
	display: block;
}

/* =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;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}
