﻿
/*---------------------------------------------------------

template:	lorem
version:	1.0
author:		gorotron
website:	http://www.gorotron.com

usage:		creative commons attribution v3.0

---------------------------------------------------------*/


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

* {
	padding:0;
	margin:0;
		
	
	
}


body {
	background:#000;
}

#header {
	background:url(../images/bg.gif) bottom repeat-x;
	width:100%;
	height:15em;
	position:relative;
}

#masthead	{
	width:53em;
	margin:0 auto;
	padding:4em 0 5.8em 19em;
	height:5.2em;
	position:relative;
}

#masthead ul {
	position:absolute;
	bottom:0;	
	z-index:0;
}

#masthead li {
	float:left;
	margin-right:10px;
	
}

#masthead li a {
	
	display:block;
}

#masthead li:hover {

	
}

#masthead li a strong {
	padding:0.5em 10px 0.5em 0; 
	margin-left:10px;
	display:block;	
	
}

#masthead img {
	position:absolute;
	height:100px;
	width:300px;
	bottom:40px;

	left:0;
	
	}

#main {
	background:#FFF url(../images/main.gif) repeat-x;
	width:100%;
	z-index:2; /* Covers up annoying IE7 nav bar spacing issue. */
	position:absolute;
}

#content {
	background:#FFF url(../images/main.gif) repeat-x;
	width:72em;
	margin:0 auto;
	padding:2em;
}

#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;
		position:relative;
}


.article11 {
	width:49.5em;
	padding-bottom:6.5em;
	padding-right:2em;
	}



.article ul {
	margin:1em 0;	
}

.article li {
	margin-left:1.5em;
	margin-bottom:0.5em;
}

#subContent ul li {
	background:url(../images/bullet.gif) left no-repeat;
	padding-left:1em;
}

.article 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;
}

.hr {
	width:55em;
	height:128px;
}

#footer {
	clear:both;
	background: #090909;
	height:10em;
	position:relative;
}

#footer ul {
	position:absolute;
	text-align:center;
	right:50%;
	top:50%;
	margin-top:-4em;
	padding:3em 1em;
	border-right:1px solid #CF0;
}

/* Typography
---------------------------------------------------------*/

body {
	font:62.5% "Trebuchet MS"; /* Change this % to alter the size of the whole page */
	color:#333;
}

a {
	text-decoration: underline;
	color: #394A00;
;
}


#body a.hover {
	color: #AAD727;
}




p {
	line-height:1.5em;	
	font-size:1.2em;
	margin-bottom:1em;
}

h1 {	
	color:#FFFFFF;
	text-align:right;	
}



h2 {
	font-size:2em;	
	line-height:1.5em;
	margin-bottom:0.5em;
}

h3 {
	font-size:2em;	
	line-height:1.5em;
	margin-bottom:0.5em;
}



blockquote {
	border-left:0.3em solid #090;
	padding-left:2em;
	margin-left:1em;	
	color:#666;
}

.article li {
	font-size:1.3em;
}

.comments {
	font-size:0.95em;
}


#subContent h2 {
	font-size:1.3em;	
}


#subContent p {
	font-size:1.1em;	
}



#masthead p {
	color:#AAAAAA;
	text-align:right;
			
}

#masthead li a {
	font-size:1.5em;
	color:#AAAAAA;
	text-decoration:none;
}

#masthead li a:hover {
	font-size:1.5em;
	color:#AAD727;
	}





#footer {
font-size:1em;
text-align:center;

	color: #AAAAAA;
}

#footer a {	
	color:#77AA33;	
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;	
}

