/*  
Theme Name: evo
Description: Custom theme for Evolution BW.
Author: Sprimgtree Media
Version: 1
.
Released under the <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.
.
*/

/* Defaults */

* {
  margin: 0;
  padding: 0;
  }

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 10px 0;
  }

h1, h2, h3, h4, h5, h6 {
  font-family: "Georgia", Times, serif;
  }
h1 {
  color: #d0d0d0;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 2px;
}
h2 {
  color: #ff0000;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
}
h3 {
  color: #ff0000;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0;
  margin: 0 0 10px 0;
}
hr {
  color: #333;
  border: 1px solid #121212;
  }

pre {
  height: auto; 
  overflow-x:scroll;
  }

fieldset {
  margin: 0;
  padding: 0; 
  border: 0;
  }

dd {
  padding-left: 15px;
  }


p {
  }

a {
  color: #ff0000;
  text-decoration: none;
  }

a:hover {
  color: #ccc;
  text-decoration: underline;
  }

a img {
  border: none;  
  }

blockquote {
  background: #070707;
  border: 1px solid #060606;
  padding: 5px 15px;
  margin: 10px 10px 5px 15px;
  font-style: italic;
  color: #fff;
  }

code {
  color: #3366cc;
  font-style: italic;
  }

strong {
  font-size: 110%;
  }

body {
  text-align: center;
  margin: 0;
  padding: 0;
  font: .85em Georgia, serif;
  background:#000000 url(images/skull-grunge-bg.jpg) no-repeat top center fixed;
  color: #fff;
  }
  
/* Header and wrapper */

#wrapper {
  margin: 0 auto;
  width: 890px;
  text-align: center;
  padding: 0;
  }

#header {
  padding: 0;
  margin: 0;
  height: 147px;
  }

#homepic {
  padding: 6px 0 8px 0;
}


/* Top Content */

#main {
  margin: 0 auto;
  width: 890px;
  text-align: center;
  padding: 10px 0;
}
.column {
  float: left; 
}
#leftcolumn {
  width: 650px;
  margin: 0;
  padding-right: 30px;
  text-align: left;
}
#sidebars {
  width: 180px;
  height: 550px;
  margin: 0;
  padding: 10px 10px 0 20px;
  text-align: left;
  font-size: 90%;
  background: url(images/sidebar-bg.png) top left repeat-x;
}
.padRight {
  padding-right: 10px;
}
#homepic {
  margin: 0 auto;
  width: 890px;
  text-align: center;
  padding-bottom: 5px;
}


.submitbutton {
  margin: -5px 0 0 5px;
  background: #010101;
  color: #fff;
  font-size: 8pt;
  padding: 3px 6px;
  vertical-align: middle;
  border: 1px solid #111;
  }
.submitbutton:hover {
  cursor: pointer;
  background: #050505;
  }

#columns {
  width: 890px;
  margin: 0 auto;
  display: block;
  padding: 10px 0;
 }
.col {
  float: left;
  text-align: left;
  width: 276px;
  margin-right: 20px;
  font-size: 90%;
}
.last { margin-right: 0; }

/* footer*/

#footer {
  padding: 0;
  color: #e7e7e7;
  height: 29px;
  font-size: 90%;
}
#navwrapperbottom {
  border-top: 1px solid #ff0000;
  width: 890px;
}
.footertext {
  margin-top: 20px;
}

/* Menu */

#navwrapper {
	background: url(images/headerbar.png) repeat-x left top;
	height: 129px;
	margin-bottom: 20px;
}
.wrapper { 
	width: 890px; 
	margin: 0 auto; 
	text-align: center;
}
.logo {
	float: left;
	height: 140px;
	width: 225px;
	margin-top: -10px;
}
.logo h1 {
	text-indent: -9999px;
	margin-left: 0;
}
.logo a {
	background: url(images/evologo.png) no-repeat left bottom;
	height: 129px;
	width: 224px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
}
.nav {
	float: right;
	width: 665px;
	text-align: right;
}
ul#topnav {
	margin: 0;
	padding: 0;
	text-align: right;
}
#topnav li {
	display: inline;
	list-style: none;
	padding: 0 10px 0 10px;
	margin: 0;
}
#topnav li.page-item-11 {
	padding-right: 0;
}
#topnav li a {
	font-weight: bold;
	font-size: 13px;
	color: #ffba00;
	text-transform: uppercase;
	height: 16px;
	position: relative;
	overflow: hidden;
}
#topnav li a:hover {
	text-decoration: none;
	color: #fff;
}
.address {
	padding: 12px 0 38px 0;
	font-size: 90%;
}
.address span {
	color: #888;
}
#navwrapperbottom {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  }
	
ul#nav  {
  margin: 0 auto;
  padding: 0;
  width: 500px;
  }

ul#nav li {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  }

ul#nav li a {
  display: block;
  margin-top: 10px;
  padding: 0 10px 0 10px;
  color: #fff;
  text-decoration: none;
  }

ul#nav li a:hover {
  color: #6598b8;
  text-decoration: none;
  display: block;
  }

ul#nav li:hover ul, ulnav li.sfhover ul {
  left: auto;
  }

ul#nav li:hover, ul#nav li.sfhover { /* prevents IE7 drop-down menu bug (focus on a page element prevents nested menus from disappearing) */
  position: static;
  }

/* Misc */

.highlight {
  color: #222;
  font-weight: bold;
  }
.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
  }
.alignright {
  float: right;
  margin: 5px 0 5px 10px;
  }
.aligncenter,
div.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

img.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
  }
img.alignright {
  float: right;
  margin: 5px 0 5px 10px;
  }
img.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }
.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  
.photos {
  margin-bottom: 12px;
 }

  /* optional rounded corners for browsers that support it */

  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  }

.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix, .container {display:inline-block;}
* html .clearfix, * html .container {height:1%;}
.clearfix, .container {display:block;}
.clear {clear:both;}
.clearleft {clear: left;}
.clearright {clear: right;}
.cleared {
  margin: 0;
  padding: 0;
  clear: both;
  }
