/*
Theme Name: Kings R&R
Description: Theme made for William King
Author: Goldmine!
Author URI: http://www.goldminenetwork.com
*/

body {
	margin:0px;
	padding:0px;
	border-top:10px solid #666666;
	
	background-color:#FFFDF7;
}

.floatLeft { float:left; }
.alignleft { float:left; margin:0 15px 15px 0; }
.floatRight { float:right; }
.alignRight { float:right; margin:0 0 15px 15px; }
.center { text-align:center; }
.clear { clear:both; }
.fullwidth { width:1000px; margin:0px auto; }
a img { border:none; }

h1 {
	text-transform:lowercase;
	font-size:24px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#94836B;
	
	border-bottom:1px dotted;
	
	padding:15px 0px 10px 0px;
	margin:0px 0px 0px 0px;
}

h2 {
}

h3 {
}


/* ------------------------------------------------------------------------------------------------------------------------------------------------------   CONTAINER */


div#container {
	width:100%;
}
div#slice {
	width:1000px;
	margin:0 auto;
}




/* ------------------------------------------------------------------------------------------------------------------------------------------------------   HEADER */

div#header {
	width:100%;
	font-family:Georgia, "Times New Roman", Times, serif;
	
	margin:20px 0px 0px 0px;
}

div#header ul {
	padding:0px 0px 0px 0px;
	margin:25px 0px 0px 10px;
}

div#header ul li {
	float:left;
	list-style:none;
	
	text-transform:lowercase;
	
	margin:0px 20px;
}

div#header ul li.current_page_item {

}

div#header ul li:hover {
	padding-bottom:3px;
	border-bottom:18px solid #F7E8D4;
}

div#header img.banner {
	margin-top:15px;
}

div#header a:link,
div#header a:visited,
div#header a:hover,
div#header a:active {
	color:#666;
	text-decoration:none;
}








/* ------------------------------------------------------------------------------------------------------------------------------------------------------   CONTENT */

div#contentContainer {
	width:100%;
	background-image:url(images/bg_content.png);
	padding-bottom:50px;
	
}
div#content {
	width:735px;
	padding-right:15px;
	float:left;
}

div#content p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	
	line-height:1.5;
}
div#content ul li,
div#content ol li,
div#content blockquote {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
}

div#content ul li,
div#content ol li {
	margin:6px 0px;
}

div#content h2 {
	color:#6B604E;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:16px;
	text-transform:lowercase;
	
	margin:30px 0px 0px 0px;
	padding:0px 0px 7px 0px;
	border-bottom:1px dotted;
}

div#content h3 {
	color:#666666;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:14px;
	text-transform:uppercase;
	
	margin:30px 0px 0px 0px;
	padding:0px 0px 7px 0px;
	border-bottom:1px dotted;
}

div#content a:link,
div#content a:visited,
div#content a:hover,
div#content a:active {
	color:#94836B;
	text-decoration:none;
	background-color:#FBF1E4;
	padding:3px 6px;
}

div#content a:hover {
	background-color:#999999;
	color:#FFFFFF;
}





/* ------------------------------------------------------------------------------------------------------------------------------------------------------   RIGHT NAV */


div#rightNav {
	width:220px;
	padding:15px 15px;
	float:left;
	background-color:#FBF1E4;
}

div#rightNav h2 {
	color:#666666;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:14px;
	text-transform:uppercase;
	
	width:100%;
	
	border-left:6px double;
	float:left;
	
	padding-left:10px;
	margin:5px 0px 20px 0px;
}

div#rightNav ul li,
div#rightNav ol li,
div#rightNav p,
div#rightNav address,
div#rightNav blockquote {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:11px;
	color:#333333;
}



div#rightNav ul {
	padding:0px;
	margin:0px 0px 0px 15px;
}
div#rightNav ul li {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:11px;
	color:#333333;
	
	margin-bottom:10px;
	list-style-type:circle;
}

div#rightNav a:link,
div#rightNav a:visited,
div#rightNav a:hover,
div#rightNav a:active {
	color:#94836B;
	text-decoration:none;
	border-bottom:1px dotted;
	margin:0px 2px;
}




/* ------------------------------------------------------------------------------------------------------------------------------------------------------   FOOTER */

div#footer {
	width:100%;
	color:#FBF1E4;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:11px;
	text-transform:uppercase;
	
	background-image:url(images/bg_footer.png);
	background-repeat:repeat-x;
	background-color:#5A5044;
}
div#footer a:link,
div#footer a:visited,
div#footer a:hover,
div#footer a:active {

	color:#FBF1E4;
	text-decoration:none;
	background-color:#9B8E7D;
	padding:3px 6px;
	margin:0px 2px;

}


div#footer p {
	line-height:2;
}


img.logo {
	margin:23px 25px 0px 0px;
