/* GLOBAL CSS */
/* ALL PAGES */

/* CORE */

html { height: 100%; }
img { border: 0 none; }
p { margin-bottom: 1em; margin-top: 0em; }
ul { list-style-type: square; /* naturally. */ margin: 1em 0 1em; padding: 0; padding-left: 2em; }
form { margin:0; padding: 0; }
    
input.button { background: #F3F3F3; border-bottom: 1px solid #999999; border-left: 1px solid #CCCCCC; border-right: 1px solid #999999; border-top: 1px solid #CCCCCC; color: #666666; font: bold 10px/10px Verdana, Helvetica, sans-serif; margin: 0px; padding: 3px 5px 3px 5px; height: 30px; }
input.text { background: #FFFFFF; border: 1px solid #484848; color: #000000; font: 8pt Arial, Tahoma, Verdana, Helvetica, sans-serif; height: 15px; padding: 3px; width: 300px; }
input.text-inactive { background: #FFFFFF; border: 1px solid #484848; color: inherit; font: 8pt Arial, Tahoma, Verdana, Helvetica, sans-serif; height: 15px; padding: 3px; width: 300px; }
input.text-fixed { background: #f6f6f6; border: 1px solid #484848; color: #303030; font: 8pt Arial, Tahoma, Verdana, Helvetica, sans-serif; height: 15px; padding: 3px; width: 300px; }
textarea { background: #FFFFFF; border: 1px solid #484848; color: #000000; font: 8pt Courier, serif; height: 100px; padding: 3px; width: 452px; height: 120px; }
select {  background: #FFFFFF; color: #000000;  font: 8pt Arial, Tahoma, Verdana, Helvetica, sans-serif; }

/* END CORE */


body {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Tahoma, sans-serif; 
	font-size: 11px;
	letter-spacing: 0px;
	line-height: 1.9em;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #9A9A9A;
	background-image:url(/images/air-wave-background.jpg);
	background-repeat:repeat-x;
	background-color:#020202;
	height:100%;
}

a:link, a:visited, a:active {
	text-decoration: underline ;
	color: #39B8E8 ;
	
}

a:hover {
	text-decoration: none ;
	color: #9CDBF3 ;
}

a.image:link, a.image:visited, a.image:active, a.image:hover {
	border: 0px ;
}

#container {
	position: relative ;
	min-height: 100% ;
}

* html #container {
	height: 100% ;
}

#OuterShell {
}

#topSpacer {
	height:48px;
}

#Nav {
	width:100%;
	height: 100px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
}

#Nav a:link, #Nav a:visited, #Nav a:active {
	text-decoration: none ;
}

#Nav li{
	margin-right: 12px;
	margin-left: 12px;
	display: inline;
}


#Content {
	width:960px;
	margin:0px auto;
}

#footer {
	position: absolute ;
	bottom: 0px ;
	/* display: none ; */
	background-image:url(/images/air-blog/main-bg.jpg);
	height: 31px;
	width: 100% ;
	font-size: 11px ;
	color: #828282 ;
	overflow: hidden ;
}


.follow-us UL {
	list-style-type: none ;
	margin: 4px 4px 0px 0px ;
	padding: 0px ;
}

.follow-us UL LI {
	float: left ;
	margin: 3px ;
}

#footer a:link, #footer a:visited, #footer a:active {
	color:#828282;
}

#footer a:hover {
	color:#39B8E8;
}

.cleaner {
	clear: both ;
	height: 1px ;
	font-size: 1px ;
	line-height: 1px ;
	border: 0px ;
	margin: 0px ; 
	padding: 0px ;
	background: transparent ;
}
