/* -------------------------------------------------------------- 
  
   Blueprint CSS Framework Screen Styles
   * Version:   0.6 (21.9.2007)
   * Website:   http://code.google.com/p/blueprintcss/
   See Readme file in this directory for further instructions.
   
-------------------------------------------------------------- */

@import 'lib/reset.css';
@import 'lib/typography.css';

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clear { display: inline-block; }   
.clear:after, .container:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
* html .clear { height: 1%; }
.clear { display: block; }


a {
	color:#663300;
	font-weight:bold;
	text-decoration:none;
}

body {
	background:#180900;
}

em {
	background:none;
}

#wrapper {
	width:720px;
	padding:45px;
	margin:10px auto;
	background:white;
}

#header {
	margin:0 0 0.5em 0;
	width:720px;
	padding:0;
}

#header img {
	margin:0;
}

#leftColumn {
	padding:0 15px 0 0;
	width:500px;
	float:left;
}

#rightColumn {
	width:205px;
	float:left;
	margin:0;
	padding:0;
}

#footer {
	margin:20px 0 0 0;
	border-top:1px solid #666;
	color:#666;
	font-size:0.9em;
	padding-top:0.75em;
}

#footer a {
	font-weight:normal;
	color:#666;
}

#nav {
	margin:0 0 1em 0;
	border-bottom:1px solid #eee;
	padding-bottom:1em;
}

#nav ul {
	padding:0px;
	margin:0px;
	width:400px;
}

#nav ul li {
	list-style-type:none;
	display:inline;
	padding:0 1.5em 0 0;
}

#nav ul li a {
	font-size:1.3em;
	color:#513c13;
}

h2.title {
	margin-top:0;
	text-align:right;
	text-transform:uppercase;
	color:#663300;
	font-size:1.3em;
	
}

div.right {
	float:right;
	margin-top:-1.6em;
}

a.pdf {
	padding-left:25px;
	background:url(../images/pdficon.gif) top left no-repeat;
}