/*  

Theme Name: King of Clubland

Theme URI: 
Description: A Custom WordPress Theme

Version: 1.0

Author: W3Lift

Author URI: http://www.w3lift.com/

*/



body {

	margin: 0;

	padding: 0;

	background: #020202 url(images/background.jpg) top left repeat-x;

	font-size: 12px;

	font-family: arial, sans-serif;

}



#main { 

	width: 978px;

	margin: 0 auto;

	background: #000 url(images/center_bg.gif) top left repeat-y;

}



#head {

	width: 940px;

	height: 230px;

	background: url(images/top.jpg) no-repeat;

	margin: 0 0 10px 19px;

}



#head a {

	display: block;

	width: 940px;

	height: 230px;

	text-decoration: none;

}



/* Left Column */



#left {

	width: 150px;

	margin-left: 34px !important;

	margin-left: 17px;

	float: left;

	

	color: #ca9800;

	text-transform: uppercase;

}





#left ul { 

	margin: 0 0 20px 0;

	padding: 0;

}



#left li {

	margin: 7px 0 7px 15px;

	padding: 0;

}



#left a {
	color: #ca9800;
	text-decoration: none;
}

#left a:hover {
	text-decoration: underline;
}

/*jp 2.5.08 for a single page add next and previous post links.*/
#nplinks_singlepage a{
	color: #ca9800;
	text-decoration: none;
}
#nplinks_singlepage a:hover{
        text-decoration: underline;
}
/*end jp edit 2.5.08*/


#center {

	width: 580px;

	margin-left: 15px;

	float: left;

}



/* posts */



.post {

	background-color: #fff;

	margin: 0 0 20px 0;

	padding: 10px 20px;

}





.posthead {

	border-bottom: 1px #000 solid;

	margin-bottom: 10px;

}



.post h2 {

	margin: 0;

	padding: 0;

	display: inline;

	text-transform: uppercase;

	font-size: 1.8em;



}



.post h2 a {

	border: none;

	color: #000;

}



.postinfo {

	color: #666;

	font-style: italic;

}



.post a {

	color: #333;

	text-decoration: none;

	border-bottom: 1px #333 dotted;

}



.post a:hover {

	border: none;

}





.date {

	margin-top: 0.4em;

	float: right;

	color: #666;

	font-size: 1.2em;

	font-weight: bold;

}



#right {

	width: 150px;

	margin: 0 15px;

	float: left;

}



#footer {

	margin: 20px auto 0 auto;

	padding: 10px 0;

	width: 850px;

	border-top: 1px #ca9800 solid;

	color: #ca9800;

	text-align: center;

}



/* general */



.clear {

	clear: both;

	height: 20px;

}



a img {

	border: none;

}



.sep {

	height: 1px;

	overflow: hidden;

	background-color: #fff;

	margin: 0 0 20px 0;

}

/* 15 150 15 580 15 150 15 */



.alignleft {

	float: left;

}



.alignright {

	float: right;

}



.navigation {

	color: #ca9800;

}



.navigation a {

	color: #ca9800;

	text-decoration: none;

	font-size: 1.2em;

}



.navigation a:hover {

	color: #fff;

}



#main h2.pagetitle {

	color: #ca9800;

	font-weight: normal;

	text-transform: uppercase;

	font-size: 1.4em;

}



.commentlist li {

	border-bottom: 1px #ccc solid;

	padding-top: 10px;

}



.bookmarksBox {/*a jp class */

    float: right;

    position:relative;

    top:-20px;

}







