/*  
Theme Name: Two Pilots 2
Author: Color Pilot Studio
*/


/* Begin Typography & Colors */
body {
	font-size: 14px; /* Resets 1em to 10px */
	font-family: Arial, Verdana, Sans-Serif;
	background: #fffaf0;
	color: #000000;
	text-align: center;
	}

#page {
	text-align: left;
	}

#content {
	font-size: 14px
	}

.widecolumn .entry p {
	font-size: 12px;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 14px;
	}

.widecolumn {
	line-height: 16px;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

small {
	font-size: 12px;
	line-height: 16px;
	}

.description
{
	color: #bc3200;
	margin-bottom: 20px;	
}

h1, h2, h3 {
	font-weight: bold;
	}

h1 {
	font-size: 22px;
	text-align: center;
	}

#headerimg .description {
	font-size: 12px;
	text-align: center;
	}

h2 {
	font-size: 16px;
	}

h2.pagetitle {
	font-size: 16px;
	}

#sidebar h2 {
	font-size: 14px;
	}

h3 {
	font-size: 14px;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: #bc3200;;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #bc3200;;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #8b4500;
	}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 12px;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	}

.commentlist p {
	font-weight: normal;
	line-height: 14px;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font-size: 12px;
	float: right;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 12px 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 12px;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #8b4500;
	text-decoration: none;
	}

a:hover {
	color: #ee7700;
	text-decoration: none;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 12px;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 14px;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */

.narrowcolumn {
	float: left;
	padding: 0;
	margin: 0 20px 0 0;
	width: 700px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 0;
	width: 920px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	clear: both;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 20px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

#footer {
	clear: both;
	}

#footer p {
	margin: 10px 0 10px 0;
	padding: 0;
	text-align: center;
	font-size: 10px;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 10px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

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;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #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 Sidebar */
#sidebar
{
	padding: 20px 20px 10px 20px;
}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* 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;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 40px;
	}
/* End Various Tags & Classes*/



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

#bottom_blue_content a:link    { color: #45619c; text-decoration: none;}
#bottom_blue_content a:active  { color: #45619c; text-decoration: none;}
#bottom_blue_content a:visited { color: #45619c; text-decoration: none;}
#bottom_blue_content a:hover   { color: #7591cc; text-decoration: none;}

#bottom_green_content1 a:link, #bottom_green_content2 a:link, #bottom_green_content2_i a:link       { color: #437c4b; text-decoration: none;}
#bottom_green_content1 a:active, #bottom_green_content2 a:active, #bottom_green_content2_i a:active   { color: #437c4b; text-decoration: none;}
#bottom_green_content1 a:visited, #bottom_green_content2 a:visited, #bottom_green_content2_i a:visited { color: #437c4b; text-decoration: none;}
#bottom_green_content1 a:hover, #bottom_green_content2 a:hover, #bottom_green_content2_i a:hover     { color: #73ac7b; text-decoration: none;}

.header {color: #bc3200; font-size: 16px; font-weight: bold; margin-top:0px;}

#top1, #bottom2 {
	width: 1000px;
	height: 10px;
	margin: 0px;
	padding: 0px;
}
#top_left1, #top_right1, #bottom_left, #bottom_right {
	width: 10px;
	height: 10px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#top_center1, #bottom_center {
	background-color: #fef2e6;
	width: 980px;
	height: 8px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#top_center1 {
	border-top: 2px solid #f48802;
}
#bottom_center {
	border-bottom: 2px solid #f48802;
}
#top2, #middle, #bottom {
 	background-color: #fef2e6;
	width: 996px;
	margin: 0px;
	padding: 0px;
	border-left: 2px solid #f48802;
	border-right: 2px solid #f48802;
}
#middle, #bottom {
	text-align: left;
}
#top2 {
	text-align: center;
	font-size: 14px;
	color: #f48802;
}
#top3 {
	background-color: #fef2e6;
	width: 1000px;
	height: 10px;
	margin: 0px;
	padding: 0px;
}
#top_left3, #top_right3 {
	width: 10px;
	height: 10px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#top_center3_plain{
	margin: 0px;
	padding: 0px;
	width: 980px;
	height: 9px;
	float: left;
	background-color: #fef2e6;
	border-bottom: 1px solid #f48802;
}
#top_center3 {
	background-color: #fef2e6;
	border-bottom: 1px solid #f48802;
	margin: 0px;
	padding: 0px;
	width: 980px;
	height: 9px;
	float: left;
}
#middle_content {
	background-color: #ffffff;
	padding: 20px;
	margin: 0px 20px 0px 20px;
}
#bottom1 {
	padding: 0px;
	margin: 0px 20px 0px 20px;
	background-color: #ffffff;
	background-image: url(../../../../img2/logo.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#container1 {
	margin: 0px 20px 0px 756px;
	padding: 0px;
	height: 5px;
}
#bottom_green1, #bottom_green3 {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 5px;
	height: 5px;
}
#bottom_green2 {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 4px;
	width: 170px;
	background-color: #eef7f0;
	border-top: 1px solid #639c6b;
}
#container2 {
	margin: 0px 20px 0px 230px;
	padding: 0px;
	width: 706px;
}
#bottom_blue_search {
	color: #45619c;
	margin: 0px 20px 0px 0px;
	padding-top: 5px;
	background-color: #ffffff;
	font-size: 12px;
	float: left;
	width: 506px;
}
#container3 {
	margin: 0px 20px 0px 220px;
	padding: 0px;
	width: 716px;
	height: 5px;
	clear:both;
}
#container4 {
	margin: 0px 20px 0px 0px;
	padding: 0px;
	float: left;
	height: 5px;
}
#bottom_blue1, #bottom_blue3 {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 5px;
	width: 5px;
}
#bottom_blue2 {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 4px;
	width: 506px;
	background-color: #eff4ff;
	border-top: 1px solid #45619c;
}
#bottom_menu {
	margin: 0px 20px 0px 220px;
	width: 716px;
}
#bottom_blue_content {
	color: #45619c;
	width: 494px;
	margin: 0px;
	padding: 5px 10px 0px 10px;
	font-size: 12px;
	background-color: #eff4ff;
	border-left: 1px solid #45619c;
	border-right: 1px solid #45619c;
}
#bottom_green_content1, #bottom_green_content2, #bottom_green_content_clear {
	color: #437c4b;
	padding: 0px 10px 0px 10px;
	font-size: 12px;
	width: 158px;
	background-color: #eef7f0;
	border-left: 1px solid #639c6b;
	border-right: 1px solid #639c6b;
}
#bottom_green_content1, #bottom_green_content_clear {
	float: left;
}
#bottom_green_content2 {
	padding-bottom: 10px;
}
#container5 {
	margin: 0px 20px 0px 220px;
	padding: 0px;
	height: 5px;
}
#bottom_orange1, #bottom_orange3 {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 5px;
	width: 5px;
}
#bottom_orange2 {
	margin: 0px;
	padding: 0px;
	width: 706px;
	height: 4px;
	float: left;
	background-color: #fef2e6;
	border-top: 1px solid #f48802;
}
#bottom_orange_content {
	margin: 0px 20px 0px 220px;
	padding: 0px;
	width: 714px;
	font-size: 14px;
	color: #f48802;
	background-color: #fef2e6;
	border-left: 1px solid #f48802;
	border-right: 1px solid #f48802;
	text-align: center;
}
#bottom_center1 {
	background-color: #ffffff;
	height: 8px;
	margin: 0px 12px 0px 12px;
	padding: 0px;
}
#bottom_orange4 {
	margin: 0px 20px 0px 220px;
	padding: 0px;
	height: 8px;
	background-color: #fef2e6;
	border-left: 1px solid #f48802;
	border-right: 1px solid #f48802;
}

#bottom1_i {
	padding: 0px;
	margin: 0px 20px 0px 20px;
	background-color: #ffffff;
	width: 956px;
}
#container1_i {
	margin: 0px 0px 0px 756px;
	padding: 0px;
	height: 5px;
	width: 180px;
	clear: both;
}
#container1_i2 {
	margin: 0;
	padding: 0px;
	height: 5px;
	float: left;
	width: 180px;
}
#bottom_green2_i {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 4px;
	width: 170px;
	background-color: #eef7f0;
	border-bottom: 1px solid #639c6b;
}
#bottom_blue2_i {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 4px;
	width: 506px;
	background-color: #eff4ff;
	border-bottom: 1px solid #45619c;
}
#bottom_blue_search_i {
	color: #45619c;
	margin: 0px 20px 0px 0px;
	padding-top: 15px;
	background-color: #ffffff;
	font-size: 12px;
	float: left;
	width: 506px;
}
#bottom_green_content2_i {
	color: #437c4b;
	padding: 10px 10px 0px 10px;
	font-size: 12px;
	width: 158px;
	background-color: #eef7f0;
	border-left: 1px solid #639c6b;
	border-right: 1px solid #639c6b;
}
#bottom_orange2_i {
	margin: 0px;
	padding: 0px;
	width: 706px;
	height: 5px;
	float: left;
	background-color: #fef2e6;
	background-image: url(../../../../img2/o8_i.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#bottom_orange_content_i {
	margin: 0px 18px 0px 220px;
	padding-bottom: 3px;
	width: 714px;
	font-size: 14px;
	color: #f48802;
	background-color: #fef2e6;
	border-left: 1px solid #f48802;
	border-right: 1px solid #f48802;
	text-align: center;
	clear: both;
}
#logo {
	margin-left: 20px;
	padding: 0;
	position: absolute;
}

#blue_menu1_h, #blue_menu2_h, #blue_menu3_h, #blue_menu4_h, #blue_menu5_h
{
  display: inline;
}
#blue_menu1_v, #blue_menu2_v, #blue_menu3_v, #blue_menu4_v, #blue_menu5_v
{
  display: inline;
}

#blue_menu1_v a:link, #blue_menu2_v a:link, #blue_menu3_v a:link, 
#blue_menu4_v a:link, #blue_menu5_v a:link { color: #95b1ec; }
#blue_menu1_v a:active, #blue_menu2_v a:active, #blue_menu3_v a:active,
#blue_menu4_v a:active, #blue_menu5_v a:active { color: #95b1ec; }
#blue_menu1_v a:visited, #blue_menu2_v a:visited, #blue_menu3_v a:visited,
#blue_menu4_v a:visited, #blue_menu5_v a:visited { color: #95b1ec; }
#blue_menu1_v a:hover, #blue_menu2_v a:hover, #blue_menu3_v a:hover,
#blue_menu4_v a:hover, #blue_menu5_v a:hover { color: #95b1ec; }

#blue1_h, #blue2_h, #blue3_h, #blue4_h, #blue5_h 
{
  visibility: hidden;
  position: fixed;
  text-align: center;
  margin-top: 10px;
}
#blue1_v, #blue2_v, #blue3_v, #blue4_v, #blue5_v 
{
  visibility: visible;
  position: static;
  text-align: center;
  margin-top: 10px;
}
