/*  
Theme Name: Starkers
Theme URI: http://elliotjaystocks.com
Description: The totally nude Wordpress theme. Phwoar!
Version: 1.0
Author: Elliot Jay Stocks
Author URI: http://elliotjaystocks.com
*/

/* ************************************************************************************************************************************************************

Obviously feel free to change the info above once you've added your own styling

************************************************************************************************************************************************************ */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, 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% }
q:before, q:after { content:''}
a { text-decoration:none }
body { font-size: 62.5%; font-family: Arial, sans-serif; color: #272727;}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
* a { position:relative } /* Gets links displaying over a PNG background */
a img { border:none } /* Gets rid of IE's blue borders */
.clear{
	clear: both;
}
/* ************************************************************************************************************************************************************

And now it's over to you...

************************************************************************************************************************************************************ */

/* Structure */

#wrapper {
	width: 770px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
.logo h1 a {
	width:236px;
	height:58px;
	background:url(/img/logo.gif) no-repeat; 
	text-indent: -9999px; 
	float: left;
	position: relative;
	bottom: -80px; 
}
.logo p { 
	text-indent: -9999px;
	position: relative;
	bottom: -54px;  
}

#main-col {
	float: right;
	width: 475px;
	padding: 15px 15px;
}
#secondary-col {
	width:230px;
	height:auto;
	float:left;
	padding:10px;
	background:url(/img/left_content_bg.gif) repeat-x top;
}

/* Menu */
ul#menu {
	list-style: none;
	float: right; 
	}
	ul#menu li {
		display: inline;
	}
	ul#menu li a  {
		text-indent: -9999px;
		display: block;
		height: 112px;
		float: left;
		}
		ul#menu li a.video_production {
			background: url(/img/video_production.png) no-repeat bottom center;
			width: 109px;
			}
		ul#menu li a.interactive {
			background: url(/img/interactive.png) no-repeat bottom center;
			width: 114px;
		}
		ul#menu li a.experience {
			background: url(/img/experience.png) no-repeat bottom center;
			width: 81px;
			}
		ul#menu li a.company {
			background: url(/img/company.png) no-repeat bottom center;
			width: 74px;
			}
			ul#menu li a.video_production:hover, ul#menu li a.video_production:active,
			ul#menu li a.interactive:hover, ul#menu li a.interactive:active,
			ul#menu li a.company:hover, ul#menu li a.company:active,
			ul#menu li a.experience:hover, ul#menu li a.experience:active {
				background-position: top center;
			}
		body#video_production ul#menu li a.video_production,
		body#interactive ul#menu li a.interactive,
		body#company ul#menu li a.company,
		body#experience ul#menu li a.experience {
			background-position: center;
		}

/* TYPOGRAPHY */

p, li  								{font-size: 1.2em; line-height: 1.2em; margin: 0 0 10px 0;}
a									{ color: #990000; }
a:hover								{ text-decoration: underline; }
/*h1									{ font-size: 3.6em; font-family: Georgia, serif; font-weight: normal; }*/
h2									{ font-size: 2.2em; font-family: Georgia, serif; font-weight: normal; margin-bottom: 5px; }
h3									{ font-size: 2.6em; font-family: Georgia, serif; font-weight: normal; margin: 0 0 10px 0; }
h4									{ color: white; font-size: 2.0em; margin-bottom: 15px; }
.post h4							{ font-size: 1.8em; font-family: Georgia, serif; font-weight: normal; margin: 0 0 10px 0;
									  color: #900; }
		
/* BLOG ENTRIES */
.post{ 
	margin: 0 0 45px 0; 
}
.datebox{ 
	width: 40px; 
	float: left; 
	padding: 0 5px 5px 5px; 
	background: #990000; 
	color: white; 
	text-align: center;
	margin: 0 10px 10px 0; 
}
.day								{ font-size: 3.4em; font-weight: bold; margin: 0; font-family: Georgia, serif; }
.month								{ font-size: 1.8em; font-weight: bold; text-transform: uppercase; margin: 0; }
.year								{ font-size: 1.6em; font-weight: bold; margin: 0; }
ol.commentlist						{ list-style: none; }
.comment-bubble						{ background: #990000; color: white; padding: 10px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
ol.commentlist li p					{ font-size: 1.0em; }
.gravatar							{ margin-top: 3px; padding: 2px; height: 40px; }

/*NAVIGATION */
	}
	dl,dd { margin: 0; }
	dt { border-bottom-style: solid; 
		border-bottom-color: #333;
		border-bottom-width: thin;
		font-size: 14px; padding: 5px; margin: 2px; }
	dt a { color: #333; text-decoration: none; }
	dt a:hover  { color: #990000; text-decoration: none; }
	dd a { color: #333; }
	dd a:hover  { color: #990000; }	
	li.active { color: #990000; }	
	ul { list-style: none; padding: 5px; }
	.navigation ul > li a {
		padding-top: 5px;
		padding-right: 5px;
		padding-bottom: 5px;
		padding-left: 15px;
		font-size: 12px;
		text-decoration: none;
		}
.post img{
	padding:15px 0;
}
.post h2 a{
	color: #cc0000;
}
#sidebar h2 {
	font-size: 1.6em;
	color: #333;
}
.footer {
	background-color: #666;
	text-align: center;
	padding: 10px 0; 
	color: white;
}
.footer a{
	color:white;
}
img#quote {
	width: 118px; 
	height: 139px;
	position: absolute;
	right: -760px;
	top: 285px;
}