/* 
	default.css
	default styles for the aliendvr.com web site
*/

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: smaller;
	margin: 0;
	padding: 0;
	background-color: #25314B;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

#container {
	width: 100%;
	background: url(../images/mainbkgd.jpg) repeat-y 18% top;
	min-width: 750px;
}

#main {
	float: left;
	width: 70%;
	clear: both;
	margin-bottom: 10px;
}

div.gutter {
	margin: 0 0.5em;
}

span.alientitle {
	color: #FFF;
}

/******************* header section ***********************/

#header {
	background: url(../images/header.jpg) no-repeat right top;
	margin: 0;
	padding: 5px 0 0;
	border-bottom: 2px solid #697187;
	float: left;
	width: 100%;
}

#header h1 {
	margin: -49px 0 0 -400px;
	color: #DED9E7;
}

#header h2 {
	margin: 0 0 8px 20px;
	font-style: italic;
	font-size: 180%;
	color: #FFF;
}

#hdmenu {
	margin: 0 20px 10px 0;
}

#hdmenu li {
	float: right;
	padding: 0 10px;
	border-left: 1px solid #A78ECF;
	font-size: 70%;
}

#hdmenu li.lastitem {
	border-left: none;
}

#hdmenu li a {
	color: lightgrey;
}

#today {
	color: #DDD8DE;
	font-size: 80%;
	margin-bottom: 0;
	margin-top: -9px;
	margin-left: 20px;
}

#logohd {
	margin-top: 3px;
	margin-left: 20px;
}

/******************** main menu section ***********************/
#lmenucol {
	float: left;
	width: 25%;
}

#mainmenu {
	font-size: 90%;
	margin: 10px auto;
}

#mainmenu li {
	margin: 0 5px;
	border-bottom: 1px #A6C8EA solid;
	padding: 3px 2px;
	font-size: 91%;
}

#mainmenu li a {
	text-decoration: none;
	color: #45506F;
}

#mainmenu li span.itemhd {
	color: #000;
}

#mainmenu li.homelink a {
	font-weight: bold;
}

#mainmenu li a:hover, #mainmenu li a:hover span.itemhd {
	color: #6C5CF7;
}

#mainmenu li.menuhd {
	font-weight: bold;
	color: #CC0000;
}

#whois {
	padding: 5px;
	margin-right: 16px;
	border: 1px solid #A6C8EA;
}

#whois a {
	font-size: 90%;
	line-height: 20px;
	text-align: justify;
	color: #45506F;
}

/************************* bookit section **************************/
#bookit {
	background: url(../images/book_fav.png) no-repeat left 50%; 
	padding: 12px 0 10px 33px; 
	margin: 10px;
}

#bookit a {
	font-size: 90%;
	line-height: 20px;
	color: #45506F;
	text-decoration: underline;
}

/******************** maincol section ************************************/
#maincol {
	width: 74%;
	float: left;
	color: #414457;	
}

#maincol h2 {
	font-size: 120%;
}

#maincol p {
	text-align: justify;
	line-height: 1.5em;
}

#rmenucol {
	width: 30%;
	float: left;
}

#maincol div.gutter {
	margin-top: 10px;
}

/***************** class hdgrab section **********************/

#maincol div.hdgrab {
	float: right;
	width: 200px;
	margin: 10px;
	border-top: 1px solid #8C819F;
	border-bottom: 1px solid #8C819F;
	padding: 3px;
	background-color: #eeeeee;
}

#maincol div.hdgrab p {
	font-size: 150%;
	color: #45506F;
	margin: 0;
	text-align: center;
}

#maincol a {
	color: #20242F;
	text-decoration: underline;
}

#maincol a:hover {
	text-decoration: none;
}

#pageicon {
	float: left;
	margin: 0 5px 3px 0;
}

#maincol p.note {
	font-size: 85%;
}

/******************** right menus section *********************/

#howtomenu, #supmenu {
	margin: 10px 5px 20px;
	padding: 5px;
}

#howtomenu h3, #supmenu h3 {
	margin: 0;
	padding: 0 0 0 6px;
	border: 1px solid  #999;
	background: #7E7E7E url(../images/rmenuhdbkgd.jpg) repeat-y right top;
	font-size: 90%;
	font-weight: normal;
	color: #191F3F;
}

#howtomenu ul, #supmenu ul {
/*	background-color: #FFFFFF;
	padding: 5px;*/
}

#howtomenu ul li, #supmenu ul li {
	margin: 0;
	font-size: 80%;
	background: #DDD8DF url(../images/greenlink.jpg) no-repeat 6px 50%;
	padding: 5px 0 5px 25px;
	border: 1px solid #999;
	border-top: none;
}

#howtomenu ul li a, #supmenu ul li a{
	color: #414457;
	text-decoration: underline;
}

#howtomenu ul li a:hover, #supmenu ul li a:hover{
	text-decoration: none;
}
/************************* footer section ****************************/

#footer {
	clear: both;
	width: 100%;
	font-size: 70%;
	text-align: center;
	color: #828CA7;
	border-top: 1px solid #697187;
	background-color: #25314B;
}

#footer p {
	margin: 0 20%;
	padding: 7px 0 0;
}

