/*reset*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn/*,em,strong*/,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul,li {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 { 
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/*reset*/

/*font face - ie*/
@font-face {
font-family:league;
src: url(fonts/leaguegothic.eot)
}

/*font face - everyone else*/
@font-face {
font-family: "league";
src: url("fonts/leaguegothic.ttf")
}

/*font courtesy of the leauge of movable type*/
/*http://www.theleagueofmoveabletype.com/*/

/*general stuff*/
body{
	color:#303030;
	font-size:16px;
	font-family:georgia, serif;
}

a, a:link, a:visited {
	color:#303030;
	text-decoration:none;	
}

a:hover, a:active{
	border-bottom:1px solid #d5d3d1;
}

p {
	line-height:28px;
	margin-bottom:20px;
}

#container{
	clear:both;
	overflow:auto;
	width:980px;
	padding:10px 20px 0;
	margin:0px auto 0;
background:#fff;

}

#content{
	width:540px;
	padding-right:48px;
	border-right:3px double #d5d3d1;
	float:left;	
	display:inline;
	margin-bottom:60px;
	overflow:hidden;
margin-left:20px;
}

/*header*/
#header_container{
	width:100%;
	height:160px;
	background:#fff url('images/header.png') center top no-repeat;
}

#header{
	width:960px;
	height:160px;
	margin:0 auto;
	position:relative;
}

#header h1, #header h2{
	text-indent:-5000px;
}

#header h1{
	display:block;
	width:500px;
	height:140px;
	margin:0 auto;
	cursor:pointer;
}

.rss_link{
	text-indent:-5000px;
	display:block;
	position:absolute;
	top:30px;
	right:80px;
	width:80px;
	height:80px;
	background:url('images/rss_sprite.png') top left no-repeat;
}

.rss_link:hover{
	background:url('images/rss_sprite.png') top right no-repeat;
}

#vol_number{
	text-indent:-5000px;
	display:block;
	position:absolute;
	top:30px;
	left:80px;
	width:80px;
	height:80px;
	background:url('images/vol_no.png');
}

/*posts*/
.post{
	float:left;
	display:inline;
	margin:0 0 60px 80px;
	padding-bottom:20px;
}

.post img{
	position:relative;
	float:left;
	margin-right:16px;
	width:280px;
	margin:5px 20px 0 -80px;
	padding:10px;
	background:url('images/poster_back.png') center;	
}

.post p img{display:none;} /*do not want the old old images, using thumbnails as of WP 2.9*/

.post a:link {
		color:#4f4f4f;
	border-bottom:1px solid #d5d3d1;
}

h3 {
	clear:both;
	font-family: "League",league, georgia, serif;
	text-transform:uppercase;
	position:relative;
	margin-bottom:8px;
	margin-right:20px;
	font-size:30px; 
	letter-spacing:2px;

}

.post h3 a:link, .post h3 a:visited{
	padding-top:4px;
	padding-left:40px;
	background:url('images/star.png') left center no-repeat;
	border-bottom:0;
}

.post h3 a:hover, .post h3 a:active{
	background:url('images/star_h.png') left center no-repeat; 
	border-bottom:1px solid #d5d3d1;
}

.post h4 {
	font-family: "League",league, georgia, serif;
	clear:both;
	margin-bottom:5px;
	color:#959595;
	text-transform:uppercase;
	font-size:26px;	
	letter-spacing:2px;
}

.more a:link, .more a:visited{ 
	border-bottom:0px;
	padding-right:28px;
	font-style:italic;
	background:url('images/arrow.png') right center no-repeat;   
}

.more a:hover, .more a:active{
	background:url('images/arrow_hover.png') right center no-repeat;  
	border-bottom:1px solid #d5d3d1;
}

/*post meta*/
.meta {
	border-top:3px double #d5d3d1;
	border-bottom:1px solid #d5d3d1;
	padding:10px 0;
	font-size:12px;
	text-transform:uppercase;
	clear:both;
	float:right;
	width:460px;
	font-size:18px;
	letter-spacing:2px;
	font-family: "League";
}

.meta li.cats{
	float:left; 
	width:310px !important;
}

.meta li.comments{
	float:right;
}

.meta li{
	margin-bottom:4px;
}

.meta li{
	color:#959595 !important;
}

.meta  a:link, .meta a:visited{
	border-bottom:0;
}

.meta a:hover{
	border-bottom:1px solid #d5d3d1;
}

/*sidebar*/
.sidebar{
	float:right;
margin-right:20px;
	clear:none;
	width:300px;
}

	.nav{
	border-bottom:1px double #d5d3d1;
	padding-bottom:20px;
	margin-bottom:20px;
	clear:left;
}


.nav li{
	font-size:24px !important;
	line-height:24px;
	text-transform:uppercase;
	letter-spacing:2px;
}



.sidebar .item{
	border-bottom:3px double #d5d3d1;
	margin-bottom:20px;
	padding-bottom:20px;
}

.sidebar h3{
	padding-top:2px;
	padding-left:40px;	
	color:#959595;

}

.sidebar p{
	margin-bottom:0;
	/*font-size:14px;*/
	/*line-height:22px;*/
}

	.input{
		display:block;
	width:265px;
	padding-left:35px;
	padding-top:8px;
	height:22px;
	overflow:hidden;
	background:url('images/search_back.gif');
		margin-bottom:5px;
	}

   #s{ 
	width:260px;
	border:0;

	outline: 0 none; /*safari thing*/

}

/*sidebar item icons*/
.recent_rev h3{ background:url('images/burst.png') left center no-repeat; }
.recent_com h3{ background:url('images/recent_com.png') left center no-repeat; }
.twitter h3{ background:url('images/crow.png') left center no-repeat; }
.about h3{ background:url('images/camera.png') left center no-repeat; }
.what h3{ background:url('images/what.png') left center no-repeat; }
.blogroll h3{ background:url('images/burst.png') left center no-repeat; }
.special h3{ background:url('images/star.png') left center no-repeat; }


.searchbox{
	border-bottom:3px double #d5d3d1;
	margin-bottom:20px;
	padding-bottom:20px;
	margin-top:5px;
}

/*now known as featured reviews, not recent*/
.recent_rev{
	overflow:auto;
}

.recent_rev img{
	float:left;
	margin:0 10px 0 0;
	/*id like to do alt images so i could do the margins on the grid properly, next version hopefully*/
	margin-bottom:10px;
	padding:10px;
	background:url('images/recent_poster_back.png') center;
}

.recent_com li{
	list-style:none;
	margin-bottom:5px;
}

.recent_com li strong{
	text-transform:uppercase;
}

.recent_com li.last{
	margin-bottom:0;
}

.recent_com li a{
	font-style:italic;
}

.boilerplate{
color:#959595;
margin-top:20px;
font-size:10px;
}

.boilerplate li{
margin-bottom:3px;
}

/*comments*/
textarea {
	width:460px;
}

.comment {
	margin-bottom:20px;
}

.comment_top {
	width:420px;
	padding:20px 20px 5px;
	background:url('images/comments_back_alt.png') top center no-repeat;
}

.comment p{
	font-size:14px;
	margin-bottom:10px;
}

.comment_bottom{
	background:url('images/comments_back_alt.png') bottom center no-repeat;
	width:420px;
	padding:0 20px 20px;
	display:block;
}

.comment_bottom .meta{
	width:420px;
	display:block;
	float:none;
	color:#838585 !important;
	border-top:3px double #fff;
	border-bottom:1px double #fff;
}

/*.cufon-loading h3, .cufon-loading h4, .cufon-loading #nav, .cufon-loading .meta{
	visibility: hidden !important;
}*/
/********/

/*page navigation*/
.navigation{
	width:460px;
	float:right;
	font-size:24px;
	letter-spacing:2px;
	text-transform:uppercase;
	margin-bottom:30px;
	font-family: "League", georgia, serif;
}
.navigation .alignleft{
	float:left;
}

.navigation a{
	color:#4f4f4f;
	padding-top:2px;
}

.navigation .alignleft a:link,.navigation .alignleft a:visited{
	padding-left:40px;
	background:url('images/older.png') top left no-repeat;
}

.navigation .alignleft a:hover, .navigation .alignleft a:active{
	background:url('images/older.png') -30px left no-repeat;
}

.navigation .alignright{
	float:right;
}

.navigation .alignright a:link,.navigation .alignright a:visited{
	padding-right:40px;
	background:url('images/newer.png') top right no-repeat;
}

.navigation .alignright a:hover, .navigation .alignright a:active{
	background:url('images/newer.png') -30px right no-repeat;
}


/********/

/*search results*/
.result_container{
	float:left;
	clear:both;
	width:540px;
	margin-bottom:60px;
}

.result_container img{
	/*same as recent review thumbs*/
	float:left;
	margin:0 10px 0 0;
	margin-bottom:10px;
	padding:10px;
	background:url('images/recent_poster_back.png') center;
	width:120px;
}

.result{
	margin-top:8px;
	width:380px;
	float:right;
}

.result p img{
	display:none;
}

.result .meta{
	width:380px;
}

.result .meta li.cats {width:220px !important;}
