@import url('css/typography.css');
@import url('css/image-rotation.css');
body {

	margin: 0px;
}

.container{
	width: 860px;
	padding: 0px 20px;
	margin: 0px auto;
}

.column{
	width: 270px;
	margin: 0px 0px 0px 25px;
	float: left;
}
.column.first{
	margin-left: 0px;
}

#header{
	background: #fff url('images/body_bg.png') repeat-x top left;
	margin: 0px auto;
	padding: 0px;


}

#header .container{
	width: 900px;
	margin: 0px auto;
	height: 150px;

	margin-bottom: -10px;

	position: relative;
	padding-top: 20px;
	background: transparent url('images/header.png') no-repeat top left;
}

#header #logo{
	background: transparent url('images/logo.png') no-repeat top left;
	height: 210px;
	width: 227px;
	position: absolute;


	left: -113px;
	margin-bottom: -50px;
	top: 0px;
	z-index: 99;
	cursor: pointer;
}
#header .container h1{
	cursor: pointer;
}
#header .container h1, #header .container h2, #header .container div{
	margin: 0px 0px 0px 25px;
	float: left;
	width: 270px;
	height: 150px;
	text-indent: -9999px;
}

#header .container h1{
	margin-left: 0px;
	background: transparent url('images/title.png') no-repeat top right;		
}
#header .container h2{
	background: transparent url('images/subtitle.png') no-repeat top left;			
}


 #rotating-image{
 	margin: 0px;
	width: 270px;
	height: 150px;
	display: block;
	background-repeat: no-repeat;

	background-color: transparent;
}

/*
 * Navigation
 */

#nav{
	width: 860px;
	padding: 0px 20px;
	margin: 0px auto;
}

#nav ul{
	height: 42px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	clear: both;
}

#nav ul li{
	display: block;
	float: left;
	margin: 0px;
	line-height: 40px;
	height: 39px;
	padding-top: 1px;
}

#nav ul li a{
	display: block;
	float: left;
	padding: 0px 15px;
	color: #acf;
	text-decoration: none;
	font-size: 1.2em;


}

#nav .main{
	padding-left: 120px;
}


#nav .main .current_page_item a, #nav .main li a:hover, #nav .main .current_page_ancestor a{
	background: #222;
	border: 1px solid #1e1e1e;
	border-top-color: #444;
	border-bottom-color: #222;
	color: #ccc;
	margin: -1px;
	text-decoration: underline;	
}

#nav ul.sub.indent{
	padding-left: 130px; 
}
#nav .sub li a{
	padding-left: 0px;
	padding-right: 15px;
	letter-spacing: 0px;
	font-size: 0.9em;
	font-weight: normal;	
	outline: none;
	color: #ccc;
}
#nav .sub .current_page_ancestor a, #nav .sub .current_page_item a, #nav .sub li a:hover{
	text-decoration: underline;
}

/* Dropdowns */


#nav ul li ul {
	position: absolute;
	left: -999em;
	background: #333;
	margin-top: 40px;

}

#nav ul.main ul ul{
	margin: -1em 0 0 10em;		
}

#nav ul.main, #nav ul.main ul {

	line-height: 1;

}


#nav ul li.page_item:hover ul {
	left: auto;

}
#nav ul ul li.page_item{
	height: auto;
	display: block;
	float: none;

}
#nav ul ul li.page_item a{
	font-size: 12px;
	display: block;
	width: 20em;
	background: #333;
	padding-left: 5px;
	height: auto;
	float: none;
	line-height: 1;
	padding: 10px 5px;


}
#nav .main .page_item ul li.page_item a{
	margin: -1px 0px;
	border: 0px;
		border-left: 1px solid #666;
	background: #333;
	text-decoration: none;
}
#nav .main .page_item ul li.page_item a:hover{
	background: #222;
	text-decoration: underline;	
}

#nav ul.main li:hover ul ul, 
#nav ul.main li:hover ul ul ul, 
#nav ul.main li:hover ul ul ul ul, 
#nav ul.main li.sfhover ul ul, 
#nav ul.main li.sfhover ul ul ul, 
#nav ul.main li.sfhover ul ul ul ul {
	left: -999em;
}

#nav ul.main li:hover ul, 
#nav ul.main li li:hover ul, 
#nav ul.main li li li:hover ul, 
#nav ul.main li li li li:hover ul, 
#nav ul.main li.sfhover ul, 
#nav ul.main li li.sfhover ul, 
#nav ul.main li li li.sfhover ul, 
#nav ul.main li li li li.sfhover ul {
	left: auto;
	border-top: 1px solid #666;	

}


/*
 * Body Area
 */

#body{
	padding: 1.68em 0px;
	background: #fff url('images/content_bg.png') repeat-x top left;
}
#body .container .content{
	width: 565px;
	margin-right: 25px;
	float: left;
}
#body.full .container .content{
	width: 	860px;
}

#body .container .sidebar{
	width: 270px;
	margin: 0px;
	float: left;	
}

#body .container .sidebar ul{
	list-style: none;
	padding: 0px;
	margin-left: 0px;
}

#body .container .sidebar ul li a{
	text-decoration: none;
}
#body .container .sidebar ul li.current_page_item a,
#body .container .sidebar ul li a:hover{
	text-decoration: underline;
}



/*
 * Footer
 */

 #footer{
 	clear: both;
	border-top: 2px solid #111;
	background: #222;
	color: #999;
	padding: 1.68em 0px;
 }

#footer h4{
	color: #ccc;
}
#footer .column ul{
	margin: 0px;
	padding: 0px;
}
 #footer .disclaimer{
 	font-size: 0.8em;
	color: #666;
	float: right;
	width: 270px;
 }

 #footer .trademarks{
	clear: both;
	text-align: center;
	padding: 2.4em 0px 0px 0px;
	color: #999;
 }

 .clear{
 	height: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 1px;
	clear: both;
	text-indent: -9999px;
	padding-bottom: 0px;
 }
 
 /* ============ Paypal Links ============= */

.buy-now p, .buy-now form{
	float: left;
	line-height: 1.4em;
	margin: 0px;
	margin-right: 20px;
	font-weight: bold;
}

/* ============= Image Alignment ============= */

.wp-caption{
	display: block;
	margin: 0px 20px;
	border-top: 1px dotted #ddd;

	background-color: #fff;
	text-align: center;
}

.alignleft{
	float: left;
	margin-left: 0px;
}

.alignright{
	float: right;
	margin-right: 0px;
}

.wp-caption p{

	display: none;
}

#wp-calendar tr td,
#wp-calendar tr td.padday,
#wp-calendar tr th,
#wp-calendar caption#calendar-month{
	background-color: transparent;
	border: 0px;
}

#calendary_wrap #wp-calendar tbody tr td#todayWidget{
	border-color: #666;
}

.EC_title,
.EC_description,
.EC_location{
	color: #ccc;
}
