/*   
Theme Name: chillin
Theme URI: 
Description: Custom 3 column theme made for chillin
Version: 1.0


*/

* { 
	margin:0; 
	padding:0;
	border:0;
	border-collapse:collapse;
}

body{
	margin:10px 0px 10px 0px;
	font:12px Arial,Verdana,serif; 
	color:#ffffff;
	background-color:#000000;
	background-repeat:repeat-x;
	
}

img{
	display:block;
}

a:link{text-decoration:none; color:#d59369; font-weight:bold; }	
a:visited{text-decoration:none; color:#d59369; font-weight:bold;}
a:focus{text-decoration:none; color:#d59369; font-weight:bold;}
a:hover{text-decoration:underline; color:#d59369; font-weight:bold;}
a:active{text-decoration:none; color:#d59369; font-weight:bold;}

h1{
	font-size:16px;
	font-weight:bold;
	color:#ffffff;
	display:block;
	width:375px;
	border-bottom:1px solid #000000;
	line-height:24px;
	
}

h2{
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	display:block;
	width:180px;
	border-bottom:1px solid #000000;
	line-height:22px;
	
}

hr{
	color:#393939;
	background-color:#393939;
	height:2px;
	margin:10px 0px 5px 0px;
}

ul, li:before{
	list-style:square;
	margin-left:1.0em;
	margin-top:0;
	margin-bottom:0;
	padding-left:0;
	line-height:22px;
}

#page{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	background-color:#000000;
}

#banner{
	width:780px;
	height:120px;
	line-height:120px;
	padding:0px 0px 0px 0px;
	text-align:center;
}

#banner img{
	display:inline;
	margin-left:5px;
}

#left{
	margin-top:10px;
	width:195px;
	padding-left:5px;
	float:left;
}

.module{
	width:180px;
	margin-bottom:10px;
	background-color:#462f25;
	color:#ffffff;
	padding:5px;
}

#middle{
	margin-top:10px;
	width:380px;
	float:left;
}

.post{
	width:375px;
	padding:5px;
	margin-left:auto;
	margin-right:auto;
	background-color:#462f25;
	color:#ffffff;
	line-height:18px;
}

.post_info{
	font-size:10px;
	color:#aeaeae;
	line-height:18px;
	margin-bottom:10px;
	display:block;
}

.navigation{
	width:375px;
	padding:5px;
	margin-left:auto;
	margin-right:auto;
	color:#ffffff;
	line-height:18px;
}

.alignleft{
	width:50%;
	float:left;
	text-align:left;
}

.alignright{
	width:50%;
	float:left;
	text-align:right;
}

#right{
	margin-top:10px;
	padding-right:5px;
	width:180px;
	float:left;
}


#footer{
	text-align:center;
	margin-top:10px;
	width:790px;
	padding:5px;
	clear:both;
}