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

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

usage:		creative commons attribution v3.0

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


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

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

body {
	background:#000;
}

th {
   font: bold 20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
   border: 1px;
   color: #000;
   letter-spacing: 2px;
   text-align: right;
   padding: 6px 6px 6px 12px;
}

td {
   background: #c6c6c6;
   padding: 6px 6px 6px 12px;
   color: #000008;
}

td.test {
   background: #fff;
   color: #000008;
}

#header {
	background:url(/img/game-renter/bg.gif) bottom repeat-x;
	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:#f68d20 url(/img/game-renter/nav_over.gif) bottom repeat-x;
}

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

#masthead li:hover {
	background:#f68d20 url(/img/game-renter/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(/img/game-renter/nav_over_right.gif) top right no-repeat;
}

#masthead img {
	position:absolute;
	left:-10em;
	bottom:-1.5em;
}

#main {
	background:#FFF url(/img/game-renter/main.gif) repeat-x;
	width:100%;
	z-index:2; /* Covers up annoying IE7 nav bar spacing issue. */
	position:absolute;
}

#content {
	background:#FFF;
	width:100em;
	margin:0 auto;
	padding:2em;
	padding-top:1em;
}

#subContent {
	width:26em;	
	padding-left:2em;
	border-left:1px solid #f68d20;
	/*background:url(/img/game-renter/green_vr.gif) repeat-y;*/
	float:right;
}

.article {
	width:69.5em;
	padding-bottom:1.5em;
	padding-right:1.3em;
	background:url(/img/game-renter/hr.gif) right bottom no-repeat;
	position:relative;
}

.article ul {
	margin:1em 0;	
}

.article li {
	margin-left:2.5em;
	margin-bottom:0.5em;
	padding-left:1em;
	background:url(/img/game-renter/bullet.gif) left no-repeat;
}

.article ul li, #subContent ul li {
	background:url(/img/game-renter/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:#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 #f68d20;
}

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

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

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

a {
  /*	color:#f68d20; */
  	color:#000
}

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

h1 {	
	font-size: 3.2em;
	padding:0;
	margin:0;
	color:#303030;
}

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

h3 {
	font-size:1.6em;	
}

blockquote {
	   /*	border-left:0.3em solid #090;*/
	font-size:1.5em;
	padding-left:2em;
	margin-left:1em;	
	color:#666;
}

.highlight {
	color:#f68d20;
}

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

.comments {
	font-size:0.95em;
}

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

#subContent h3 {
	font-size:1.6em;	
}

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

#centerContent p {
	font-size:1.2em;	
	width: 58em;
}

#masthead p {
	color:#f68d20;	
}

#masthead h2 {
	font-size:2em;	
	color:#f68d20;	
}

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

#footer {
	color:#f68d20;	
}

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

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

#footer p {
	margin-bottom:0;
}
