/*
Theme Name: Wildwood Aviation
Description: Based on default Wordpress theme
Author: Cape Publishing
*/

@import url(http://fonts.googleapis.com/css?family=Rokkitt);

*
{
margin:0;
padding:0;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

body 
{
background:url(images/body-back.png);
	text-align: center;
padding-top:10px;
	}

#wrapper
{
position:relative;
margin:0 auto;
width:920px;
background:url(images/container-back.png);
background-position:top left;
background-repeat:repeat-y;
z-index:0;
}

#container {
position:relative;
background:#fff;
/*background: #fff url(images/picture-terminal.jpg);
background-position:right bottom;
background-repeat:no-repeat;*/
width:900px;
text-align: left;
margin:0 auto;
border:5px solid #F9FF90;
/*F1F17F*/
z-index:10;
	}

#breadcrumbs
{
display:none;
font-size:.7em;
color:#666;
padding:5px 0 0 5px;
}

#breadcrumbs a
{
color:#999;
}

#header {
position:relative;
height:150px;
background:url(images/nasw-header.jpg);
background-position:top left;
background-repeat:no-repeat;
	}

#header h1 span
{
margin-left:-1000em;
}

#header #donate
{
width:170px;
position:absolute;
top:20px;
right:20px;
}

#content {
float:left;
padding:10px 17px;
width:95%;
z-index:500;
	}

#swfobj_0 /* Opening page flash show */
{
display:block;
margin:10px 0 10px 0;
}

#content li
{
font-size:.9em;
margin-bottom:5px;
}

#content a
{
font-weight:800;
color:#283B7F;
}

#content a:hover
{
color:#800814;
}

#content p
{
font-size:14px;
line-height:18px;
margin-bottom:17px;
}

#content span.download
{
display:block;
width:250px;
padding:5px;
background:#eee;
border:1px solid #ddd;
font-size:12px!important;
-moz-border-radius: 5px;
border-radius: 5px;
}

#content ul
{
margin-bottom:15px;
margin-left:30px;
}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

small {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h2 {
font-size:1.78em;
font-weight:400;
color:#0F255E;
margin: 30px 0 15px;
letter-spacing:-1px;
font-family: 'Rokkitt', serif;
}

h2.home
{
display:none;
}

#sidebar
{
margin:10px 0;
float:right;
width:200px;
font-size:11px;
color:#666;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
font-size:11px;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */



.post {
	margin: 0 0 40px;
	
	}

.post hr {
	display: block;
	}


.postmetadata {
	clear: both;
}

#content p.date
{
font-size:11px;
color:#666;
}

.clear {
	clear: both;
}

#logos
{
position:relative;
margin-left:12px;
clear:both;
}

#logos .logo
{
float:left;
width:314px;
height:71px;
font-size:11px;
color:#666;
margin:5px;
overflow:hidden;
padding:4px 2px 4px;
}

#logos .logo img
{
float:left;
margin-right:10px;
padding-left:2px;
}

#footer {
padding:10px 0 20px;
margin: 0 auto;
clear: both;
background:#032668;
	}

#footer p {
font-size:11px;
text-align: center;
color:#eee;
	}

#footer a
{
color:#fff;
}

h1 {
	padding-top: 70px;
	margin: 0;
	}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

#sidebar p
{
font-size:11px;
color:#666;
margin-bottom:14px;
}

h3 {
margin: 10px 0 0;
color:#0F255E;
font-size:23px;
font-weight:400;
	}

h3.right
{
width:250px;
float:right;
margin:0 0 7px 15px;
text-align:center;
border:1px solid #eee;
padding:7px;
}

h4 {
margin: 10px 0 5px;
color:#0F255E;
font-size:1.15em;
font-weight:800;
	}

h5 {
margin: 10px 0 5px;
color:#0F255E;
font-size:13px;
font-weight:800;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}


html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;

	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

#search
{
position:absolute;
bottom:10px;
right:10px;
}

#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#searchform #s {
	width: 108px;
	padding: 2px;
	}

#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 textarea {
	width: 100%;

	padding: 2px;
	}

#commentform #submit {


	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}


.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

#sideshoppingcart
{
margin:10px 0;
border-top:1px solid #ccc;
border-bottom:1px solid #ccc;
}

.emptycart
{
font-size:10px;
}

.wpsc_container
{
font-size:12px;
color:#666;
}

.shipping_header
{
display:none;
}

img.l
{
float:left;
margin-right:7px;
}

img.r
{
float:right;
margin-left:7px;
}

#news
{
margin:0 0 10px 15px;
padding:10px 15px;
float:right;
background:#001350
/*background:#001350 url(images/news-back.jpg);
background-repeat:repeat-x;
padding:0px 7px 7px;
border-bottom:4px solid #00003E;*/
}

#news a
{
color:#fff;
}

#news h4
{
width:277px;
height:23px;
background:url(images/news-h4.jpg);
background-repeat:no-repeat;
}

#news h4 span
{
margin-left:-1000em;
}

#news h5
{
font-size:14px;
}

#news h5 a
{
color:#eee;
}

#news .date
{
font-size:11px;
color:#7E79C6;
margin:0 0 3px 10px;;
}

object
{
margin:0 100px;
}

#news .latest-excerpt
{
color:#eee;
margin:0 0 0 10px;
}

.audioplayer_container object
{
padding:0;
margin:0;
}


#nav {
    background:#666 repeat-x;
    font-weight:bold;
    width:100%;
    height:30px;
    position:relative;
    list-style:none;
    line-height:30px;
    padding:0;
    margin:0;
z-index:1000;
    }

#nav a {
    display:block;
    color:#fff;
    text-decoration:none;
    padding:0px 9px;
  font-size:11px;
    font-family:helvetica,sans-serif;
    }

#nav a:hover
{
background:#999;
}

#nav ul {
display:none;
    list-style:none;
    line-height:30px;
    width:100%;
    margin:0;
    padding:0;
    }

#nav li {
    float:left;
    padding:0;
    }

p.credit{
color:#606BB8;
margin:10px;
font-size:11px;
}

p.credit a
{
font-family:Georgia, Times, serif;
font-style:italic;
color:#606BB8;
}

strong.red, span.red
{
color:red!important;
}
