/* American Scholar CSS 2011 */

/* reset */
* { margin: 0; padding: 0; }
img, img a, a { border: none; outline: none; }
ul, ol { list-style: none; }
table, tr, td { border: none; border-collapse: collapse; }

/* defaults */
html, body {
	width: 100%;
	height: 100%;
	z-index: 0;
}
body {
	background: #e8f6f4 url(../images/body_bg_gradient_06_muted.png) top left repeat-x;
	font-family: 'Georgia', 'Times New Roman', 'Times', serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5em;
	letter-spacing: 0;
	word-spacing: 0;
	color: #0c0c0c;
}
h1, h2, h4 { padding: 0 1em 0.5em 0; }
h3 { padding: 0 1em 0 0; }
h1, h1 a, h3, h3 a { color: #333; }
h1, h3 {
	font-family: teimer-web;
	font-weight: 400;
}
h1 {
	font-size: 1.8em;
	line-height: 1em;
}
h2 {
	padding-left: 18px;
	background: transparent url(../images/red_dot_12px.png) no-repeat 0px 4px;
	font: normal 1.1em/1.1em ff-basic-gothic-web-pro, 'Verdana', 'Helvetica', sans-serif;
	text-transform: uppercase;
}
h3 {
	font-size: 1.2em;
	line-height: 1.2em;
}
h4 {
	font: normal 0.9em/1em ff-basic-gothic-web-pro, 'Verdana', 'Helvetica', sans-serif;
	text-transform: uppercase;
	color: #dc4b46;
}
h4 a { color: #dc4b46; }
h1 a, h2 a, h3 a, h4 a { text-decoration: none; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover { text-decoration: underline; }
p { margin: 0 0 0.5em 0; }
a {
	text-decoration: underline;
	color: black;
}
a:hover { text-decoration: none; }
a.read_more {
	margin-top: 8px;
	font: bold 10px/10px 'Verdana', 'Helvetica', sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #5ab9d1;
	display: block;
}
hr {
	margin: 0.8em 0;
	height: 1px;
	width: 100%;
	border-top: none;
	border-right: none;
	border-bottom: 1px dotted black;
	border-left: none;
	clear: both;
}
div hr:last-child { display: none; }
blockquote {
	margin: 1.5em;
	padding: 1em;
/*	background-color: #f5f5f5;*/
	font-style: italic;
	color: #333;
}
blockquote p:before { content: '"'; }
blockquote p:after { content: '"'; }
.rounded_shadow {
	background-color: white;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 1px 1px 2px rgba(40, 40, 40, 0.2);
	-moz-box-shadow: 1px 1px 2px rgba(40, 40, 40, 0.2);
	border-box-shadow: 1px 1px 2px rgba(40, 40, 40, 0.2);
}
.article_copy_ad_left {
	margin: 0 1em 1em 0;
	padding: 0;
	width: 300px;
	height: 250px;
	background-color: #f5f5f5;
	float: left;
}
.article_copy_ad_right {
	margin: 0 0 1em 1em;
	padding: 0;
	width: 300px;
	height: 250px;
	background-color: #f5f5f5;
	float: right;
}

/* structure */
#wrapper {
	width: 100%;
	min-height: 100%;
	z-index: 1;
}
.container {
	margin: 0 auto;
	width: 954px;
	position: relative;
}
#header {
	width: 100%;
	height: 150px;
	background-color: white;
	position: relative;
}
#subhead { padding: 0 0.5em; }
#content {
	padding: 2em 0 111px 0;
	overflow: auto;
}
#content #left {
	width: 640px;
	float: left;
}
#content #left .left {
	width: 313px;
	float: left;
}
#content #left .right {
	width: 313px;
	float: right;
}
#content #right {
	width: 300px;
	float: right;
}
#footer {
	margin-top: -91px;
	width: 100%;
	height: 90px;
	background-color: white;
	border-top: 1px solid #f9f9f9;
	position: relative;
	clear: both;
}

/* main header */
#header_ad_container {
	margin: 0 0 1em 0;
	padding: 9px 0;
	background-color: #2a2a2a;
	background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, #222222),
	    color-stop(0.5, #2a2a2a),
	    color-stop(1, #222222)
	);
	background-image: -moz-linear-gradient(
	    center bottom,
	    #222222 0%,
	    #2a2a2a 50%,
	    #222222 100%
	);
}
#header_ad {
	margin: 0 auto;
	width: 728px;
	height: 90px;
}

#header #logo {
	padding: 9px 0;
	width: 500px;
	height: 132px;
}
#header #header_nav {
	width: 300px;
	position: absolute;
	top: 7px;
	right: 0;
}
#header #header_nav ul {
	width: 138px;
	float: left;
}
#header #header_nav ul:first-child { margin-right: 1em; }
#header #header_nav li {
	padding: 3px 0;
	border-bottom: 1px dotted black;
	display: block;
}
#header #header_nav li:last-child { border: none; }
#header #header_nav li a {
	padding-left: 18px;
	background: transparent url(../images/red_dot_12px.png) no-repeat center left;
	font-size: 1em;
	text-decoration: none;
	color: black;
}
#header #header_nav li a:hover { text-decoration: underline; }
#header #header_nav #search {
    height: 22px;
    border-top: 1px solid #a7aeb2;
    border-right: 1px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1;
    border-left: 1px solid #a7aeb2;
    background-color: white;
    position: relative;
    clear: both;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#header #header_nav #search_field {
    padding-left: 4px;
    height: 22px;
    width: 90%;
    background-color: transparent;
    border: none;
    font-family: 'Georgia', 'Times New Roman', 'Times', serif;
    text-decoration: none;
    color: gray;
    outline: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#header #header_nav #search_field.active {
	font-family: 'Georgia', 'Times New Roman', 'Times', serif;
	text-transform: none;
	text-decoration: none;
	letter-spacing: 0;
	color: #333;
}
#header #header_nav #search_button {
	width: 18px;
	height: 18px;
	border: none;
	background: white url(../images/search_icon_02.png) no-repeat;
	position: absolute;
	top: 2px;
	right: 2px;
	cursor: pointer;
}
#header #header_shadow {
    width: 100%;
    height: 5px;
    background: transparent url(../images/header_shadow.png) top left repeat-x;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0)));
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.2) , rgba(0, 0, 0, 0));
    position: absolute;
    bottom: -5px;
}

/* homepage */
#content #homepage_date {
	margin: 0 0 0.2em 0;
	padding: 0;
	color: gray;
}
#content #homepage_featured {
	margin-bottom: 1em;
	padding: 7px;
	background-color: white;
}
#content #homepage_slideshow_container {
	margin-bottom: 2px;
	width: 100%;
	height: 230px;
	position: relative;
	overflow: hidden;
}
#content #homepage_slideshow .homepage_slide { display: none; }
#content #homepage_slideshow .homepage_slide:first-child { display: block; }
#content #homepage_slideshow .homepage_slide img {
	width: 300px;
	height: 230px;
	float: left;
}
#content #homepage_slideshow .homepage_slide .homepage_slide_copy {
	margin-left: 20px;
	width: 300px;
	float: left;
}
#content #homepage_slideshow_pager {
	width: auto;
	position: absolute;
	bottom: 0;
	left: 322px;
	z-index: 50;
}
#content #homepage_slideshow_pager a {
	margin: 0 10px 0 0;
	text-decoration: none;
	color: #dc4b46;
	display: inline;
	cursor: pointer;
}
#content #homepage_slideshow_pager a.activeSlide { border-bottom: 1px solid black; }
#content .homepage_column {
	padding: 0.7em;
	background-color: white;
}
#content .homepage_current_issue_cover {
	-webkit-box-shadow: 2px 2px 3px lightgray;
	-moz-box-shadow: 2px 2px 3px lightgray;
	box-shadow: 2px 2px 3px lightgray;
}
#content .homepage_column h4 a span {
	font-family: ff-meta-serif-sc-web-pro, 'Georgia', 'Times New Roman', 'Times', serif;
	font-size: 0.9em;
	text-transform: none;
	color: gray;
}

/* content/posts */
#content .post_container {
	margin-bottom: 2em;
	width: 100%;
}
#content .post {
	margin-bottom: 1em;
	padding: 1em 0.8em;
	background-color: white;
	clear: both;
	position: relative;
}
#content .post h1, #content .post h3 { 
	/*padding-bottom: 1em;*/
	padding: 0.2em 0 0.4em 0;
}
#content .post #print_button {
	padding: 3px 5px 3px 20px;
	background: transparent url(../images/icons/print/print_03.png) top left no-repeat;
	font-size: 0.8em;
	font-family: 'Arial', sans-serif;
	line-height: 1em;
	text-decoration: none;
	cursor: pointer;
	color: gray;
	position: absolute;
	top: 5px;
	right: 5px;
}
#content .post #twitter_share_button {
	line-height: 1em;
	cursor: pointer;
}

#content .post #fb-like {
	line-height: .5em;
}
#content .post .featured_image { margin: 0 0 1em 0; }
#content .post .featured_image img {
	margin: 0;
	padding: 0;
	display: block;
}
#content .post .featured_image .caption {
	margin: 0;
	padding: 0.4em 0;
	font: normal 0.9em/1.25em 'Arial', sans-serif;
	color: #a3a3a3;
}
#content .post p {
	margin-bottom: 1em;
	font-size: 1.1em;
	text-indent: 0.1em;
}
#content .post ul {
	margin-bottom: 0.5em;
	padding-left: 1.4em;
}
#content .post li { list-style: circle; }
#content .post hr {
	margin: 1em auto;
	width: 10%;
	border-bottom: 1px dotted gray;
}
#content .excerpt {
	font-size: 1.2em;
	font-style: italic;
	text-indent: 0 !important;
	color: #333;
}
#content .post .wp-caption-text {
	margin: 0 0 1em 0;
	padding: 0 0 0.5em 0;
	border-bottom: 1px dotted #ececec;
	font: normal 0.8em/1.5em 'Helvetica', 'Arial' sans-serif;
	color: gray;
}
#content .ds_thumb_single {
	margin: 0 1em 1em 0;
	border: 1px solid #ececec;
	float: left;
}
#content .ds_thumb_landing {
	margin-right: 1em;
	padding-right: 1em;
	width: 35%;
	border-right: 1px dotted #e1e1e1;
	vertical-align: top;
	display: inline-block;
}
#content .ds_recent_posts {
	width: 50%;
	vertical-align: top;
	display: inline-block;
}
#content .related_post { padding-top: 1em; }
#content .content_column {
	width: 50%;
	float: left;
}
#content dt {
	margin-left: 0.2em;
	font-weight: bold;
}
#content dd {
	margin: 0 0 1em 1em;
}
#content dd a { text-decoration: underline; }
#content dd a:hover { text-decoration: none; }
#content img.alignleft {
   padding: 0 1em 1em 0;
   float: left;
}
#content img.alignright {
   padding: 0 0 1em 1em;
   float: right;
}
#content .content_four_column {
   padding: 0 5% 0 0;
   width: 20%;
   float: left;
}
#content .content_three_column {
   padding: 0 3% 0 0;
   width: 30%;
   float: left;
}
#content .issue_box {
	margin-bottom: 1em;
	padding: 0.7em;
	background-color: white;
}
#content .issue_box .issue_cover {
	-webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
}
#content .issue_box .not_available_online {}
#content .issue_box .not_available_online em {
	font: normal 0.5em/0 'Verdana', 'Arial', sans-serif;
	color: #a3a3a3;
}
#content .issue_box .lock_icon {
	width: 12px;
	height: 10px;
	display: inline;
	position: relative;
}
#content .issue_box .lock_icon img {}
#content .issue_box .lock_icon div {
	padding-top: 5px;
	width: 120px;
	height: 10px;
	background-color: white;
	font: normal 0.6em/0 'Verdana', 'Arial', sans-serif;
	color: #ca4142;
	position: absolute;
	top: 5px;
	right: -125px;
	display: none;
}
#content .daily_scholar_bio { line-height: 1.3em; }
#content .subscribe_page_button {
	margin: 0.2em 0;
	padding: 0.7em;
	font: normal 0.9em/0.9em ff-basic-gothic-web-pro, 'Verdana', 'Arial', sans-serif;
/*	text-transform: uppercase;*/
	text-shadow: 1px 1px 0 rgba(40, 40, 40, 0.1);
	background-color: #115ca7;
	text-decoration: none;
	color: #feffff;
	display: inline-block;
	-webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
#content .subscribe_page_button:after { content: ' >>'; }

#content .category_story {
	margin-right: 180px;
	padding: 0.8em 0;
	border-bottom: 1px dotted gray;
}
#content .category_story:first-child { padding: 0; }
#content .category_story:last-child { border-bottom: none; }
#content .category_story h3 {
	margin: 0;
	padding: 0;
}
#content .category_story p {
	margin: 0;
	padding: 0;
}

/* past issues */
#content .past_issue {
	margin: 10px 10px;
	width: 180px;
	display: inline-block;
}
#content .past_issue_cover {
	margin-bottom: 0.5em;
	width: 180px;
	height: 259px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	-webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
}

/* sidebar */
#sidebar .sidebar_box {
	margin-bottom: 1em;
	padding: 0.7em;
	background-color: white;
}
#sidebar #subscribe { background-color: #ececec; }
#sidebar #subscribe img {
/*	margin: 0.5em;*/
/*	width: 140px;*/
/*	cursor: pointer;*/
	border: 1px solid #ececec;
}
#sidebar #subscribe h2 {
    margin: 0;
    padding: 5px 0;
    background-color: #dc4b46; 
    background: -webkit-gradient(linear, left top, left bottom, from(#dc4b46), to(#cf4844));
    background: -moz-linear-gradient(top, #dc4b46 0%, #cf4844 100%);
    background: -o-linear-gradient(top, #dc4b46 , #cf4844);
    font: normal 1.2em/1.2em ff-basic-gothic-sc-web-pro, 'Verdana', 'Helvetica', sans-serif;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    color: white;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}
#sidebar #subscribe h2 a {
	text-decoration: none;
	color: white;
}
#sidebar #subscribe a { text-decoration: none; }
#sidebar #subscribe #subscribe_covers { margin: 4px; }
#sidebar #subscribe #subscribe_covers li {
	margin: 0 -66px 0 0;
	width: 120px;
	display: inline-block;
}
#sidebar #follow_icons {	
	margin: 0.8em 0;
	text-align: center;
	line-height: 0;
}
#sidebar #follow_icons img {
	margin: 0 1px;
	width: 32px;
	height: 32px;
	cursor: pointer;
}
#sidebar #sidebar_daily_scholar .sidebar_scholar { margin: 0.5em 0; }
#sidebar #sidebar_daily_scholar img {}
#sidebar #sidebar_daily_scholar .thumbnail {
	width: 20%;
	vertical-align: top;
	display: inline-block;
}
#sidebar #sidebar_daily_scholar .copy {
	width: 78%;
	display: inline-block;
}
#sidebar #sidebar_past_issues p {
	margin: 0.6em 0;
	line-height: 1.2em;
}
#sidebar #sidebar_past_issues a { text-decoration: none; }
#sidebar #sidebar_past_issues a:hover { text-decoration: underline; }

#sidebar .sidebar_ad_container { margin: 0 0 1em 0; }
#sidebar .sidebar_ad_container h5 {
	margin: 0;
	padding: 4px 2px;
	font: normal 11px/11px 'Arial', sans-serif;
	color: gray;
}
#sidebar .sidebar_ad {
	width: 300px;
	height: 250px;
}

/* footer */
#footer_navigation { margin-top: 0.5em; }
#footer_navigation ul {
	margin-right: 19px;
	width: 160px;
	border-right: 1px dotted black;
	float: left;
}
#footer_navigation li {
	padding: 0.4em 0;
	font-size: 0.9em;
	line-height: 0.9em;
	display: block;
}
#footer_navigation li a {
	text-decoration: none;
	color: black;
}
#footer_navigation li a:hover { text-decoration: underline; }
#footer_copyright {
	margin-top: 0.5em; 
	width: 220px;
	text-align: right;
	float: right;
}
#footer_copyright p {
	font-size: 0.8em;
	line-height: 0.8em;
	color: black;
}
#footer .pbk_footer {
	margin: 0 0 0.5em 0;
	padding: 0;
	font-size: 0.9em;
	line-height: 1.2em;
}

/* subscription page hacks */
#content center table td { padding: 0.2em; }
#content center table table { width: 700px; }

a.rss-feed-icon {
background-image: url(http://theamericanscholar.org/wp-content/themes/american_scholar_2011/static/images/icons/16px/social-rss.png);
background-repeat: no-repeat;
background-position: top left;
width: 16px;
height: 16px;
display: inline-block;
margin: 0 0 0 10px;
}

h3.ds_page_title {
display: inline;
}

div.ds_title_rss_box {
padding-bottom: 0.4em;
}

p.review-book-title {
font-size: .9em !important;
margin: 10px 0 0 0 !important;
}

span.review-book-author {
margin-left: 4px;
}
