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

template:	lorem
version:	1.0
author:		gorotron
website:	http://turbopassion.free.fr

usage:		creative commons attribution v3.0

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


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

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

body {
	background:#000;
}

#header {
	background:url(../images/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:absolute;
}


#masthead2	{
	width:328px;
	margin:0 auto;
	padding:0em 0 5.8em 19em;
	height:303px;
	position:absolute;
	left: 430px;
	top: 171px;
}

#masthead22	{
	width:328px;
	margin:0 auto;
	padding:0em 0 0em 0em;
	height:303px;
	position:absolute;
	left: 10px;
	top: 193px;
}

#masthead3	{
	width:489px;
	margin:0 auto;
	padding:0em 0 5.8em 19em;
	height:339px;
	position:absolute;
	left: -112px;
	top: 168px;
}
#masthead ul {
	position:absolute;
	bottom:-4px;
	z-index:0;
	left: 177px;
	width: 564px;
	height: 29px;
}
#masthead3 ul {
	position:absolute;
	bottom:173px;
	z-index:0;
	left: 32px;
	width: 132px;
	height: 131px;
}

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

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

#masthead li:hover {
	background:#00CCFF url(../images/nav_under.gif) bottom repeat-x;
}
#masthead3 li:hover {
	background:#00CCFF 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;
}
#masthead3 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;
}

#masthead img {
	position:absolute;
	height:293px;
	width:363px;
	border:0.3em solid #FFF;
	left:209px;
	bottom:-338px;
	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) 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;
}


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

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






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

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

a {
	color:#000000;
}

p {
	line-height:1.5em;	
	font-size:1.2em;
	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;	
	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:#00CCFF;	
}

#masthead2 p {
	color:#00CCFF;	
}
#masthead2 a {
	color:#00CCFF;	
}

#masthead22 p {
	color:#00CCFF;	
}
#masthead22 a {
	color:#00CCFF;	
}

#masthead22 p a:hover {
	font-size: 14px;
	font-style: oblique;
	text-decoration: none;
}


#masthead3 p {
	color:#00CCFF;	
}

#masthead li a {
	font-size:1.2em;
	color:#000;
	text-decoration:none;
}
#masthead3 li a {
	font-size:1.2em;
	color:#000;
	text-decoration:none;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #00CCFF;
	height: 15px;
	width: 120px;
}
