/*
Theme Name: TrizzeoWAR
Theme URI: http://trizzeo.com/
Description: Trizzeo warhammer online site
Version: 1.0
Author: S. Smith
Author URI: http://trizzeo.com
*/

*
{
  padding: 0;
  margin: 0;
  
}

#header
{
  margin-bottom: 20px;
}
 
#headerimg
{
  font-size: 1.2em;
  height: 6.5em;
  color: #FEF4DF;
  padding-left: 7.5%;
  background: #010000 URL(images/headerlogo1.png) no-repeat fixed top left;
}
 
#header a
{
  text-decoration: none;
  color: white;
}
 
#header h1
{
  font-size: 3em;
}

#sidebar
{
  width: 28%;
  margin-left: 70%;
  border: medium double rgb(1,1,1)
  
}

#sidebar a
{
  text-decoration: none;
  color: #010000;
}
 
#sidebar a:hover
{
  text-decoration: underline;
}

#footer
{
  background-color: #010000;
  clear: both;
  padding: 20px 20px 20px 7.5%;
  margin-top: 2em;
  height: 3em;
  color: #FEF4DF;
}

#hr
{
  display: none;
}

#body
{
  font-family: 'Trebuchet MS', Arial, Verdana, Sans-Serif;
  font-size: 76%;
}  

a:link {
color: #340

}

a:visited {
	color: #342;
}

a:hover {
	color: #9a8;
}
  
}



#content
{
  width: 70%;
  float: left;
}

#wrapper
{
  margin: 0 auto;
  width: 700px;
  width: expression(document.body.clientWidth < 605 ? "600px" : "85%" );
}
 

div>#wrapper
{
  margin: 0 auto;
  min-width: 400px;
  width: 85%;
}