html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th,
article, aside, dialog, figure, footer, header, 
hgroup, menu, nav, section,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* Just a few HTML5 element defaults */
article, aside, footer, header, hgroup, nav, section {display: block;}

/* ================= GLOBAL ============================ */

	

body {
  text-align: center;
  font: normal 11pt/20px;
  font-family: "Times New Roman";
  color: black;
  background: #2B2922;	background: url(images/body-bg.jpg) 0 0 repeat;

}

#bodycontent /* this is the sidebar, I think */
{
  position: relative;
  width: 960px;
  margin: 0 auto 0 auto;
}

.main {
	width:650px;
	float:left;
	text-align:left;
	padding:10px 10px 10px 10px;
	background:#36332A;
}
abbr {
  border-bottom: 1px dotted rgb(35,35,35);
  cursor: help;
  white-space: nowrap;
}

small, sup, sub {font-size: 85%;}
sup {vertical-align:top;}	
sub {vertical-align:bottom;}	
cite {font-style:italic;}

code {
  padding: 2px;
  font-size: 12px;
  background: #BAB293;
  border:1px dotted #ffffff;
  color:black;
}

pre code {
  display: block;
  padding: 9px;
  margin: 10px 0 10px 0;
}

blockquote {
  padding: 10px 20px 10px 20px;
  font-style: italic;
}

hr {
  border: none;
  height: 1px;
  color: rgb(205,205,205);
  background-color: rgb(205,205,205);
}

a:link, a:visited {
  color: #A32500;
  text-decoration: none;
  font-weight: normal;
}
a:hover, a:active {
  color: #ff0000;
}

a:focus {
  outline: none;
}

h1 {
	font-size:30px;
	padding: 10px 0 9px 0;
	margin: 0 0 20px 0;
	color: black;
	border-bottom: 1px solid #2CAE65;
}

h2 {
	font-size:25px;
	padding: 10px 0 9px 0;
	margin: 0 0 20px 0;
	color: brown;
	border-bottom: 1px solid #2CAE65;
}

h3 {
	font-size:20px;
	padding: 5px 0 5px 0;
	color: #750;
	border-bottom: 0px solid #2CAE65;
}

h4 {
	padding: 5px 0 5px 0;
	color: #750;
	border-bottom: 0px solid #2CAE65;
}

h5 {
	font: bold 12pt/30px;
	padding: 5px 0 5px 0;
	color: #750;
	border-bottom: 0px solid #2CAE65;
}

h6 {
	font: bold 9pt/20px;
	padding: 0;
	color: #750;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-bottom: 0px solid #2CAE65;
}
.menu-primary-wrapper {
	width: 100%;
	height: 50px;
	background: url(images/menu-wrapper.png) bottom left repeat-x;
}

.menu-primary {
	width: 900px;
	margin: 0 auto;
}

.menu-primary ul {
	margin: 0;
	list-style: none;
}

.menu-primary li {
	list-style-type: none;
	background: url(../images/menu-item-border.png) center left no-repeat;
	position: relative;
	float: left;
}
p {margin: 0 0 20px 0;}

ul, ol, dl { padding: 0; list-style-position: inside;}

/* === Clearfix === */
* html .clearfix {height: 1%; overflow: visible;} /* float clearing for IE6 */
*+html .clearfix {min-height: 1%;} /* float clearing for IE7 */
.clearfix:before, .clearfix:after { content: "020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }	/* float clearing for everyone else */

.clear {clear: both;}

/* ============================ Forms ============================ */

form {
	padding: 20px 30px;
	margin: 0 auto 20px;
	background: rgb(240,240,240);
	
	-webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

label {
	display: block;
	font: bold 9pt/20px;
}

textarea {
  width: 97%;
	height: 120px;
	padding: 4px;
  margin:0 0 8px 0;
  background-color: rgb(255,255,255);
  border: 1px solid #e0e0e0;
}

textarea:focus {
	border: 1px solid rgba(27,187,234,0.3);

	-webkit-box-shadow: 0 0 12px rgba(27,187,234,0.3);
  -moz-box-shadow: 0 0 12px rgba(27,187,234,0.3);
  box-shadow: 0 0 12px rgba(27,187,234,0.3);
}

input.checkbox, input.radio {
  height: 20px;
  margin: 0 0;
  border: none;
  background-color: transparent;
  vertical-align: middle; /* Align the radio buttons with the inputs */
}

select {
  padding: 4px;
  margin:0 0 12px 0;
	font: normal 10pt/20px ;
  background-color: rgb(255,255,255);
  border: 1px solid rgb(225,225,225);
	
	-webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

input[type="text"], input[type="password"] {
	width: 60%;
	height: 24px;
  padding: 4px;
  margin:0 0 6px 0;
	font: normal 10pt/20px ;
  background-color: rgb(255,255,255);
  border: 1px solid rgb(225,225,225);
	
	-webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

input[type="text"]:focus, input[type="password"]:focus {
	border: 1px solid rgba(27,187,234,0.3);
	
	-webkit-box-shadow: 0 0 12px rgba(27,187,234,0.3);
  -moz-box-shadow: 0 0 12px rgba(27,187,234,0.3);
  box-shadow: 0 0 12px rgba(27,187,234,0.3);
}

input.submit, input.button, input[type="submit"] {
  height: 36px;
  margin: 16px 2px 8px 2px;
  padding: 4px 30px 4px 30px;
  font: bold 10pt/20px;
  color: rgb(30,30,30);
	text-shadow: 0 1px 2px rgba(255,255,255,0.9);
	border: 0px solid #2CAE65;
	background: #2CAE65;
	
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0,147,210,1)), to(rgba(27,187,234,1)));
  background-image: -moz-linear-gradient(0% 100% 90deg, rgba(0,147,210,1), rgba(27,187,234,1));
	-webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
  box-shadow: 0 1px 2px rgba(0,0,0,0.3);
	
  cursor: pointer !important; cursor: hand;
}

input.submit:hover, input.button:hover, input[type="submit"]:hover {

	-webkit-box-shadow: 0 0 12px rgba(27,187,234,0.7);
  -moz-box-shadow: 0 0 12px rgba(27,187,234,0.7);
  box-shadow: 0 0 12px rgba(27,187,234,0.7);
}

	
/* ============================ Layout - Header ============================ */

#bodyheader {
  margin-bottom: 40px;
  border-top: 10px solid #121212;
  border-bottom: 1px solid #BAB293;
  background:  url('images/bg.gif') repeat-x 0 0;

}

#bodyheader .content {
  position: relative;
  width: 960px;
  height: 115px;
  margin: 0 auto 0 auto;
}

#bodyheader .logo {
	position: absolute;
	top:20px;left:0;
	color: #EFE4BD;
	font-size: 40px;
	_text-transform: uppercase;
}
#bodyheader .tagline {
	position: absolute;
	top:75px;
	left:0;
	_font-weight:bold;
	color:white;
	font-size:24px;
}

/* ================= mynav  ============================ */

#mynav {
	width: 100%;
	position: absolute;
	top:120px;
	left:0;
	}

#mynav ul {
  list-style: none;
	z-index: 200;
}

#mynav ul li {
  position: relative;
  float: left;
	margin: 0;
}

#mynav ul li a {
  float: left;
  display: block;
  padding-right:10px;
  border-right:1px solid black;
  margin-right:10px;
  color: brown;
  text-transform: lowercase;
  font-size: 20px;
}

#mynav ul li a:hover {
  color: rgba(0,0,0,0.65);
}


/* ======
.meta {
	position: relative;	
	margin-top: 20px;
	padding: 12px 15px 8px 15px;
	font: normal 8pt/20px;
	color:rgba(0,0,0,0.75);
	background: rgb(240,240,240);
		
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	border-bottom-right-radius: 8px;
}

.meta:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 9px;
	top: 0;
	border: 10px solid;
	border-color: rgb(250,250,250) transparent transparent transparent;
}

/* ============================ Layout - Sidebar ============================ */
.right-side {
	width: 250px;
	padding: 0 0 0 28px;
	margin: 24px 0 0 0;
	float: left;
}

#sidebar {
	width: 250px;
	float: right;
	text-align: left;
	font: normal 10pt/20px;
}
	
#sidebar h2 {
	width: 216px;
	height: 36px;
	padding: 21px 17px 0 17px;
	background: url(images/block.png) 0 0 no-repeat;
}

#sidebar h2  {
	font-size: 22px;
	font-weight: normal;
	text-shadow: #fff 0 1px 0;
	color: #382519;
	float: left;
}

.block-content {
width:240px;
	padding:  0 6px 6px 6px;
	background: url(images/block-content.png) bottom center no-repeat;
}
/* ============================ Layout - Footer ============================ */

.footer {
  position: relative;
  width: 960px;
  margin: 10px auto 10px auto;
  text-align: left;
}