/*   
Theme Name: SRdotcom
Theme URI: 
Description: Custom child theme created for stevenrattner.com based twentyten
Author: Long Trail Media
Author URI: http://longtrailmedia.com
Template: twentyten
Version: 1.0
*/

/* 960.gs Reset browser defaults */
@import url('css/reset.css');

/* Apply basic 960.gs styles */
@import url('css/text.css');

/* Bring in the 960.gs CSS Framework Layout */
@import url('css/960.css');


/* ----- CSS ----- */
body {
	background: #fff url(images/header_ribbon_bg.png) no-repeat scroll 50% 0px;
	background-image: url(images/header_ribbon_bg.png);
	background-repeat-x: no-repeat;
	background-repeat-y: no-repeat;
	background-attachment: scroll;
	background-position-x: 50%;
	background-position-y: 0px;
	background-origin: initial;
	background-clip: initial;
	background-color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;;	
}

p {
	font-size: 14px;
	line-height: 21px;
	color: #111111;
}

/* ----- LINKS ----- */

a {
	color: #006;
	text-decoration: none;
	}

a:hover, a:active {
	color: #009;
	text-decoration: underline;
}


h2 a {
	color: #000;
	text-decoration: none;
	}
	
h2 a:visited{
	color: #000;
	text-decoration: none;
}
h2 a:hover, h2 a:active {
	color: #111;
	text-decoration: underline;
}




/* ----- IDS ----- */


#header {
    height: 80px;

}

#logo {
	background: url(images/sr_header_logo.png) no-repeat;
	position: relative;
	float: left;
	color: #fff;
	width: 420px;
    height: 70px;
}
 
#logo a
{
    position: absolute;
    top: 0;
    left: 0;
    width: 420px;
    height: 70px;
}
 
#logo a h1
{
    display: none;
}

#content{
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding-top: 20px;
}

/* standard padding for gutter, border for sections */
#fp_col3,#archive_center,
#sidebar_reviews, #sidebar_media, #sidebar_articles, #sidebar_overhaul, #sidebar_connect, #sidebar_subscribe,  #sidebar_twitter, #sidebar_social 
{
	padding: 0 0 0 10px;
	border-left: 1px solid #ccc;
}
#sidebar_right {

}

#fp_col2 {

}

#fp_col3 {	

}

#fp_bio_pic img {
	border: 100px solid #006;
	margin: 0 20px 20px 0;
	float: left;
}


#footer {
	border-top: 1px solid #ccc;
	padding: 15px;
}
#footer p {
	text-align: center;
	
}

/* ----- HOMEPAGE ----- */
#fp_book_header {
	width: 100%;
	height: 295px;
}

#fp_quote {
	width: 170px;
	float:left;

}

#fp_quote p {
	color: #666;
	font: italic 13px Arial, Times, "Times New Roman", Georgia,  serif;
	line-height: 20px;
	padding-right: 5px;
}

#fp_cover {
	width: 159px;
	float:right;

}

#fp_cover img.cover {
	border: 1px solid #006;
}

#fp_book_body {
	padding-top: 10px;
}

/* ----- SIDEBAR ----- */
#sidebar_media, #sidebar_articles, #sidebar_overhaul, #sidebar_subscribe, #sidebar_twitter {
	padding-bottom: 10px;
}

#sidebar_subscribe {
	padding-bottom: 20px;
}

#sidebar_media h3 {
	margin-bottom: 5px;
}

#sidebar_media img {
	border: 1px solid #006;
	margin-bottom: 15px;
}

#sidebar_overhaul img {
	border: 1px solid #006;
	margin-bottom: 15px;

}

.post_source_sidebar {
	color: #666;
	font: normal 11px Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	
}
.post_date_sidebar {
	color: #000;
	font: normal 10px Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	
}

/* ----- POSTS ------ */
.post_title {
	margin-bottom: 0px;
}

.post_date {
	margin-bottom: 5px;
	color: #666;
	font: normal 12px Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	
}

.post_teaser {
	margin-bottom: 35px;
	font: normal 16px Georgia, "Times New Roman", Times, serif;
	line-height: 24px;
	color: #333;
}

.post_content {
	margin-top: 20px;
	margin-bottom: 35px;
	font: normal 16px Georgia, "Times New Roman", Times, serif;
	line-height: 24px;
	color: #333;
}

/* ----- NAVIGATION ----- */


#navcontainer
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
float: right;
position: relative;
margin-top: 40px;

}

ul#menu-main-navigation {
	margin-bottom: 0px;
}

#menu-main-navigation li
{
display: inline;
list-style-type: none;
font: bold 13px Arial, Helvetica, Geneva, sans-serif;
color: #fff;
text-transform: uppercase;
letter-spacing: 0.05em;
}

#menu-main-navigation a { padding: 3px 10px; }

#menu-main-navigation a:link, #menu-main-navigation a:visited
{
color: #fff;
text-decoration: none;
}

#menu-main-navigation a:hover
{
color: #006;
background-color: #fff;
text-decoration: none;
}

/* ----- OVERHAUL PAGE ----- */
#book_cover {
	height: 400px;
}
#book_cover img {
	padding-right: 10px;
	float: right;
}

#book_quotes {
	padding: 10px 100px 10px 10px;
}
#book_quotes p.quote {
	color: #666;
	font: italic 28px Georgia, "Times New Roman", Times, serif;
}

#book_quotes p.source {
	font: bold 13px Arial, Helvetica, Geneva, sans-serif;
	text-align: right;
}
#book_quotes img {
	display: block;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

#book_title h2 {
	font: normal 42px Cardo, Georgia, "Times New Roman", Times, serif;
	color: #000;
	margin: 20px 10px 10px 0px;
	padding-top: 20px;
	border-top: 1px dotted #ccc;
}

#book_title h4 {
	font: bold 16px Arial, Helvetica, Geneva, sans-serif;
	color: #333;
	margin: 10px 10px 20px 0px;
}



#book_description {
	font-size: 14px;
	line-height: 21px;
}


#book_content #sidebar_right .share {
	font: normal 11px Arial, Helvetica, Geneva, sans-serif;
	float: right;
	width: 80px;
}



/* ----- ARTICLE PAGE ----- */
#article_center h2 {
	font-size: 32px;
}

/* ----- ARCHIVES PAGE ----- */
#archives_center h2 {
	font-size: 32px;
}

/* ----- BIO PAGE ----- */
#bio_center h2 {
	font-size: 32px;
}


/* ----- BIOGRAPHY PAGE ----- */
#bio_center img {
	margin: 0 15px 15px 0;
	border: 1px solid #006;
	float: left;
}

#bio_center .post_content {
	font: normal 16px Georgia, "Times New Roman", Times, serif;
	line-height: 24px;
	color: #333;
	margin-top: 0px;
}

/* ----- CLASSES ----- */

.hide{
/* display:none; */
}
.show{
/* display:block; */
}

h2.archive_title {
	font: bold 16px Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
	padding: 7px 0 0 20px;
	text-transform: uppercase;
	height: 37px;
	background: url(images/archives_side_ribbon.png) no-repeat;
	position: relative;
	left: -19px;
	top: -2px;
	margin-bottom: 0px;
}


/* ----- HEADINGS ----- */

h1{
	font-size: 43px;
}
h2{
	font-size: 23px;
}
h3{
	font: bold 11px Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
	padding: 5px 0 0 20px;
	text-transform: uppercase;
	height: 28px;
	background: url(images/section_header_ribbon.png) no-repeat;
	position: relative;
	left: -19px;
	top: -2px;
	margin-bottom: 0px;
}
h4 {
	font: bold 11px Arial, Helvetica, Geneva, sans-serif;
	color: #666;
	text-transform: uppercase;
}


/* ----- LISTS ----- */

li{
list-style-type: none;
list-style-position: outside! important;
margin-left: 0px;
padding: 0 0 15px 0;
}


.alignleft {
	float:left;
}
.alignright {
	float:right;
}
.wp-caption {
	padding:5px 20px 20px 0;
}
.wp-caption-text, p.wp-caption-text {
color: #333;
font: normal 10px Arial, Helvetica, Geneva, sans-serif;
text-transform: uppercase;
}

#sidebar_media img {
border: 0px solid #006;
margin-bottom: 15px;
}
#sidebar_media img.chart {
	border: 0px solid #006;
	margin-bottom: 1px;
}


img.oval_office {
border: 1px solid #006;
margin-bottom: 1px;
}
.oval_caption {
	color: #333;
	font: normal 10px Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 15px;
}

.chart-caption-text {
color: #006;
font: normal 11px Arial, Helvetica, Geneva, sans-serif;
text-transform: uppercase;
}

/* ----- Social ----- */
/* Style all font awesome icons */
.fa {
    padding: 20px;
    font-size: 30px;
    width: 45px;
    text-align: center;
    text-decoration: none;
	border-radius: 10%;
	color: white;
	margin: 5px 3px 3px 15px;
}

/* Add a hover effect if you want */
.fa:hover {
    opacity: 0.7;
}

/* Set a specific color for each brand */

/* Facebook */
.fa-facebook {
    background: #3B5998;
    color: white;
}

/* Twitter */
.fa-twitter {
    background: #55ACEE;
    color: white;
}

/* Linkedin */
.fa-linkedin {
    background: #007bb5;
    color: white;
}

/* Instagram */
.fa-instagram {
    background: #125688;
    color: white;
}
/* Google+ */
.fa-google{
    background: #dd4b39;
    color: white;
}
/* Youtube */
.fa-youtube {
    background: #bb0000;
    color: white;
}



