/*
Theme Name: The Flight Officer Project Default
Description: The internet archives of Joseph H. Noyes, customized layout
Author: Kimberly Lindner
Author URI: http://theflightofficer.com
Version: 1.0
*/

/*
	- GENERAL
	- BASIC LAYOUT
	- HEADINGS
	- HEADER
	- CONTENT
		+ CONTENT LEFT
		+ CONTENT RIGHT
		+ WORDPRESS CSS
	- FORMS
	- COMMENTS
	- FOOTER
	- USEFUL

/*	##################################
   	GENERAL
	################################## */
	
body {
	margin:0;
	padding:0;
	background:#fff url(img/bg-body.gif) repeat-x left top;
	font:14px Verdana, Tahoma, sans-serif;
	color:#606060;
}

#content-left p {
	line-height:1.5em;
	padding-top:5px;
	padding-bottom:15px;
}

a {
	color:#666633;
	text-decoration:none;
}

blockquote {
	margin:5px 5px 15px 0;
	padding: 0 0 0 20px;
	border-left: 50px solid #EAF3FA;
}

img {
	border: none;
}

ul, ol {
	margin: 0 0 20px 20px;
	padding: 0px;
}

/*	##################################
   	BASIC LAYOUT
	################################## */

#header {
	position:relative;
	height:100px;
	margin: 0 0 0 0;
	background-color:#044484;
}

#menu {
	position:relative;
	height: 27px;
	margin: 0 0 0 0;
	padding: 10px 0 0 40px;
	list-style:none;
}

#content {
	height:auto;
	margin:0 0 0 0;
	padding:10px 0 40px 40px;
	background:transparent url(/img/content-bg.gif) repeat-x scroll left top;
}

#extracontent {
    width:940px;
	height:auto;
}

#content-left {
	float:left;
	width:740px;
	height:auto;
}

#content-right {
	float:left;
	width:200px;
	height:auto;
}

#footer {
	width:100%;
	height:50px;
	padding: 0;
	margin: 0;
	background:#404530;
}

/*	##################################
   	HEADINGS
	################################## */
	
#header h1 {
	position:absolute;
	bottom:35px;
	left:109px;
	margin: 0px;
	color: #208cd1;
	font:bold 28px Georgia;
}

#header h1 a {
	color: #208cd1;
	text-decoration: none;
}

#header h2 {
	position: absolute;
	bottom: 2px;
	left:109px;
	margin: 0px;
	color: #ffffff;
	font:11px Verdana, Tahoma, sans-serif;
}

h2, h2 a {
	color: #606060;
}

h2, h3, h4 {
	margin:0 0 20px 0;
	font-weight: normal;
}

h3.archive-title {
	margin: 20px 0 0 0;
}

.box-left h2 {
	color:#8B0000;
	font: 28px/34px Verdana,Tahoma,sans-serif;
	border-bottom:2px solid #8B0000;
}

.box-left h2 a {
	text-decoration:none;
	font-weight:normal;
}

.box-left h2 a:hover {
	text-decoration:underline;
}

.box-left h3 {
	margin: 0 0 20px 0;
	color:#666633;
	font:bold 14px/14px Georgia, "Times New Roman", Times, serif;
}

.box-left h4 {
	color:#50A6C2;
	font:14px/14px Verdana, Tahoma, sans-serif;
	border-bottom:1px dotted #606060;
}

.box-right h3 {
	color:#666633;
	font:bold 12px/12px Verdana, Tahoma, sans-serif;
}

.box-right h3 a {
	color:#ffffff;
}

/*	##################################
   	HEADER
	################################## */

#menu li {
	float:left;
}

#menu a {
	margin:0 40px 0 0;
	padding:0px;
	color:#fff;
	text-decoration:none;
	font:normal 14px/14px Verdana, Tahoma, sans-serif;
}

#menu a:hover {
	text-decoration:underline;
}

/*	##################################
   	CONTENT
	################################## */
	
/** CONTENT LEFT */

.box-left {
	margin:0 30px 0 0;
	padding-top:15px;
	border-bottom:1px solid #ccc;
}

.navigation {display:none;}

#apicture {
    float:right;
	margin: 0 20px 0 20px;
}

.box-left img {
    float:left;
    margin:0 10px 10px 0;
}

.pencil {
	float:right;
}

.pencil img {
	padding:0px;
}

.thebar {
	color:#666633;
}

.thestuff {
	border-top:1px dotted #606060;
	font:11px/11px Verdana, Tahoma, sans-serif;
	padding:5px 0 10px 0;
	color:#50A6C2;
	display:none;
}

p.tags {
        font:11px/11px Verdana, Tahoma, sans-serif;
}

/** CONTENT RIGHT */

#box-rss {
	height: 80px;
	margin: 0 0 20px 0;
	background: transparent;
}

#box-rss a {
	display: block;
	height: 50px;
	padding: 30px 0 0 80px;
	background: url(img/rss-icon.jpg) no-repeat 20px 20px;
	font:18px/18px Verdana, Tahoma, sans-serif;
	text-decoration: none;
}

.box-right {
	margin:10px 0;
	font:11px/11px Verdana, Tahoma, sans-serif;
	background: transparent;
}

.box-right a:hover{
	text-decoration:underline;
}

.box-right h3 {
	padding: 10px 10px 10px 10px;
	background: #404530;
	font:18px/18px Verdana;
	color:#fff;
}

li.twitter-item{
	font-size: 12px;
	font-family: arial;
}

.box-right-content {
	margin: 0 20px;
	background: transparent;
}

.box-right-bottom {
	height: 20px;
	background: transparent;
}

.box-right ul {
	margin:0;
	padding:0;
	list-style:none;
	font:12px/12px Verdana;
}

.box-right li {
	line-height:24px;
	margin-bottom:1px;
}

.box-right ul li ul {
	margin:0;
	padding:0 0 0 20px;
	list-style:none;
}

.box-right ul li ul li ul {
	margin:0;
	padding:0 0 0 20px;
	list-style:none;
}

.box-right p {
	margin: 20px 0 0 0;
}

/** WORDPRESS CSS */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ccc;
   text-align: center;
   background-color: #f3f4f0;
   padding-top: 4px;
   margin: 10px;
}

.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;
}

/*	##################################
   	FORMS
	################################## */

label {
    display:block;
    margin:0 0 5px 0;
}

.text {
    width:350px;
    margin: 0 0 10px 0;
    padding:5px;
    border:1px solid #ccc;
}

.verify {
    width:290px;
    margin: 0 0 10px 0;
    padding:5px;
    border:1px solid #ccc;
    float:left;
}

.fieldwrap img {
    float:left;
    margin:0 5px 10px 0;
}

textarea {
    width:450px;
    height:150px;
    margin:0;
    padding:5px;
    border:1px solid #ccc;
}

.submit {
    width:auto;
    padding:5px;
    color:#fff;
    background:#50A6C2;
	border:1px solid #ccc;
}

/** SEARCH FORM */

#search {
	width: 190px;
	padding: 5px;
	border: 1px solid #ccc;
}

#search-submit {
    width:auto;
    padding:5px;
    color:#fff;
    background:#1f434f;
	border:0;
}

/*	##################################
   	COMMENTS
	################################## */
	
.comment {
	margin: 0 40px 20px 0;
	padding: 20px;
	background: #f7f7f7;
	border: 1px solid #ccc;
}

.comment p {
	margin: 0px;
}

.comment-details {

}

/*	##################################
   	FOOTER
	################################## */

#footer p {
	margin:0;
	padding: 15px 0 0 0;
	color:#fff;
	text-align:center;
}

#footer p a {
	margin: 0;
	padding:0;
	color: #fff;
}

/*	##################################
   	USEFUL
	################################## */

.clear {
	clear:both;
}



* {
	margin: 0;
}
html, body {
	height: 100%;
}
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -60px; /* the bottom margin is the negative value of the footer's height */
}
#footer, #push {
	height: 60px; /* .push must be the same height as .footer */
}

/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/


#atable td {
    padding-top:20px;
    line-height: 1.6em;
	background:transparent url(http://www.theflightofficer.com/noyes/wp-content/themes/delight/img/table-bg.gif) repeat-x scroll left top;

}

#atable em {
	color:#fff;
}

.september {
	background:transparent url(http://www.theflightofficer.com/noyes/wp-content/themes/delight/img/amissionmap.gif) repeat-y scroll right top;
}

#atable2 td {
    padding-top:20px;
    line-height: 1.6em;
}

#atable2 img {
    border:1px solid #000;
	padding:5px;
}

em strong {
	font: bold 16px Verdana;
	color: #666633;
}

div.hr {
  height: 1px;
  width:100%;
  color: #CCCCCC; 
}

hr {
  height: 1px;
  width:100%;
  color: #CCCCCC;
}

.tehviews {
	font: 11px Verdana;
	color: #606060;
	background: #ccc;
	text-align:center;
	padding:5px;
}

.tehratings {
	font: 16px Verdana;
	padding:10px;
}

.slideshowlink {display:none;
}

.relatedlinks {
	font: 12px/12px Verdana;
	color: #000;
	background: #fff;
	text-align:center;
	padding:20px;
	margin: 0 0 40px 0;
}

#wp_wall {
	font: 11px/11px Verdana;
	color: #606060;

}

p.wall-1 .wallauthor {
	font: 11px/11px Verdana;
	color: #666633;
	font-weight:bolder;

}

#wallform {
	padding:4px;
	border:1px solid #ccc;
	background:#EAF3FA;

}

#wall_post input {
	font: 12px/12px Verdana;
	color: #50A6C2;
	font-weight:bold;
	border:1px solid #CCCCCC;
	width:145px;

}

#wall_post textarea {
	border:1px solid #CCCCCC;
	width:130px;
}

#wp_latest {
	font: 11px/11px Verdana;
	color: #50A6C2;
	font-weight:bold;
	border-bottom:1px solid #50A6C2;

}

.contactlinks {
	font: 12px/12px Verdana;
	color: #000;
	background: #fff;
	text-align:center;
	padding:20px;
	margin: 0 0 40px 0;
}

div.military{
	font: 11px/11px Verdana;
	padding-left:40px;
	padding-top: 25px;
	padding-bottom:25px;
	text-transform:uppercase;
	font-weight:bold;
}

#newpix {position: relative; 
float: left; 
width: 740px;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 10px;
border-top:1px dashed #CCCCCC;
border-bottom:1px dashed #CCCCCC;
}