/*
Theme Name: Adventure Marathon theme 2
Theme URI: http://entheosit.com/
Description: Adventure Marathon theme
Version: 1.0
Author: John Joseph Adigue
Author URI: http://entheosit.com/


*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
text-decoration:none;
}
li.ngg_images{
	list-style:none;
}
li.ngg_images h2{
	font-size:20px;
	font-weight:bold;
}
/* Begin Typography & Colors */
body {
	font-size: 82.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #282828 url('images/header-bg.jpg');
	background-repeat:repeat-x;
	color: #6b6b6b
}
#wrapper{
	width:922px;
	margin:0px auto;
}
.header{
	height:78px;
}
#logo{
	margin-top:2px;
	background:url(images/logo.png) no-repeat;
}
#logo, #logo span, #logo a{
	height:70px !important;
	width:270px !important;
}
#logo a{
	display:block;
}
#logo span{
	display:none;
}
.mainContent{
	background-color:#FFFFFF;
	border-bottom:15px solid #202020;
}

/*
* menu bar
*/
.menuBar{
	height:40px;
	overflow:hidden;
	background:url(images/menu-bg.jpg) repeat-x;
	
}
.menuBar ul li{
	float:left;
	padding-right:20px;
	padding-left:20px;
	line-height:40px;
	display:inline;
	list-style:none;
}
.menuBar ul li a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#1d1d1d;
}
.menuBar ul li{
	background:url(images/menu-bg-pipe.jpg) no-repeat;
}
.subscribe-bar{
	background:url(images/email-subscription-bg.jpg) repeat-x;
	height:33px;
	text-align:right;
	color:#FFFFFF;
	padding-top:8px;
	padding-right:30px;
	font-size:10px;
}
.subscribe-bar input{
	width:130px;
}
.subscribe-btn{
	width:30px !important;
	height:24px;
	border:0px;
	background:url(images/email-subscription-btn.jpg) no-repeat;
	margin-left:10px;
}
/*
* footer
*/
.footer{
	height:110px;
	background-color:#000000;
	color:#FFFFFF;
}
.sponsor, .credits{
	width:922px;
	margin:0px auto;
	
	line-height:30px;
	font-size:10px;
	
}
.sponsor{
	height:80px;
	background-color:#202020;
	text-align:center;
	
}
.sponsor img{ 
	margin-right:20px;
}
.sponsor li{
	list-style:none;
	display:inline;
	float:left;
	margin:0px 20px;
}
.copyrights{
	width:380px;
 	float:left;
}
.footerlink{
	width:500px;
	text-align:right;
	float:right;
}
.footerlink li{
	list-style:none;
	display:inline;
	padding-left:7px;
}
.footerlink li a{
	color:#FFFFFF;
}
.footer h2{

	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
}
/*
*  content
*/
#main{
	font-size: 82.5%; /* Resets 1em to 10px */
	
}
#main a{
	color:#cf5e1a;
}
.col1{
	float:left;
	width:292px;
	padding:10px 3px 10px 20px;
}
.col1 li{
	list-style:url(images/bullet.jpg);
	margin-bottom:15px;
}

.col1 li a{
	

	font-weight:bold;

}
.col1 ul{
	margin-left:20px;
}
.col2{
	float:left;
	width:292px;
	padding:10px 3px 10px 15px;
}
.col3{
	float:left;
	width:280px;
	padding:10px 3px 10px 10px;
}
.col4{
	float:left;
	width:600px !important; 
	padding:10px 3px 10px 20px;
}
.welcomemsg h2{
	color:#666666;
	font-size:24px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
h3{
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
h3 span{
	font-weight:normal;
}
.boxcont{
	padding-top:15px;
	padding-bottom:15px;
	line-height:18px;
}
.ads{
	padding-top:3px;
	padding-bottom:3px;
	background-color:#e9e9e9;
	width:267px;
	text-align:center;
}
.ads img{
	margin:5px 0 ;
}
.datetxt{
	color:#cf5e1a;
}
.more-link{
	font-weight:bold;
}

/*
* other
*/
.avatar{
width:50px; height:50px;
float:left;
margin-right:10px;
}

.avatar-top{
	width:50px;
	height:50px;
	position:absolute;
	z-index:50px;
	margin-left:0px;
	background-image:url(images/avatar-top.png);
}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

#twitter {
	position:absolute;
	top:15px;
	width:203px;
	height:47px;
	z-index:1;
	margin-left:700px;
}
#servertime{
float:left;
width:360px;
text-align:left;
padding-left:20px;
padding-top:7px;

}
.registrationinfo{width:600px; margin-left:20px; padding:2px;border:1px solid #E2E2E2;}
.registrationinfo table thead th{
	color:#CC6600;
}
.registrationinfo table td,.registrationinfo table th{
	padding:5px;
	border-bottom:1px dotted #CCCCCC;
}

.hotelrates{padding:2px;border:1px solid #E2E2E2;}
.hotelrates table thead th{
	color:#CC6600 !important;
}
.hotelrates table td,.hotelrates table th{
	padding:5px;
	border-bottom:1px dotted #CCCCCC;
}
.damForm input[type=text],.damForm select,.damForm textarea{
	width:250px;
}
.damForm td{
	padding:0 0 10px 0;
}