/*
THEME NAME: Attain Fertility Custom Theme
THEME URI: http://blog.attainfertility.com
DESCRIPTION: Custom theme created for the Attain Fertility blog
AUTHOR: <a href="Converseon/">Converseon, Inc.</a>
*/

/* reset css */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}


/* 2 column layout */

#container {
	margin: 0;
	background: #fff url(images/bkg.jpg) no-repeat 0 0;
	width: 960px;
	overflow: hidden;
}

#header {
	margin: 54px 0 0 0;
	padding: 0;
}

#sidebar {
	float: left; 
	margin: 0 0 0 20px;
	width: 225px;
	overflow: hidden;
}

#main {
	margin: 35px 0 0 0;
	padding: 0;
    overflow: hidden;
 }

#footer{
	clear: both;
	margin: 0 auto;
	padding-top: 20px;
	width: 960px;
	font-size: 9pt;
	line-height: 13.5pt;
}


/* font definitions */

body,
input,
textarea,
.page-title span,
.pingback a.url 
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit] {
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
}

pre {
	font-family: Helvetica, Arial, sans-serif;
}
code {
	font-family: Helvetica, Arial, sans-serif;
}

/* wordpress necessities */

img {border: none;}

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.wp-caption {
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* optional rounded corners for browsers that support it */
	margin: 10px;
	padding-top: 4px;
	text-align: center;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* global elements */

body {
    margin: 0;
    padding: 0;
    color: #7d7d7d;
    font-size: 13px;
    line-height: 1.4em;
	background: #fff url(images/bkg_slice.jpg) repeat-x 0 0;
 }

div {
overflow: hidden;
} 

input,
textarea {
   color: #7d7d7d;
    font-size: 13px;
    line-height: 1.4em;
}

hr {
	background-color: #b3d1f1;
	border:0;
	height: 1px;
	margin-bottom: 18px;
	clear:both;
}

/* Text elements */
p {
	margin-bottom: 12px;
}
ul {
	list-style: square;
	margin: 0 0 18px 40px;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 40px;
}
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;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	padding: 2px;
	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);
}
  
a:link { color: #649bd8; text-decoration: none; }
a:visited { color: #649bd8; text-decoration: none; }
a:hover { color: #649bd8; text-decoration: underline; }
a:active{ color: #649bd8; text-decoration: underline; }

a:link.orangelink {color: #e76e34;}
a:visited.orangelink {color: #e76e34;}
a:hover.orangelink {color: #e76e34;}
a:active.orangelink {color: #e76e34;}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}

/* header and navigation */
  
#header_navigation{
	margin: 14px 0 0 16px;
	padding: 0;
	width: 923px;
	height: 35px;
	background: url(images/nav_bkg.png) no-repeat 0 0;
}

#header_navigation ul {
	margin: 0;
	padding: 1px 0 0 0;
	list-style: none;
}

#header_navigation li {
	float: left;
	margin: 0;
	padding: 0;
}

#header_navigation li.btn_home {float: left; background: url(images/btn_home_on.png) no-repeat -9999px -9999px;}
#header_navigation li.btn_home a:link {float: left; background: url(images/btn_home_off.png) no-repeat 0 0;}
#header_navigation li.btn_home a:visited {float: left; background: url(images/btn_home_off.png) no-repeat 0 0;}
#header_navigation li.btn_home a:hover {float: left; background: url(images/btn_home_on.png) no-repeat 0 0;}
#header_navigation li.btn_home a:active {float: left; background: url(images/btn_home_on.png) no-repeat 0 0;}

#header_navigation li.btn_about {float: left; background: url(images/btn_about_on.png) no-repeat -9999px -9999px;}
#header_navigation li.btn_about a:link {float: left; background: url(images/btn_about_off.png) no-repeat 0 0;}
#header_navigation li.btn_about a:visited {float: left; background: url(images/btn_about_off.png) no-repeat 0 0;}
#header_navigation li.btn_about a:hover {float: left; background: url(images/btn_about_on.png) no-repeat 0 0;}
#header_navigation li.btn_about a:active{float: left; background: url(images/btn_about_on.png) no-repeat 0 0;}

#header_navigation li.btn_team {float: left; background: url(images/btn_team_on.png) no-repeat -9999px -9999px;}
#header_navigation li.btn_team a:link {float: left; background: url(images/btn_team_off.png) no-repeat 0 0;}
#header_navigation li.btn_team a:visited {float: left; background: url(images/btn_team_off.png) no-repeat 0 0;}
#header_navigation li.btn_team a:hover {float: left; background: url(images/btn_team_on.png) no-repeat 0 0;}
#header_navigation li.btn_team a:active {float: left; background: url(images/btn_team_on.png) no-repeat 0 0;}

#header_navigation li.btn_blogroll {float: left; background: url(images/btn_blogroll_on.png) no-repeat -9999px -9999px;}
#header_navigation li.btn_blogroll a:link{float: left; background: url(images/btn_blogroll_off.png) no-repeat 0 0;}
#header_navigation li.btn_blogroll a:visited{float: left; background: url(images/btn_blogroll_off.png) no-repeat 0 0;}
#header_navigation li.btn_blogroll a:hover{float: left; background: url(images/btn_blogroll_on.png) no-repeat 0 0;}
#header_navigation li.btn_blogroll a:active{float: left; background: url(images/btn_blogroll_on.png) no-repeat 0 0;}

#header_navigation li.btn_engagement {float: left; background: url(images/btn_engagement_on.png) no-repeat -9999px -9999px;}
#header_navigation li.btn_engagement a:link{float: left; background: url(images/btn_engagement_off.png) no-repeat 0 0;}
#header_navigation li.btn_engagement a:visited{float: left; background: url(images/btn_engagement_off.png) no-repeat 0 0;}
#header_navigation li.btn_engagement a:hover{float: left; background: url(images/btn_engagement_on.png) no-repeat 0 0;}
#header_navigation li.btn_engagement a:active{float: left; background: url(images/btn_engagement_on.png) no-repeat 0 0;}

#header_navigation li.btn_contact {float: left; background: url(images/btn_contact_on.png) no-repeat -9999px -9999px;}
#header_navigation li.btn_contact a:link{float: left; background: url(images/btn_contact_off.png) no-repeat 0 0;}
#header_navigation li.btn_contact a:visited{float: left; background: url(images/btn_contact_off.png) no-repeat 0 0;}
#header_navigation li.btn_contact a:hover{float: left; background: url(images/btn_contact_on.png) no-repeat 0 0;}
#header_navigation li.btn_contact a:active{float: left; background: url(images/btn_contact_on.png) no-repeat 0 0;}

#header_search form {
	margin: 0;
	padding: 0;
	width: 260px;
}

#header_search input {
	margin: 5px 7px 0 4px;
	padding-left: 3px;
	width: 183px;
	height: 22px;
	font: bold 11px/20px Trebuchet MS, Arial, Helvetica;
    color: #616161;
    background: #e8d9b5;
	border: 1px solid #e67038;
}

#header_search input.submit {
	margin: 0;
	padding: 0;
	width: 57px;
	height: 14px;
	background: #fef3d8;
	border: none;
}

/* sidebar */
#sidebar_block {
	margin: 0 0 15px 0;
	padding: 0;
	width: 223px;
}

#sidebar_block img {
	position: relative;
	z-index: 50;
}

#sidebar_content {
	margin: -15px 0 0 0;
	padding: 0;
	width: 221px;
	border: 1px solid #b3d1f1;
}

#sidebar p {
	margin: 0;
	padding: 8px;
	border-bottom: 1px solid #b3d1f1;
}

#sidebar_content ul {
	margin: 0;
	padding: 14px 0 0 0;
	list-style: none;
}

#sidebar_content_caps {
	text-transform: uppercase;
}

#sidebar_content li {
	padding: 7px 19px;
	font: bold 11px/1.4 Trebuchet MS, Helvetica, Arial, sans-serif;
	border-top: 1px solid #b3d1f1;
}

#sidebar_content li#first {
	border-top: 0px;
}

#sidebar_content li#loop {
	border-bottom: 0px;
}

#sidebar_rss {
	margin: 25px auto 10px auto;
	padding: 0;
	font: bold 11px/20px Trebuchet MS, Arial, Helvetica;
	overflow: hidden;
}

#sidebar_rss a {
	float: left; 
	margin: 0;
	padding: 0 0 0 5px;
	color: #649bd8;
}

#sidebar_signup {
	margin: 10px 0 0 12px;
	padding: 0;
	width: 194px;
	font: bold 11px/20px Trebuchet MS, Arial, Helvetica;
	border-top: 1px solid #b3d1f1;
}

#sidebar_signup form {
	margin: 0;
	padding: 0;
}

#sidebar_signup input {
	margin: 13px 0 8px 0px;
	padding: 0 0 0 3px;
	width: 194px;
	height: 22px;
	font: bold 11px/20px Trebuchet MS, Arial, Helvetica;
	color: #74a5dc;
	background: #dbeeff;
	border: 1px solid #b3d1f1;
}

#sidebar_signup input.submit {
	margin: 0 0 6px 52px;
	padding: 0;
	width: 90px;
	height: 17px;
	color: #74a5dc;
	background: #fff;
	border: none;
}


/* Main - content */

#content_container{
	float: right; 
	margin: 0 22px 0 0;
	padding: 0;
	width: 675px;
}

#content {
	margin: 0 0 15px 0;
	padding: 10px 21px;	
	background-color: #fff;
	border: 1px solid #b3d1f1;
	font-weight: normal;
}

#content h1 {
	margin: 15px 0 12px 0;
	padding: 0;
	font: bold 36px/1.1 Trebuchet MS, Helvetica, Arial, sans-serif;
}

#content h1 a {
	color: #727272;
}

#content h2 {
	margin: 0;
	padding: 0;
	font: bold 18px Trebuchet MS, Helvetica, Arial, sans-serif;
}

#content span.orange {
	font-size: 12px;
	color: #e67038;
}

#content span.blue {
	font-size: 12px;
	color: #649bd8;
}

#content span.grey {
	margin-left: 14px;
	font-size: 12px;
	color: #bdbdbd;
}

#content  ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#content  li {
	float: left;
}

#content img {
	margin: 0;
	max-width: 640px;
}
#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;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	margin: 5px;
	color: #888;
	font-size: 12px;
}
#content .wp-smiley {
	margin:0;
}
#content .gallery {
	margin: auto;
}
#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;
}

/* blog entry */

.entry {
margin-top: 15px;
width: 630px;
max-width: 630px;
overflow: hidden;
}

#blog_entry_discuss {
	width: 630px; 
	max-width: 630px;
	overflow: hidden;
}

#blog_entry_discuss ul {
	margin-top: 12px; 
	padding-top: 12px; 
	border-top: 1px solid #b3d1f1;
	overflow: hidden; 
}

#blog_entry_discuss li.share {
	float: left; 
	margin-top: 6px; 
	line-height: 14px;
}

#blog_entry_discuss li.comment_link {
	float: right; 
	font-size: 19px; 
	text-align: right;
}

#blog_entry_discuss li.comment_link img {
	margin: 1px 0 0 5px; 
}

/* comments */

#comments {
	float: right; 
	margin: 0 22px 0 0; 
	padding: 0; 
	width: 675px;
	overflow: hidden;
}

#comments li {
	margin-bottom: 20px;
}

#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	font-weight: bold;
	font-size: 18px;
	margin: 5px 0 15px 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 {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e7e7e7;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display:block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}


/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	margin: 24px 0;
	border-top: 1px solid #e7e7e7;
	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;
	line-height: 18px;
	font-weight: normal;
}
#respond span.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 {
	width: auto;
	font-size: 14px;
}

/* search */

#search h2 {
	margin: 13px 0 0 0;
	padding: 0;
	font: bold 17px Trebuchet MS, Helvetica, Arial, sans-serif;
}




/* footer */

#footer a {
	color: #454334;
}

/* Share This */

.share, .stbuttontext, .share span{
	padding: 0 !important; 
	margin: 0 !important;
	text-align: right !important;
}

a.stbutton {
padding:1px 5px 0px 22px !important;
display:inline-block;
height:15px !important;
}

/* Webkit Rules */

@media screen and (-webkit-min-device-pixel-ratio:0) {
   #sidebar .block .entry #newsletter input#subscribebtn {padding-left:13px;}
   #header #menu .search input#searchbtn {padding-left:13px;}
}


