/*  
Theme Name: Aha Blog
Theme URI: http://www.woothemes.com/
Description: Customized Daily Edition by WooThemes
Version: 1.3.1
Author: WooThemes  Customize by Eddie Kasper
Author URI: http://www.woothemes.com/
*/
/*========= SETUP =========*/
* {
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	color: #4d4d4d;
	font-family: Helvetica,"Trebuchet MS",sans-serif;
	font-size: 13px;
line-height: 18px;
}
a {
	color: #95dbf7;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
h2 a {
	text-decoration: none;
}
input, select, textarea {
	border: #dddddd 1px solid;
	font-size: 12px;
	padding: 5px;
}
select {
	padding: 0;
}
li {
	list-style: none;
}
h1, h2, h3, h4, h5 {
	font-family: Helvetica,"Trebuchet MS",sans-serif;
}
/*========= LAYOUT =========*/
#page-outer {
	width: 900px;
	margin: 0 auto;
}
#page {
	background-color: #FFFFFF;
}
/*--- Main Columns ---*/
#columns {
	background-color: #FFFFFF;
	margin: 0px;
}
.col1 {
	float: left;
	width: 630px;
}
.col2 {
	float: right;
	width: 250px;
}
.full-width {
	width: 900px;
}
.full-width .post-outer {
	margin-bottom: 2px;
}
/*--- Sub Columns ---*/
.subcol {
	width: 150px;
}
.subcol h2 {
	font-size: 14px;
	padding: 0 0 10px;
	color: #FFFFFF;
}
/*========= HEADER =========*/
/*- Page Navigation -*/
#nav {
	height: 30px;
	padding: 5px 10px;
	margin: 0;
	width: 880px;
	background: #737b7f;
}
#nav-left {
	float: left;
	display: inline;
	width: 880px; /* by edk - was '600px'*/
}
#nav-right {
	float: right;
	display: none; /* by edk - was 'inline' */;
	width: 280px;
	margin: 0px !important;
	padding: 0px !important;
}
/*- Dropdowns-*/
#nav1, #nav1 ul {
	padding: 0;
	float: left;
	list-style: none;
}
#nav1 {
	padding: 0;
	font-size: 13px;
	float: left;
}
#nav1 a {
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	font-weight: bold;
}
#nav1 li {
	float: left;
	line-height: 30px;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	font-family: Helvetica,"Trebuchet MS",sans-serif;
}
#nav1 li a:hover {
	background: none;
	text-decoration: none;
	color: #ffffff;
}
#nav1 li ul {
	position: absolute;
	width: 15em;
	left: -999em;
	padding-top: 1px;
}
#nav1 li:hover ul, #nav1 li.sfhover ul {
	left: auto;
}
#nav1 li ul li {
	background: #FFFFFF;
	border-bottom: 1px solid #dedbd1;
	border-left: 1px solid #dedbd1;
	border-right: 1px solid #dedbd1;
	line-height: 14px;
	padding: 8px 0;
	width: 15em;
}
#nav1 li:hover, #nav1 li.hover {
	position: static;
}
#nav1 li ul ul {
	margin: -15px 0 0 15em;
	border-top: 1px solid #dedbd1;
}
#nav1 li:hover ul ul, #nav1 li.sfhover ul ul {
	left: -999em;
}
#nav1 li:hover ul, #nav1 li li:hover ul, #nav1 li.sfhover ul, #nav1 li li.sfhover ul {
	left: auto;
}
#nav1 li:hover ul ul, #nav1 li:hover ul ul ul, #nav1 li.sfhover ul ul, #nav1 li.sfhover ul ul ul {
	left: -999em;
}
#nav1 li:hover ul, #nav1 li li:hover ul, #nav1 li li li:hover ul, #nav1 li.sfhover ul, #nav1 li li.sfhover ul, #nav1 li li li.sfhover ul {
	left: auto;
}
/*- Category Navigation -*/
#nav2 {
	margin: 0 0 25px 0 !important;
	padding-bottom: 3px;
}
#nav2, #nav2 ul {
	padding: 0;
	float: left;
	list-style: none;
}
#nav2 {
	padding: 0;
	font-size: 13px;
	float: left;
	width: 900px;
	border-top: 1px dashed #DDDDDD;
}
#nav2 a {
	display: block;
	padding: 5px 15px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	font-family: Helvetica,"Trebuchet MS",sans-serif;
	text-decoration:none;
	color: #666;
}
#nav2 li {
	float: left;
}
#nav2 li a:hover {
	background: none;
	text-decoration: underline;
}
#nav2 .nav2-rss {
	float: right;
	margin-right: 12px;
	display: none;
}
#nav2 .nav2-rss a:link, #nav2 .nav2-rss a:visited, #nav2 .nav2-rss a:hover, #nav2 .nav2-rss a:active {
	background: url(images/rss_32.png) center right no-repeat;
	padding-right: 38px;
}
/*- Dropdowns-*/
#nav2 li ul {
	position: absolute;
	width: 15em;
	left: -999em;
	z-index: 99999;
	border-top: 1px solid #dedbd1;
}
#nav2 li:hover ul, #nav2 li.sfhover ul {
	left: auto;
	z-index: 1000;
}
#nav2 li ul li {
	background: #FFFFFF;
	border-bottom: 1px solid #dedbd1;
	border-left: 1px solid #dedbd1;
	border-right: 1px solid #dedbd1;
	line-height: 28px;
	width: 14.9em;
}
#nav2 ul li a {
	padding: 5px 10px !important;
	border-bottom: none !important;
}
#nav2 li:hover, #nav2 li.hover {
	position: static;
}
#nav2 li ul ul {
	margin: -39px 0 0 193px;
}
#nav2 li:hover ul ul, #nav2 li.sfhover ul ul {
	left: -999em;
}
#nav2 li:hover ul, #nav2 li li:hover ul, #nav2 li.sfhover ul, #nav2 li li.sfhover ul {
	left: auto;
}
#nav2 li:hover ul ul, #nav2 li:hover ul ul ul, #nav2 li.sfhover ul ul, #nav2 li.sfhover ul ul ul {
	left: -999em;
}
#nav2 li:hover ul, #nav2 li li:hover ul, #nav2 li li li:hover ul, #nav2 li.sfhover ul, #nav2 li li.sfhover ul, #nav2 li li li.sfhover ul {
	left: auto;
}
/*- Search -*/
#search {
	float: right;
	height: 27px;
	width: 268px;
	margin: 3px 0px 0px !important;
	padding: 0px !important;
}
* html #search, * html #searchbox {
	margin-right: 8px;
}
#searchbox {
	float: right;
	height: 30px;
	width: 308px;
	margin: 50px 0px 0px !important;
	padding: 0px !important;
}
#search input {
	background: #ffffff;
	border: 1px solid #dddddd;
	background: #ffffff url(images/search_box_bg.jpg) no-repeat center left;
	color: #c1c1c1;
	font-style: italic;
	font-family: Helvetica,"Trebuchet MS",sans-serif;
	float: left;
	font-size: 11px;
	width: 220px;
	margin: 1px 0px 0px;
	padding: 3px 4px 4px 5px;
}
#search .btn {
	padding: 0;
	height: 23px;
	width: auto;
	border: none;
	width: 37px;
}
#searchbox #s {
	border: 1px solid #ddd;
	width: 200px;
	height: 16px;
	float: right;
	padding: 3px 5px;
	color: #666;
	font-size: 11px;
}
#searchbox .btn {
	border: 1px solid #ddd;
	border-left: 0;
	background: #ccc;
	float: right;
	padding: 0;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	height: 22px;
	width: 64px;
}
/*- Header -*/
#header {
	float: left;
	background: #ffffff url(images/header-bg.png) no-repeat;
	margin: 0 0 0 0px;
	padding: 28px 0 28px 40px;
	width: 860px;
}
/*- Logo -*/
#header h1 {
	float: left;
	display: inline;
	font-size: 24px;
}
#header h1 a {
	display: block;
	width: 389px;
	color: #000000;
	font-size: 28px;
}
/*- Top Banner -*/
#topbanner {
	float: right;
	width: 468px;
	display: none;
}
#topbanner img {
	float: right;
}
/*- RSS -*/
#rss a {
	color: #666666;
}
#rss h2 {
	padding: 10px;
	font-size: 14px;
	margin-bottom: 10px;
}
#rss ul {
	margin: 0px;
	padding: 10px;
	float: left;
}
#rss li {
	margin: 0px;
	border: none !important;
	padding: 5px;
}
#rss img {
	float: right;
	padding-left: 10px;
	margin-top: 5px;
}
/*========= FEATURED SLIDER (FRONT-PAGE) =========*/
#featured-outer {
	margin-bottom: 25px;
	overflow: visible;
}
#featured-inner {
	padding: 20px 20px 5px;
	float: none;
	overflow: visible;
}
#wooslider {
	padding: 0;
	margin: 1px;
	font-family: Helvetica,"Trebuchet MS",sans-serif;
}
#wooslider h2 {
	margin-bottom: 30px;
	font-size: 24px;
	text-transform: uppercase;
	color: #343434;
}
#wooslider h3 {
	color: white;
}
.wooslider .slider-container .slide-content {
	padding: 20px 20px 0 20px;
}
.wooslider .slider-container .slide-content h3 {
	font-size: 24px;
	text-transform: uppercase;
}
.slider-nav .slider-left, .slider-nav .slider-right {
	margin-top: 40px;
	height: 170px!important;
	width: 40px!important;
}
.slider-pag {
	float: right!important;
	position: relative;
}
.slider-pag span {
	float: left;
	display: block;
	background: red;
	height: 30px!important;
	width: 20px!important;
	margin: 0!important;
	background: url(images/dot.gif) center center no-repeat!important;
}
.slider-pag .thumbnail {
	display: block;
	border: 1px solid #ccc;
	padding: 5px;
	background: #fff;
	position: absolute;
	top: -45px!important;
	left: -90px!important;
	z-index: 999;
}
.shelf-title {
	padding: 0px 10px;
}
/*========= FEATURED VIDEOS (FRONT-PAGE) =========*/
.video-outer {
	float: left;
	margin-bottom: 25px;
	width: 634px;
}
.video-inner {
	float: left;
	width: 625px;
	height: auto;
	margin: 0px;
}
.video-left {
	float: left;
	width: 415px !important;
	display: inline;
}
.video-thumb-popup {
	font-family: Helvetica,"Trebuchet MS",sans-serif;
	display: block;
	background: #fff;
	width: 80px;
	padding: 2px 4px;
	font-size: 9px;
	display: none;
	position: absolute;
	bottom: 66px;
	right: 50%;
	border: 1px solid #ccc;
	z-index: 9999;
	color: #666;
}
.archive-page .video-left {
	width: 630px !important;
}
.video-left h2 {
	padding: 30px 30px 15px 30px;
	font-size: 24px;
	text-transform: uppercase;
	color: #343434;
}
.video-left p {
	padding: 0px !important;
	margin: 0 30px;
}
.video-right {
	float: right;
	width: 200px;
	display: inline;
}
.video-right .box_title {
	font-family: Helvetica,"Trebuchet MS",sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #7cc9e8;
}
.video-right h3 {
	color: #000000;
	font-size: 14px;
	line-height: normal;
	font-weight: bold !important;
	margin: 0 !important;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.video-right p {
	color: #666;
	font-size: 11px;
	line-height: 12px;
	margin-bottom: 10px;
}
.video-current {
	padding: 0 10px 0px;
}
.video-more {
	padding: 10px 10px 10px 10px;
}
.video-current h2 {
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	padding-bottom: 0px;
	margin-bottom: 5px !important;
}
.video-current p {
	color: #c9c9c9;
	font-weight: bold;
	font-size: 10px;
	font-family: Helvetica,"Trebuchet MS",sans-serif;
}
.box_title {
	margin-bottom: 20px;
}
.video-right .video_tabs {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.video-right .video_tabs li {
	cursor: pointer;
	float: left;
	margin: 0 10px 10px 0;
}
.video-right .video_tabs li img {
	padding: 3px;
	background-color: #fff;
	border: 1px solid #e3e3e3;
}
.video-right .video_tabs li img:hover {
	padding: 3px;
	background-color: #fff;
	border: 1px solid #999999;
}
.video {
	padding: 0 10px 10px;
}
/*========= TALKING POINTS (FRONT-PAGE) =========*/
#talking-points-outer {
	margin-bottom: 25px;
	float: left;
}
#talking-points {
	padding: 30px;
	margin: 1px;
}
#talking-points h2 {
	margin-bottom: 30px;
	font-size: 24px;
	text-transform: uppercase;
}
#talking-points li {
	float: left;
	width: 570px;
}
#talking-points li span.talking-meta {
	padding: 10px 0;
	float: left;
}
#talking-points .post-title {
	font-family: Helvetica,"Trebuchet MS",sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	color: #1d1d1d;
	float: right;
	font-weight: bold;
	width: 350px;
	padding: 10px 0 10px 20px;
}
/*========= BLOG POST STYLING =========*/
.post h2 {
	font-size: 18px;
}
.post h3 {
	font-size: 14px;
}
.post p {
	padding: 0 0 25px;
	line-height: 20px;
}
#breadcrumb p {
	font-family: Helvetica,"Trebuchet MS",sans-serif;
	font-size: 11px;
	text-transform: uppercase;
}
.post .thumbnail {
	margin-bottom: 20px;
	border: 1px solid #e7e7e7;
	padding: 3px;
}
/*- Box -*/
.box {
	clear: both;
	height: 1%;
	padding: 0;
	margin: 0;
}
.box .post {
	width: 304px;
}
.box .post-inner {
	margin: 1px;
	padding: 28px;
}
.box .post h2 {
	font-size: 21px;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin-bottom: 20px;
}
.box .post img {
	margin: 0 0 15px 0;
	padding: 4px;
	border: 1px solid #E7E7E7;
}
.box .post .category-head {
	margin-bottom: 10px !important;
	padding: 0 !important;
}
.category-head a {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Helvetica,"Trebuchet MS",sans-serif;
}
.comments-head {
	margin-right: 5px;
}
.comments-head a {
	font-size: 11px;
	padding: 6px 10px 5px;
	font-weight: bold;
	font-family: Helvetica,"Trebuchet MS",sans-serif;
	color: #ffffff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.date {
	text-transform: uppercase;
	font-size: 10px;
	color: #c9c9c9;
	font-family: Helvetica,"Trebuchet MS",sans-serif;
}
/*=== Traditional Blog Post ===*/
.post-outer {
	margin-bottom: 20px;
	float: left;
}
.post-outer .post-alt {
	width: 590px;
}
.post-outer.fl .post-alt, .post-outer.fr .post-alt {
	width: 270px!important;
}
.post-outer.fl .gallery img, .post-outer.fr .gallery img {
	width: 60px;
	height: 60px;
}
.gallery {
	margin-bottom: 20px!important;
}
.post-alt {
	margin: 0px;
	float: left;
	padding: 15px;
	overflow: hidden;
}
.full-width .post-outer {
	width: 934px;
}
.full-width .post-alt {
	width: 870px;
}
.post-alt category-head {
	margin-bottom: 20px;
	padding: 0 !important;
}
.post-alt h1, .post-alt h2, .post-alt h3, .post-alt h4, .post-alt h5 {
	margin-bottom: 20px !important;
}
.post-alt h1 {
	font-size: 38px;
	text-transform: uppercase;
}
.post-alt h2 {
	font-size: 20px;
	line-height: 22px;
	text-transform: uppercase;
}
.post-alt h3 {
	font-size: 16px;
}
.post-alt h4 {
	font-size: 14px;
}
.post-alt h5 {
	font-size: 13px;
}
.post-alt h6 {
	font-size: 11px;
}
.post-alt p {
	padding: 0 0 15px;
}
.post-alt p.category-head a {
	font-size: 9px;
	font-weight: normal;
}


.post-alt p.post_date {
	color: #999999;
	padding: 5px 0px 10px;
	font-size: 11px;
	font-weight: normal;
}
.post-alt ul {
	margin-bottom: 25px;
}
.post-alt ul ul {
	margin: 0 0 0 25px;
}
.post-alt ul li {
	padding: 5px 0;
}
.post-alt .video {
	margin-bottom: 30px !important;
	padding: 0 !important;
}
h3.posted a {
	color: #000000;
	font-size: 11px;
}
.box .post h3.posted {
	border-bottom: none;
}
.author-outer {
	width: 634px;
	float: left;
	margin-bottom: 20px;
}
.author-info {
	float: left;
	width: 570px;
	padding: 30px;
	margin: 1px;
}
.author-head {
}
.author-head p {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-family: Helvetica,"Trebuchet MS",sans-serif;
	margin-bottom: 10px;
	padding: 0;
}
.author-head h3 {
	font-size: 18px;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	color: #1d1d1d;
	margin-bottom: 20px;
}
.author-photo {
	float: left;
	margin: 0 30px 0 0;
	background-color: #ffffff;
}
.author-description {
	float: left;
	margin: 0;
	font-family: Helvetica,"Trebuchet MS",sans-serif;
	color: #898989;
	font-size: 11px;
}
.author-photo img {
	background-color: #FFFFFF;
	border: 1px solid #E3E3E3;
	float: left;
	padding: 1px;
}
/*=== Buttons ===*/
.more-link {
	padding-bottom: 0 !important;
}
a.more-link {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	font-family: Helvetica,"Trebuchet MS",sans-serif;
	padding-right: 20px;
	background: url(images/ico-arrow.png) no-repeat right;
}
a.more-link:hover {
	text-decoration: underline;
}
.comments {
	padding-bottom: 0px !important;
}
.comments a {
	background: url(images/ico-comm.gif) no-repeat left;
	color: #000000;
	font-weight: normal;
	font-size: 11px;
	padding: 0px 0px 0px 18px;
	margin-left: 5px;
}
a.more {
	background: url(images/ico-arrow2.gif) no-repeat right;
	color: #c0c0c0;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0 20px 0 0;
}
/*=== Traditional Blog Post ===*/
.post-navigation {
	background: transparent url("images/more-entries.jpg") left center no-repeat;
	float: left;
	width: 610px;
	padding: 5px 15px;
	height: 26px;
	margin-bottom: 25px;
}
.post-navigation a {
	color: #000000;
	font-size: 11px;
	font-style: italic;
	line-height: 16px;
}
.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
}
.alignright {
	display: inline;
	float: right;
	margin: 0 0 0px 20px;
}
/*    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.wp-smiley {
	padding: 0!important;
	border: none!important;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* End Images */
/*========= ARCHIVE SPECIFIC =========*/
.archive-temp h3 {
	text-transform: uppercase;
	font-size: 16px;
}
#archivebox {
	padding: 10px;
	margin-bottom: 25px;
}
/*========= SINGLE POST SPECIFIC =========*/
.singletags {
	margin-top: 5px;
}
.singletags a {
	font-weight: normal !important;
	text-decoration: underline;
	color: #000000;
}
.entry p {
}
.entry blockquote {
	font-weight: bold;;
	line-height: 24px;
	font-size: 16px;
	font-family: Helvetica,"Trebuchet MS",sans-serif;
	margin: 20px 0;
	
}
.entry blockquote p {
	margin: 10px 30px;
	padding: 0 0 0 40px;
	color: #666;
	background: transparent url(images/blockquote_icon-green.gif) 0 5px no-repeat;
}
.entry img {
	padding: 4px;
	border: 1px solid #E7E7E7;
	background-color: #FFFFFF;
}
.wp-caption img {
	margin-bottom: 15px;
}
p.wp-caption-text {
	text-align: left;
	padding: 0 0 15px 0;
	margin: 0px;
	font-size: 12 px;
	font-style: italic;
	color: #888888;
}
.entry ul, .entry ol {
	margin-bottom: 15px;
	font-size: 12px;
	line-height: 20px;
}
.entry ul li ul, .entry ol li ol {
	margin-bottom: 0px;
	padding-top: 3px;
}
.entry ul li {
	/*list-style: circle inside !important;*/
	margin-left: 25px;
	padding: 3px 0px;
	list-style-image: url('images/bullets-green.gif');
}
.entry ul li ul li {
	list-style: disc inside !important;
}
.entry ol li {
	list-style: decimal inside !important;
	font-size: 12px;
	padding: 3px 0px;
}
.entry ol li ol li {
	list-style: decimal-leading-zero inside !important;
}
/*========= COMMENTS =========*/
#comments-outer {
	width: 632px;
	margin-bottom: 25px;
	float: left;
}
#comments-container {
	width: 624px;
	margin: 0px;
	float: left;
	position: relative;
}
.comment-head {
	padding: 30px 15px 0 15px;
	font-family: Helvetica,"Trebuchet MS",sans-serif;
	text-transform: uppercase;
}
.comment-head p {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 20px;
}
.comment-head h3 {
	font-size: 16px;
	padding: 0 0 0 40px;
	margin: 0;
	color: #666;
	line-height: 41px;
	background: transparent url(images/icon-ballon-lrg.png) no-repeat;
}
ol.commentlist {
	margin: 10px 0 20px;
	padding: 0;
	list-style: none;
	font-size: 12px;
	line-height: 20px;
	float: left;
	width: 624px;
}
ol.commentlist .comment-body p {
	margin: 10px 0;
	line-height: 20px;
	padding-left: 60px;
}
ol.commentlist cite {
	font-style: normal;
	font-family: Helvetica,"Trebuchet MS",sans-serif;
	font-size: 18px;
	font-weight: bold;
}
ol.commentlist cite a {
	color: #666;
	text-decoration:none;
}
ol.commentlist cite a:hover {
	text-decoration:underline;
}

.comment-author {
	margin-bottom: 0px;
}
ol.commentlist span.says {
	display: none;
}
ol.commentlist li.comment {
	padding: 15px 0 15px 15px;
	position: relative;
	font-family: Helvetica,"Trebuchet MS",sans-serif;
	color: #5a5a5a;
	font-size: 12px;
	background: transparent url(images/comment-li-bg.gif) repeat-x bottom left;
}
ol.commentlist li.alt {
}
#comments {
	float: left;
}
.comment-navigation {
	float: left;
	padding: 0 30px;
	width: 570px;
}
/*========= THREADED COMMENTS =========*/
ol.commentlist .comment-meta {
	font-style: normal;
	font-family: Helvetica,"Trebuchet MS",sans-serif;
	font-size: 12px;
	color: #666;
}
ol.commentlist .comment-meta a {
	color: #666;
	text-decoration:none;
}
ol.commentlist .comment-meta a:hover {
	text-decoration:underline;
}

ol.commentlist li .avatar {
	float: left;
	border: 1px solid #e3e3e3;
	padding: 1px;
	background-color: #ffffff;
	margin-right: 20px;
}
ol.commentlist li .even {
}
.commentlist li ul {
	padding: 0;
}
.commentlist li ul li {
	margin: 0 0 0 15px;
	padding-bottom: 0!important;
	background-image: none!important;
}
ol.commentlist li .reply a {
	float: right;
	padding: 0 0 5px 0;
	margin: -85px 30px 0 0;
	width: 37px;
	height: 22px;
	line-height: 22px;
	background: transparent url(images/btn-reply.gif) center center no-repeat;
	font-size: 10px;
	font-family: Helvetica,"Trebuchet MS",sans-serif;
	padding: 0 10px;
	display: block;
}
#cancel-comment-reply-link {
	display: block;
	margin-top: -30px;
}
#trackbacks {
	float: left;
	width: 630px;
}
h3#pings {
	font-size: 30px;
	padding: 0;
	color: #1d1d1d;
	margin: 20px 0 20px 30px;
}
.pinglist {
	margin: 0 0 0 30px;
}
.pinglist li {
	margin: 0 0 0 20px;
	list-style-type: decimal;
}
.pinglist li .author {
	font-weight: bold;
	font-size: 15px;
}
.pinglist li .date {
	font-size: 11px;
}
.pinglist li .pingcontent {
	display: block;
	margin: 10px 0;
}
#respond {
	padding: 30px;
	width: 560px;
	float: left;
	position: relative;
	background-color: #ffffff;
	z-index: 999;
}
.commentlist #respond {
	width: 100%;
	padding: 0;
}
#respond .comment-col-left {
	float: left;
	width: 33%;
	margin: 0 20px 0 0;
}
.comment-col-left input {
	padding: 5px;
	width: 93%;
	margin-bottom: 10px;
}
.comment-col-left input#submit {
	width: 100%;
	margin-top: 20px;
	padding: 10px 5px;
	font-style: italic;
	-moz-border-radius: 10px;
	cursor: pointer;
}
#respond .comment-col-right {
	float: left;
	width: 62%;
}
#respond textarea#comment {
	width: 95%;
	padding: 10px;
}
#respond label {
	padding-bottom: 5px;
	float: left;
}
#respond p {
	line-height: 20px;
}
#respond .comment-head {
	padding: 0 0 30px 0;
}
#respond .comment-head p {
	margin-bottom: 20px;
}
/* PageNavi */
.more_entries {
	/*background: transparent url("images/more-entries-610.jpg") left center no-repeat;*/
	float: left;
	width: 600px;
	/*height: 26px;*/
	padding: 5px 15px;
	line-height: 26px;
	margin-bottom: 25px;
	background: #fefefe;
	border: 1px solid #ddd;
	
}
.more_entries .wp-pagenavi {
	clear: both;
	float: left;
	text-align: right;
	width: 603px;
}
.more_entries a {
	text-decoration: none !important;
	font-size: 10px;
	padding: 5px;
	font-weight:bold;
	text-transform:uppercase;
	color: #666;
	/*font-style:oblique;*/
}
.more_entries a:hover {
	text-decoration:underline !important;
}
.more_entries .wp-pagenavi a, .more_entries .wp-pagenavi a:link, .more_entries .wp-pagenavi a:visited, .more_entries .wp-pagenavi .current, .more_entries .wp-pagenavi .on, .more_entries .wp-pagenavi span.pages {
	color: #c5c5c5;
	border: 1px solid #f0f0f0;
	background: #fff;
}
.more_entries .wp-pagenavi .pages {
	float: left;
	margin: 0;
	font-style: italic;
	font-family: Helvetica,"Trebuchet MS",sans-serif;
	font-size: 12px !important;
	border: none !important;
	padding: 0 !important;
}
.more_entries .wp-pagenavi .current, .more_entries .wp-pagenavi .on, .more_entries .wp-pagenavi a:hover {
	background: #9f9f9f;
}
.more_entries .wp-pagenavi .extend {
	background: none;
	border: none;
}
/*========= SIDEBAR =========*/
/* Tabs */
#tabs {
	width: 237px !important;
	height: auto !important;
	padding: 4px;
	border: 1px solid #ddd;
	/*background: #363636 url("images/tabber_bg.jpg") center top;*/
	background: #fff;
	float: left;
	display: block;
}
.inside {
	width: 237px !important;
	padding: 0px !important;
	padding: 2px;
}
ul.wooTabs {
	width: 100%;
	padding: 0 0 7px 0;
}
ul.wooTabs li {
	float: left;
	display: inline;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	margin: 0px 1px 0px 0px !important;
	cursor: pointer;
}
ul.wooTabs li a {
	line-height: 30px;
	color: #333;
	font-family: Helvetica,"Trebuchet MS",sans-serif;
	font-weight: bold;
	display: block;
	float: left;
	padding: 0 6px 0 18px;
	text-transform: uppercase;
}
ul.wooTabs li a.selected, ul.wooTabs li a:hover {
	text-decoration: none;
}
ul.wooTabs li.popular a {
	background: transparent url("images/icon-heart.png") left center no-repeat;
}
ul.wooTabs li.latest a {
	background: transparent url("images/icon-asterik.png") left center no-repeat;
}
ul.wooTabs li.comments a {
	background: transparent url("images/icon-ballon.png") left center no-repeat;
	margin-left: 1px;
}
#tagcloud {
	padding: 10px;
}
.inside li {
	padding: 10px;
}
.inside li img.avatar, .inside li img.thumbnail {
	border: 1px solid #ddd;
	padding: 3px;
	background-color: #ffffff;
	float: left;
	margin: 0 8px 0 0;
}
/*- Ads -*/
#mpu_banner {
	width: 300px;
	height: 250px;
	margin-bottom: 25px;
}
#advert_125x125 {
	float: left;
	margin-bottom: 25px;
}
#advert_125x125 img {
	margin: 0px;
	float: left;
}
/*- Flickr -*/
#flickr .wrap {
	padding-top: 15px;
}
.flickr_badge_image img {
	float: left;
	margin: 0 0 10px 10px;
}
/*=== Styling Widget Lists ===*/
.widget_outer {
	margin-bottom: 25px;
	padding: 0px 0;
}
.widget {
	margin: 0px;
}
.widget_tag_cloud div {
	padding: 0 30px 30px 30px;
}
.widget h3 {
	padding: 10px 20px 10px;
	font-size: 20px;
	line-height: 30px;
}
.widget ul li {
	padding: 10px 20px;
	margin: 0px;
	font-size: 11px;
	font-family: Helvetica,"Trebuchet MS",sans-serif;
}
.widget_pages ul ul {
	border-top: none !important;
	padding-top: 5px;
}
.widget_pages ul ul li {
	background-image: none !important;
	border-bottom: none !important;
	padding: 0;
	margin-left: 20px;
}
.widget_recent_entries a, .widget .blogroll a {
	display: block;
}
.widget_recent_entries a:hover, .widget .blogroll a:hover {
}
#recentcomments a {
	background-image: none!important;
}
.widget ul li a {
	color: #666;
	padding-left: 20px;
	display: block;
}
.widget select {
	border: 1px solid #eee;
	width: 148px;
	margin: 15px 0 0 0;
}
.widget ul#subscribe_sidebar_list li a {
color:#666;
display:inline-block;
padding-left:5px;
font-size: 14px;
}
.widget ul#subscribe_sidebar_list li span {
color:#666;
padding-left:5px;
font-size: 14px;
}
.widget ul#subscribe_sidebar_list li {
padding-left:5px;
}

.textwidget {
	padding: 0 10px;
}
#text-5 a {
	margin-right: 17px;
}
#text-6 .textwidget {
	padding: 0 10px;
}

.textwidget p {
	margin-bottom: 20px;
}
.widget_search {
	padding: 10px 20px 20px 20px;
}
.widget_search #s {
	width: 150px;
	margin: 0 5px 0 0;
}
.widget_twitter a {
	display: inline!important;
	padding: 0!important;
	background-image: none!important;
}
.footer-widget {
	margin-bottom: 20px;
}
.footer-widget li {
	padding-bottom: 5px;
}
.footer-widget_pages ul ul {
	margin-left: 15px;
	padding-top: 5px;
}
.footer-widget .textwidget {
	padding: 0;
	color: #fff;
}
.rss-date .rssSummary {
	padding: 0 20px;
}
#calendar_wrap {
	padding: 0 30px 20px;
}
/*========= FOOTER =========*/
#footer {
	clear: both;
	color: #737b7f;
	margin: 30px 0 0 0;
	padding: 20px;
	width: 860px;
}
#footer_logo {
	float: left;
	width: 210px;
	margin-right: 25px;
}
#footer_1, #footer_2, #footer_3, #footer_4 {
	float: left;
	width: 185px;
	margin-right: 20px;
	font-family: Helvetica,"Trebuchet MS",sans-serif;
	font-size: 12px;
	line-height: 16px;
}
#footer .last {
	margin-right: 0;
}
#footer h3 {
	color: #fff;
	font-size: 16px;
	margin-bottom: 5px;
}
#credits {
	width: 900px;
	padding: 10px 0;
	font-size: 10px;
	color: #666;
}
#credits a {
	color: #666;
}
#credits img {
	vertical-align: middle;
	margin-left: 5px;
}
/*========= MISC =========*/
.fix {
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}
.hl {
	border-bottom: 2px solid #eee;
}
.hl-full {
	float: left;
	clear: both;
	height: 1px;
	width: 100%;
	padding: 0 !important;
	margin: 0px 0px 15px;
}
.hl2 {
	border-bottom: 3px solid #c0c0c0;
}
.hl3 {
	border-bottom: 1px solid #eee;
}
.between {
	height: 2px;
	margin-bottom: 15px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.ac {
	text-align: center;
}
.ar {
	text-align: right;
}
.th {
	float: right;
	padding: 5px;
	margin: 0 0 5px 10px;
}
table#wp-calendar {
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}
table#wp-calendar caption {
	font-weight: normal;
	font-size: 11px;
	margin-bottom: 15px;
	text-transform: uppercase;
	letter-spacing: 2px; ;
}
table#wp-calendar th {
	width: 26px;
	font-size: 0.91667em;
	line-height: 1.72727em;
	text-align: center;
}
table#wp-calendar td {
	width: 26px;
	line-height: 1.66667em;
	color: #999;
	text-align: center;
}
table#wp-calendar td#next, table#wp-calendar td#prev {
	width: 78px;
	font-size: 0.83333em;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.gravatar {
	float: left;
	border: 1px solid #000;
	margin-right: 10px;
}
.jdGallery a {
	cursor: pointer !important;
}


.video-inner h2 {
	background: transparent url('images/grey-line.gif') center repeat-x;
	padding: 0 10px;
	margin: 10px 20px;
	text-align: center;
	color: #ccc;
	text-transform:uppercase;
	font-size: 16px;
}
.video-inner h2 span {
	background: #fff;
	padding: 0 10px;
}

.post-alt .category-head {
	display: none;
}
.post-alt .title-meta {
	display: none;
}

.post-outer.post.fl img, .post-outer.post.fr img {
	/*width: 270px;*/
}
.post-outer.post.fl p.wp-caption-text, .post-outer.post.fr p.wp-caption-text {
	text-align: left;
}

/*========= Enhanced Contact forms (pages) =========*/
#wpcf label {
	clear: both;
	display: block;
	float: left;
	width: 150px;
}
#wpcf input {
	float: left;
	width: 200px;
	padding: 1px;
	margin: 2px 5px 2px 0;
}
#wpcf textarea {
	width: 350px;
	height: 100px;
	padding: 1px;
	margin: 0 5px 10px 0;
}
#wpcf #contactsubmit {
	margin-left: 250px;
	width: 100px;
}
