/*
Theme Name: Airtime of San Francisco
Theme URI: http://www.paragliding-lessons.com
Description: A custom theme for Airtime of San Francisco.
Version: 1.0
Author: Melody & Sati Shah
Author URI: http://www.concept.org/
Tags: blue, custom graphics, fixed width, one column

	Airtime of San Francisco v1.0
	 http://www.paragliding-lessons.com

	This theme was designed and built by Melody and Sati Shah,
	whose website you will find at http://www.concept.org

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/repeat_bg.jpg);
	background-repeat: repeat-y;
	background-position: center 0px;
	padding: 0;
        margin: 0;
        background-color: #000;
}
a:link {
	color:#FFF;
	text-decoration:none;
}
a:visited {
	color:#FFF;
	text-decoration:none;
}
a:hover {
	color:#fff;
	text-decoration:none;
}
a:active {
	color:#FFF;
	text-decoration:none;
}


#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/home_bg2.jpg);
	background-repeat: no-repeat;
	background-position: top;
        margin-top: 0;
}

/* START STYLES FOR LOGO (HOME BUTTON) */

#home {
	width:830px; height:168px; margin-left:auto; margin-right:auto; padding:0;
}
#home a {
	width:100%;
	height:100%;
	display:block;
}
#home a:hover {
	width:100%;
	height:100%;
	display:block;
}
	
/* END STYLES FOR LOGO (HOME BUTTON) */



#nav {
	height:32px;
	width:831px;
	margin: 20px auto 20px auto;

}


/* START CHROME NAVIGATION STYLES */


.chromestyle{
	width: 831px;
	font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
/* background: url(chromebg.gif) center center repeat-x; */ /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
padding: 0;
}

.chromestyle ul li a{
color: #ffffff;
padding: 6px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(images/chromebg-over2.png) center center repeat-x; /*THEME CHANGE HERE*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color: #3ab3ec;
	width: 150px;
	visibility: hidden;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #4dd9fc;
	border-right-color: #4dd9fc;
	border-bottom-color: #4dd9fc;
	border-left-color: #4dd9fc;
}


.dropmenudiv a{
width: auto;
display: block;
border-bottom: 1px solid #4dd9fc; /*THEME CHANGE HERE*/
padding: 3px 5px 6px 5px;
text-decoration: none;
font-weight: normal;
color: white;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #009ddd;
}

/* END CHROME NAVIGATIONS STYLES */





#mainContent {
	width:780px;
	min-height:400px;
	padding-right: 100px;
	padding-left: 80px;
        padding-top: 10px;
	color: #0D194A;
	line-height: 1.3em;	
}
#mainContent h1 {
	color:#ffffff;
	font-size:20px;
	width: 680px;
	padding-right: 100px;
}
#mainContent li {
        margin-bottom:15px;
}

#mainContentPreview {
	width:780px;
	min-height:200px;
	padding-right: 100px;
	padding-left: 80px;
        padding-top: 10px;
	color: #0D194A;
	line-height: 1.3em;	
}
#mainContentPreview h1 {
	color:#ffffff;
	font-size:20px;
	width: 680px;
	padding-right: 100px;
}
#mainContentPreview li {
        margin-bottom:15px;
}

#container h2 {
	width: 780px;
	color:#061B54;
	font-size:18px;
}
#container h3 {
	font-size:16px;
	font-weight:200;
}

#footer {
	font-size: 1em;
	color: #1756BC;
	clear: both;
	height: 40px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:20px;
	text-align: center;
	padding-top: 70px;
	background-image: url(images/footer_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	vertical-align: bottom;
	bottom: 15px;
	clear:both;
}

hr {
border: 0;
color: #FFF;
background-color: #1756BC;
height: 1px;
width: 100%;
text-align: center;
}

.h2hack {
	color:#061B54;
	font-size:18px;
}
.h3hack {
	font-size:16px;
	font-weight:200;
}

.floatright {
	float:right;
}



/* Styles made for Posts */

table {
	width:750px;
	margin: 0.5em 0 1em 0;
	border-style: solid;
}
td {
	padding:10px;
	border-style: solid;
}

.post-edit-link {
	/* background-color:#53A0EE;*/
	margin-left:80px;
	padding: 7px;
	border: solid 2px #009DDD;
}
.left  {
	clear:left;
	float:left;
	margin: 3px 15px 10px 0;
}
.center {
	margin-left:auto;
	margin-right:auto;
	float:center;
	clear:both;
	text-align:center;

}
.row {
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
}
	



/*END STYLES MADE FOR POSTS */





/* Styles from the Classic Theme */

/*Blog Meta Data Styles */
.meta {
	font-size: .75em;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta, .meta a {
	color: #808080;
	font-weight: normal;
	letter-spacing: 0;
}
/* END BLOG META DATA STYLES */

/* Blog Feed Back Style */
.feedback {
	color: #ccc;
	text-align: right;
	clear: both;
}
/* END BLOG FEEDBACK STYLE*/

/* END STYLES FROM CLASSIC THEME */


