/** R E S E T **/

*
	{
		margin:0;
		padding:0;
		border:0;
		outline:0;
	}

/** M E N U **/

#header UL, #header LI
	{
		display: inline;
		text-align: center;
		line-height: 50px;
		font-size: 16px;
	}

#header LI 
	{
		margin: 0 15px;
	}

/** B A S I C   S T Y L E **/

html,body
	{
		background:#F9F9F9;
		color:#333;
		text-align:center;
	}

body 
	{
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:14px;
		font-weight:400;	
	}

#main 
	{
		margin: 50px auto;
		width: 600px; 
	}
#images 
	{
		margin: 20px 0 40px; 
	}

h1, h2, h3, p 
	{ 
		text-align: left;
	}
	
h1
	{
		font-size:28px;
		letter-spacing: .01em;
		word-spacing: .1em;
		color: #444;
	}
	
h2
	{
		font-size:14px;
		margin:5px 0 15px;
		color: #AAA;
		border-bottom: 1px solid #DDD;
		padding: 0 0 5px;
		letter-spacing: .05em;
		word-spacing: .1em;
	}
h3
	{
		font-size: 16px;
		margin: 10px 0;
		color: #444;
	}

p
	{
		margin: 15px 0;
		font-size: 14px;
		line-height: 24px;
	}
	

.dropcap
	{
		float:left;
		color:#B4B4B7;
		font-size:50px;
		line-height:40px;
		padding-top:2px;
		margin: 0 3px 0 0;
		font-family: Times, serif, Georgia;
	}
.caps
	{
		text-transform:uppercase;
		letter-spacing:.15em;
		font-size: 12px;
		color: #555;
	}
	
#main UL, #main LI
	{
		margin: 0 0 0 20px;
		text-align: left;
		font-size: 14px;
		line-height: 24px;
	}
#main IMG 
	{
		border: 0;
		margin: 5px;
	}
A 
	{
		text-decoration: none;
		color: #888;
		font-weight: bold;
	}

#main IMG A 
	{
		margin: 5px;
	}

#images P 
	{
		font-size: 10px;
		text-align: center;
	}

.article
	{
		margin: 0 0 75px;
	}

/** M I S C **/

.leftimg
	{
		float: left;
		margin: 0 10px 10px 0;
		border: 2px solid #DDD;
	}

.rightimg
	{
		float: right:
		margin: 10px;
		border: 2px solid #DDD;
	}

/** C O M M E N T S **/

#comments P
	{
		clear: both;
		line-height: 20px;
		margin: 5px 0;
		padding: 5px 0;
	}

#comments LABEL
	{
		width: 150px;
		height: 20px;
		padding: 0 10px 0 0;
		text-align: right;
		font-weight: 900;
		display: block;
		float: left;
	}

#comments INPUT
	{
		float: left;
		height: 20px;
		width: 300px;
		border: 1px solid #DDD;
	}

#comments TEXTAREA
	{
		width: 300px;
		height: 150px;
		border: 1px solid #DDD;
	}

#submit INPUT
	{
		width: 75px;
		height: 20px;
		margin: 0 135px 10px;
		clear: both;
		border-width: 1px;
		border-style: solid;
		border-color: #fff #999 #999 #fff;
		text-align: center;
		float: right;
	}

/** F O O T E R **/

#footer P
	{
		text-align: center;
		font-size: 11px;
		letter-spacing: 1px;
		word-spacing: 3px;
	}

/** Avertisements **/
/** I'm broke. I need any money I can get. **/

#ads
	{
		width: 800px;
		margin: 0 auto;
	}


/** T E S T **/

.rating ,
.rating .current ,
.rating .star_hover{
background:url(http://textpattern.syserror.net/images/star.gif) repeat-x;
height:25px;
overflow:hidden;
list-style:none;
margin:0;
padding:0;
}

.rating{
position:relative;
background-position:left top;
}

.rating .current{
position:absolute;
top:0;
left:0;
background-position:left center;
}

.rating .star ,
.rating .star_hover{
position:absolute;
top:0;
left:0;
height:25px;
cursor:pointer;
}

.rating .star_hover{
background-position:left bottom;
}