/**
 *  tcr.css
 *  	Main CSS stylesheet for The Common Review
 *  	by Martin Hulth (mhulth@gmail.com) 11/28/05
 */
 

html {
	margin: 0;
	padding: 0;
	}

body {
	margin: 0;
	padding: 0;
	font: 12px normal "Palatino Linotype", Palatino, "Book Antiqua", serif;
	background: #FFF url(../images/bkgd-sidebar.gif) 0 0 repeat-y;
	}


/* =COMMON ELEMENTS
--------------------------------------------*/

p {
	padding: 0;
	font: 1.0em Verdana, Arial, Helvetica, sans-serif;
	}

h1, h2, h3 {
	font-family: "Palatino Linotype", Palatino, "Book Antiqua", serif;
	font-weight: bold;
	}

h1 a, h2 a, h3 a {
	text-decoration: none;
	border: none;
	}

h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration: none;
	border: none;
	}
	
h1 {
	font-size: 1.85em;
	}
	
h2 {
	font-size: 1.5em;
	}

h3 {
	font-size: 1.25em;
	}
	
img {
	border: 0;
	}
	
a {
	text-decoration: none;
	color: #000;
	}

p a {
	border-bottom: 1px solid #069;
	}

a img {
	border: none;
	}
	
span.strong {
	font-weight: bold;
	}

span.emphasis {
	font-style: italic;
	}

span.print {
	display: none;
	}

span.dropcap {
	float: left;
	font-size: 5.75em;
	line-height: .95em;
	font-family: "Palatino Linotype", Palatino, "Book Antiqua", serif;
	text-indent: 0;
	margin-right: 5px;
	}
	
p.caption {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 0.85em;
	color: #999;
	}

p.intro-text {
	line-height: 1.85em;
	}
	
p.excerpt-text {
	line-height: 1.5em;
	font-style: italic;
	}
	
h1.main-header {
	margin: 30px 0 20px 0;
	padding: 0 0 0 10px;
	border-bottom: 1px solid #000;
	display: block;
	}

/* =CONTAINERS
--------------------------------------------*/

#breadcrumbs {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	line-height: 25px;
	color: #CCC;	
	background: #777;
	text-indent: 8px;
	}

#wrapper {
	width: 768px;
	margin: 0; 
	}
	
#header {
	margin-top: 25px;
	text-align: center;
	border-bottom: 1px solid #999;
	background: #FFF;
	}

.left-wrapper {
	}
	
#side-menu {
	width: 200px;
	margin-top: 30px;
	padding: 0 10px;
	float: left;
	text-align: left;
	}
	
#share-buttons {
	float: right;
	margin-right:30px;
	padding: 0 10px;
	}
	
#main {
	width: 514px;
	margin-top: 25px;
	float: right;
	padding-left: 25px;
	padding-bottom: 25px;
	}

#footer {
	margin: 0 auto;
	text-align: center;
	clear: both;
	background: #777;
	}

	
/* =BREADCRUMBS
--------------------------------------------*/

span.breadcrumbs_act {
	color: #faf9f5;
	}
	
#breadcrumbs a {
	text-decoration: none;
	color: #faf9f5;
	border: none;
	}

#breadcrumbs a:hover {
	border-bottom: 1px solid #AAA;
	}
	
#breadcrumbs .parent-link {
	color: #DDD;
	}	
	
/* =HEADER
--------------------------------------------*/

#header #banner {
	padding: 20px 0;
	}

#header #content-bar {
	height: 25px;
	background: #f7f7ed;
	border-top: 1px solid #777;
	border-right: 1px solid #777;
	color: #555;
	overflow: hidden;
	}

#content-bar #issue-date {
	float: left;
	width: 125px;
	border-right: 1px solid #777;
	color: #730;
	line-height: 25px;
	}

#content-bar #text-size {
	float: right;
	border-left: 1px solid #777;
	width: 125px;
	color: #730;
	line-height: 25px;
	}

/* =MAIN
--------------------------------------------*/

#main a {
	text-decoration: none;
	color: #000;
	/*border-bottom: 1px solid #069;*/
	}
	
#main a:hover {
	background: #f7f7ed;
	border-bottom: 1px solid #069;;
	}
	
#main h1 a {
	border: none;
	color: #730;
	}

#main h2 a {
	padding: 2px 5px;
	color: #730;
	}
	
#main h2 a:hover {
	border: none;
	}
	
#main #inthisissue-divider {
	margin: 35px 0 35px 0;
	padding-left: 10px;
	background: #f7f7ed;
	border: 1px solid #777;
	border-left: 5px solid #777;
	height: 25px;
	overflow: hidden;
	}

#main h1.header {
	border: 2px dotted #069;
	border-right: none;
	border-left: none;
	text-align: center;
	margin: 25px auto 10px auto;
	padding: 0;
	height: 28px;
	}

#main h1.header span {
	display: none;
	}

#main h1#header-from-the-editor {
	background: url(../images/from-the-editor.gif) 50% 50% no-repeat;
	width: 144px;
	}
	
#main h1#header-feature-articles {
	background: url(../images/feature-articles.gif) 50% 50% no-repeat;
	width: 146px;
	}
	
#main h1#header-reviews {
	background: url(../images/reviews.gif) 50% 50% no-repeat;
	width: 85px;
	}
	
/* =INTRO
--------------------------------------------*/

img#current-front-cover {
	float: left;
	margin: 0 12px 5px 4px;
	border: 2px solid black;
	}

/* =EXCERPT
--------------------------------------------*/
.excerpt {
	padding: 10px 0;
	}

#excerpt-content {
	margin: 0 12px;
	}

/* =TYPO
--------------------------------------------*/

div.csc-header {
	margin: 15px 0 0 0;
	padding: 0;
	}
/*


.csc-header h2  {
	padding: 2px 5px;
	color: #730;
	}
	
.csc-header h2 a {
	padding: 0 10px;
	color: #730;
	}
*/

/* =NAVIGATION
--------------------------------------------*/

ul#nav {
	margin: 0 0 30px 0;
	padding: 0;
	list-style: none;
	}

#nav li {
	text-align: right;
	}

#nav a {
	font-weight: bold;
	font-size: 13px;
	line-height: 2em;
	text-transform: uppercase;
	letter-spacing: -.025em;
	color: #069;
	border: none;
	padding: 0 3px 0 7px;
/*	border-right: 4px solid #faf9f5;*/
	}
	
#nav a:hover {
	text-decoration: underline;
	border: none;
	/*border-right: 4px solid #777;*/
	}

/* =FOOTER
--------------------------------------------*/

#footer-content {
	width: 700px;
	height: 100%;
	padding: 15px 0 20px 0;
	}
	
#footer p {
	margin: 0;
	padding: 10px 10px;
	color: #faf9f5;
	font: 12px normal "Palatino Linotype", Palatino, "Book Antiqua", serif;
	}

#footer a {
	color: #faf9f5;
	text-decoration: none;
	border: none;
	}

#footer a:hover {
	border-bottom: 1px solid #AAA;
	}


/* =FIXES
--------------------------------------------*/

/*\*//*/
.ie5macfix { clear: none !important; }
.clearfix { display: inline-table; }
/* ie5/mac */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
/* Hide from ie5/mac \*/
* html .clearfix { height: 1%; }
/* !ie5/mac */
