/*  
Theme Name: It's Five O'Clock Asshole!
Theme URI: http://quoperative.com
Description: Five O'Clock Track Team blog theme
Version: 1.0
Author: Steve Palmer
Author URI: http://quoperative.com

TO DO
- flash countdown


*/

BODY,HTML,IMG,UL,OL,LI,FORM,INPUT,SELECT,H1,H2,H3,P,BLOCKQUOTE {
	border: none;
	margin: 0;
	padding: 0;
}

HTML {
	background: #000 url("images/html_bkg.gif") repeat-y top center;
}

BODY {
	font: normal 12px 'Lucida Sans Unicode', 'Lucida Sans', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: url("images/body_bkg.jpg") no-repeat top center;
	color: #a0b090;
	text-align: center;
	margin: 0 0 20px;
}

A {
	color: #a1bb3b;
}

A:hover {
	color: #f3cd0c;
}

A:active, A:focus {
	outline: 0;
}

H2.pagetitle {
	font-weight: normal;
	margin: 15px 0;
}

H2.pagetitle EM {
	color: #eeff7c;
	font-style: normal;
}

H3 {
	font-weight: normal;
	margin: 10px 0;
	color: #5b6d4a;
}

.hint {
	background: #1f1f1f;
	display: block;
	padding: 5px;
}

.note {
	color: #485938;
	line-height: 115%;
}

/*********************************************
	PAGE LAYOUT
*/

#page {
	text-align: left;
	width: 900px;
	margin: 0 auto;
	position: relative;
}

#content {
	float: right;
	margin: 0 30px 30px 0;
	_margin-right: 15px;
}

#content.narrowcolumn {
	width: 438px;
}

#sidebar {
	float: left;
	margin: 105px 0 0;
	padding: 0 0 0 25px;
	width: 350px;
	overflow: hidden;
}

#footer {
	clear: both;
	margin: 60px 20px 20px 433px;
}

/*********************************************
	HEADER
*/

#header {
	width: 100%;
	height: 133px;
	position: relative;
}

#header H1 A {
	position: absolute;
	display: block;
	width: 350px;
	height: 230px;
	text-indent: -9999px;
}

#header #photo-swf {
	height: 133px;
	width: 606px;
	right: -55px;
	top: 0;
	position: absolute;
}

/*********************************************
	MAIN MENU
*/

#navmenu {
	width: 500px;
	height: 50px;
	margin: 0 -30px 27px;
	background: url("images/navmenu.gif") no-repeat;
	position: relative;
}

#navmenu LI {
	list-style: none;
	position: absolute;
	top: 0;
	height: 50px;
	display: block;
}
	
#navmenu LI A {
	height: 50px;
	display: block;
}

#navmenu LI A:hover {
	border: none;
}

#navmenu-latest		{ left: 25px; width: 73px; 		}
#navmenu-archives 	{ left: 103px; width: 89px; 	}
#navmenu-categories { left: 197px; width: 105px; 	}
#navmenu-blogroll 	{ left: 306px; width: 93px; 	}
#navmenu-search 	{ left: 404px; width: 73px; 	}

#navmenu-latest 	A:hover { background: url("images/navmenu.gif") -25px -50px no-repeat; 		}
#navmenu-archives 	A:hover { background: url("images/navmenu.gif") -103px -50px no-repeat; 	}
#navmenu-categories	A:hover { background: url("images/navmenu.gif") -197px -50px no-repeat; 	}
#navmenu-blogroll 	A:hover { background: url("images/navmenu.gif") -306px -50px no-repeat; 	}
#navmenu-search 	A:hover { background: url("images/navmenu.gif") -404px -50px no-repeat; 	}

#navmenu-latest.selected A	 	{ background: url("images/navmenu.gif") -25px -100px no-repeat; 	}
#navmenu-archives.selected A	{ background: url("images/navmenu.gif") -103px -100px no-repeat; 	}
#navmenu-categories.selected A 	{ background: url("images/navmenu.gif") -197px -100px no-repeat; 	}
#navmenu-blogroll.selected A	{ background: url("images/navmenu.gif") -306px -100px no-repeat; 	}
#navmenu-search.selected A	 	{ background: url("images/navmenu.gif") -404px -100px no-repeat; 	}

#menudrops {
	margin: -20px -30px 0 -31px;
	width: 499px;
	padding: 0 0 20px;
}

.menudrop {
	background: #161813 url("images/menudrop_bkg_top.gif") repeat-x;
}

.menudrop .content {
	padding: 16px 15px 12px 39px;
	border-bottom: solid 20px #121212;
	font-size: 90%;
	_padding-bottom: 30px;
}

.menudrop .content UL {
	overflow: hidden;
}

.menudrop .content UL LI,
.menudrop .content UL.parent LI UL LI {
	float: left;
	width: 180px;
	padding: 0 10px 4px 10px;
	list-style: none;
	color: #373a31;
	line-height: 110%;
	background: url("images/menudrop_bullet.gif") no-repeat 0 5px;
}

.menudrop .content UL.parent LI {
	float: none;
	width: auto;
	padding: 0;
}

.menudrop .content LI A {
	color: #976e00;
	text-decoration: none;
}

.menudrop .content LI A:hover {
	color: #90a03f;
}

.menudrop .content H2 {
	display: none;
}

#searchform #s {
	width: 130px;
	border: solid 2px #0e0f0d;
	background: #121311;
	padding: 2px;
	font-size: 10px;
	color: #ccc;
	vertical-align: middle;
}

#searchform #searchsubmit {
	width: 67px;
	height: 29px;
	vertical-align: middle;
}

/*********************************************
	POST
*/

.post {
	padding: 0 0 15px;
	margin: 0 0 15px;
	overflow: hidden;
}

.post H2 {
	font-size: 250%;
	line-height: 100%;
	font-weight: normal;
	margin: 0 0 3px;
	color: #d3c787;
}

.post H2 A {
	color: #f1e7af;
	text-decoration: none;
}

.post H2 A:hover {
	border: none;
}

.post SMALL {
	color: #485938;
	font: italic 12px georgia, "times new roman", serif;
	display: block;
	margin: 6px 0;
}

.post .entry {
	padding: 0.8em 0;
}

.post .entry P {
	margin: 0.8em 0;
}

.post .entry UL,
.post .entry OL {
	padding: 0 0 0 30px;
}

.post .entry BLOCKQUOTE {
	padding: 8px 20px;
	font-size: 90%;
	line-height: 130%;
	background: #0b0b0b;
	color: #ddd;
}

.post .postmetadata {
	font-size: 9px;
	text-align: center;
	padding: 10px 0 20px;
	background: url("images/postmeta_bkg.gif") no-repeat top center;
	color: #485938;
}

.post .postmetadata A {
	text-decoration: none;
	border-bottom: solid 1px #252525;
}

.post .postmetadata A:hover {
	border-color: #f3cd0c;
}

.post .postmetadata .comments {
	background: url("images/comments_icon.gif") no-repeat left;
	padding: 0 0 0 22px;
}

.post .postmetadata .categories {
	background: url("images/categories_icon.gif") no-repeat left;
	padding: 0 0 0 28px;
	margin: 0 0 0 15px;
}

.post .postmetadata .edit {
	margin: 0 0 0 15px;
}

.post .date {
	width: 46px;
	height: 54px;
	float: left;
	background: url("images/post_date_bkg.gif") no-repeat;
	color: #000;
	text-align: center;
}

.post .date STRONG {
	font-family: arial, helvetica, sans-serif;
	font-size: 35px;
	display: block;
	margin: 3px 0 -1px;
	line-height: 100%;
}

.post .content {
	margin: 0 0 0 60px;
}

.post .content .entry {
	padding: 0;
}

/*********************************************
	ARCHIVE
*/

.pagetitle.cat,
.pagetitle.author {
	padding-top: 105px;
	position: relative;
	text-indent: -9999px;
	margin: 0 0 15px;
}

.pagetitle.cat EM,
.pagetitle.author EM {
	position: absolute;
	width: 100%;
	top: 105px;
	left: 0;
	text-align: center;
	display: block;
	text-indent: 0;
	font-size: 80%;
}

.pagetitle.movie-reviews {
	background: url("images/categories/movie-reviews.gif") no-repeat top center;
}

.pagetitle.dear-chrissyfur {
	background: url("images/categories/dear-chrissyfur.gif") no-repeat top center;
}

.pagetitle.music {
	background: url("images/categories/music.gif") no-repeat top center;
}

.pagetitle.daily-commute {
	background: url("images/categories/daily-commute.gif") no-repeat top center;
}

.pagetitle.chris {
	background: url("images/categories/author_chris.gif") no-repeat top center;
}

.pagetitle.steve {
	background: url("images/categories/author_steve.gif") no-repeat top center;
}

.post.archive {
	padding: 7px 0;
	margin: 7px 0;
}

.post.archive H2 {
	font-size: 150%;
}

.post.archive .entry,
.post.archive .entry P {
	margin: 5px 0 0;
	padding: 0;
	color: #5b6d4a;
	
}

.post.archive .postmetadata {
	background: none;
	padding: 0;
	text-align: left;
}

.post.archive .content .entry {
	margin: 7px 0;
	line-height: 120%;
}

/*********************************************
	POST > NAVIGATION
*/

.navigation {
	margin: 25px 0 15px;
	overflow: hidden;
}

.navigation .alignleft {
	float: left;
}

.navigation .alignright {
	float: right;
}

/*********************************************
	SIDEBAR
*/

#sidebar LI {
	padding: 0 0 5px;
	list-style: none;
	color: #70765c;
}

#sidebar LI IMG.title {
	display: block;
	margin: 0 0 5px -15px;
}

#sidebar LI A.more {
	display: block;
	color: #7f932f;
	font: italic 12px georgia, "times new roman", serif;
	text-decoration: underline;
}

#sidebar LI A.more:hover {
	color: #a1bb3b;
}

#sidebar LI LI {
	border: none;
	padding: 0;
}

#sidebar #searchform #s,
#commentform #author,
#commentform #email,
#commentform #url {
	width: 130px;
	border: solid 3px #222;
	background: #303132;
	padding: 2px;
	font-size: 9px;
	color: #ccc;
}

#sidebar #searchform #s {
	width: 105px;
}

#commentform #author,
#commentform #email,
#commentform #url {
	width: 124px;
	margin: 5px 10px 0 0;
	float: left;
}

#sidebar #searchform #searchsubmit {
	width: 58px;
	height: 19px;
	vertical-align: middle;
}

/*********************************************
	SIDEBAR > DAILY COMMUTE
*/	

#sidebar LI.dailycommute LI {
	margin: 17px 0;
}

#sidebar LI.dailycommute LI H3 {
	font: normal 14px georgia, "times new roman", serif;
	color: #f3d400;
	margin: 0 0 2px;
}

#sidebar LI.dailycommute LI SMALL {
	color: #b0b59e;
	font-size: 85%;
}

/*********************************************
	SIDEBAR > COUNTDOWN
*/

#sidebar LI.countdown {
	margin: 15px 0 0;
	display: none;
}

/*********************************************
	SIDEBAR > FAVOURITES
*/

#sidebar LI.favourites {
	margin: 25px 0 0;
}

#sidebar LI.favourites UL {
	float: left;
	width: 160px;
	margin: 0 15px 15px 0;
	overflow: hidden;
}

#sidebar LI.favourites UL.newrow {
	clear: left;
}

#sidebar LI.favourites UL LI.title {
	font-size: 95%;
	margin: 0 0 4px;
}

#sidebar LI.favourites UL LI A {
	font: normal 13px/105% georgia, "times new roman", serif;
	color: #f3d400;
	display: block;
	_display: inline-block;
	padding: 3px 0;
	text-decoration: none;
}

#sidebar LI.favourites UL LI A:hover {
	color: #fff;
	text-decoration: underline;
}

/*********************************************
	SIDEBAR > SOMEWHERE
*/

#sidebar LI.somewhere {
	text-align: center;
}

/*********************************************
	COMMENTS
*/

H3#comments,
H3#respond {
	font-weight: normal;
	font-size: 170%;
	margin: 0;
}

OL.commentlist {
	list-style: none;
	margin: 0 0 15px -25px;
}

OL.commentlist LI {
	background: url("images/comment_bkg.gif") no-repeat top left;
	padding: 20px 0 0 25px;
	overflow: hidden;
}

OL.commentlist LI.alt {
	//
}

OL.commentlist LI CITE {
	font-style: normal;
}

OL.commentlist LI .commentmetadata {
	color: #333;
}

OL.commentlist LI .commentmetadata A {
	color: #475318;
	text-decoration: none;
	border-bottom: solid 1px #222;
}

OL.commentlist LI .commentmetadata A:hover {
	color: #f3cd0c;
	border-color: #f3cd0c;
}

OL.commentlist LI .commentbody {
	padding: 5px 0;
	line-height: 125%;
	overflow: hidden;
}

OL.commentlist LI .avatar {
	float: left;
	background: #5b6d4a;
	padding: 3px;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	margin: 5px 13px 7px 0;
}

#comment {
	width: 422px;
	height: 100px;
	border: solid 3px #222;
	margin: 8px 0;
	background: #303132;
	padding: 5px;
	color: #fff;
}

h3#respond {
	margin-bottom: 10px;
}

#commentform EM {
	font-style: normal;
	color: #fff;
}

#commentform LABEL {
	clear: left;
	float: left;
	display: block;
	width: 80px;
	padding: 10px 5px 0;
	text-align: right;
}

#commentform UL {
	list-style: none;
	padding: 0;
	margin: 10px 0;
}

#commentform UL LI {
	clear: left;
}

#commentform UL LI SMALL.note {
	padding: 10px 5px 0;
	display: block;
	float: left;
	width: 100px;
}

#commentform P {
	margin: 10px 0;
}

#submit {
	color: #fff;
	background: #222;
	padding: 3px;
	border-bottom: solid 1px #000;
	border-right: solid 1px #000;
	border-top: solid 1px #444;
	border-left: solid 1px #444;
	font-size: 10px;
}

/*********************************************
	FOOTER
*/

#footer {
	font-size: 9px;
	color: #333;
}

#footer A {
	color: #475318;
}

#footer A:hover {
	color: #f3cd0c;
}