/*-----------------------------------------------------------------------------
Theme Name: EFA
Theme URI: http://executiveflyers.com
Description: Custom WP Theme
Version: 1.0
Author: Michael Bishop
Author URI: http://bishopblogworks.com/

-----------------------------------------------------------------------------*/

/* @group Global Resets
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
  margin: 0;
  padding: 0;
}

/* Put it back on certain elements */
p, pre, blockquote, form, fieldset, table, ul {
  margin: 1em 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}


/* Remove border around linked images */
img {
	border: 0;
	padding: 0 10px;
}

.left {
	float: left;
	margin: 5px;
}

.right {
	float: right;
	margin: 5px;
}
/* @end */
/* @group Typography
-----------------------------------------------------------------------------*/

body {
	/*background: #A4CDDE url(images/bg.gif) repeat-x;*/
  font: 62.5%/1.6 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  background:#A4CDDE url(images/bg.gif) repeat-x;
}

/* @end */

/* @group Headings
-----------------------------------------------------------------------------*/
h1 {
	font-size: 1.6em;
}



h2 {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 1.4em;
}

h2 a {
	color: #225289;
}

#news h2 {
	background: url(images/bullet.jpg) left center no-repeat;
	padding-left: 26px;
}

.post h2 a {
	color: #225289;
	margin-bottom: 0;
	font-size: 1.1em;
}

.post h2 a:hover {
	background: #fff;
	border-bottom: 1px dashed #225289;
}

#sidebar h2 {
	
}

h3 {
	color: #4C4C4C;
}

/* @end */

/* @group Images
-----------------------------------------------------------------------------*/

a {
	color: #FF0000;
}

a:link {
	color: #FF0000;
	text-decoration: underline;
}

a:visited {
	color: #FF0000;
	text-decoration: none;
}

#masthead a {
	padding: 3px 12px;
	text-decoration: none;
}

#masthead a:hover {
	color: #ff0000;
	background: #fff;
}


/* @end */


/* @group Masthead
-----------------------------------------------------------------------------*/

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -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;
}

/* @group Masthead
-----------------------------------------------------------------------------*/

#wrapper {
	width: 900px;
	margin: 0 auto;
	background: #fff url(images/wrap_bg.gif) repeat-y;
}

#masthead {
	/*height: 130px;*/
	width: 890px;
	margin:0 0 0 5px;
	font-size: 1.6em;

	
}

#logo {
	float: left;
}

#taglines {
	float: right;
}

#masthead_img {
	background: url(images/header.jpg) no-repeat;
	height: 130px;
	padding-bottom: 6px;
}

#navcontainer {
	border-top: 2px solid #ff0000;
	border-bottom: 2px solid #ff0000;
	color: #ff0000;
	text-align: center;
	margin: 0;
}

ul#nav {
	display: inline;
}

ul#nav li {
	list-style-type: none;
	display: inline;
	
}

ul#nav li a{
	color: #225289;
}

/* @end */


/* @group Content
-----------------------------------------------------------------------------*/

#content {
	width: 710px;
	float: right;
	padding: 5px 10px 0 0;
	font-size: 1.2em;
}

#contentSingle {
	width: 640px;
	float: right;
	padding-top: 5px;
	margin-right: 50px;
	font-size: 1.2em;
}

#primaryContent {
	width: 355px;
	float: left;
	border-left: 1px solid #225289;
	padding-left: 15px;
}

#cap {
	background: url(images/news.jpg) no-repeat;
	width: 245px;
	height: 150px;
}

#news {
	height: 760px;
	overflow: auto;
	width: 265px;
	float: right;
	text-align: left;
	margin-right: 15px;
	padding: 0 10px 35px 20px;
	border-left: 1px solid #225289;
	
	
}

#news .entry {
	width: 240px;
}

#news .time {
	margin-left: 26px;
}

.post {
	
}

.entry {

}

.entry p {
	
}

.entry ul {
	padding: 0 0 0 20px;
}

.postmetadata {
	
}

.utw {
	
}

.navigation {
	
}

.post_nav {
	
}





/* @end */

/* @group Sidebar
-----------------------------------------------------------------------------*/

ul#sidebar {
	width: 140px;
	float: left;
	list-style-type: none;
	font-size: 1.4em;
	margin-left: 15px;
}

ul#sidebar img {
	padding: 0;
	margin: 0;
}

ul#sidebar li {
	padding-bottom: 6px;
}

ul#sidebar li a{
	display: block;
	text-decoration: none;
	background: #225289;
	color: #fff;
	padding-left: 5px;
}

ul#sidebar li.bare a   {
	background: #fff;
}

ul#sidebar li ul {
	list-style-type: none;
}

ul#sidebar li ul li a {
	background: #fff;
	color: #225289;
}

/* @end */

/* @group Footer
-----------------------------------------------------------------------------*/

#footer {
	clear: both;
	text-align: center;
	width: 890px;
	margin-left: 5px;
	border-bottom: 3px solid #131313;
}

#footer p {
	
}

/* @end */

/* @group Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opea 7 */
fieldset {
  border: 1px solid transparent;
}

#searchform {
	
}

#searchform #s {
	
}

#searchform #submit {
	
}

#comments-form {
	
}

#commentform {
	
}

#author {
	
}

#email {
	
}

#url {
	
}

#comment {
	
}

#submit {
	
}



/* @end */

/* @group Tables
-----------------------------------------------------------------------------*/

table { 
  border-spacing: 0;
	border-collapse: collapse;
}

td {
  /*text-align: left; conflicting with wp-tables */
  font-weight: normal;
}

/* @end */

/* @group Comments
-----------------------------------------------------------------------------*/

#comments-locked {
	
}

#respond {
	
}

#trackback-link {
	
}

ol#trackbacks {
	
}

ol#trackbacks li {
	
}

.comments-header {
	
}

ol#comments {
	
}

/*class for author highlight */
.highlight {
	
}

.comment-meta {
	
} 

.comment-author {
	
}

.comment-date {
	
}

.comment-text {
	
}

.gravatar {
	
}

.odd {
	
}

.even {
	
}



/* @end */

/* @group Misc.
-----------------------------------------------------------------------------*/

table#Table2 {
	width: 300px;
	float: right;
	clear: both;
	margin-right: 1em;
	margin: 5px 10px;
	}
	
/*table#Table2 td.image-row {
	text-align: center;
	}*/	
	
table#Table2 td.content {
	text-align: left;
	border: 1px solid #003399;
	font-style: italic;
	}			
	
table#Table2 td.title {
	background-color: #003399;
	color: #fff;
	font-size: 16px;
	text-align: center;
	border: 1px solid #003399;
	}	
	
table#Table2 td {
	padding: 10px;
	}	

table#Table6 td {
	padding: 10px;
}

p.center {text-align: center;}

p.warning {color: red;font-size: 14px;}

/* @end */



/********

Cori's Additions starting 2008-04-06

********/

li.square {
	list-style-type: square;
}

#TB_Image{
	padding-right:0px;
	padding-left:0px;
}

hr.preowned-clear {
	border-left:medium none;
	border-right:medium none;
	border-top:medium none;
	clear:both;
	padding-bottom:20px;
	width:100%;
}

ol {margin-left: 20px;}