/* Layout
---------------------------------------------------------*/

* {
	padding:0;
	margin:0;	
	list-style:none;
}

body {
	background:white;
}
/* leave sizing alone, all ok msc */
#header {
	background:url(../images/bg.gif) repeat-x 50% bottom;
	width:100%;
	height:105px;
	position:relative;
}
/*width size for header buttons */
#masthead	{
	width:80em;
	margin:0 auto;
	padding:1em 0 5.8em 12em;
	height:3.5em;
	position:relative;
}

#masthead ul {
	position:absolute;
	bottom:0;	
	z-index:0;
}

#masthead li {
	float:left;
	margin-right:8px;
	background:#d8ed46 url(../images/nav_over.gif) repeat-x 50% bottom;
}

#masthead li a {
	background:transparent url(../images/nav_over_left.gif) top left no-repeat;
	display:block;
}

#masthead li:hover {
	background:#d8ed46 url(../images/nav_under.gif) bottom repeat-x;
}

#masthead li a strong {
	padding:0.5em 10px 0.5em 0; 
	margin-left:10px;
	display:block;	
	background:transparent url(../images/nav_over_right.gif) top right no-repeat;
}
/* Header image */
#masthead img { position: absolute; height:103px; width:109px; left:0; bottom:0; border-style: solid; outline-style: solid; outline-width: 0; }
#main { background:#fff url(../images/main.jpg) repeat-x; width:100%; z-index:2; /* Covers up annoying IE7 nav bar spacing issue. */
	position:absolute; }

#content {
	background:#fff;
	width:90em;
	margin:0 auto;
	padding:1em;
}

#subContent {
	width:18em;	
	padding-left:2em;
	background:url(../images/green_vr.gif) repeat-y;
	float:right;
}

.article {
	width:49.5em;
	padding-bottom:6.5em;
	padding-right:2em;
	background:url(../images/hr.gif) right bottom no-repeat;
	position:relative;
}

.article ul {
	margin:1em 0;	
}

.article li {
	margin-left:1.5em;
	margin-bottom:0.5em;
}

.article ul li, #subContent ul li {
	background:url(../images/bullet.gif) left no-repeat;
	padding-left:1em;
}

.comments {
	position:absolute;
	right:3em;	
	bottom:3em;
}

.article .comments li {
	display:inline;
	margin:0;
	padding:0;
	background:none;
}

#footer {
	clear:both;
	background:#000;
	height:3px;
	position:relative;
}

#footer ul {
	position:absolute;
	text-align:right;
	right:50%;
	top:50%;
	margin-top:-4em;
	padding:3em 1em;
	border-right:2px solid #cf0;
}

#footer img {
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-2.9em;
	background:#ccc;
	margin-left:1em;
	height:16px;
	width:5em;
	border:solid 5px #fff;
	outline:solid 0.1em #333;
}

/* Typography
---------------------------------------------------------*/

body {
	font:62.5% "Trebuchet MS"; /* Change this % to alter the size of the whole page */
	color:#333;
}

a {
	color:blue;
}

p {
	line-height:1.5em;	
	font-size:1.2em;
	margin-bottom:1em;
}

ol li {
	margin-left: 3em

}

h1 {	
	font-size: 3em;
	padding:0;
	margin:0;
	color:#fff;
}

h2 {
	font-size:2em;	
	line-height:1.5em;
	margin-bottom:0.5em;
}

h3 { color: #9a0000; font-size:18px; font-weight: bold; margin-bottom:0.5em; }

h4 {	
	font-size: 22px;
	padding:0;
	margin:0;
	color:#9A0000;
}
h5 {	
	font-size: 24px;
	padding:0;
	margin:0;
	color:#333333;
}
blockquote {
	border-left:0.3em solid #090;
	padding-left:2em;
	margin-left:1em;	
	color:#666;
}

.article li {
	font-size:1.2em;
}

.comments {
	font-size:0.95em;
}

#subContent h2 {
	font-size:1.3em;	
}

#subContent p {
	font-size:1.1em;	
}

#masthead p { color:#cf0; font-size: 16px; }

#masthead li a {
	font-size:1.2em;
	color:#000;
	text-decoration:none;
}

#footer {
	color:#CCC;	
}

#footer a {	
	color:#FFF;	
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;	
}

#footer p {
	margin-bottom:0;
}
.input-text{
border:1px solid #3b6e22;
color:#666666;
}
