/*  
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:''}

/* 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 */

/* ************************************************************************************************************************************************************

And now it's over to you...

************************************************************************************************************************************************************ */

/* CSS Document */

a, a:link, a:visited {
	color: #003379;
	text-decoration:none;
	}

a:hover, a:active {
	color: #0071af;
	text-decoration:none;
	}

body {
	font-size: .8em;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	background: #cccccc;
	}

#wrapper {
	margin: 0 auto;
	width:600px;
	padding:0;
	position:relative;
	}

#headerbg {
	height:215px;
	}


.header {
	height:161px;
	width:600px;
	}

.navbutton {
	float:left;
	height:28px;
	border:0;
	}

.body {
	background: #ffffff;
	text-align:left;
	float:left;
	margin:0;
	}

.leftcol {
	width:320px;
	float:left;
	margin: 10px 0 20px 20px;
	}
	

.rightcol {
	float:right;
	width:200px;
	margin: 10px 20px 0 20px;
	}

.pagetitle {
	font-size:1.8em;
	font-weight:bold;
	}
.author {
    font-size:.9em;
	color:#999999;
	font-weight:bold;
	padding: .1em 0 1em 0;
	}	
	.leadparagraph {
	font-weight:bold;
	line-height:1.2em;
	color: #003379;
	}

.rightcol-list {
	list-style:none;
	}
	
.hed {
	color: #003379;
	font-weight:bold;
	}

.gray {
	color:#999999;
	margin: 0 0 0 5px;
	}
	
.facultybox {
	width:320px;
	float:left;
	padding: 20px 0 10px 0;
	margin: 0;
	}	
	
.tracksbox {
	width:320px;
	float:left;
	padding: 20px 0 10px 0;
	margin: 0;
	}		

.facpic {
	float:right;
	margin: 0 0 0 10px;
	border: thin solid black;
}

#footer {
	width:600px;
	padding: 10px 0 10px 0;
	font-size: 10px;
	text-align:center;
	color:#333333;
	float:left;
	}	
	
.sidebarborder {
padding: 0 0 10px 0;
margin: 0 0 10px 0;
border-bottom:dotted thin #999999;
}


