/*  
Theme Name: HSHR
Theme URI: http://www.helpsavehamptonroads.com
Description: Wordpress theme for Help Save Hampton Roads.
Version: 1.0
Author: Richard Neary
Author URI: http://www.mintmade.com/

*/


   /* ESSENTIAL
___________________________________________________________*/


body{ 
	margin: 0;
	padding: 0;
	background:#71acff url(images/bg.jpg) repeat-x; 
	font-family: arial, verdana, sans-serif; 
	color:#000000; 
	font-size:12px; 
	line-height: 18px;
	}
	
a img{ 
	border:0; 
	}
	
.clear{ 
	clear:both; 
	}


   /* WRAPPERS
___________________________________________________________*/


#wrapper{ 
	margin:0 auto 0 auto; 
	padding:0px 0; 
	width:1040px; 
	background:url(images/layout-bg.jpg) no-repeat; 
	}
	
#page-wrapper{ 
	width:800px; 
	margin:0 auto 0 auto; 
	background:#fff; 
	}
	
#content-wrapper{ 
	background:url(images/content-wrapper-bg.gif) repeat-y #fff; 
	margin:1px 0 0 0; 
	}


   /* CONTAINERS
___________________________________________________________*/


#content-container{ 
	float:left; 
	width:509px; 
	padding:20px;  
	}

#sidebar{ 
	float:left; 
	width:251px; 
	padding:10px 0;
	}


   /* HEADERS
___________________________________________________________*/


h1{ 
	font-size:20px; 
	font-weight:normal; 
	color:#000000; 
	margin:0 0 16px 0; 
	font-family: Georgia; 
	}
	
h1 a, 
h1 a:visited
h1 a:active, 
h1 a:hover{  
	color:#000; 
	text-decoration:none; 
	}
	
h2{ 
	width:200px; 
	background:url(images/sidebar-h1-bg.gif) no-repeat; 
	font-size:12px; 
	font-weight:bold;
	text-align: left; 
	height:29px; 
	padding:5px 0 0 16px;
	margin-top: 15px; 
	}
h3{ 
	font-size:12px; 
	font-weight:bold; 
	color:#000000; 
	margin:0 0 16px 0; 
	}
	
h4{ 
	font-size:11px; 
	font-weight:bold; 
	text-transform:uppercase; 
	color:#000000; 
	margin:0 0 16px 0; 
	}


   /* TYPOGRAPHY
___________________________________________________________*/


p{ 
	margin:0 0 20px 0; 
	line-height:18px; 
	}
	
#sidebar a, 
#sidebar a:visited{ 
	font-size:11px; 
	color:#000; 
	text-decoration:none; 
	}
	
#sidebar a:active, 
#sidebar a:hover{ 
	color:#000; 
	text-decoration:underline; 
	}

.mail-list{ 
	font-size: 11px; 
	}


   /* NAVIGATIONS
___________________________________________________________*/


#navmenu ul {
	margin: 0;
	padding: 10px; 
	list-style-type: none;
	list-style-image: none;
	text-align: center;
	background: #192544;
	}
	
#navmenu li {
	padding: 10px;
	display: inline; 
	}
	
#navmenu ul li a, 
#navmenu ul li a:visited {
	font-size: 10px;
	text-transform: uppercase;
	text-decoration:none;
	font-weight: bold;  
	color: #ffffff;
	}
	
#navmenu ul li a:active, 
#navmenu ul li a:hover {
	font-size: 10px;
	text-decoration:underline;
	text-transform: uppercase;
	font-weight: bold;  
	color: #ffffff;
	}
	
	
   /* SIDEBAR
___________________________________________________________*/


#sidediv{
	font-size: 11px;
	width: 221px;
	height: auto;
	padding: 0 15px 0 15px;
	}

#sidebar ul li a, 
#sidebar ul li a:visited {
	margin-bottom: 3px;
	text-decoration:none;
	color: #000000;
	}
	
#sidebar ul li a:active, 
#sidebar ul li a:hover {
	margin-bottom: 3px;
	text-decoration:underline;  
	color: #000000;
	}
	
#sidebar ul {
	list-style-type: none;
	list-style-image: none;
	}
	
#sidebar li {
	list-style-type: none;
	list-style-image: none;
	}
	

   /* SEARCH
___________________________________________________________*/


#search{
	text-align: center;
	}


   /* TABLES :( UGLY BUT NEEDED!!!
___________________________________________________________*/	


.evenrow{ 
	background-color: #ffffff; 
	}
	
.oddrow{ 
	background-color: #c2d7ff;
	}
