/*UNIVERSAL*/	

body {
	background-color: #222;
	color: #fff;
	font: 12px arial;
	}
	
a:link {
	text-decoration: none;
	color: #fff;
	background: #000;
	}

a:hover {
	text-decoration: none;
	color: #fff;
	}

a:visited {
	text-decoration: none;
	background: #000;
	color: #fff;
	}

ul.deets {
	display: inline;
	margin-left: 0px;
	}

li.deets {
	display: inline;
	}

li {
	margin-bottom: 10px;
	}

#wrap {
	max-width: 800px;
	min-width: 800px;
	width: 800px;
	}
	
#content {
	text-align: left;
	max-width: 600px;
	min-width: 600px;
	width: 600px;
	float: left;
	}

	
#menu {
	float: left;
	line-height: 200%;
	max-width: 200px;
	min-width: 200px;
	width: 200px;
	margin: 5 10 5 10;
	height: 100%;
	text-decoration: none;
	}
	
img {
	border: solid 2px #fff;
	}

a.homemenu {
	margin-top: 3px;
	background: none;
	}

cite {
	font-size: 10px;
	margin-left: 300px;
	}
	
#header {
	background-image: url('http://www.corywatkins.com/fave/images/birdwire2.png');
	border: none;
	}

#title {
	font-size: 150%;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 5px;
	background: #fff;
	color: #000;
	padding: 3px 2px 3px 2px;
	}

a.titlesum {
	font-size: 150%;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 5px;
	background: #000;
	color: #fff;
	padding: 3px 2px 3px 2px;
	width: 800px;
	}

#details {
	font-size: 90%;
	margin-top: 7px;
	margin-bottom: 10px;
	text-transform: lowercase;
	}
#entry {
	padding-right: 20px;
	margin-top: 10px;
	padding-bottom: 30px;
	}
	
#comments {
	text-transform: lowercase;
	font-size: 80%;
	margin-top: 10px;
	margin-bottom: 20px;
	}

#cmnttxt {
	font-size: 100%;
	text-transform: none;
	}
	
