/*  
Theme Name: WP-Glide
Theme URI: http://www.solostream.com
Author: Solostream
Author URI: http://www.solostream.com/
Description: This WordPress theme was designed and built by Solostream.
Version: 2.0

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

*/

/* --- [ Rev 06/21/2010 - Added 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 20px;
	padding: 0;
	position:relative;
	z-index:5;
	width:100%;
	background:#000;
	border-bottom:1px solid #fff;
	}

#head-content {
	width:960px;
	margin: 0 auto;
	height:140px;
	padding: 0;
	}

#sitetitle {
	float:left;
	width:480px;
	margin:0;
	padding:0;
	}

#sitetitle .title {
	font-size: 30px;
	padding:0;
	margin:40px 0 0;
	text-align:left;
	line-height: 1.2em;
	letter-spacing:-1px;
	color:#fff;
	}

#sitetitle .title a {
	color:#fff;
	}

#sitetitle .description {
	font-size: 9pt;
	padding: 0;
	margin:0;
	text-align:left;
	color:#fff;
	}

#head-banner468 {
	float:right;
	width:468px;
	height:60px;
	margin-top:40px;
	overflow:hidden;
	padding:0;
	}

#wrap {
	clear: both;
	margin: 0 auto;
	padding:0;
	width:960px;
	}

#page {
	padding:0;
	clear: both;
	margin: 0 auto;
	}

#contentleft {
	width: 610px;
	float:left;
	padding: 0;
	margin: 0;
	} 

#content {
	margin: 0;
	padding: 0;
	width: 610px;
	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: 300px;
	clear:both;
	display: block;
	overflow:hidden;
	padding:14px;
	border:1px solid #ddd;
	background:#fff url(images/boxbg.gif) top left repeat-x;
	margin:0 0 20px;
	}

#sidebar-bottom-left {
	width:160px;
	float:left;
	padding:0;
	margin:0;
	overflow:hidden;
	}

#sidebar-bottom-right {
	width:120px;
	float:right;
	padding:0;
	margin:0;
	overflow:hidden;
	}

#footer {
	width:960px;
	clear: both;
	margin: 0 auto;
	padding: 20px 0;
	color:#666;
	background:url(images/horz-line.gif) top left repeat-x;
	position:relative;
	z-index:1;
	}

.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;
	margin: 0;
	padding: 0;
	font-weight:normal;
	color:#333;
	line-height: 1.2em;
	letter-spacing:-1px;
	}

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.page-title {
	padding:0 0 10px;
	margin-bottom:15px;
	border-bottom: 1px dotted #ccc;
	}

h1.archive-title {
	padding:0;
	margin-bottom:5px;
	border-bottom: 0;
	}

h3.widgettitle {
	font-size:14pt;
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom:1px dotted #ccc;
	}

.sitemap h2 {
	font-size:14pt;
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom:1px dotted #ccc;
	}

#related .related-posts h3, #related .related-posts h2, #related .related-posts h1 {
	margin:0 0 5px;
	font-size:12pt;
	letter-spacing:0;
	}

/* -------------------[ Links ]------------------- */

a, a:link, a:visited {
	text-decoration:none;
	color:#006699;
	}

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 {
	text-decoration:none;
	color:#333;
	}

.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:5px;
	background:#fff;
        }

img.alignleft {
	float: left;
	clear: left;
	margin: 0 10px 10px 0px;
	border:1px solid #ddd;
	padding:5px;
	background:#fff;
        }

img.aligncenter, img.centered, img.center { 
	display: block; 
	margin: 0 auto 15px auto;  
	float: none; 
	clear: both;
	border:1px solid #ddd;
	padding:5px;
	background:#fff;
        }

img.thumbnail {
	float:right;
	margin: 0 0px 20px 15px;
	border:1px solid #ddd;
	padding:5px;
	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;
	}

/* -------------------[ 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,
.page ul, 
.page ol {
	list-style-type: none;
	}

.post ul li,
.page 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,
.page ul li li {
	padding-left:0;
	background:transparent;
	}

.post ol li,
.page ol li {
	list-style-type:decimal;
	margin-left: 0;
	padding-left: 0;
	}

.post ul ul,
.page ul ul {
	margin-left:0;
	}

form, select {
	margin:0;
	padding:0;
	}

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 0 20px;
	padding: 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:#fff url(images/boxbg.gif) top left repeat-x;
	float:none;
	display:block;
	}

.banner728 {
	text-align:center;
	margin: 0 auto 20px;
	padding:10px 0px;
	border:1px solid #ddd;
	background:#fff url(images/boxbg.gif) top left repeat-x;
	float:none;
	display:block;
width:958px;
	}

a, input:focus {
	outline: none;
	}

table {
	margin-bottom:15px;
	}

/* ---------------[ Related Posts on Single Post Page ]--------------- */

#related {
	padding:15px;
	margin: 0;
	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.auth-archive {
	padding: 20px;
	margin: 0 0 20px;
	background:#eee;
	border:1px solid #ddd;
	background:#fff url(images/boxbg.gif) top left repeat-x;
	}

.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;
	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;
	padding:0;
	}

/* -------------------[ Latest Tweet ]------------------- */

.latest-tweet {
	clear:both;
	padding: 15px 15px 15px 70px;
	margin: 0 auto 15px;
	background:#eee url(images/latest-tweet.gif) 8px 8px no-repeat;
	border:1px solid #ddd;
	min-height:60px;
	}

.latest-tweet h2 {
	margin:0 0 5px;
	}

ul#twitter_update_list {
	margin: 0;
	padding:0;
	list-style-type:none;
	}

ul#twitter_update_list li {
	margin: 0;
	padding:0;
	list-style-type:none;
	}

/* -------------------[ Comments ]------------------- */

.allcomments {
	}

.commentlist {
	padding: 0;
	list-style-type:none;
	margin: 0 ;
	}
	
.commentlist li {
	background:#fff url(images/boxbg.gif) top left repeat-x;
	clear:both;
	margin: 20px 0 0;
	padding: 20px;
	border:1px solid #ddd;
	list-style-type:none;
	}

.commentlist li ul.children li {
	background: #f5f5f5;
	}

.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: 0;
	color:#fff;
	border:0;
	margin:0;
	background:url(images/submit.gif) top left no-repeat;
	width:60px;
	height:24px;
	line-height:24px;
	display:block;
	font-weight:bold;
	font-size:10px;
	text-transform:uppercase;
	color:#fff;
	}

#commentform input#submit:hover {
	background:url(images/submit.gif) bottom left no-repeat;
	}

#commentform textarea {
	width:80%;
	}

.thread-alt { }	

.thread-even { }

#respond { 
	margin: 15px 0 0;
	padding:20px;
	background:#fff url(images/boxbg.gif) top left repeat-x;
	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:url(images/submit.gif) top left no-repeat;
	padding: 0;
	font-weight:bold;
	font-size:10px;
	text-transform:uppercase;
	color:#fff;
	border:0;
	height:24px;
	line-height:24px;
	text-align:center;
	width:60px;
	display:block;
	}

a.comment-reply-link:hover, 
a.comment-reply-link:active, 
.reply a:hover, 
.reply a:active {
	background:url(images/submit.gif) bottom left no-repeat;
	}

.comment-body ul {
	list-style-type:disc;
	margin:0 30px 15px;
	padding:0;
	border:none;
	background:transparent;
	}

.comment-body ul li {
	list-style-type:disc;
	margin:0;
	padding:0;
	border:none;
	background:transparent;
	}

.comment-body ol {
	list-style-type:decimal;
	margin:0 30px 15px;
	padding:0;
	border:none;
	background:transparent;
	}

.comment-body ol li {
	list-style-type:decimal;
	margin:0;
	padding:0;
	border:none;
	background:transparent;
	}

.cancel-comment-reply {
	padding: 5px 0 10px;
	}

/* -------------------[ Widgets ]------------------- */

.widget {
	list-style-type: none;
	margin: 0 0 20px;
	padding:14px;
	overflow:hidden;
	background:#fff url(images/boxbg.gif) top left repeat-x;
	border:1px solid #ddd;
	}

#sidebar-bottom .widget {
	list-style-type: none;
	margin: 0 0 20px;
	padding:0;
	overflow:hidden;
	background:transparent;
	border:0;
	}

.widget ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

.widget li {
	border:0;
	list-style-type: none;
	margin: 0 0 7px;
	padding: 0 0 0 16px;
	background:url(images/bullet.gif) 0 5px 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;
	}

/* ---------------[ Site Map Page ]--------------- */

.sitemap .post { }

.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;
	padding: 0;
	}

.sitemap-wide {
	width:60%;
	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 dotted #ccc;
	background:transparent;
	}

.sitemap-wide .entry {
	border:0;
	margin: 0;
	padding: 0;
	}

/* -------------------[ Top Navigation ]------------------- */

#topnav {
	padding: 0;
	margin: 0 auto 20px;
	width:958px;
	font-size:9pt;
	z-index:99999;
	position:relative;
	background:#e5e5e5 url(images/topnavbg.gif) top left repeat-x;
	border:1px solid #ddd;
	}

#topnav ul {
	width:750px;
	list-style: none;
	padding: 0;
	margin: 0;
	float:left;
	}

#topnav ul a, 
#topnav ul a:link, 
#topnav ul a:visited {
	display: block;
	text-decoration: none;
	padding: 0 10px;
	margin:0;
	color:#666;
	border-right:1px solid #ddd;
	}

#topnav ul a:hover, 
#topnav ul a:active {
	background:#fff;
	color:#000;
	}

#topnav ul li.current_page_item li a,
#topnav ul li li.current_page_item li a,
#topnav ul li li li.current_page_item li a {
	color:#666;
	background:transparent;
	}

#topnav ul li.current_page_item a,
#topnav ul li li.current_page_item a,
#topnav ul li li li.current_page_item a,
#topnav ul li.current_page_item li a:hover,
#topnav ul li li.current_page_item li a:hover,
#topnav ul li li li.current_page_item li a:hover,
#topnav ul li.current_page_item li a:active,
#topnav ul li li.current_page_item li a:active,
#topnav ul li li li.current_page_item li a:active {
	background:#fff;
	color:#000;
	}

#topnav li {
	height:36px;
	line-height:36px;
	float: left;
	padding: 0;
	margin:0;
	}

#topnav li ul {
	z-index:99999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 252px;
	margin: 0 0 0 -1px;
	padding:0;
	background:#fff;
	border-top:1px solid #ddd;
	}

#topnav li li {
	margin-right:0;
	height:30px;
	line-height:30px;
	border:1px solid #ddd;
	border-top:0;
	}

#topnav ul li ul a {
	border:0 !important;
	width:230px;
	}

#topnav li ul ul {
	margin: -31px 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;
	left: -999em;
	}

#topnav li:hover ul, 
#topnav li li:hover ul, 
#topnav li li li:hover ul, 
#topnav li.sfhover ul, 
#topnav li li.sfhover ul, 
#topnav li li li.sfhover ul {
	z-index:99999;
	left: auto;
	}

#topnav li:hover, 
#topnav li.sfhover {
	z-index:9999;
	width:auto;
	}

#topnav li ul.catnav {
	z-index:99999;
	position:absolute;
	left:-9999em;
	display:none;
	height: auto;
	width: 948px;
	margin: 0;
	padding:10px 0 0 10px;
	background:#fff;
	border:1px solid #ddd;
	}

#topnav li ul.catnav li {
	margin:0 10px 10px 0;
	height:24px;
	line-height:24px;
	width:225px;
	border:0;
	float:left;
	background:#eee;
	border:1px solid #ddd;
	}

#topnav ul li ul.catnav a {
	border:0 !important;
	width:205px;
	padding: 0 10px;
	float:left;
	display:inline;
	}

#topnav li ul.catnav ul {
	margin: 0;
	}

#topnav li:hover ul.catnav, 
#topnav li.sfhover ul.catnav {
	position:absolute;
	z-index:99999;
	display:block;
	left:-1px;
	}

/* ---------------[ 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;
	}

/* ---------[ Search Form ]--------- */

#search {
	width:180px;
	height:24px;
	margin:0;
	padding:0;
	background: url(images/searchbg.gif) top right no-repeat;
	}

#searchform {
	width:180px;
	height:24px;
	padding:0;
	margin:0;
	}

#searchform #searchfield {
	color:#aaa;
	float:left;
	padding:0 0 0 4px;
	width:150px;
	height:24px;
	line-height:24px;
	margin: 0;
	border:0;
	background:transparent;
	}

#searchform #submitbutton {
	margin: 0;
	float:right;
	font-size:8pt;
	width:20px;
	height:24px;
	text-align:center;
	border:0;
	text-indent:-10000em;
	background: transparent;
	border:0;
	}

#topnav #search {
	position: absolute;
	top: 6px;
	right:6px;
	}

/* -------------------[ Footer Widgets ]------------------- */

#footer-widgets {
	clear: both;
	margin: 0 auto 20px;
	padding:20px 20px 5px;
	border:1px solid #ddd;
	width:920px;
	background:#fff url(images/boxbg.gif) top left repeat-x;
	}

#footer-widgets .widget {
	list-style-type: none;
	margin: 0 0 15px;
	padding:0;
	overflow:hidden;
	background:transparent;
	border:0;
	}

#footer-widgets select {
	width:150px;
	margin: 0;
	border:1px solid #ddd;
	}

#footer-widgets .footer-widget1 {
	float:left;
	width:270px;
	margin: 0 20px 0 0;
	overflow:hidden;
	}

#footer-widgets .footer-widget2 {
	float:left;
	width:270px;
	margin: 0 20px 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;
	}

.widget_flickrRSS img {
	margin: 0 5px 5px 0;
	background: #ccc;
	padding: 3px;
	width:75px;
	height:75px;
	}

/* -------------------[ 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;
	margin-right:10px;
	}

.widget .sub-icons {
	margin-top:15px;
	}

#footer .sub-icons {
	position:absolute;
	top: 10px;
	right:0; 
	}

#footer .sub-icons a, #footer .sub-icons a:link, #footer .sub-icons a:visited {
	margin-right:0;
	margin-left:10px;
	border:0;
	padding:0;
	}

#footer .sub-icons a:hover, #footer .sub-icons a:active {

	}

/* ---------[ Slideshow ]--------- */

#home-top {
	margin:0 auto 20px;
	padding:0;
	background:#fff url(images/boxbg.gif) top left repeat-x;
	border:1px solid #ddd;
	position:relative;
	z-index:1;
	}

#home-top,
#slideshow,
#slideshow .slides,
#slideshow .slides ul,
#slideshow .slides li,
.js #slideshow .slides li {
	width:958px;
	height:250px;
	}

#slideshow {
	margin: 0;
	padding:0;
	overflow:hidden;
	}

#slideshow ul {
	background:transparent;
	margin: 0;
	padding: 0;
	list-style-type: none;
	}           

/* ---------[ Slideshow Slides ]--------- */

#slideshow .slides {
	overflow: hidden;
	clear:both;
	margin:0;
	padding:0;
	}

#slideshow .slides ul {
	overflow: hidden;
	}

#slideshow .slides li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display:none;
	overflow: hidden; 
	}

.js #slideshow .slides li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display:block;
	overflow: hidden;
	}

#slideshow .slides li .pad {
	padding: 25px;
	overflow:hidden;
	}

#slideshow .slides li .entry {
	text-align:left;
	padding: 0;
	margin:0;
	overflow:hidden;
	height:170px;
	}

#slideshow img.home_feature {
	float:right;
	margin: 0 0 0 20px;
	text-align:left;
	padding:0;
	height:190px;
	border:1px solid #ddd;
	padding:4px;
	background:#fff;
	}

#slideshow .feature-video {
	float:right;
	margin: 0 0 0 20px;
	text-align:left;
	padding:0;
	height:190px;
	border:1px solid #ddd;
	padding:4px;
	background:#fff;
	}

#slideshow .slides li .entry h2.post-title, 
#slideshow .slides li .entry h2.post-title a, 
#slideshow .slides li .entry h2.post-title a:link,
#slideshow .slides li .entry h2.post-title a:visited,
#slideshow .slides li .entry h2.post-title a:hover,
#slideshow .slides li .entry h2.post-title a:active {
	font-size:16pt;
	margin:0;
	}

#slideshow .slides li .entry,
#slideshow .slides li .entry a,
#slideshow .slides li .entry h2.post-title, 
#slideshow .slides li .entry h2.post-title a, 
#slideshow .slides li .entry h2.post-title a:link,
#slideshow .slides li .entry h2.post-title a:visited,
#slideshow .slides li .entry h2.post-title a:hover,
#slideshow .slides li .entry h2.post-title a:active {
	}

#slideshow li.full-image img.home_feature {
	float:none;
	margin: 0 auto;
	text-align:center;
	padding:0;
	width:956px;
	height:248px;
	border:1px solid #fff;
	overflow:hidden;
	}

#slideshow .slides li.full-image .entry {
	text-align:left;
	padding: 10px;
	margin:0;
	height:auto;
	overflow:hidden;
	width:934px;
	background:#000;
	position:absolute;
	bottom:1px;
	left:2px;
	z-index:3;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	}

#slideshow .slides li.full-image .entry p {
	margin:0;
	}

#slideshow .slides li.full-image .entry,
#slideshow .slides li.full-image .entry a,
#slideshow .slides li.full-image .entry h2.post-title, 
#slideshow .slides li.full-image .entry h2.post-title a, 
#slideshow .slides li.full-image .entry h2.post-title a:link,
#slideshow .slides li.full-image .entry h2.post-title a:visited,
#slideshow .slides li.full-image .entry h2.post-title a:hover,
#slideshow .slides li.full-image .entry h2.post-title a:active {
	color:#fff;
	}

/* ---------[ Slideshow Navigation ]--------- */

#slideshow  ul.slides-nav {
	margin:0;
	padding: 0;
	position:absolute;
	bottom:5px;
	left:10px;
	height:18px;
	line-height:18px;
	z-index:99999;
	}

#slideshow .slides-nav li {
	margin:0;
	padding:0;
	list-style-type:none;
	float:left;
	}

#slideshow .slides-nav li a {
	display:block;
	margin:0 2px 0 0;
	padding:0 6px;
	list-style-type:none;
	display:block;
	height:18px;
	line-height:18px;
	color:#777;
	font-size:8pt;
	background: #000;
	float:left;
	font-weight:bold;
	}

#nav a {
	width:30px;
	height:54px;
	display:block;
	}

.nav a#prev {
	position: absolute;
	top:98px;
	left:-15px;
	width:15px;
	height:32px;
	display:block;
	background:transparent url(images/feat-left-nav.png) top left no-repeat;
	z-index:9999;
	text-indent:-9999em;
	cursor:pointer;
	outline: none;
	}

.nav a#next {
	position: absolute;
	top:110px;
	right:-15px;
	width:15px;
	height:32px;
	display:block;
	background:transparent url(images/feat-rt-nav.png) top left no-repeat;
	z-index:9999;
	text-indent:-9999em;
	cursor:pointer;
	outline: none;
	}

#slideshow .slides-nav li.on a, 
.js #slideshow .slides-nav li.on a,
.js #slideshow .slides-nav li a:hover,
.js #slideshow .slides-nav li a:active {
	background: #333;
	color:#fff;
	}

/* --------------[ Basic Post Classes ]-------------- */

.post,
.page.hentry {
	margin: 0 0 20px;
	padding: 20px;
	border:1px solid #ddd;
	background:#fff url(images/boxbg.gif) top left repeat-x;
	}

.singlepost .page.hentry {
	padding: 20px 20px 5px;
	}

.singlepost {
	margin: 0 0 20px;
	}

.entry {
	margin: 0;
	padding: 0;
	}

p#breadcrumbs {
	padding: 0 0 5px;
	font-size:8pt;
	margin: 0 0 15px;
	color:#666;
	border-bottom:1px dotted #ccc;
	}

p.tags { 
	margin-bottom:0;
	background:url(images/tag.gif) 0 4px no-repeat;
	padding-left:20px;
	font-size:8pt;
	}

p.cats { 
	background:url(images/folder.gif) 0 0 no-repeat;
	padding-left:20px;
	font-size:8pt;
	}

.clear {
	clear:both;
	height:0;
	padding:0;
	margin:0;
	}

.single-video {
	border:1px solid #ddd;
	padding:4px;
	margin: 0 auto 15px;
	}

/* -------------------[ View Post Button ]------------------- */

a.viewpost, 
a.viewpost:link, 
a.viewpost:visited {
	display:block;
	height:40px;
	line-height:40px;
	color:#fff !important;
	font-size:8pt;
	padding: 0;
	background:url(images/viewpost2.gif) top left no-repeat;
	margin:10px 0 0 0;
	text-align:center;
	width:100px;
	font-weight:bold;
	}

a.viewpost:active,
a.viewpost:hover {
	background:url(images/viewpost2.gif) bottom left no-repeat;
	}

#slideshow a.viewpost, 
#slideshowa.viewpost:link, 
#slideshowa.viewpost:visited {
	margin:0;
	}

/* -------------------[ Meta ]------------------- */

.meta {
	margin: 0;
	padding:3px 0 10px;
	font-size:8pt;
	height:16px;
	line-height:16px;
	clear:none;
	}

.meta .comments {
	float:left;
	padding-left: 19px;
	background:url(images/comment.gif) top left no-repeat;
	margin-right: 5px;
	}

.meta .date {
	float:none;
	}

/* -------------------[ More Posts Button ]------------------- */

.moreposts {
	}

.moreposts a, .moreposts a:link, .moreposts a:visited {
	display:block;
	height:23px;
	line-height:23px;
	color:#666;
	font-size:8pt;
	padding: 0 10px 0 15px;
	background:#ddd url(images/moreposts-bg.gif) top left no-repeat;
	position:absolute;
	top:0;
	right:0;
	border:1px solid #d5d5d5;
	}

.moreposts a:active, .moreposts a:hover {
	color:#000;
	background:#ddd url(images/moreposts-bg.gif) bottom left no-repeat;
	}

/* --------------[ Home Page Option 2 - 2 Posts Aligned Side-by-Side ( index2 ) ]-------------- */

.post-left {
	clear:left;
	float:left;
	width: 49%;
	margin: 0;
	padding:0;
	background:transparent;
	}

.post-right {
	clear:right;
	float:right;
	width: 49%;
	margin: 0;
	padding:0;
	background:transparent;
	}

.post-right img.thumbnail,
.post-left img.thumbnail {
	float:right;
	margin: 0 0 10px 10px;
	width:70px;
	height:70px;
	padding:2px
	}

.post-clear {
	clear:both;
	height:0;
	padding:0;
	background:transparent;
	}

.post-right .entry,
.post-left .entry {
	height:190px;
	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 - Posts Arranged by Category Side-by-Side ( index3 ) ]------------------- */

.cat-posts-left {
	width:49%;
	float:left;
	padding: 0;
	margin: 0;
	border:0;

	}

.cat-posts-right {
	width:49%;
	float:right;
	padding: 0;
	margin: 0;
	border:0;
	}

h2.feat-title  {
	font-size:14pt;
	margin-bottom:0;
	padding:8px 15px;
	border:1px solid #ddd;
	border-bottom:0;
	background:#eee url(images/pagenavbg.gif) top left repeat-x;
	}

.cat-posts-left .post,
.cat-posts-right .post {
	float:none;
	width:auto;
	margin: 0 0 15px;
	padding:15px 15px 10px;
	background:#fff;
	border: 1px solid #ddd;
	background:#fff url(images/boxbg.gif) top left repeat-x;
	}

.cat-posts-left img.thumbnail,
.cat-posts-right img.thumbnail {
	float:right;
	margin: 0 0 5px 5px;
	width:70px;
	height:70px;
	padding:2px;
	border:1px solid #ddd;
	background:#fff;
	}

.cat-posts-left .entry,
.cat-posts-right .entry {
	margin: 0;
	padding:0;
	height:190px;
	overflow:hidden;
	}

.cat-posts-left h3.post-title,
.cat-posts-right h3.post-title {
	font-size:12pt;
	letter-spacing:0;
	margin: 0;
	padding:0;
	line-height:1.2em;
	}

/* -------------------[ Home Page Option 4 - Posts Arranged by Category Stacked ( index4 ) ]------------------- */

.cat-posts-stacked {
	clear:both;
	margin: 0 0 20px;
	padding: 0;
	border-bottom: 0;
	}

.cat-posts-stacked h2.feat-title  {
	border-bottom:1px solid #ddd;
	}

.cat-posts-stacked h3.post-title {
	font-size:12pt;
	letter-spacing:0;
	margin: 0;
	padding:0;
	line-height:1.2em;
	}

.cat-posts-stacked .post {
	border-top:0;
	margin: 0;
	padding:15px 15px 10px;
	}

/* -------------------[ 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:0 0 0 26px;
	width:130px;
	height:24px;
	line-height:24px;
	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;
	}

/* -------------------[ Side Tabs ]------------------- */

.widget.sidetabs {  
	list-style-type: none;
	margin: 0 0 20px;
	padding:0;
	overflow:hidden;
	background:#fff;
	border:1px solid #ddd;
	}

#footer-widgets .widget.sidetabs {  
	list-style-type: none;
	margin: 0 0 15px;
	padding:0;
	overflow:hidden;
	background:#fff;
	border:0;
	}

.widget.sidetabs ul.tabs {  
	list-style-type:none;
	margin: 0;
	padding: 0;
	clear:both;
	background:#fff url(images/pagenavbg.gif) top left repeat-x;
	border-bottom:1px solid #ddd;
	}

#footer-widgets .widget.sidetabs ul.tabs {  
	list-style-type:none;
	margin: 0;
	padding: 1px;
	clear:both;
	background:#eee;
	border-bottom:0;
	}

.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: 7px 10px;
	background: transparent;
	color: #666;
	font-weight:bold;
	font-size:9pt;
	border-right:1px solid #ddd;
	} 

#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: 3px 5px;
	background: transparent;
	color: #666;
	font-weight:bold;
	font-size:8pt;
	border-right:0;
	margin-right:1px;
	}  

.widget.sidetabs ul.tabs li a:hover, 
.widget.sidetabs ul.tabs li a:active,
.widget.sidetabs ul.tabs li a.on {
	color: #000;
	background:#fff;
	}

#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 {
	color: #000;
	background:#fff;
	}

.widget.sidetabs form {
	margin: 0 !important;
	padding: 0 !important;
	}

.widget.sidetabs select {
	margin: 0;
	padding: 0;
	width:160px;
	}

.widget.sidetabs .cat_content {  
	list-style-type:none;
	margin: 0;
	padding: 15px;
	background:#fff url(images/boxbg.gif) top left repeat-x;
	}

#footer-widgets .widget.sidetabs .cat_content {  
	list-style-type:none;
	margin: 0;
	padding: 10px 0 0;
	background:#fff;
	}

/* -------------------[ Home Bottom ]------------------- */

#home-bottom {
	width:960px;
	margin: 0 auto;
	padding:0;
	background: url(images/home-bottom-bg-mid.gif) top left repeat-y;
	}

#home-bottom-top {
	width:960px;
	margin: 0 auto;
	padding:0;
	height:20px;
	background: url(images/home-bottom-bg.gif) top left no-repeat;
	}

#home-bottom-bot {
	width:960px;
	margin: 0 auto 20px;
	padding:0;
	height:1px;
	background: url(images/home-bottom-bg.gif) bottom left no-repeat;
	}

#home-bottom .box1 {
	float:left;
	width:266px;
	margin:0 20px 0 0;
	padding:0 20px;
	}

#home-bottom .box2 {
	float:left;
	width:266px;
	margin:0;
	padding:0 20px;
	}

#home-bottom .box3 {
	float:right;
	width:266px;
	margin:0;
	padding:0 20px;
	}

#home-bottom .widget {
	list-style-type: none;
	margin: 0 0 15px;
	padding: 0;
	border:0;
	background:transparent;
	}