/* =INITIAL 
   v2.1, by Faruk Ate' - www.kurafire.net
   Addendum by Robert Nyman - www.robertnyman.com */

html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font: 0.9em/1.1em Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
	font-weight: normal;
}

li, dd, blockquote {
	margin-left: 1em;
}

form label {
	cursor: pointer;
}

fieldset {
	border: none;
}

input, select, textarea {
	font-size: 0.9em;
}

em {
	font-style: italic;
}

strong {
	font-style: bold;
}

/* basic html translations */

a {
	color: #981793;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#pContent a {
	text-decoration:underline;
}

#pContent a:link {
	color:#163555;
}

#pContent a:visited {
	color:#536A93;
}

#pContent a:hover {
	text-decoration:none;
	color:#997D00;
}

a img {
	 border: none;
}

/* =LAYOUT */

body {
	margin: 1em auto;
	max-width: 950px;
	min-width: 780px;
}

p {
	margin: 0;
	padding-bottom: 0.5em;
}

#leaderboard, #header, #container, #footer {
	position: relative;
}

.leaderboard {
	margin: 10px auto;
	width: 728px;
}

#header h1 {
	height: 80px;
	margin:0;
  padding-left: 10px;
}

#container {
	width:100%;
	float: left;
	overflow: hidden;
}


/* default narrower central column */
#pContent {
	margin: 0 200px 0 180px;
	padding: 0 0.7em 0;
}

#navigation {
	width:180px;
	margin-left: -100%;
	float: left;
}

#sContent {
	width:200px;
	margin-left: -200px;
	float: right;
}

/* wider central column */
body#wide #pContent {
	margin: 0 350px 0 180px;
}

body#wide #navigation {
	width:180px;
	margin-left: -100%;
}

body#wide #sContent {
	width:350px;
	margin-left: -350px;
}


#footer {
	clear: both;
	width: 100%;
}

#footer p {
	margin: 0;
	padding: 5px 10px;
}


/* =GENERIC MODULES */

.box {
	margin: 0 0 1em 0;
	padding: 0;
}
.box > * {
	padding: 0 0.5em;
}


/* (!ie) dependant on ie.css */
.colwrap {
	margin: 0;
	padding: 0;
	overflow: auto;
}

/* two columns inside center */
.col1 {
	position: relative;
	width: 48%;
	margin: 0 2% 0 0;
	padding: 0;
	float: left;
}

.col2 {
	position: relative;
	width: 49%;
	margin: 0;
	padding: 0;
	float: left;
}


.colwrap .box {
	margin: 2em 0 0 0;
	padding: 0;
}

.colwrap .box > * {
	padding: 0 0.5em;
}

.colwrap .box h4 {
	font-size: 1.2em;
	margin: 0;
	margin-top:-0.9em;
	padding: 0 0 0 0.6em;
	width: 60%;
}

/* =HEADINGS */
h2 {
	font-size: 1.6em;
	margin: 0.6em 0;
}
h3 {
	font-size: 1.5em;
	margin: 0.6em 0;
}

h4 {
	font-size: 1.35em;
	margin: 0.6em 0;
}

h5 {
	font-size: 1.2em;
	margin: 0.5em 0;
}

h6 {
	font-size: 1em;
	margin: 0.4em 0;
}

/* =SITENAV */

#siteNav {
	text-transform: uppercase;
	font:10px/1.3em Arial, Verdana, Helvetica, sans-serif;
	background-color: #878787;
	
}
#siteNav ul {
	margin: 0;
	padding: 0;
	display: block;
	list-style: none;
	text-align: right;
	font-weight: bold;
	color: #fff;
}

#siteNav li {
	margin: 0;
	padding: 0;
}

#siteNav li a,
#siteNav li a:hover {
	display: block;
	color: #fff;
	text-decoration: none;
	position: relative;
	padding: 0.3em 0.5em;
}

#siteNav li a:hover {
	background-color: #686868;
}

/* =SITENAV Flyout */
#siteNav ul li ul,
#siteNav ul li li,
#siteNav ul li li a {
	text-align: left;
	text-transform: normal;
	width: auto;
	display: block;
	background-color:#686868;
}

#siteNav ul li ul {
	position: absolute;
	left: 190px;
	width: 180px;
	border: 1px solid #ccc;
	margin-top: -20px;
	padding: 0;
	z-index: -1;
}

#siteNav ul li:hover ul {
	 z-index: 101;
}

/* =SITENAV here state */
body.home li#mnhome a,
body.news li#mnnews a,
body.topics li#mntopics a,
body.mag li#mnmag a,
body.enews li#mnenews a,
body.discuss li#mndiscuss a,
body.res li#mnres a,
body.events li#mnevents a,
body.rss li#mnrss a,
body.ser li#mnser a {
	color: #44070A;
	background-color: #e5e5e5;
}

body.home li#mnhome ul,
body.news li#mnnews ul,
body.topics li#mntopics ul,
body.mag li#mnmag ul,
body.enews li#mnenews ul,
body.discuss li#mndiscuss ul,
body.res li#mnres ul,
body.events li#mnevents ul,
body.rss li#mnrss ul,
body.ser li#mnser ul {
	position: relative;
	left:0;
	width: 100%;
	border: none;
	margin-top: 0;
	padding: 0;
	z-index: 1;
}
/* =SECTION SPECIFIC */

/*sponsored links */
.sponsored {
}

.sponsored a {
	font-weight: bold;
}

/* ad space */
.ad {
	width: 100%;
	margin: 0.5em 0;
}

.ad img {
	margin: 0 0 0.5em 0;
}

/* =COLOR */

/*  =COLOR :LAYOUT */
#wrap {
	border:1px solid #999999;
}

#header h1 {
	line-height: 80px;
	background: #eee;
	color: #79B30B;
}


#pContent p {
	line-height: 1.4;
}

#sContent {
	/* background: #FF8539; */
}

#navigation {
	background: #B9CAFF;
}

#footer {
	background: #333;
	color: #fff;
}

/* two columns inside center */
.col1 {
	background-color: #fff;
}

.col2 {
	background-color: #fff;
}

.colwrap .box {
	border-top: 1px dashed #BFBFBF;
	/*border-left: 1px dashed #BFBFBF;*/
}

.colwrap .box h4 {
	text-transform: uppercase;
	line-height: 1em;
	background-image: url(../graphics/h3-bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 11px;
}

/*  =COLOR :SECTION SPECIFIC */
.intro {
	font-size: 1.1em;
	line-height: 1.1em;
}

/* ad space */
.ad {
	color: #C2C2C2;
	font-size: 0.8em;
	text-transform: uppercase;
	background-color: #eee;
	text-align: center;
}