/*  
Theme Name: Cory Weeds
Theme URI: http://www.mynettworks.com
Description: Cory Weeds - The Hardest Working Man in his Club
Version: 1
Author: Steve Mynett
Author URI: http://www.mynettworks.com
*/



body { 
	margin: 0; 
	padding: 0; 
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 62.5%;
	background-color: #333;

	}
	
	
#wrapper { 
	margin: 0 auto; 
	width: 800px; 
	background-color: #fff; 
	background-image: url('images/bg_grad.gif');
	background-position: center 0; 
	background-repeat: repeat-y;
	padding: 0 15px;
	} 	 
	
#header { 
	height: 239px; 
	background-color: #000; 
	background-image: url('images/header.jpg');
	border-bottom: 2px solid #ff6600;
	} 	
	
#content {
	background-image: url('images/content_grad.jpg');
	background-repeat: repeat-x;
	} 	
	
	
#footer { 
	width: 750px; 
	margin: 0 auto; 
	height: 30px; 	
	clear: both;
	} 	
	
#rhc { 
	float: right; 
	margin-right: 30px; 
	width: 240px; 
	} 
	
#lhc { 
	float: left; 
	width: 465px; 
	margin-left: 30px; 	
	} 		
	
/* -------------------------- Typography ------------------------- */
p {font-size: 1.3em;line-height: 1.6em;}
h2 {color: #f60; font-size: 1.6em;border-bottom: 2px solid #f60;}	
	
	/* Sidebar */
	
	#rhc li {
		list-style: none;
		}
	
	#rhc ul li {
		padding: 0; 
		margin: 0;
		font-size: 1.3em;
		line-height: 1.6em;
	}
	
	/* fixing all the weird list styling in the WP template tags in the sidebar*/
	#rhc li ul {margin: 0;padding: 0;}
	#rhc ul li {margin: 0;padding: 0;}
	#rhc ul {margin: 0;padding: 0;}
	
	
	
/* -------------------------- Header ------------------------- */

#header ul {
	font-size: 1.2em; 
	text-transform: uppercase; 
	margin: 10px 10px 0 0; 
	padding: 0; 
	list-style: none; 
	float: right; 
	}

#header li { 
	display: inline; 
	padding-left: 10px; 
	} 

h1 { 
	color: #ff6600;
	font-size: 1.4em; 
	padding: 0; 
	float: left; 
	margin-top: 190px;
	margin-left: 570px;
	text-transform: uppercase;
	letter-spacing: .1em; 
	} 
	
/* -------------------------- Footer ------------------------- */

#footer{ border-top: 2px solid #999; }

#footer ul { 
	list-style: none; 
	text-align: right; 
	}
	
#footer li { 
	display: inline; 
	font-size: 1em;
	color: #ff6600;
	padding-left: 20px; 
	font-weight: bold; 
	} 	 
	
	
	
/* -------------------------- Links ------------------------- */

a:link {color: #ff6600; text-decoration: none; }  
a:visited {color: #ff6600; text-decoration: none; } 
a:hover {color: #ff6600; text-decoration: underline; } 
a:active {color: #ff6600; text-decoration: none; }

#header a:link {color: #ff6600; text-decoration: none; }  
#header a:visited {color: #ff6600; text-decoration: none; } 
#header a:hover {color: #ff6600; text-decoration: underline; } 
#header a:active {color: #ff6600; text-decoration: none; } 

#footer a:link {color: #ff6600; text-decoration: underline; }  
#footer a:visited {color: #ff6600; text-decoration: underline; } 
#footer a:hover {color: #ff6600; text-decoration: none; } 
#footer a:active {color: #ff6600; text-decoration: underline; }









	
