/*  
Theme Name: WP-Aire 1.0 Basic
Theme URI: http://www.solostream.com
Author: Solostream Global Media
Author URI: http://www.solostream.com/
Description: This WordPress theme was designed and built by Solostream. The CSS, XHTML and design are copyright of Solostream. Usage is governed by the WP-Aire 1.0 Basic END-USER LICENSE AGREEMENT. To get started, you may want to visit the <a href="themes.php?page=functions.php">WP-Aire Theme Settings page</a>.
*/

/* Rev 06/25/2010
1. Updated For WP 3.0 Menu Management Function.
*/ 

/* --- [ Default style settings are below, while user-defined adjustments and adjustments for various color schemes are in the style.php file. You can make additional adjustments in custom.css. ] --- */

/* -------------------[ Main Page Elements ]------------------- */

body {
	text-align: left;
	margin: 0;
	padding: 0;
	color:#333;
	font-size: 9pt;
	line-height:1.5em;
	font-family:Arial, Verdana, sans-serif;
	background: #eee;
	}

#header {
	clear: both;
	margin: 0 auto;
	padding: 0;
	background:#000033;
	width:100%;
	}

#header-screen {
	clear: both;
	margin: 0 auto;
	padding: 0;
	background:url(images/head-screen.png) bottom left repeat-x;
	width:100%;
	}

#head-content {
	height:80px;
	width:960px;
	margin: 0 auto;
	padding: 0;
	position:relative;
	z-index:99999;
	}

#logo {
	float:left;
	margin:0;
	padding:0;
	height:80px;
	width:300px;
	}

#sitetitle {
	float:left;
	width:300px;
	margin:0;
	padding:0;
	}

#sitetitle .title {
	font-size: 10pt;
	padding:0;
	margin:20px 0 0;
	text-align:left;
	line-height: 1.2em;
	letter-spacing:0px;
	color:#fff;
	}

#sitetitle .title a {
	color:#fff;
	}

#sitetitle .description {
	font-size: 9pt;
	padding: 0;
	margin:0;
	text-align:left;
	color:#fff;
	}

#wrap {
	clear: both;
	margin: 0 auto;
	padding:0;
	width:100%;
	}

#page {
	padding:20px;
	clear: both;
	margin: 0 auto;
	background:#fff;
	width:920px;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	}

#contentleft {
	width: 570px;
	float:left;
	padding: 0;
	margin: 0;
	} 

#content {
	margin: 0;
	padding: 0;
	width: 570px;
	overflow:hidden;
	}

#contentright {
	font-size: 9pt;
	width: 330px;	
	float:right;	
	padding: 0;	
	margin: 0;
	} 

#sidebar {
	width: 330px;	
	float:none;	
	display:block;
	overflow:hidden;
	}

#sidebar-bottom {
	width: 330px;
	clear:both;
	display: block;
	overflow:hidden;
	padding:0;
	margin:0;
	}

#sidebar-bottom-left {
	width:180px;
	float:left;
	padding:0;
	margin:0;
	overflow:hidden;
	}

#sidebar-bottom-right {
	width:140px;
	float:right;
	padding:0;
	margin:0;
	overflow:hidden;
	}

#footer {
	width:100%;
	clear: both;
	margin: 0 auto;
	padding: 0;
	background:#C2DAF2 url(images/feat-stripe.png) 40% 0 no-repeat;
	}

#footer .border {
	width:100%;
	clear: both;
	margin: 0 auto;
	padding: 0;
	background:transparent url(images/border.png) 0 0 repeat-x;
	}

#footer .content {
	width:960px;
	clear: both;
	margin: 0 auto;
	padding: 30px 0;
	position:relative;
	}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* -------------------[ Headings ]------------------- */

h1, h2, h3, h4, h5, h6, h7 {
	font-family:cambria,georgia,times,serif;
	letter-spacing:-1px;
	margin: 0;
	padding: 0;
	text-align: left;
	font-weight:normal;
	color:#333;
	line-height: 1.1em;
	}

h1 {
	font-size: 18pt;
	margin: 0;
	}

h2 {
	font-size: 16pt;
	}

h3 {
	font-size: 14pt;
	}

h4 {
	font-size: 12pt;
	letter-spacing:0;
	}

h5,h6,h7 {
	font-size: 12pt;
	letter-spacing:0;
	}

.entry h1,.entry h2,.entry h3, .entry h4, .entry h5, .entry h6, .entry h7 {
	margin-bottom: 10px;
	}

h3#comments, h3#respond, h3#trackbacks  {
	margin: 0 0 10px;
	}

h3#postinfo, h3#comments, h3#respond, h3#trackbacks, #respond h3  {
	margin: 0 0 10px;
	}

h3#comments  {
	margin: 0 0 5px;
	}

h3.post-title, h2.post-title {
	margin:0;
	}

h1.post-title {
	margin:0;
	}

h1.archive-title, h1.page-title {
	padding:0;
	margin:0;
	border:0;
	}

h3.widgettitle span,
h2.feat-title span {

	}

h3.widgettitle,
h2.feat-title  {
	border-bottom:1px dotted #ddd;
	padding: 0 0 5px;
	margin-bottom:10px;
	}

.sitemap h2 {
	font-size:12pt;
	margin-bottom:5px;
	letter-spacing:0;
	}

#related .related-posts h3, #related .related-posts h2, #related .related-posts h1 {
	margin:0 0 5px;
	font-size:12pt;
	letter-spacing:0;
	}

.auth-bio h1 {
	margin:0 0 10px;
	}

/* -------------------[ Links ]------------------- */

a, a:link, a:visited {
	text-decoration:none;
	color:#336699;
	}

a:hover, a:active {
	text-decoration:none;
	color:#000000;
	}

a.more-link, a.more-link:link, a.more-link:visited  {
	}

a.more-link:hover, a.more-link:active  {
	}

#footer a, #footer a:link, #footer a:visited {
	}

#footer a:hover, #footer a:active {
	}

.post-title a, .post-title a:link, .post-title a:visited {
	color:#333;
	text-decoration:none;
	}

.post-title a:hover, .post-title a:active {
	color:#000;
	}
	
/* -------------------[ Images ]------------------- */

.entry img { }

img.alignright {
	float: right;
	clear: right;
	margin: 0 0 10px 10px;
	border:1px solid #ddd;
	padding:4px;
	background:#fff;
        }

img.alignleft {
	float: left;
	clear: left;
	margin: 0 10px 10px 0px;
	border:1px solid #ddd;
	padding:4px;
	background:#fff;
        }

img.aligncenter, img.centered, img.center { 
	display: block; 
	margin: 0 auto 15px auto;  
	float: none; 
	clear: both;
	border:1px solid #ddd;
	padding:4px;
	background:#fff;
        }

img.thumbnail {
	float:right;
	margin: 0 0px 20px 15px;
	border:1px solid #ddd;
	padding:2px;
	background:#fff;
	}

img.avatar, img.comment-grav {
	border:1px solid #ddd;
	padding:2px;
	background:#fff;
	float:right;
	margin:0 0 10px 10px;
	}

.commentlist img.avatar, img.comment-grav {
	margin-bottom:15px;
	}

.singlepost .auth-bio img.avatar {
	border:1px solid #ddd;
	padding:2px;
	background:#fff;
	float:right;
	margin:0 0 10px 10px;
	}

/* -------------------[ Caption Styles for WP 2.6+ ]------------------- */

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #fff;
	padding-top:5px;
	margin: 0 10px 10px;
	}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
	}

.wp-caption p.wp-caption-text {
	font-size: 8pt;
	padding: 5px;
	margin: 0;
	}

/* -------------------[ Misc Tags and Classes ]------------------- */

p {
	margin-top: 0px;
	margin-bottom: 15px;
	}

ol {
	margin-left: 40px;
	padding: 0;
	}

ul {
	margin-left: 20px;
	padding: 0;
	}

.post ul, .post ol {
	list-style-type: none;
	}

.post ul li {
	list-style-type:none;
	padding: 0;
	margin: 0 0 2px;
	padding-left:16px;
	background:url(images/bullet.gif) 0 4px no-repeat;
	}

.post ul li li {
	padding-left:0;
	background:transparent;
	}

.post ol li {
	list-style-type:decimal;
	margin-left: 0;
	padding-left: 0;
	}

.post ul ul {
	margin-left:0;
	}

form {
	margin:0;
	padding:0;
	}

select {
	margin:0;
	padding:2px;
	border:1px solid #ddd;;
	}

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px solid #999;
	}

* html acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 0 0 15px;
	background:#eee;
	padding: 15px 20px 1px;
	border:1px solid #ddd;
	}

.center {
	text-align: center;
	}

a img, img a {
	border: none;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

hr {
        display: block;
        clear:both;
        }

.navigation {
	margin: 0;
	padding: 10px 0 0;
	font-weight:bold;
	clear:both;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left;
	}

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
        float: none; 
        clear: both;
	}

.banner468 {
	text-align:center;
	margin: 0 auto 20px;
	padding:10px 0px;
	border:1px solid #ddd;
	background:#eee;
	float:none;
	display:block;
	}

input:focus {
	outline: none;
	}

table {
	margin-bottom:15px;
	}

/* ---------------[ Related Posts on Single Post Page ]--------------- */

#related {
	padding:15px;
	margin: 0 0 15px;
	border:1px solid #ddd;
	background:#eee;
	}

#related .related-posts {
	font-weight:bold;
	width: 50%;
	float:right;
	}

#related .related-posts p {
	margin:0;
	}

#related .related-posts ol {
	font-weight:normal;
	margin:0 0 0 25px;
	}

#related .related-posts li {
	margin-bottom: 2px;
	}

#related .subscribe {
	width: 45%;
	float:left;
	padding: 0;
	}

#related .subscribe p.intro {
	font-weight:bold;
	}

#related .subscribe p.feed {
	margin-bottom:10px;
	font-weight:bold;
	padding-left: 21px;
	background: url(images/FeedIcon-16.gif) 0px 50% no-repeat;
	}

#related .subscribe form {
	margin:0;
	padding:0;
	}

/* -------------------[ Author Bio Info ]------------------- */

.auth-bio {
	padding: 15px 15px 1px;
	margin: 0 0 15px;
	background:#eee;
	border:1px solid #ddd;
	}

.auth-bio img.avatar {
	padding:1px;
	background:#fff;
	border:1px solid #ddd;
	float:right;
	margin:0 0 15px 15px;
	}

p.auth-icons {
	width:40%;
	float:right;
	margin: 0 0 12px;
	padding:0;
	text-align:right;
	}

p.auth-icons img {
	margin: 0 0 0 2px;
	padding:0;
	border:0;
	}

p.auth-website {
	width:40%;
	float:left;
	margin: 0 0 12px;
	padding:5px 0 0;
	font-weight:bold;
	}

/* -------------------[ Comments ]------------------- */

.allcomments {
	}

.commentlist {
	padding: 0;
	list-style-type:none;
	margin: 0 ;
	}
	
.commentlist li {
	background: #eee;
	clear:both;
	margin: 15px 0 0;
	padding: 15px;
	border:1px solid #ddd;
	list-style-type:none;
	}

.commentlist li ul.children li {
	background: #fff;
	}

.commentlist li ul.children {
	margin: 0;
	padding: 0;
	}

.commentlist li.alt { }

.commentmetadata {
	display: block;
	margin-bottom:10px;
	font-size: 8pt;
	}

.commentlist cite {
	font-style:normal;
	font-weight:bold;
	}

#commentform {
	padding: 0;
	margin: 0;
	}

#commentform input#author,
#commentform input#email,
#commentform input#url,
#commentform textarea {
	padding:10px;
	border:1px solid #ddd;
	background:#fff;
	}

#commentform input#submit {
	cursor:pointer;
	font-family:arial,helvetica,sans-serif;
	clear:both;
	background:#ddd;
	padding: 5px 10px;
	font-weight:bold;
	color:#000;
	border:0;
	margin:0;
	}

#commentform input#submit:hover {
	background:#000;
	color:#fff;
	}

#commentform textarea {
	width:80%;
	}

.thread-alt { }	

.thread-even { }

#respond { 
	margin: 15px 0 0;
	padding:15px;
	background:#eee;
	border:1px solid #ddd;
	clear:both; 
	}

.commentlist #respond { 
	clear:both; 
	padding-top:15px; 
	}

.comments-navigation {
	display:block;
	margin: 0;
	padding:5px 0;
	font-weight:bold;
	}

.comments-navigation .alignleft {
	float:left;
	}

.comments-navigation .alignright {
	float:right;
	}

.comments-number {
	font-size:8pt;
	font-weight:bold;
	margin-bottom:0;
	padding:0 0 5px;
	}

.commentlist img.avatar, 
.commentlist img.comment-grav {
	padding:2px;
	background:#fff;
	border:1px solid #ddd;
	float:right;
	margin:0 0 10px 10px;
	}

.reply {
	padding: 0 0 5px;
	}

a.comment-reply-link, 
a.comment-reply-link:link, 
a.comment-reply-link:visited, 
.reply a, 
.reply a:link, 
.reply a:visited {
	clear:both;
	background:#ddd;
	padding: 5px 10px;
	font-weight:bold;
	font-size:8pt;
	text-transform:lowercase;
	color:#000;
	border:0;
	}

a.comment-reply-link:hover, 
a.comment-reply-link:active, 
.reply a:hover, 
.reply a:active {
	background:#000;
	color:#fff !important;
	border:1px solid #000;
	}

.comment-body ul {
	list-style-type:disc;
	margin:0 30px 15px;
	padding:0;
	border:none;
	}

.comment-body ul li {
	list-style-type:disc;
	margin:0;
	padding:0;
	border:none;
	}

.comment-body ol {
	list-style-type:decimal;
	margin:0 30px 15px;
	padding:0;
	border:none;
	}

.comment-body ol li {
	list-style-type:decimal;
	margin:0;
	padding:0;
	border:none;
	}

.cancel-comment-reply {
	padding: 5px 0 10px;
	}

/* ---------------[ Site Map Page ]--------------- */

.sitemap .post {
	border:0;
	margin:0;
	padding:0;
	}

.sitemap ul {
	list-style-type:none;
	margin-top: 0;
	margin-left: 0;
	margin-bottom:25px;
	}

.sitemap ul ul {
	margin-left: 0;
	margin-bottom:0;
	}

.sitemap ul ul ul {
	margin-left: 15px;
	}

.sitemap img.post-thum, .sitemap img.thumbnail {
	float:right;
	margin: 0 0 0 5px;
	width:40px;
	height:40px;
	padding:1px;
	}

p.site-map {
	margin: 0;
	}

p.site-map.post-title {
	font-weight:bold;
	}

.sitemap-narrow {
	width:35%;
	float:right;
	border:1px solid #ddd;
	background:#eee;
	padding: 15px 15px 0;
	}

.sitemap-wide {
	width:55%;
	float:left;
	}

.sitemap select {
	width:80%;
	margin: 0 0 25px;
	}

.sitemap-wide .post {
	border:0;
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom:1px solid #ddd;
	}

.sitemap-wide .entry {
	border:0;
	margin: 0;
	padding: 0;
	}

/* -------------------[ Top Navigation ]------------------- */

#topnav {
	padding: 0 0px 0 0;
	margin: 0 auto;
	width:650px;
	float:right;
	font-size:9pt;
	}

#topnav ul {
	float:right;
	list-style: none;
	padding: 0 0 0 2px;
	margin: 0;
	text-align:right;
	height:80px;
	line-height:80px;
	background: url(images/nav-bg-left.png) bottom left no-repeat;
	}

#topnav ul a, 
#topnav ul a:link, 
#topnav ul a:visited {
	color:#ccc;
	display: block;
	text-decoration: none;
	padding: 0 20px;
	margin:0;
	}

#topnav ul a:hover, 
#topnav ul a:active  {
	color:#fff;
	}

#topnav li {
	background:url(images/nav-bg.png) top right no-repeat;
	float: left;
	padding: 0 2px 0 0;
	margin:0;
	position:relative;
	z-index:999;
	}

#topnav li ul {
	z-index:9999;
	position: absolute;
	right: 999em;
	height: auto;
	width: 250px;
	margin: 0;
	padding:5px 0 0 0;
	background:#000;
	text-align:left;
	}

#topnav li li {
	margin-right:0;
	height:30px;
	line-height:30px;
	border:5px solid #000;
	border-top:0;
	background:transparent;
	padding: 0;
	margin:0;
	text-align:right;
	}

#topnav ul li ul a,
#topnav ul li ul a:link,
#topnav ul li ul a:visited {
	width:200px;
	background:#000D26;
	padding: 0 20px !important;
	}

#topnav li ul ul {
	margin: -35px 0 0 -250px;
	}

#topnav li:hover ul ul, 
#topnav li:hover ul ul ul, 
#topnav li.sfhover ul ul, 
#topnav li.sfhover ul ul ul {
	z-index:99999;
	right: 999em;
	}

#topnav li:hover ul, 
#topnav li.sfhover ul {
	z-index:99999;
	right: 0;
	}

#topnav li li:hover ul, 
#topnav li li li:hover ul, 
#topnav li li.sfhover ul, 
#topnav li li li.sfhover ul {
	z-index:99999;
	right: auto;
	}

#topnav li:hover, 
#topnav li.sfhover {
	z-index:99999;
	width:auto;
	}

/* -------------------[ Category Navigation ]------------------- */

#catnav {
	padding: 0;
	margin: 0 auto 20px;
	font-size:8pt;
	border:1px solid #ddd;
	clear:both;
	background:#fff url(images/widget-bg.gif) top left repeat-x;
	}

#catnav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	clear:both;
	}

#catnav ul a, 
#catnav ul a:link, 
#catnav ul a:visited {
	display: block;
	text-decoration: none;
	padding: 0 10px;
	margin:0;
	border-right:1px solid #ddd;
	}

#catnav ul a:hover, 
#catnav ul a:active  {

	}

#catnav li {
	height:30px;
	line-height:30px;
	float: left;
	padding: 0;
	margin:0px;
	}

#catnav li ul {
	z-index:9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 252px;
	margin: 0 0 0 -1px;
	padding:0;
	background:#eee;
	border-top:1px solid #ddd;
	}

#catnav li li {
	margin-right:0;
	border:1px solid #ddd;
	border-top:0;
	}

#catnav ul li ul a {
	border:0 !important;
	width:230px;
	}

#catnav li ul ul {
	margin: -31px 0 0 250px;
	}

#catnav li:hover ul ul, 
#catnav li:hover ul ul ul, 
#catnav li.sfhover ul ul, 
#catnav li.sfhover ul ul ul {
	z-index:9999;
	left: -999em;
	}

#catnav li:hover ul, 
#catnav li li:hover ul, 
#catnav li li li:hover ul, 
#catnav li.sfhover ul, 
#catnav li li.sfhover ul, 
#catnav li li li.sfhover ul {
	z-index:9999;
	left: auto;
	}

#catnav li:hover, 
#catnav li.sfhover {
	width:auto;
	z-index:9999;
	}

/* ---------------[ New 125x125 Banner Ads ]--------------- */

.banner125 {
	width:260px;
	margin:0;
	padding:0;
	}

.banner125 .ad img {
	float:left;
	width:125px;
	height:125px;
	margin:0 5px 5px 0;
	padding:0;
	}

/* -------------------[ Social Media Icons ]------------------- */

.sub-icons {
	height:32px;
	line-height:32px;
	padding:0;
	margin:0;
	}

.sub-icons a {
	margin:0;
	float:left;
	background:transparent;
	padding:0;
	display:block;
	}

#footer .sub-icons {
	position:absolute;
	top: 20px;
	right:0; 
	}

#footer .sub-icons a, #footer .sub-icons a:link, #footer .sub-icons a:visited {
	margin-left:2px;
	border:0;
	padding:0;
	}

#footer .sub-icons a:hover, #footer .sub-icons a:active {
	}

.recent-tweet p {
	margin:0;
	padding: 0 0 0 40px;
	background:url(images/twit.gif) top left no-repeat;
	min-height:32px;
	height:auto;
	}

/* ---------[ Slideshow ]--------- */

#home-top {
	margin:0 auto;
	padding:0;
	width:100%;
	background:#C2DAF2 url(images/feat-stripe.png) 40% 0 no-repeat;
	}

#home-top .border {
	width:100%;
	clear: both;
	margin: 0 auto;
	padding: 0;
	background:transparent url(images/border.png) bottom left repeat-x;
	}

#slideshow {
	width:960px;
	height:330px;
	margin: 0 auto;
	padding:30px 0;
	overflow:hidden;
	position:relative;
	z-index:2;
	}

#slideshow ul {
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	}           

/* ---------[ Slideshow Slides ]--------- */

#slideshow .slides {
	width:960px;
	overflow: hidden;
	clear:both;
	margin:0 auto;
	padding:0;
	}

#slideshow .slides ul {
	width:960px;
	}

#slideshow .slides li {
	display:none;
	width:960px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden; 
	}

.js #slideshow .slides li {
	width:960px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	display:block;
	background:transparent !important;
	}

#slideshow .feature-image {
	float:right;
	height:330px;
	width:495px;
	border:0;
	padding:0;
	margin: 0;
	overflow:hidden;
	}

#slideshow img.home_feature {
	border:0;
	padding:0;
	margin: 0;
	height:330px;
	}

#slideshow .slides li .feature-content {
	float:left;
	width:450px;
	height:330px;
	margin: 0;
	position:relative;
	z-index:3;
	}

#slideshow .postinfo {
	font-weight:bold;
	text-transform:uppercase;
	margin: 0 0 10px;
	padding: 0;
	}

#slideshow .slides li h2.post-title, 
#slideshow .slides li h2.post-title a, 
#slideshow .slides li h2.post-title a:link,
#slideshow .slides li h2.post-title a:visited,
#slideshow .slides li h2.post-title a:hover,
#slideshow .slides li h2.post-title a:active {
	font-size:20pt;
	line-height: 1.1em;
	margin:0 0 5px;
	}

#slideshow .slides li .entry {
	text-align:left;
	padding: 0;
	margin:0 0 15px;
	height:5.6em;
	overflow:hidden;
	font-size:10pt;
	line-height:1.4em;
	font-family:georgia, times, serif;
	}

#slideshow .readmore a,
#slideshow .readmore a:link,
#slideshow .readmore a:visited {
	position:absolute;
	left:0;
	bottom: 110px;
	height:24px;
	line-height:24px;
	background:url(images/feat-more.png) top left no-repeat;
	display:block;
	z-index:5;
	text-align:center;
	text-transform:uppercase;
	color:#fff;
	font-weight:bold;
	font-size:10px;
	padding: 0;
	width:100px;
	}

#slideshow .readmore a:active,
#slideshow .readmore a:hover {
	color:#ffcc00;
	}

#slideshow .bio {
	background:#E5F2FF;
	}

#slideshow .bio {
	position:absolute;
	z-index:5;
	bottom:0;
	height:70px;
	width:420px;
	padding:15px;
	}

#slideshow .bio h3 {
	font-size: 10pt;
	letter-spacing:0;
	margin:0;
	padding:0;
	line-height:1.4em;
	}

#slideshow .bio p {
	margin:0;
	}

#slideshow .bio p.auth-des {
	height: 36px;
	overflow:hidden;
	line-height:1.4em;
	height:2.8em;
	}

#slideshow .bio p.auth-more a,
#slideshow .bio p.auth-more a:link,
#slideshow .bio p.auth-more a:visited {
	line-height:1.4em;
	font-weight:bold;
	}

#slideshow .bio p.auth-more a:hover,
#slideshow .bio p.auth-more a:active {
	color:#000;
	}

#slideshow .bio img.avatar {
	border:0;
	padding:4px;
	width:60px;
	height:60px;
	background: #fff;
	float:left;
	border:1px solid #ccc;
	margin:0 10px 0 0;
	}

#slideshow .readmore a,
#slideshow .bio,
#slideshow .bio img.avatar,
.viewpost a {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	}

/* ---------[ Slideshow Navigation ]--------- */


.nav a {
	z-index:10;
	font-weight:bold;
	font-size:10px;
	text-transform:uppercase;
	outline:none;
	height:30px;
	line-height:30px;
	position: absolute;
	bottom:0;
	}

.nav a#prev {
	right:395px;
	width:93px;
	background:url(images/larrow.gif) left center no-repeat;
	padding-left:7px;
	}

.nav a#next {
	right:0;
	background:url(images/rarrow.gif) right center no-repeat;
	padding-right:7px;
	}

/* --------------[ Basic Post Classes ]-------------- */

.post {
	margin: 0 0 20px;
	padding:  0;
	border-bottom:1px solid #ddd;
	}

.single-video {
	margin-bottom:15px;
	border:1px solid #ddd;
	padding:4px;
	}

.singlepost .post {
	margin: 0 0 15px;
	padding:  0;
	border-bottom:0;
	}

.entry {
	margin: 0;
	padding: 0;
	}

p#breadcrumbs {
	padding: 0 0 5px;
	font-size:8pt;
	margin: 0 0 15px;
	color:#666;
	border-bottom:1px solid #ddd;
	}

p.tags { 
	margin-bottom:5px;
	background:url(images/tag.gif) 0 0 no-repeat;
	padding-left:23px;
	}

p.cats { 
	background:url(images/folder.gif) 0 0 no-repeat;
	padding-left:23px;
	}

/* -------------------[ View Post Button ]------------------- */

.viewpost {

	}

.viewpost a, 
.viewpost a:link, 
.viewpost a:visited {
	height:24px;
	line-height:24px;
	background:url(images/feat-more.png) top left no-repeat;
	display:block;
	text-align:center;
	text-transform:uppercase;
	color:#fff;
	font-weight:bold;
	font-size:10px;
	padding: 0;
	margin: 10px 0 20px;
	width:100px;
	}

.viewpost a:active, 
.viewpost a:hover {
	color:#ffcc00;
	}

/* -------------------[ Meta ]------------------- */

.meta {
	margin: 0;
	padding:3px 0 10px;
	font-size:10px;
	height:16px;
	line-height:16px;
	clear:none;
	}

/* --------------[ Home Page Option 2 - 2 Posts Aligned Side-by-Side ( index2 ) ]-------------- */

.post-left {
	clear:left;
	float:left;
	width: 48%;
	margin: 0;
	padding:0;
	background:transparent;
	}

.post-right {
	clear:right;
	float:right;
	width: 48%;
	margin: 0;
	padding:0;
	background:transparent;
	}

.post-right img.thumbnail,
.post-left img.thumbnail {
	float:right;
	margin: 0 0 10px 10px;
	width:70px;
	}

.post-clear {
	clear:both;
	height:0;
	padding:0;
	background:transparent;
	}

.post-right .entry,
.post-left .entry {
	height:160px;
	overflow:hidden;
	margin: 0;
	}

.post-right h2.post-title,
.post-left h2.post-title {
	margin:0;
	letter-spacing:0;
	font-size:12pt;
	line-height:1.2em;
	}

/* -------------------[ Home Page Option 3 - 3 Posts Aligned Side-by-Side ( index3 ) ]------------------- */

.posts-by-3 {
	margin: 0;
	padding: 0;
	clear:both;
	}

.posts-by-3 .post {
	float:left;
	width:180px;
	padding:0;
	background:#fff;
	border:0;
	margin: 0 15px 20px 0;
	border-bottom:1px solid #ddd;
	}

.posts-by-3 .post.right {
	float:right;
	margin:0;
	}

.posts-by-3 .feature-image {
	float:none;
	margin: 0 auto 10px;
	padding:0;
	width:150px;
	height:150px;
	overflow:hidden;
	border:1px solid #ddd;
	padding:14px;
	}

.posts-by-3 img.thumbnail {
	float:none;
	margin: 0 auto;
	border:0;
	padding:0;
	width:150px;
	}

.posts-by-3 .entry {
	margin: 0;
	padding:0;
	height:170px;
	overflow:hidden;
	}

.posts-by-3 h2.post-title {
	font-size:10pt;
	letter-spacing:0;
	margin: 0;
	padding:0;
	line-height:1.2em;
	}

/* -------------------[ Home Page Option 4 - 3 Posts Side-by-Side Arranged by Category ( index4 ) ]------------------- */

.cat-posts {
	margin: 0 0 20px;
	padding: 0;
	clear:both;
	border-bottom: 1px solid #ddd;
	}

.cat-posts .post {
	float:left;
	width:180px;
	padding:0;
	background:#fff;
	border:0;
	margin: 0 15px 0 0;
	border-bottom:0;
	}

.cat-posts .post.right {
	float:right;
	margin:0;
	}

.cat-posts .feature-image {
	float:none;
	margin: 0 auto 10px;
	padding:0;
	width:150px;
	height:150px;
	overflow:hidden;
	border:1px solid #ddd;
	padding:14px;
	}

.cat-posts img.thumbnail {
	float:none;
	margin: 0 auto;
	border:0;
	padding:0;
	width:150px;
	}

.cat-posts .entry {
	margin: 0;
	padding:0;
	height:170px;
	overflow:hidden;
	}

.cat-posts h3.post-title {
	font-size:10pt;
	letter-spacing:0;
	margin: 0;
	padding:0;
	line-height:1.2em;
	}

.cat-posts h2.post-title {
	margin-bottom:10px;
	}

.cat-posts h2.post-title a {
	padding-right: 22px;
	background:url(images/arrowright.gif) 100% 4px no-repeat;
	}

/* -------------------[ Home Page Option 5 - Posts Arranged by Category Side-by-Side ( index5 ) ]------------------- */

.cat-posts-left {
	clear:left;
	float:left;
	width: 48%;
	margin: 0;
	padding:0;
	background:transparent;
	}

.cat-posts-right {
	clear:right;
	float:right;
	width: 48%;
	margin: 0;
	padding:0;
	background:transparent;
	}

.cat-posts-right img.thumbnail,
.cat-posts-left img.thumbnail {
	float:right;
	margin: 0 0 10px 10px;
	width:70px;
	}

.cat-posts-clear {
	clear:both;
	height:0;
	padding:0;
	background:transparent;
	}

.cat-posts-right .entry,
.cat-posts-left .entry {
	height:170px;
	overflow:hidden;
	margin: 0;
	}

.cat-posts-right h3.post-title,
.cat-posts-left h3.post-title {
	margin:0;
	letter-spacing:0;
	font-size:10pt;
	line-height:1.2em;
	}

.cat-posts-left h2.post-title,
.cat-posts-right h2.post-title {
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom:1px solid #ddd;
	}

.cat-posts-left h2.post-title a,
.cat-posts-right h2.post-title a {
	padding-right: 22px;
	background:url(images/arrowright.gif) 100% 4px no-repeat;
	}

/* -------------------[ Home Page Option 6 - Posts Arranged by Category Stacked ( index6 ) ]------------------- */

.cat-posts-stacked {
	clear:both;
	margin: 0 0 30px;
	padding: 0;
	border-bottom: 0;
	position:relative;
	z-index:1;
	}

.cat-posts-stacked h2.post-title {
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom:1px solid #ddd;
	}

.cat-posts-stacked h2.post-title a {
	padding-right: 22px;
	background:url(images/arrowright.gif) 100% 4px no-repeat;
	}

/* -------------------[ Widgets ]------------------- */

.widget {
	list-style-type: none;
	margin: 0 0 20px;
	padding:14px;
	overflow:hidden;
	border:1px solid #ddd;
	background:#fff url(images/widget-bg.gif) top left repeat-x;
	}

#sidebar-bottom .widget {
	padding:9px;
	}

.widget ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

.widget ul ul {
	margin: 0;
	padding: 0;
	}

.widget ul ul ul {
	margin: 0;
	padding: 0;
	}

.widget ul ul ul ul {
	margin: 0;
	padding: 0;
	}

.widget li {
	border:0;
	list-style-type: none;
	margin: 0 0 7px;
	padding: 0 0 0 14px;
	background:url(images/bullet.gif) 0 5px no-repeat;
	}

.widget ul.popular li {
	border:0;
	list-style-type: none;
	margin: 0 0 7px;
	padding: 0 0 0 23px;
	background:url(images/star.png) 0 0 no-repeat;
	}

.widget li li {
	list-style-type: none;
	margin: 0;
	border-bottom:0;
	padding: 0;
	background:transparent;
	}

.widget li li li {
	padding-left: 15px;
	}

.widget li#tag-cloud li {
	border:0;
	float:none;
	display:inline;
	padding: 0;
	margin: 0 5px 0 0;
	background:transparent;
	background-image: none;
	line-height:2em;
	}

.widget li#tag-cloud li a {
	padding:0;
	background:transparent;
	background-image: none;
	}

.widget .sub-icons {
	padding-top: 15px;
	}

/* -------------------[ Footer Widgets ]------------------- */

#footer-widgets {
	clear: both;
	margin: 0 auto;
	padding:30px 0 15px;
	width:100%;
	background:#e5e5e5;
	border-top:1px solid #f5f5f5;

	}

#footer-widgets .content {
	width:960px;
	margin: 0 auto;
	}

#footer-widgets .widget {
	list-style-type: none;
	margin: 0 0 15px;
	padding:0;
	overflow:hidden;
	border:0;
	background:transparent;
	}

#footer-widgets h3.widgettitle {
	border-bottom: 1px solid #ccc;
	}

#footer-widgets .footer-widget1 {
	float:left;
	width:275px;
	margin: 0 30px 0 0;
	overflow:hidden;
	}

#footer-widgets .footer-widget2 {
	float:left;
	width:275px;
	margin: 0 30px 0 0;
	overflow:hidden;
	}

#footer-widgets .footer-widget3 {
	float:left;
	width:160px;
	margin: 0;
	overflow:hidden;
	}

#footer-widgets .footer-widget4 {
	float:right;
	width:160px;
	margin: 0;
	overflow:hidden;
	}

#footer-widgets a, 
#footer-widgets a:link, 
#footer-widgets a:visited {
	}

#footer-widgets a:hover, 
#footer-widgets a:active {
	}

.widget_flickrRSS img {
	margin: 0 5px 5px 0;
	background: #fff;
	padding: 2px;
	width:80px;
	height:80px;
	}

/* -------------------[ Side Tabs ]------------------- */

.widget.sidetabs {  
	padding: 0
	}

.widget.sidetabs ul.tabs {  
	list-style-type:none;
	margin: 0;
	padding: 10px 10px 0;
	clear:both;
	position:relative;
	top:1px;
	}

.widget.sidetabs ul.tabs li {
	border:0;
	background:transparent;
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	}
 
.widget.sidetabs ul.tabs li a, 
.widget.sidetabs ul.tabs li a:link, 
.widget.sidetabs ul.tabs li a:visited  {
	float: left;
	display: block;
	padding: 5px 8px;
	background: transparent;
	font-weight:bold;
	font-size:9pt;
	}  

.widget.sidetabs ul.tabs li a:hover, 
.widget.sidetabs ul.tabs li a:active { }

.widget.sidetabs ul.tabs li a.on {
	border:1px solid #ddd;
	border-bottom:0;
	background:#fff;
	color:#000;
	}

.widget.sidetabs form {
	margin: 0 !important;
	padding: 0 !important;
	}

.widget.sidetabs select {
	margin: 0;
	padding: 2px;
	width:200px;
	border:1px solid #ddd;
	}

.widget.sidetabs .cat_content {
	border-top:1px solid #ddd;
	padding: 15px;
	}

/* -------------------[ Footer Widget Side Tabs ]------------------- */

#footer-widgets .widget.sidetabs {  
	padding: 0;
	margin-top:0;
	}

#footer-widgets .widget.sidetabs ul.tabs {  
	list-style-type:none;
	margin: 0;
	padding: 0;
	clear:both;
	position:relative;
	top:1px;
	}

#footer-widgets .widget.sidetabs ul.tabs li {
	border:0;
	background:transparent;
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	}
 
#footer-widgets .widget.sidetabs ul.tabs li a, 
#footer-widgets .widget.sidetabs ul.tabs li a:link, 
#footer-widgets .widget.sidetabs ul.tabs li a:visited  {
	float: left;
	display: block;
	padding: 5px 8px;
	background: transparent;
	font-weight:bold;
	font-size:9pt;
	}  

#footer-widgets .widget.sidetabs ul.tabs li a:hover, 
#footer-widgets .widget.sidetabs ul.tabs li a:active { }

#footer-widgets .widget.sidetabs ul.tabs li a.on {
	border:1px solid #ccc;
	border-bottom:0;
	background:#e5e5e5;
	color:#000;
	}

#footer-widgets .widget.sidetabs form {
	margin: 0 !important;
	padding: 0 !important;
	}

#footer-widgets .widget.sidetabs select {
	margin: 0;
	padding: 2px;
	width:200px;
	border:1px solid #ccc;
	}

#footer-widgets .widget.sidetabs .cat_content {
	border-top:1px solid #ccc;
	padding: 10px 5px 0;
	}

/* -------------------[ Subscribe Box ]------------------- */

p.email-form {
	width:220px;
	height:24px;
	margin:0;
	padding:0;
	background: url(images/emailbg.gif) top right no-repeat;
	}

p.email-form .sub {
	color:#aaa;
	float:left;
	padding:4px 0 0 26px;
	width:130px;
	margin: 0;
	border:0;
	background:transparent;
	}

p.email-form .subbutton {
	margin: 0;
	float:right;
	font-size:8pt;
	width:52px;
	height:24px;
	text-align:center;
	border:0;
	text-indent:-10000em;
	background: transparent;
	border:0;
	}

/* ---------[ Search Form ]--------- */

#search {
	width:202px;
	height:32px;
	margin:0;
	padding:0;
	}

#searchform {
	background: url(images/searchbg.gif) top right no-repeat;
	width:202px;
	height:32px;
	padding:0;
	margin:0;
	}

#searchform #searchfield {
	color:#aaa;
	float:left;
	padding:8px 0 0 6px;
	width:150px;
	margin: 0;
	border:0;
	background:transparent;
	}

#searchform #submitbutton {
	margin: 0;
	float:right;
	font-size:8pt;
	width:39px;
	height:32px;
	text-align:center;
	border:0;
	text-indent:-10000em;
	background: transparent;
	border:0;
	}

/* ---------[ Page Top ]--------- */

#home-top .content {
	width:960px;
	margin:0 auto;
	padding:20px 0;
	}

#home-top .content .left {
	float:left;
	margin:0;
	padding:0;
	width:480px;
	}

#home-top .content .right {
	float:right;
	margin:0;
	padding:0;
	width:470px;
	}

#home-top .content .banner468 {
	text-align:right;
	margin: 0;
	padding:0;
	border:0;
	background:transparent;
	}

#home-top .meta {
	margin:0;
	padding:0;
	font-size:9pt;
	}

.sub-title,
.sub-title p {
	font-size:11pt;
	margin:0;
	padding-top:0;
	line-height:1.4em;
	}