
/*---------------------------------------------------------

template:	lorem
version:	1.0
author:		gorotron
website:	http://www.gorotron.com

usage:		creative commons attribution v3.0

---------------------------------------------------------*/


/* Layout
---------------------------------------------------------*/

* {
	padding:0;
	margin:0;	
	border:0px none;; list-style-type:none
}

body {
	background:#000;
}

#header {
	background:url('../images/bg.gif') repeat-x bottom;
	width:100%;
	height:15em;
	position:relative
}

#masthead	{
	width:50em;
	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;
	background:#d8ed46 url('../images/nav_over.gif') repeat-x bottom;
}

#masthead li a {
	background:url('../images/nav_over_left.gif') no-repeat top left;
	display:block
}

#masthead li:hover {
	background:#d8ed46 url('../images/nav_under.gif') repeat-x bottom;
}

#masthead li a strong {
	margin-left:10px;
	display:block;	
	background:url('../images/nav_over_right.gif') no-repeat top right;; padding-left:0; padding-right:10px; padding-top:0.5em; padding-bottom:0.5em
}

#masthead img {
	position:absolute;
	height:10em;
	width:15em;
	border:0.3em solid #FFF;
	left:0;
	bottom:2em;
	outline:0.2em solid #000;
}

#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;
	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;
	background:url('../images/hr.gif') no-repeat right bottom;
	position:relative
}

.article ul {
	margin:1em 0;	
}

.article li {
	margin-left:0.5em;
	margin-bottom:1.5em;
}

.article ul li, #subContent ul li {
padding-left: 1em;
padding-bottom: 1em;
background-repeat: no-repeat;
background-position: top;
}

.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:#000;
	height:13em;
	position:center;
}

#footer ul {
	text-align:center;
	right:+27%;
	top:50%;
	margin-top:0em;
	padding:0em 0em;
}

/* Typography
---------------------------------------------------------*/

body {
	font:65.5% "Trebuchet MS"; /* Change this % to alter the size of the whole page */
	color:#333;
}

a {
	color:#090;
}

p {
	line-height:1.5em;	
	font-size:1.3em;
	margin-bottom:1em;
}

h1 {	
	font-size: 3.6em;
	padding:0;
	margin:0;
	color:#FFF;
}

h2 {
	font-size:2em;	
	line-height:1.5em;
	margin-bottom:0.5em;
}

blockquote {
	border-left:0.3em solid #090;
	padding-left:2em;
	margin-left:1em;
	font-size:1.2em;	
	color:#black;
}

.article li {
	font-size:1.2em;
}

.comments {
	font-size:0.95em;
}

#subContent h2 {
	font-size:2em;	
}

#subContent p {
	font-size:2em;	
}

#masthead p {
	color:#CF0;	
}

#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;
}

div.blogpost {
	line-height:1.5em;	
	font-size:1.3em;
	margin-bottom:1em;
}

p.post-footer {
	font-size:1.00em;
}

div.comments {
	font-size:1.00em;
}
p.postfeeds {
	font-size:1.00em;
}
div.post-body {
	line-height:1.5em;	
	font-size:1.3;
	margin-bottom:1em;
}
p.blogger-labels {
	font-size: 1em;
	padding-top: 1em;
}
h1.post-title {
	font-size: 3em;
}
h2.post-title {
	font-size: 2em;
}
h3.post-title {
	font-size: 1.5em;
}
dl.links {
	font-size: 1em;
}
dl dt {
	padding: 1.2em;
	font-size: 1.3em;
	font-weight: bolder;
}
dl dd {
	font-size: 1.3em;
	padding-left: 1.5em;
}




