@charset "UTF-8";
/* CSS Document */

/* -----------------------------------*/
/* ---------->>> GLOBAL <<<-----------*/
/* -----------------------------------*/

body { 
	background-image: url(http://spitpress.com/images/texture05.jpg);
	margin: 0;
	font: 11px Georgia, "Times New Roman", Times, serif;
	color: #999;
	}


a {
	color: #000;
	text-decoration: none;
font-weight: lighter;
font-style:italic;
	}
	
	a:hover {
		color: ffb996;
		}

img {
	border: 0;
	}


/* -------------------------------------------*/
/* ---------->>> PAGE STRUCTURE <<<-----------*/
/* -------------------------------------------*/


#content {
	width: 1100px;
	padding: 20px;
	background-image: ;
	margin: 0 auto 0;
	overflow: auto;
	}
	
	#content #header {
		height: 123px;
		margin-left: 335px;
		margin-top: 20px;
		}
	
	
	#content #right {
		width: 250px;
		float: left;
		padding: 30px;
		margin-top: 10px;
		margin-left: 80px;
		background: #fff;
		}

	#content #center {
		width: 500px;
		margin-left: 275px;
		padding: 30px;
		margin-top: 0px;
		background: #fff;
		}
		
	#footer {
		width: auto;
		clear:all;
		margin-top: 20px;
		padding-top: 20px;
		text-align: center;
		border-top: 1px dotted #999;
		}
		
	#links{
	margin-top: 0px;
	//margin-left: 370px;
	text-align:center;
	}

/* ---------------------------------------*/
/* ---------->>> NAVIGATION <<<-----------*/
/* ---------------------------------------*/


#pagenav {
	width: 600px;
	font-size: 10px;
	text-transform: uppercase;
	color: #666;
	padding-top: 20px;
	}
	
	#pagenav #prev {
		width: 300px;
		float:left;
		margin-right: 10px;
		}
		
	#pagenav #next {
		width: 300px;
		float:left;
		text-align:right;
		}

/* -------------------------------------*/
/* ---------->>> HEADINGS <<<-----------*/
/* -------------------------------------*/

h1 {
	color: #666;
	margin-bottom: 20px;
	font: normal 18px Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	}
	
	h1 a {
		color: #000;
		text-decoration:none;
		}

	
		h1 a:hover {
			color: #ffb996;
			}

h2 {
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: lighter;
	color: #ffb996;
	}

/* ----------------------------------------*/
/* ---------->>> TEXT STYLES <<<-----------*/
/* ----------------------------------------*/

p { }

	#left p {
		line-height: 15px;
		margin-bottom: 18px;
		text-align: justify;
		font-size: 11px;
		}
	.small {
		text-align: right;
		color: #000;
		font-size: 10px;
		font-weight: bold;
		text-transform: uppercase;
		}
		
	#right p {
		font-size: 11px;
		line-height: 18px;
		color: #000;
		text-align: justify;
		}
		
	#comments p {
		font-size: 11px;
		line-height: 15px;
		margin-bottom: 24px;
		}
		
		#comments label {
		font-size: 10px;
		text-transform: uppercase;
		margin-bottom: 10px;
		color: #000;
		}
	
	#bottom p {
		line-height: 16px;
		margin-bottom: 24px;
		text-align: justify;
		font-size: 11px;
		color: #999;
		}
		

/* ----------------------------------*/
/* ---------->>> FORMS <<<-----------*/
/* ----------------------------------*/

#comments input {
	font: 11px Georgia, "Times New Roman", Times, serif;
	width: 290px;
	padding: 3px;
	color: #333;
	background:#fff;
	margin: 0 5px 15px 0;
	border: 1px solid #ccc;
	float: left;
	}

#comments textarea {
	font: 11px Georgia, "Times New Roman", Times, serif;
	width: 290px; height: 100px;
	padding: 3px;
	color: #333;
	background:#fff;
	border: 1px solid #ccc;
	margin-bottom: 18px;
	}
	
/* -------------------------------------*/
/* ---------->>> COMMENTS <<<-----------*/
/* -------------------------------------*/

#comments {
	width: 650px;
	font-size: 10px;
	color: #666;
	padding: 30px 0 30px;
	}
	
	#comments #comments-list {
		width: 250px;
		float:left;
		padding-right: 20px;
		}
		
	#comments #comments-form {
		width: 250px;
		float:left;
		border-left: 1px dotted #ccc;
		padding-left: 20px;
		}

/* -----------------------------------*/
/* ---------->>> EXTRAS <<<-----------*/
/* -----------------------------------*/

.bookmarks li {
	list-style-type: none;
	margin-left: -40px;
	}

.bookmarks a {
	padding: 5px;
	margin: 0;
	border-top: 1px solid #CCC;
	line-height:18px;
	font-size: 10px;
	display:block;
	list-style-type: none;
	text-transform: uppercase;
	}

	.bookmarks a:hover {
		background: #000;
		color: #fff;
		border-bottom: 0;
		}
