/*  
Theme Name: Toasted Bread
Theme URI: http://www.breadthemagazine.com/
Description: The personal website of BREAD The Magazine.
Version: 1.0
Author: Ian Gordon
Author URI: http://www.iangordon.us/

The CSS, XHTML and design is copyright 2008 to BREAD The Magazine.

/* HTML Elements */

@import url('stylesheets/reset.css');

body, html { min-height:101%; }

body {
  background: #ffffff;
  color: #000000;
  font-family: Arial, Helvetica, Verdana, Tahoma, Sans-serif;
  font-size: 11pt;
  text-align: center;
  }
  
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  }

h2 {
  font: 2.2em Arial, Helvetica, Verdana, Tahoma, Sans-serif;
  font-weight: bold;
  color: #525252;
  letter-spacing: -0.02em;
  margin: 0 0 15px 0;
  }

h3 {
  font: 1.63em Arial, Helvetica, Verdana, Tahoma, Sans-serif;
  font-weight: bold;
  color: #434343;
  letter-spacing: -0.02em;
  margin: 0 0 15px 0;
  }

h4 {
  font: 1.2em Arial, Helvetica, Verdana, Tahoma, Sans-serif;
  font-weight: bold;
  color: #959696;
  letter-spacing: -0.01em;
  margin: 0 0 15px 0;
  }

select, input, textarea {
  font: 100% Arial, Verdana, Sans-Serif;
  }
	
p {	
  margin: 15px 0;
  }

a:link, a:visited {
  color: #434343;
  text-decoration: none;
  }

a:hover, a:active {
  color: #888888;
  text-decoration: none;
  }
  
strong { font-weight:bold; }

hr {
  display: block;
  height: 1px;
  background: #333;
  border: 0;
  }

/* Structure */

#site-wrapper {
  width: 960px;
  min-height: 600px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  border: 1px solid #000000;
}

#navigation {
  background: #343434;
  padding: 10px;
}
#navigation ul {
  text-align: left;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#navigation li {
  display: inline;
  padding-right: 8px;
}
#navigation a {
  color: #ffffff;
  text-decoration: none;
  line-height: 14pt;
}
#navigation a:hover {
  color: #ababab;
  text-decoration: none;
}

#footer { padding: 10px 0 25px; }

.two-thirds {
  float: left;
  width: 70%;
  text-align: left;
  margin-right: 1%;
}

.one-third {
  float: left;
  text-align: left;
  width: 28%;
}

/* Miscellaneous */

.clear { clear:both; }