/*
Theme Name:		Friendly Skies
Theme URI:		http://weareronin.com/
Description:	This two column theme features a 300 pixel wide right sidebar, perfect for menus, widgets and ads.  The clearly defined branding, navigation and content regions are complimented by a soft color scheme that's easy on the eyes. This theme was originally created for <a href="http://weareronin.com">WeAreRonin.com</a>.
Version:		1.0
Author:			David S. Webster (Triad New Media)
Author URI:		http://www.triadnewmedia.com/
Tags:			blue, custom header, fixed width, two columns, widgets, centered

	The CSS, XHTML and design is released under GPL (unless otherwise noted):
	http://www.opensource.org/licenses/gpl-license.php
	
*/

/* html modifications */
html {
	margin-bottom: 1px;
	min-height: 100%;
	background: transparent;
}

body {
	background: #c7daea url(../../../themes/friendly_skies/images/layout/drop_shadow.png) top center repeat-y;
	margin: 0 auto;
}

h1 {
	padding: 7px 22px 8px;
	background: #990000;
	color: #ffffff;
	font-size: 131%;
	letter-spacing: 2px;
}

h2, h3, h4, h5, h6, .post_title {
	padding: 3px 22px;
	color: #990000;
	font-weight: bold;
	background: #f6f6f6;
	border-color: #cdcdcd;
	border-width: 1px 0;
	border-style: dashed;
}

.post_title {
	border: 0;
}

h3 {
	margin-bottom: 10px;
	font-size: 116%;
}

h4 {
	border-bottom: 0;
	font-size: 116%;
}

p {
	font-size: 93%;
	margin: 0 22px 15px;
	line-height: 146.5%;
}

a {
	color: #70A0C6;
}

a:hover {
	color: #2274ee;
} 

a:visited {
	color: #70A0C6;
}

pre, code {
	margin: 0 33px 15px;
	padding: 11px;
	display: block;
	color: #5c5c5c;
	background: #f6f6f6;
	line-height: 146.5%;
	border: 1px dashed #cdcdcd;
	border-width: 1px 0;
	white-space: normal;
}

.post_title {
	font-size: 131%;
	border-bottom: 0;
}

.post_title a {
	color: #990000;
	text-decoration: none;
}

.post_title a:hover {
	color: #333333;
}

.post_item {
	margin-bottom: 15px;
	background: #f6f6f6;
	border: 1px dashed #cdcdcd;
	border-width: 1px 0;
	display: block;
	color: #5c5c5c;
	line-height: 131%;
}

.post_author, .post_date, .post_tags {
	font-size: 77%;
	padding: 0 22px;
}

/* wrap */
#wrap {
	margin: 0 auto;
	width: 979px;
	height: 100%;
	background: url(../../../themes/friendly_skies/images/layout/bg_col2.gif) top left repeat-y;
}

.wide_bg {
	background: #ffffff !important;
}

/* header */
#header {
	background: #ffffff;
	border-bottom: 1px solid #000; 
	height: 140px;
}

#header .logo {
	padding: 22px 0 0 22px;
	float: left;
	height: 70px;
	width: 500px;
}

#header .spec {
	margin-top: 22px;
	float: right;
}

#header .search {
	clear: right;
	float: right;
	margin: 26px 22px 0 0;
}

#featurebox, #flashbox, #coverbox {
	height: 150px;
	margin-bottom: 22px;
}

#featurebox {
	width: 678px;
	_width: 677px;
	border-bottom: 1px solid #000000;
}

#flashbox {
	width: 498px;
	float: left;
	background: #990000;
}

#coverbox {
	width: 180px;
	float: right;
	text-align: center;
	background-color: #E6E3D9;
}

/* menu */
#menu {
	clear: both;
	float: left;
}

/* global menus */
#header ul.menu {
	float: right;
	padding: 22px 12px 0 0;
}

#menu ul.menu {
	margin:0 0 0 22px;
}

#footer ul.menu {
	margin: 10px 0 0 22px;
	padding: 0;
}

ul.menu {
	list-style-type: none;
}

ul.menu li {
	padding: 0 10px;
	display: block;
	float: left;
	border-right: 1px solid #000000;
}

ul.menu li.first {
	padding-left: 0;
}

ul.menu li.last_menu_item {
	border: 0;
}

ul.menu li a {
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	text-align: center;
	font-size: 80%;
	color: #000000;
	/* #footer - color: #709FC5; */
}

ul.menu li a:hover {
	color: #990000 !important;
}

/* tocs */
#tocs {
	margin-bottom: 25px;
	background: #70a0c6;
	font-weight: bold;
	border-bottom: 1px solid #000000;
}

#tocs ul {
	margin: 0 7px;
	list-style-type: none;
}
	
#tocs ul li {
	color: #ffffff;
	display: block;
	border-bottom: 1px dashed #e1e1e1;
	font-size: 77%;
}

#tocs ul li.last_menu_item {
	border-bottom: 0;
}

#tocs ul li a {
	margin: 0 -7px;
	padding: 7px 14px;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	color: #ffffff;
}

#tocs ul li a:hover {
	background: #990000;
}

/* columns */
.column1 {
	width: 678px;
	float: left;
	margin-bottom: 22px;
}

.column2 {
	border-left: 1px solid #000000;
	width: 300px;
	float: right;
}

/* entry */
.entry {
	margin-top: 22px;
}

.entry ul, .post_teaser ul, .post_content ul {
	padding-bottom: 15px;
}

.entry li {
	font-size: 93%;
}

.entry ul, .entry li, .post_teaser ul, .post_teaser li, .post_content ul, .post_content li {
	list-style-type: square;
	margin: 2px 22px 2px 28px;
}

.entry ol {
	margin: 0 22px 15px 60px;
}

.entry ol ol {
	margin: 0 0 0 40px;
}

.entry ol li {
	list-style-type: decimal !important;
	margin: 0 22px 5px 0 !important;
}

.related_details {
	margin-bottom: 15px;
	padding: 2px 22px;
	background: #f6f6f6;
	border: 1px dashed #cdcdcd;
	border-width: 1px 0;
	display: block;
	color: #5c5c5c;
	line-height: 131%;
	font-size: 77%;
}

/* polls */
#polls {
	margin-bottom: 25px;
	padding: 10px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background: #fffdcc;
}

#polls h2.widgettitle {
	display: none;
}

/* banner */
#banner {
	margin-bottom: 25px;
}

#banners {
	margin: 22px;
}

/* copyright */
#copyright {
	clear: both;
	padding-top: 22px;
	font-size: 85%;
	text-align: center;
}

/* footer */
#footer {
	margin: 0 auto;
	width: 979px;
	clear: both;
	height: 70px;
	background: #ffffff;
	border-top: 1px solid #000000;
}

/* fluidform overrides */
.fluidform {
	margin-left: 22px;
	width: 635px;
}

.fluidform fieldset {
	padding: 10px 0 5px 0 !important;
}

/* flash messages */
.flash_success, .flash_error {
	margin: 15px 0 15px 22px;
	width: 603px;
	padding: 10px 15px 5px;
	color: #000000;
}

.flash_success {
	border: 1px solid #009900;
	background-color: #d6f5bf;
}

.flash_error {
	border: 1px solid #990000;
	background-color: #eeddd8;
}

.flash_success p, .flash_error p {
	margin: 0 0 5px 0;
	font-size: 85%;
}

.flash_success ul, .flash_error ul {
	margin-left: 40px;
}

.flash_success li, .flash_error li {
	margin: 0 0 5px 0;
	font-size: 85%;
	list-style-type: disc;
}
