/*
Theme Name: SOAR
Theme URI: http://wordpress.org/
Description: SOAR Template designed by Chris Pirrotta of Webvantix
Version: 1.6
Author: Chris Pirrotta
Author URI: http://webvantix.com/
Tags: soar, blue

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

#header {
	background: #73a0c5 url('images/kubrickheader.jpg') no-repeat bottom center;
	}

#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}

#content {
	font-size: 10px
	}

.widecolumn .entry p {
	font-size: 11px;
	margin: 10px 0; 
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	background: #eee url('images/kubrickfooter.jpg') no-repeat top;
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: "arial","helvetica", Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 18px;
	border-bottom: 5px solid #ecf4fb;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #3c8dd6;
	}

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: #3c8dd6;
	}

.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;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#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 */

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}

#header {
	background-color: #73a0c5;
	margin: 0 0 0 1px;
	padding: 0;
	height: 200px;
	width: 758px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 10px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 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;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 0 0 0 7px;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 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. */

.entry ul {
	font: 12px "verdana","helvetica";
	padding: 0 20px;
	list-style-type: none;
	}

.entry ul li { background: url(images/soar-arrow.gif) left top no-repeat; padding-left: 13px; margin-bottom: 5px; color: #333; }
	}

.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 */


#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 0 10px 0;
	width: 190px;
	}

#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;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	font-size: 10px;
	font-family: georgia;
	}
/* End Various Tags & Classes*/


/* global SOAR stylesheet */
/* created May 2008 */

/* page architecture */
*, * html	{margin: 0; padding: 0;}
body	{text-align: center; background: url(images/soar-bkgd.gif) repeat-x #dbe8fa; margin-bottom: 20px;}
.clear	{clear: both;}

/*header styles */
.header img { margin-bottom: 7px; }

/* menu style */
.menu-container { width: 790px; }
	.menu-item { background: #3c8dd6; font: 14px "avenir","arial","helvatica"; font-weight: bold; padding: 10px; }

#navcontainer { width: 790px; background: url(images/soar-nav-bkgd.gif) no-repeat; height: 32px; }
	#navcontainer ul { padding: 5px 0px 0px 0px; margin: 0px;  }

ul#navlist { font-family: sans-serif; }

ul#navlist a { font-weight: bold; text-decoration: none; }

ul#navlist, ul#navlist ul, ul#navlist li { margin: 0px; padding: 8px 0px 0px 0px; list-style-type: none; }

ul#navlist li { float: left; font: 14px "avenir","arial","helvatica"; font-weight: bold; margin: 0px; padding: 0px 5px; }

ul#navlist li a { text-decoration: none; color: #FFF; padding: 8px 10px; }

ul#navlist li a:hover { text-decoration: none; color: #fcf7a0; padding: 8px 10px; }

ul#navlist li a:active { }

ul#subnavlist { display: none; background: #ecf4fb; border: 1px solid #3c8dd6; margin-top: 15px; }
ul#subnavlist li { float: none; font: 12px "avenir","arial","helvetica"; text-align: left; margin-top: 5px; }

ul#subnavlist li a { padding: 0px; margin: 0px; }

ul#navlist li:hover ul#subnavlist { display: block; position: absolute; padding-top: 5px; }

ul#navlist li:hover ul#subnavlist li:hover { background: #d7d7d7; }

ul#navlist li:hover ul#subnavlist li a { display: block; width: 10em; border: none; padding: 2px;  }

ul#navlist li:hover ul#subnavlist li a:before { content: ""; }

/* search styles */
.search-area {  width: auto; background: #3c8dd6; padding: 2px 5px; float: right; margin-right: 10px; }
.search-area .search-field { border: 1px solid #cecece; color: #000; padding: 1px; float: left; width: 125px; margin-top: 2px; }
.search-area .search-button { margin-top: 1px; margin-left: 2px; }

/* search styles */
.searchform-alt { width: 200px; }
.search-area { float: right; background: #3c8dd6; padding: 2px 5px;  margin-right: 10px; }
.searchform-alt .search-area .search-field { border: 1px solid #cecece; color: #000; padding: 1px; float: left; width: 125px; margin-top: 2px; }
.searchform-alt .search-area .search-button { margin-top: 1px; margin-left: 2px; }

/* content styles */
.content-container { background: #FFF; width: 790px; padding-top: 5px; }

	.feature-content { padding: 5px 10px 8px 10px; width: 545px; }
		.feature-content .feature-items { margin-top: 10px; }
		.feature-content-wm { text-align: left; background: url(images/soar-content-bkgd.gif) top right no-repeat; padding-bottom: 10px; border-bottom: 1px solid #d0d0d0; }
		.feature-content img.floatleft { float: left; border: 5px solid #FFF; margin: 0px 5px 5px 5px; }
		.feature-content p { font: 12px/15px "verdana","arial","helvetica"; text-align: left; color: #333; padding: 8px; }
		.feature-content h3 { font: 16px/20px "verdana","arial","helvetica"; text-align: left; color: #3c8dd6; padding: 10px 10px 2px 10px; font-weight: bold;  }
			.feature-content a:link, .feature-content a:visited { color: #3c8dd6; }
			.feature-content a:hover { text-decoration: none; }

.content-container .postmetadata { font-size:10px; font-family: verdana; }
.content-container .postmetadata alt { font-size:10px; font-family: verdana; }
.content-container .entry { font: 12px/20px "verdana","arial","helvetica"; text-align: left; color: #333; padding: 8px; }
.content-container .post .ind-item { border-bottom: 2px solid #ecf4fb; padding-bottom: 10px; }
.content-container .post h3 { font: 12px/16px "verdana","arial","helvetica"; text-align: left; color: #3c8dd6; font-weight: bold;  }
.content-container .post small { font-family: "verdana"; margin-left: 10px; }
.content-container .date { float: right; padding: 10px; font-size: 15px; font-weight: bold;  border: 2px solid #cecece; margin: 10px; }
	.content-container .date p { font-size: 15px; font-weight: bold; color: #3c8dd6; }
	.content-container .date small { font-size: 9px; font-weight: bold; }

/* Right Column List Styles */
	
.right-column { width: 225px; padding: 5px 10px 8px 13px; border-left: 1px solid #d7d7d7; text-align: center; }

.headlines { text-align: left; border-top: 1px solid #c1daf1; margin-top: 10px; }
	
	.headlines h3 { font: 15px "arial","helvetica"; color: #3c8dd6; border-top: 10px solid #ecf4fb; font-weight: bold; padding-top: 5px; }
	
	.headlines .rss { font: 9px "verdana"; color: #adbdcd; width: 40px; height: 15px; float: right; margin-top: 18px; } 
		.headlines .rss a:link { color: #adbdcd; text-decoration: none; } 
	.headlines .rss img { float: left; margin-right: 3px; } 
	
	.headlines ul { margin: 10px 0px 3px 0px; font: 10px/18px "verdana"; list-style-type: none; padding-left: 0; margin-left: 0px; }
		.headlines ul li { background: url(images/soar-arrow.gif) left top no-repeat; padding-left: 13px; margin-bottom: 5px; color: #666; }
		.headlines ul li a:link, .headlines ul li a:visited { font: 12px/18px "verdana"; color: #1579d3; text-decoration: none; }
		.headlines ul li a:hover { text-decoration: underline; }
	
	.headlines .more { text-align: right; }
	.headlines .more a:link, .headlines .more a:visited { font: 9px/18px "verdana"; color: #1579d3; text-decoration: none; }
		.headlines .more a:hover { text-decoration: underline; }

/* Footer Styles */

.footer { width: 790px; text-align: left; padding-left: 30px; margin-top: 5px; margin-top: 10px; }

	.footer-nav { float: left; font: 12px/21px "georgia"; color: #929597; margin-right: 10px; }
		.footer-nav a:link, .footer-nav a:visited { color: #3c8dd6; text-decoration: none; }
		.footer-nav a:hover { text-decoration: underline; }

	.footer-nav-highlight { font: 12px/21px "verdana";  }
		.footer-nav-highlight a:link, .footer-nav-highlight a:visited { color: #3c8dd6; text-decoration: none; background: #FFF; padding: 3px; }
		.footer-nav-highlight a:hover { text-decoration: underline; background: #FFF; }

	.footer-generic { font: 12px "georgia"; color: #505050; margin-top: 5px;  }
		.footer-generic a:link, .footer-generic a:visited { color: #3c8dd6; text-decoration: none; }
		.footer-generic a:hover { text-decoration: underline; }



/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at #/menu/pro_drop4.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.prodrop4 {padding:2px 0 0 15px; margin:0; list-style:none; height:30px; position:relative; z-index:500; font-family:georgia; background: url(images/soar-nav-bkgd.gif) no-repeat;}
.prodrop4 li.top {display:block; float:left;}
.prodrop4 li a.top_link {display:block; float:left; height:36px; line-height:27px; color:#FFF; text-decoration:none; font-size:13px; font-weight:bold; padding:0 0 0 5px; cursor:pointer;}
.prodrop4 li a.top_link span {float:left; display:block; padding:0 20px 0 10px; height:36px;}
.prodrop4 li a.top_link:hover {color:#fcf7a0;}
.prodrop4 li a.top_link:hover span {}

.prodrop4 li:hover > a.top_link {color:#fcf7a0; }
.prodrop4 li:hover > a.top_link span {}


.prodrop4 table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

.prodrop4 a:hover {visibility:visible; position:relative; z-index:200;}
.prodrop4 li:hover {position:relative; z-index:200;}

/* keep the 'next' level invisible by placing it off screen. */
.prodrop4 ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

.prodrop4 ul.sub1 {width:160px;}
.prodrop4 ul.sub2 {width:110px;}
.prodrop4 ul.sub3 {width:90px;}
.prodrop4 ul.sub4 {width:112px;}

.prodrop4 :hover ul {left:0; top:29px; background: #ecf4fb; padding:3px; border:1px solid #3a93d2; border-width:0 1px 1px; white-space:nowrap; height:auto; z-index:300; text-align: left; }
.prodrop4 :hover ul li {display:block; height:20px; position:relative; font-weight:normal; width:auto;}
.prodrop4 :hover ul li a {display:block; font-size:11px; height:20px; line-height:20px; width:auto; padding:0 10px; color:#000; text-decoration:none;}
.prodrop4 :hover ul li a:hover {background:#3c8dd6; color:#fff;}


.warning-box	{padding: 5px 10px; background: #ff9; border: 1px solid #cc9;}
	.warning-box h4	{padding: 5px 0 5px 18px; color: #e11b24; background: transparent url(/img/icon-warning-box.gif) 0% 50% no-repeat;}
	.warning-box ul	{margin: 5px 5px 5px 18px;}
	.warning-box a:link, .warning-box a:visited, .warning-box a:hover	{ color: #000; font-weight: bold; font-size: 10px; font-family:verdana;}
	.eu-panel .warning-box	{margin: 5px;}
		.eu-panel .warning-box a:link, .eu-panel .warning-box a:visited, .eu-panel .warning-box a:hover	{font-weight: normal;}
.error-box	{color: #7f0006;}
	.error-box h4	{padding: 5px 0; color: #e11b24;}
	.error-box ul	{margin: 5px 5px 5px 18px;}


/* Slider styles */
.excerpt { text-align: left; margin-top: 10px; }
	
		.excerpt ul { margin: 10px 0px 3px 0px; font: 10px/18px "verdana"; list-style-type: none; padding-left: 0; margin-left: 0px; }
		.excerpt ul li { background: url(images/soar-arrow.gif) left top no-repeat; color: #666; }
		.excerpt ul li a:link, .headlines ul li a:visited { font: 12px/18px "verdana"; color: #1579d3; text-decoration: none; }
		.excerpt ul li a:hover { text-decoration: underline; }

.content-container #featured_slider {
float: left;
margin-bottom:20px;
padding-right:15px;
position: relative;
background-color: #<?php $bg = get_option('feat_bg'); if(!empty($bg)) {echo $bg;} else {echo "FFF";}?>;
border: 1px solid #<?php $border = get_option('feat_border'); if(!empty($border)) {echo $border;} else {echo "CCC";}?>;
width: <?php $width = get_option('feat_width'); if(!empty($width)) {echo $width;} else {echo "860";}?>px;
}

#featured_slider ul, #featured_slider ul li {
list-style: none !important;
border: none !important;
float: left;
width: <?php $width = get_option('feat_width'); if(!empty($width)) {echo $width;} else {echo "860";}?>px;
height: <?php $height = get_option('feat_height'); if(!empty($height)) {echo $height;} else {echo "210";}?>px;
}

#featured_slider .img_right {
float: left;
width: <?php $img_width = get_option('img_width'); if(!empty($img_width)) {echo $img_width;} else {echo "320";}?>px;
height: <?php $img_height = get_option('img_height'); if(!empty($img_height)) {echo $img_height;} else {echo "200";}?>px;
}

#featured_slider .img_right img {
width: <?php $img_width = get_option('img_width'); if(!empty($img_width)) {echo $img_width;} else {echo "320";}?>px;
height: <?php $img_height = get_option('img_height'); if(!empty($img_height)) {echo $img_height;} else {echo "200";}?>px;
}

#featured_slider .content_left {
float: left;
color: #<?php $text_color = get_option('text_color'); if(!empty($text_color)) {echo $text_color;} else {echo "333";}?>;
width: <?php $text_width = get_option('text_width'); if(!empty($text_width)) {echo $text_width;} else {echo "450";}?>px;
}

#featured_slider .content_left p {
line-height: 22px !important;
color: #<?php $text_color = get_option('text_color'); if(!empty($text_color)) {echo $text_color;} else {echo "333";}?>;
}

#featured_slider .content_left h2 {
font-size: 20px !important;
margin-bottom: 20px;
}

#featured_slider .feat_prev {
background: transparent url(<?php echo $direct_path;?>/images/sprite.png) no-repeat;
background-position: 0px 0px;
width: 17px;
z-index: 10;
height: 16px;
position: absolute;
left: 20px;
cursor: pointer;
bottom: 10px;
float: left;
}

#featured_slider .feat_prev:hover {
background-position: 0px -16px;
}

#featured_slider .feat_next {
background: transparent url(<?php echo $direct_path;?>/images/sprite.png) no-repeat;
background-position: -17px 0px;
width: 17px;
z-index: 10;
height: 16px;
position: absolute;
left: 40px;
bottom: 10px;
cursor: pointer;
}

#featured_slider .feat_next:hover {
background-position: -18px -16px;
}

.feat_link {
float: right;
position: relative;
top: -5px;
}

.feat_link a {
float: left;
font-size: 9px;
color: #CCC;
}


