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

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

usage:		creative commons attribution v3.0

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


/* Layout
---------------------------------------------------------*/

body {
	background:#000;
}

#header {
	background:url(/images/bg.gif) bottom repeat-x;
	width:100%;
	height:15em;
	position:relative;
}

#menu	{
	width:50em;
	margin:0 auto;
	padding:4em 0 5.8em 23em;
	height:5.2em;
	position:relative;
}

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

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

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

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

#menu 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;
}

#menu img {
	position:absolute;
	height:10em;
	width:15em;
	left:4em;
	bottom:2em;
}

#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:64em;
	height:40em;
	margin:0 auto;
	padding:2em;
}

noscript p {
	background-color: #EE7700;
	border-color: #000000;
	border-style: solid;
	border-width: 0.2em;
	padding: 0.5em;
	font-size: 2em;
	font-weight: bold;
}

#footer {
	clear:both;
	background:#000;
	height:20em;
	position:relative;
}

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

#footer img {
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-0.9em;
	margin-left:1em;
	height:5em;
	width:5em;
}

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

body {
	color:#333;
}

a {
	color:#090;
}

#header h1 {	
	font-size: 3.6em;
	padding:0;
	margin:0;
	color:#FFF;
}

#content h1 {
	font-size: 2.6em;
	padding:0;
	margin:0;	
}

#content h2 {
	font-size: 1.7em;
	padding-top: 1em;
	padding-left: 1.3em;
	margin: 0;
}

#content p {
	font-size: 1.2em;
	padding-top: 1em;
	padding-left: 1.7em;
	margin: 0.1em;
}

#content ul {
	padding-left: 3.7em;
	margin: 0.1em;
	list-style: circle;
}

#header a {
	text-decoration: none;
}

#menu p {
	cursor: default;
	color:#CF0;	
}

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

#footer {
	color:#CCC;	
}

#footer a {	
	color:#FFF;
	font-size:0.9em;
	text-decoration:none;
}

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

#footer p {
	margin-bottom:0;
}
