/* 
Theme Name:	ReCinema v.2
Version:	Mar 2010
Author:		Clayton
===========================================================================*/


/*	Contents
============================================================================
  * Imported Styles
  * Embedded Fonts
  * Hidden Objects
  * Base Elements
  * Links
  * Headings
  * Branding Content
  * Primary Content
  * Secondary Content
  * Miscellaneous
*/


/*	Imported Styles
===========================================================================*/
@import url('css/reset.css');


/*	Embedded Fonts
===========================================================================*/
@font-face {
/*	font-family: 'LeagueGothicRegular';*/
/*	src: url('type/League_Gothic.eot');*/
/*	src: local('type/League Gothic'), local('type/LeagueGothic'), url('type/League_Gothic.woff') format('woff'), url('type/League_Gothic.ttf') format('truetype');*/
	}


/*	Hidden Objects
===========================================================================*/
#accessibility, #pagination h1, #content-secondary h1, #site-notes, 
#content-primary > h1, #content-primary article footer h2, #content-primary article footer time .prefix, 
#content-primary article footer time .separator, #content-primary article footer time .year {
	position:absolute;
	left:0;
	top:-10000px;
	width:1px;
	height:1px;
	overflow:hidden;
	}


/*	Base Elements
===========================================================================*/
html {
	}
body {
	width:96em;
	color:#000;
	background:url("img/body.jpg") repeat fixed 0 0 #000;
	}
	body.page-id-113, body.category-avengerella-in-real-life { background-image:url("img/body-airl.jpg"); } /* AiRL */
	/* body.page-id-111, body.category-reco { background-image:url("img/body-reco.jpg"); } /* Reco */
	body.page-id-115, body.category-whispers { background:url("img/body-whispers.jpg") no-repeat fixed 30px 60px #000; } /* Whispers */
	body.page-id-6   { background-image:url("img/body-about.jpg"); } /* shorts 01 intro */
	body.page-id-4   { background-image:url("img/body-about.jpg"); } /* about */
article, aside, figure, footer, header, hgroup, nav, section {
	display:block;
	}
p, ul, ol, dl, pre, blockquote, form, table {
	font-size:1.2em;
	line-height:1.5em;
	margin-bottom:1em;
	}
	ul p, ol p, dl p, ul ul, ul ol, ol ol, ol ul, form ul, form ol {
		font-size:1em;
		margin-bottom:0;
		}
em, i {
	font-style:italic;
	}
strong, b, dt {
	font-weight:bold;
	}
dt {
	margin:1em 0;
	}
	dd {
		margin-left:1em;
		}
ul {
	list-style-type:disc;
	}
	ol {
		list-style-type:decimal;
		}
	li {
		margin-left:1.25em;
		}
abbr, acronym {
	border-bottom-width:1px;
	border-bottom-style:dotted;
	cursor:help;
	}


/*	Links
===========================================================================*/
a {
	font-weight:bold;
	text-decoration:none;
	padding:.2em .2em .1em;
	color:#E00;
	}
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
		font-weight:normal;
		padding:.1em .2em .2em;
		margin:0 -.2em;
		color:#000;
		}
	a.linked-image {
		font-weight:normal;
		padding:0;
		}
	#content-secondary nav a,
	#content-secondary #contact a {
		display:inline-block;
		padding:0 .2em;
		margin-bottom:1px;
		background:rgba(255,255,255,.8);
		}
		#content-secondary nav li.current_page_item a {
			color:#FFF;
			background:#E00;
			}
			#content-secondary nav li.current_page_item li a {
				color:#E00;
				background:rgba(255,255,255,.8);
				}
		#content-primary nav#pagination li a {
			padding:.1em .3em;
			}
			.page-id-113 #content-primary nav#pagination li a,
			.category-avengerella-in-real-life #content-primary nav#pagination li a { /* AiRL */
				background:rgba(255,255,255,.5);
				}
a:hover,
#content-secondary nav a:hover,
#content-secondary #contact a:hover,
#content-primary nav#pagination li a:hover {
	color:#FFF;
	background:#000;
	}
	#content-secondary nav li.current_page_item a:hover {
		cursor:default;
		}
	a.linked-image:hover {
		background:none;
		}


/*	Headings
===========================================================================*/
h1, h2, h3, h4, h5, h6 {
	font-family:'Futura','Trebuchet MS',Arial,sans-serif;
	letter-spacing:-.05em;
	line-height:1.2em;
	margin:1em 0;
	}
	h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong,
	h1 em, h2 em, h3 em, h4 em, h5 em, h6 em {
		font-weight:normal;
		font-style:normal;
		}
h1 { font-size:3.0em; }
h2 { font-size:2.1em; }
h3 { font-size:1.8em; }
h4 { font-size:1.6em; }
h5 { font-size:1.4em; }
h6 { font-size:1.2em; }


/* Branding Content
===========================================================================*/
#content-branding h1, #content-branding h2 {
	position:fixed;
	z-index:10;
	margin:0;
	}
	#content-branding h1 {
		font-size:4em;
		font-weight:normal;
		top:20px;
		left:34px;
		}
		#content-branding h1 a {
			display:block;
			text-indent:-10000px;
			width:110px;
			height:110px;
			padding:0;
			margin:0;
			background:url("img/header-h1-white.png") no-repeat 0 0;
			}
		.page-id-113 #content-branding h1 a,
		.category-avengerella-in-real-life #content-branding h1 a { /* AiRL */
			background-image:url("img/header-h1-black.png");
			}
		#content-branding h1 a:hover {
			background-position:0 100%;
			}
	#content-branding h2 {
		font-family:Arial,sans-serif;
		font-size:1.4em;
		left:40px;
		bottom:30px;
		}
		#content-branding h2 span {
			background:rgba(255,255,255,.5);
			}
		#content-branding h2 em {
			display:block;
			color:#FFF;
			}
			#content-branding h2 em span {
				background:rgba(0,0,0,.5);
				}


/* Primary Content
===========================================================================*/
#content-primary {
	position:relative;
	left:30em;
	width:65em;
	padding:2em 0;
	border-left:1em solid #FFF;
	}
#content-primary h1 {
	margin-top:0.5em;
	}
	#content-primary #posts > h1 {
		margin-left:40px;
		margin-right:30px;
		}
		.page-id-115 #content-primary #posts h1 { /* Whispers */
			color:#FFF;
			}
#content-primary article {
	position:relative;
	padding:2em 3em 2em 4em;
	margin-bottom:3em;
	background:rgba(255,255,255,.92);
	}
	#content-primary article h1 {
		font-size:2.8em;
		}
/*		#content-primary article.avengerella-in-real-life h1 { background:url("img/badge-airl.png") no-repeat 0 100%; }*/
/*		#content-primary article.reco h1 { background:url("img/badge-reco.png") no-repeat 0 100%; }*/
/*		#content-primary article.whispers h1 { background:url("img/badge-whispers.png") no-repeat 0 100%; }*/
#content-primary article footer {
	color:#FFF;
	background:#000;
	padding:1.3em 3em 1px 4em;
	margin:3em -3em -2em -4em;
	}
	#content-primary article footer .post-categories a,
	#content-primary article footer .post-comments a {
		padding:0;
		}
	#content-primary article footer time a {
		position:absolute;
		top:0;
		left:-60px;
		width:50px;
		line-height:1;
		padding:0.5em 0;
		background:#000;
		}
		#content-primary article footer time a span {
			display:block;
			text-align:center;
			text-transform:uppercase;
			width:50px;
			}
		#content-primary article footer time a .month {
			position:relative;
			top:1.9em;
			font-size:1.6em;
			color:#E00;
			}
		#content-primary article footer time a .day {
			position:relative;
			top:-.6em;
			font-size:3em;
			color:#FFF;
			}
#content-primary nav#pagination li {
	display:inline;
	margin-left:10px;
	}


/* Secondary Content
===========================================================================*/
#content-secondary {
	position:fixed;
	top:15em;
	left:4em;
	width:20em;
	}
#content-secondary #contact {
	margin-top:4em;
	}
#content-secondary nav ul, 
#content-secondary #contact ul {
	font-size:1.6em;
	line-height:1.3;
	list-style-type:none;
	margin:0;
	}
	#content-secondary #contact ul {
		font-size:1.2em;
		line-height:1.5;
		}
	#content-secondary nav ul ul {
		font-size:.75em;
		line-height:1.5;
		}
	#content-secondary nav ul li, 
	#content-secondary #contact ul li {
		text-transform:uppercase;
		margin-left:0;
		}
		#content-secondary nav ul ul li {
			margin-left:10px !important;
			}


/* Miscellaneous
===========================================================================*/
.alignright {
	float:right;
	margin:0 0 10px 20px;
	clear:right;
	}
.alignleft {
	float:left;
	margin:0 20px 10px 0;
	clear:left;
	}
