/* This CSS file is Copyright 2005 Brooks Ayola */
/* Designed by Ryan Marshall                    */



/* clearing the padding and margin to accomodate Internet Exploder */

* {
	padding: 0;
	margin: 0;
}



/* on to basic body tags */

body {
	background-color: #000;
	font-family: Lucida Grande, Verdana, sans-serif;
	font-size: 11px;
	color: #DCDCDC;
	padding: 10px 10px 100px 10px;
}

p {
	margin: 10px 0 10px 0;
}



/* the linky stuff */

a:link {
	color: #C0C0C0;
	text-decoration: underline;
}

a:visited {
	color: #C0C0C0;
	text-decoration: underline;
}

a:hover {
	color: red;
	text-decoration: none;
}

a:active {
	color: #fff;
	text-decoration: none;
}


/* div id's. i mean they do need identities, don't they? */

#wrapper {
	margin: 0 auto;
	width: 769px;
}

#secondwrapper {
	border-bottom: 1px solid maroon;
	margin-bottom: 14px;
}

.clear {
	clear: both;
	height: 1px;
}

#logosection {
	width: 240px;
	float: left;
}

#photomain {
	width: 529px;
	float: left;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

#blogmain {
	width: 769px;
	border-bottom: 1px solid maroon;
	padding: 0 0 18px 0;
	line-height: 15px;
}

#archivemain {
	width: 790px;
	float: center;
	border-bottom: 1px solid maroon;
	padding: 0 0 18px 0;
}

#linksmain {
	width: 543px;
	float: center;
	border-bottom: 1px solid maroon;
	padding: 0 0 18px 0;
}

#secondfooter {
	clear: both;
	padding: 10px 0 10px 0;
	text-align: center;
	margin-top: 14px;
}

.comment {
	padding: 5px;
	border-bottom: 1px solid maroon;
	margin: 0 0 10px 0;
}



/* the sub divs */

#sub {
	padding: 5px 0 5px 0;
}

#comments {
	width: 33%;
	float: left;
}

#comments2 {
	float: center;
	border-bottom: 1px solid maroon;
	padding: 0 0 10px 0;
}

#nextprev {
	width: 33%;
	float: left;
	text-align: center;
}

#archives {
	width: 33%;
	float: left;
	text-align: right;
}


/* the middle divs */

#extras {
	width: 220px;
	float: left;
	padding: 10px 0 0 0;
}

#credits {
	width: 230px;
	float: left;
	padding: 0 10px 0 1px;
}

#mainentry {
	width: 290px;
	float: left;
	padding: 10px 0 0 0;
}



/* various modifiers */

#photomain img {
	padding: 5px;
	border: 6px solid gray;
}

#archivemain img {
	padding: 2px;
	border: 3px solid gray;
}

#archivemain a:hover img {
	padding: 2px;
	border: 3px solid white;
}

#comments2 img {
	padding: 2px;
	border: 3px solid gray;
}


/* spans */

span.red {
	color: maroon;
	font-weight: bold;
}