/*
Theme Name: redcar test
Theme URI: http://www.redcar.ca/wordpress/
Description: redcar test theme
Version: 1.0
Author: Rob Cosh
Author URI: http://www.redcar.ca/
*/


#sidebar
{
  width: 28%;
  margin-left: 70%;
}

#footer
{
  clear: both;
}

body
{
 font-family: ‘Trebuchet MS’, Arial, Verdana, Sans-Serif;
  font-size: 76%; 
}
hr
{
  display: none;
}
#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%;
}

#page
{
  background: url(images/headerlogo2.png) no-repeat top left;

}

#header
{
  padding-top: 20px;
  margin-bottom: 20px;
  height: 250px;

}

#headerimg
{
  font-size: 1.2em;
  text-align: left;

  margin-left: 200px;
  padding: 10px 0px 20px 20px;
  height: 5em;
  color: #E39F7D;

  background-color: #F2D5AC;
  border: 1px solid #EDC791;
}

#header a
{
  text-decoration: none;

  color: white;
}

#header h1
{
  font-size: 3em;
}

#footer
{
  clear: both;
  margin: 50px 200px 20px 0;
  color: #804A0F;

  background-color: #F6E4CA;
  border: 1px solid #F2D5AC;
  padding: 15px;
  text-align: right;

}