.even{
background: #eee;
}
.odd{
background: #beige;
}
.imgright{
	padding: 10px;
	float: right;
	font-family: Tahoma, sans-serif;
	font-size: 10px;
	font-weight: bold;
		text-align: center;
}
.imgleft{
	padding: 10px;
	float: left;
	font-family: Tahoma, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}
img.content {
	padding: 3px;
	border: 1px solid #000000;
	margin: 3px;
	display: block;
}
/*  
Theme Name: WSP
Theme URI: http://localhost/wordpress/
Description: WSP WP Theme
Version: 2.0
Author: Ben Partch
Author URI: http://benpartch.com/
*/
/*f1f1f1 */
body {
  background-image: url(images/029.jpg);
  font: normal normal 81.25%/1.6em Verdana, Arial, Tahoma, Sans-Serif;
  color: #333;
  text-align: left;
}
/* IE Height Fixes */
* html body {
  margin:0;
  padding: 0;
}
* html body{
	height:100%;
}



/* --- images --- */
img a, a img {
  border:none;
}
img.content {
	padding: 1px;
	border: 1px solid #000000;
	margin: 3px;
}

/* --- horizontal rule --- */
div.hr {display: none}
/*/*/a{}
div.hr {display: block; height: 10px; background-image: url(images/hr.gif); background-repeat: no-repeat; background-position: left center; margin: 2px 0 0 -5px;}
hr {display:none}/* */





/* --- all links ---*/
a:link, a:visited {
  text-decoration: underline;
  color: #2A8123;
}
a:hover {
	text-decoration: none;
  color: #894C1F;
}


/* --- headings --- */
h1, h2, h3, h4, h4, h6 {
	font-family: "Trebuchet MS", Georgia, Serif;
	color: #2A8123;
}
h1 {
  font-size: 180%;
  margin: 15px 0 0 0;
}
h2 {
  font-size: 160%;
  margin: 20px 0 5px 0;
  padding: 0;
  text-align: left;
}
h1 img, h4 img {
	margin-left: 10px;
}
h3 {
  font-size: 140%;
  margin: 0 0 -8px 0;
  padding: 0;
}
h4 {
  font-size: 130%;
  margin: 0 0 5px 3px;
}




/* Mozilla Height Fixes */
html,body {
  margin: 0;
  padding: 0;
  height: 100%;	
}
html>body #container {
	height: auto;
}
/* End Mozilla Height Fixes */

#container {
	width: 1000px;
  height: 100%; 
  min-height: 100%;
  margin: 0 auto;
  position: relative;
  background: url(images/contrepeat.gif) top left repeat-y; 
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #333333;
}


/* --- header --- */
#header {
  position: relative;
  width: 1000px;
  height: 185px;
  padding: 0;
 /* background: #fff url(images/logo.jpg) bottom right no-repeat; */
}


/* --- logo image styles ---*/
.logo {
	width:527px;
	height: 155px;  
	position: absolute; 
	left: 0px; 
	top: 0px; 
	font-size: .1em
}
.logo span {
	background: url(images/BYGlogo.png) top left no-repeat; 
	position: absolute; 
	left: 0; 
	top: 0; 
	display: block; 
	width: 527px;
	height: 155px;
	cursor: pointer;
}
.logo a:link, .logo a:visited, .logo a:hover  {
	color: #F4F3DB; 
	text-decoration: none;
}

ul#stats {
	position: absolute;
	top: 30px;
	right: 20px;
  text-align: right;
  font-size: .8em;
  line-height: 1.6em;
}


/* ---( main nav styles )------------------------------------ */

ul#nav {
	padding: 0;
	list-style:none;
	width: 1000px;
  position: absolute; 
  left: 0;
  bottom: 0;
  line-height: 2em;
  font-size: 1.1em;
  font-weight: bold;
  background: #2A8123;
}
ul#nav li {
  display:inline;
}
ul#nav a {
	float: left;
  display: block;
  margin-left: 20px;
  padding:5px 7px 4px 7px;
  text-decoration:none;
  color: #fff;
}
ul#nav a:hover {
  text-decoration: none;
  background: #894C1F;
}




#skip-nav {
	display: none;
}

#copy {
	width: 745px;
	padding: 0 15px 0 0;
	font-size: 1.1em;
	padding-bottom: 100px;
	float: right;
}
#copy ul, #copy ol {
	margin: 10px 0 20px 0;
}
#copy ul li h2 {
	margin: 0 0 20px 0;
}
#copy ul li ul li {
	margin: 0 0 2px 30px;
	list-style: circle;
}
#copy ol li {
	margin: 0 0 2px 30px;
	list-style: decimal;
}





#sidebar {
	float: left;
	width: 215px;
	margin: 20px 0 0 0;
	padding-bottom: 100px;
	position: relative;
}


/* --- left side link lists --- */
#sidebar ul {
	margin: 0 0 30px 10px;
}

#sidebar ul li ul li {
	margin: 0;
}
#sidebar ul li a.active {
	color: #333;
	background: url(images/redarrow.gif) center left no-repeat;
  padding-left: 10px;
  margin: 10px 0 0 -9px;
}


#searchbox {
	margin-left: 10px;
}
#searchbox label {
	font-weight: bold;
}


ul#buttons li {
	margin-left: 10px;
}



/* --- footer styles ---*/
ul#footer{
  width: 1000px;
  height: 60px;
  background: #333;
  text-align: center;
  padding: 20px 0 0 0;
  position: absolute;
  bottom: 0;
  color: #fff;
}

ul#footer a:link, ul#footer a:visited, ul#footer a:hover {
	color: #fff;
	font-weight: bold;
}

ul#footer li {
	font-size: .8em;
	margin: 0 0 0 10px;
	display: inline;
}
ul#footer li ul li.copyright {
	font-size: 1em;
	margin: 0;
}


/* --- front/author page table styles --- */
table caption {
  display: none;
  margin: 0 auto;
} 
.rows {
  margin: 10px auto 30px auto;
  padding: 0;
  width: 100%;
  border:1px solid #eee;
  border-collapse: collapse;
}
.rows thead {
	padding: 5px 0 5px 0;
	background: #2A8123;
  color: #fff;
}
.rows th, .rows td {
  vertical-align: top;
}
.rows tr th {
  letter-spacing: 1px;
  text-align: left;
  white-space: nowrap;
  padding: 0;
}
.rows tr td {
  padding: 10px 5px;      
}
.rows .even td {
  background: #eee;
}




/* --- this is all leaderboards --- */
.leaderboard {
	width: 728px;
	height: 90px;
	background: #eee;
}
.contentAd {
	width: 300px;
	height: 250px;
	float: right;
	border: 0px solid #333;
	margin-left: 10px;
}
#sidebar2 {
	width: 160px;
	float:right;
	right:0px;
	margin-top: 20px;
	background-color: #1e6d4e;
	}
/* --- lists --- */

ul, ol {
	list-style: none;
	margin: 0;
	padding: 0;
}


.byline {
	font-size: .8em;
	color: #666;
}
.abstract {
	font-size: .9em;
}
.date {
	font-weight: bold;
	font-size: .8em;
}
.postmetadata {
	padding: 5px;
	background: #2A8123;
	color: #fff;
	font-size: .9em;
}
.postmetadata a:link, .postmetadata a:visited {
	color: #fff;
}
.navigation {
  padding: 0 1em 5em 0; 
  margin: 0; 
  font-size: 0.9em;
}
.center {
  text-align: center;
}
.alignright {
  float: right;
}	
.alignleft {
  float: left;
}


.imgright {
  float: right;
}	
.imgleft {
  float: left;
}








.box {
 	border:1px solid #333;
  width: 45%;
 	position:relative;
 	margin: 10px 20px 10px 0;
  padding:10px;
  background: #F5F5F5;
}
.box h3 {
 	 font:  bold 1.3em Verdana, Arial, Helvetica, sans-serif;
   height:1em;
   padding:2px 50px 4px 7px;
   clear: right;
   color:#981B1E;
   background: transparent url(images/floatboxh3arrow.gif) 100% 50% no-repeat;
   margin:0;
   position:absolute;
   right:35%;
   top:-16px;
   border:0 none;
}
* html .box h3 {
	 top: -18px;
}
 
.left {
	 float: left;
}
.right {
	 float: right;
}

/* ---( buttonbox styles )------------------------------------ */

ul.tabs {
	list-style: none;
} 
.tabs li {
	list-style: none;
	font-size: .8em;
	display: inline;
	margin: 0 3px;
} 
.tabs li a {
	padding:  4px 0 0 23px;
} 
.tabs li a.print {
	background: url("images/printer.gif") center left no-repeat;
}
.tabs li a.email {
	background: url("images/email.gif") center left no-repeat;
} 
.tabs li a.digg {
	background: url("images/digg.gif") center left no-repeat;
} 
.tabs li a.addthis {
	
} 
.tabs li a.delicious {
	background: url("images/delicious.gif") center left no-repeat;
}