@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
/*	padding-bottom: 10px;*/
	padding-left: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	margin-left: 20px;
}
blockquote {
  margin: 0 20px;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}

/**************************************************************************/
/*  begin redefining styles - these may be changed to suit your template  */
/**************************************************************************/

body {
	line-height: 100%;
	background-color:#000;
	background:url(../images/bodybackground.png);
	background-repeat:repeat;
	color: #EEEEDF;
	font-family: "normal Verdana", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 110%;
  font-weight: bold;
  margin-bottom: .5em;
}
h1 {
	font-size: 22px;
	padding-top:5px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 15px;
}
h6 {
  font-size: 14px;
}

a:link, a:visited {
  text-decoration: underline;
  color: #da800b;
/*  color: #d3d3cc;*/
}
a:hover {
  color: #d00;
}
a:active {
  color: #069;
}

.emphasis {
	color: #f4e593;
}

.medium_emphasis {
	color: #f4e593;
	font-style: italic;
}

.strong_emphasis {
	color: #f4e593;
	font-weight: bold;
}

.weak_emphasis {
	color: #006040;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

.italic {
	font-style: italic;
}

.code{
	font-family: 'Courier New', 'Nimbus Mono L', monospace;
/*	font-family: 'Courier New', serif;*/
	font-size: 13px;
	color: #ffffff;
	background-color: #555;
}

.inline_code_bkg{
	font-family: 'Courier New', 'Nimbus Mono L', monospace;
/*	font-family: 'Courier New', serif;*/
	font-size: 13px;
	color: #ffffff;
	background-color: #555;
}

.inline_code{
	font-family: 'Courier New', 'Nimbus Mono L', monospace;
/*	font-family: 'Courier New', serif;*/
	font-size: 13px;
}

.inline_syntax_bkg {
  font-style: italic;
	color:#f3be58;
}

.syntax_keyword {
  font-style: italic;
	color:#f3be58;
}

.syntax_literal {
	font-weight: bold;
	color:#f3be58;
}

.syntax_delim {
	color:green;
}

/**************************************************************************/
/*                Control output to specific devices                      */
/**************************************************************************/

/* bug: we can't target an element to display for mobile devices only */
@media screen {
  .noscreen {
    display: none !important;
    visibility: hidden !important;
  }
}

@media screen and (max-width: 599px) {
  .nomobile {
    display: none !important;
    visibility: hidden !important;
  }
}

@media print {
  .noprint {
    display: none !important;
    visibility: hidden !important;
  }
}


/* `Clear Floated Elements
--------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2009/12/06/new-clearfix-hack */
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

/*
	The following zoom:1 rule is specifically for IE6 + IE7.
	Move to separate stylesheet if invalid CSS is a problem.
*/
* html .clearfix,
*:first-child+html .clearfix {
	zoom: 1;
}

#container {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000;
	height:auto;
} 

#header {
	background-image: url(../images/header.png);
	width: 1000px;
	height: 100px;
	background-color: #000;
	font-family: "Trajan Pro", "Times New Roman", Arial, Helvetica;
  font-weight: bold;
	font-size: 20px;
	color:#eae4c8;
} 

#header_content {
	vertical-align: middle;
	padding-top: 50px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.logo {
	left:150px;
	top:20px;
	position:absolute;
}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#mainContent {
	background-color:#000;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 50px;
	padding-left: 50px;
	background-image:url(../images/side.png);
	background-repeat:repeat-y;
	position:relative;
	height:635px;
	color:#FFF;
} 

#mainContentsub {
	background-color:#000;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 35px;
	padding-left: 35px;
	background-image:url(../images/side.png);
	background-repeat:repeat-y;
	height:auto;
	position:relative;
} 

.Content {
	background-color:#000;
	width:700px;
	height:auto;
	position:relative;
	margin-left: 100px;
	margin-top: 30px;
	margin-right: 100px;
	margin-bottom: auto;
} 
#footer {
	background-image: url(../images/bottom.png);
	width: 980px;
	height: 35px;
	margin-top:0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#menu { margin:5px auto; }
