/*  
Theme Name: WP-Scribley
Theme URL: http://www.solostream.com
Description: WP-Scribley is a responsive and user-friendly theme for WordPress.
Author: Solostream
Author URI: http://www.solostream.com/
Version: 1.0.2

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

*/

/* --- [ YOU SHOULD NOT CHANGE THIS FILE. Make style changes on the Theme Settings page or on custom.css ] --- */

/* -------------------[ Main Page Elements ]------------------- */

body {
	text-align: left;
	margin: 0;
	padding: 0;
	color:#555;
	font-size:12px;
	line-height:1.5em;
	font-family:arial,helvetica,sans-serif;
	background: #555;
	}

#outer-wrap {
	display:block;
	margin:0 auto;
	padding:0;
	background: url(images/boards1.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}

#header {
	clear: both;
	margin: 0 auto;
	padding: 0;
	background:#000;
	width:100%;
	display:block;
	height:auto;
	}

#head-content {
	margin: 0 auto;
	padding: 0;
	}

#sitetitle {
	margin:15px 0;
	padding:0;
	text-align:left;
	float:left;
	}

#sitetitle .title {
	font-size:24px;
	}

#sitetitle .title a {
	color:#fff;
	}

#headerimg {
	width:100%;
	margin:0;
	padding:0;
	background:#262626;
	text-align:center;
	}

#headerimg img {
	max-width:100%;
	height:auto;
	margin:0 auto;
	}

#wrap,
.limit {
	width:768px;
	clear: both;
	margin: 0 auto;
	padding:0;
	}

#page {
	padding:0;
	clear: both;
	margin: 50px auto;
	background:#fff;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	}

#content {
	width: 100%;
	padding:0;
	margin: 0;
	}

#footer {
	clear: both;
	margin: 0 auto;
	padding: 50px 0;
	color:#ccc;
	text-align:center;
	background:#000;
	}

.footurl {
	margin-bottom: 15px;
	}

.clearfix:after,
blockquote:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

.clearfix,
blockquote {
	display: inline-block;
	}

/* Hides from IE-mac \*/
* html .clearfix,
* html blockquote {
	height: 1%;
	}
.clearfix,
blockquote {
	display: block;
	}
/* End hide from IE-mac */

/* -------------------[ Headings ]------------------- */

h1,h2,h3,h4,h5,h6,h7,
#sitetitle .title  {
	font-family:arial,helvetica,sans-serif;
	margin: 0;
	padding: 0;
	text-align: left;
	font-weight:bold;
	color:#222;
	line-height: 1.2em;
	letter-spacing:0;
	}

h1 {
	font-size:24px;
	letter-spacing:-0.03em;
	}

h2 {
	font-size: 20px;
	line-height: 1.3em;
	}

h3 {
	font-size: 18px;
	line-height: 1.5em;
	}

h4,h5,h6,h7 {
	font-size: 16px;
	line-height: 1.5em;
	}

.entry h1,
.entry h2,
.entry h3, 
.entry h4, 
.entry h5, 
.entry h6, 
.entry h7,
.widget h1,
.widget h2,
.widget h3, 
.widget h4, 
.widget h5, 
.widget h6,
.widget h7 {
	margin-bottom: 20px;
	}

h1.page-title,
h1.archive-title {}

h3.widgettitle {
	margin-bottom:10px;
	}

#footer-widgets h3.widgettitle {
	color:#fff;
	}

/* -------------------[ Links ]------------------- */

a, a:link, a:visited {
	outline:none;
	text-decoration:none;
	color:#336699;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	}

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 {
	color:#fff;
	}

#footer a:hover, 
#footer a:active {
	color:#ffcc00;
	}

.post-title a, 
.post-title a:link, 
.post-title a:visited {
	color:#222;
	text-decoration:none;
	}

.post-title a:hover, 
.post-title a:active {
	color:#000;
	}

h3.widgettitle a,
h3.widgettitle a:link,
h3.widgettitle a:visited {
	color:#333;
	}

#footer-widgets h3.widgettitle a,
#footer-widgets h3.widgettitle a:link,
#footer-widgets h3.widgettitle a:visited {
	color:#fff;
	}

#footer-widgets a,
#footer-widgets a:link,
#footer-widgets a:visited {
	color:#fff;
	}

#footer-widgets a:hover, 
#footer-widgets a:active {
	color:#ffcc00;
	}

.navigation a, 
.navigation a:link, 
.navigation a:visited  {
	color:#eee;
	}

.navigation a:hover, 
.navigation a:active  {
	color:#fff;
	}

/* -------------------[ Images ]------------------- */

.post img {
	max-width: 100%;
	height:auto;
        }

img.alignright {
	float: right;
	clear: right;
	margin: 0 0 15px 15px;
        }

img.alignleft {
	float: left;
	clear: left;
	margin: 0 15px 15px 0px;
        }

img.aligncenter, 
img.centered, 
img.center { 
	display: block; 
	margin: 0 auto 20px;  
	float: none; 
	clear: both;
        }

img.thumbnail {
	float:right;
	margin: 0 0 15px 15px;
	}

img.thumbnail.wide {
	float:none;
	clear:both;
	display:block;
	padding:0;
	margin: 0 auto;
	width:100%;
	}

img.avatar {
	float:right;
	margin:0 0 10px 10px;
	padding:5px;
	border:1px solid #e5e5e5;
	background:#fff;
	}

img.thumbnail.wide {
	-webkit-box-shadow:0 0 2px rgba(0,0,0,0.2);
	-moz-box-shadow:0 0 2px rgba(0,0,0,0.2);
	box-shadow:0 0 2px rgba(0,0,0,0.2);
	}

/* -------------------[ Caption Styles for WP 2.6+ ]------------------- */

.wp-caption {
	border: 1px solid #dddddd;
	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: 12px;
	padding: 5px;
	margin: 0;
	}

/* -------------------[ Misc Tags and Classes ]------------------- */

p {
	margin-top: 0px;
	margin-bottom: 20px;
	}

form, select {
	margin:0;
	padding:0;
	}

acronym, abbr, span.caps {
	cursor: help;
	}

.entry ul,
.entry ol {
	margin: 0 0 20px 20px;
	}

.entry ul ul,
.entry ol ul,
.entry ul ol,
.entry ol ol {
	margin-bottom: 0;
	}

.entry ul li {
	list-style: square;
	}

.entry ul li li {
	list-style: circle;
	}

acronym, abbr {
	border-bottom: 1px solid #999;
	}

* html acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 0 0 20px;
	background:#F5F5F5;
	padding: 15px 20px 1px;
	}

blockquote.demo {
	margin: 0 0 60px;
	background:#fff;
	padding: 0 0 60px;
	border:0;
	border-bottom:5px solid #e5e5e5;
	}

.center {
	text-align: center;
	}

a img, img a {
	border: none;
	}

code {
	font-family: 'Courier New', Courier, Fixed;
	display:block;
	clear:both;
	font-size:12px;
	line-height:18px;
	color:#333;
	padding: 20px;
	background:#F5F5F5;
	}

hr {
        display: block;
        clear:both;
        }

.navigation {
	padding: 0 50px; 
	margin: 0;
	clear:both;
	background:#000;
	}

.single .navigation {}

.navigation .alignright {
	width:49%;
	float: right;
	text-align:right;
	padding:20px 0;
	}
	
.navigation .alignleft {
	width:49%;
	float: left;
	text-align:left;
	padding:20px 0;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left;
	}

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
        float: none; 
        clear: both;
	}

input:focus {
	outline: none;
	}

select,
input,
textarea {
	-webkit-appearance: none;
	-webkit-border-radius:0; 
	border-radius:0;
	font-family:inherit;
	font-size:inherit;
	}

input[type="checkbox"] { -webkit-appearance: checkbox; }
input[type="radio"] { -webkit-appearance: radio; }
input[type="submit"], input[type="button"] { -webkit-appearance: button; }
select { -webkit-appearance:menulist; border:1px solid #dddddd; background:#fff; padding:5px; }

/* ---------[ Search Form ]--------- */

form#searchform {
	padding:0;
	margin:0;
	display:inline;
	}

#searchform input[type="text"] {
	margin: 0 5px 5px 0;
	display:inline;
	padding: 8px 5px 8px 10px;
	width:200px;
	font-family:inherit;
	border:1px solid #dddddd;
	background:#fff;
	text-transform:lowercase;
	color:#999;
	font-family:inherit;
	}

#searchform input[type="submit"],
#searchform input[type="button"] {
	background: #336699;
	color: #fff;
	border:1px solid #336699;
	padding: 7px 14px;
	font-family:inherit;
	display:inline;
	cursor:pointer;
	text-transform:lowercase;
	margin: 0 0 5px;
	}

#searchform input[type="submit"]:hover,
#searchform input[type="button"]:hover {
	background:#000;
	border-color:#000;
	}

/* ---------[ Email Form and Search Form ]--------- */

.email-form  {
	padding:0;
	margin:0;
	}

.email-form input[type="text"],
.email-form input[type="email"] {
	margin: 0 2px 5px 0;
	display:inline;
	padding: 8px 5px 8px 10px;
	width:200px;
	font-family:inherit;
	border:1px solid #dddddd;
	background:#fff;
	text-transform:lowercase;
	color:#999;
	font-family:inherit;
	}

.email-form input[type="submit"],
.email-form input[type="button"] {
	background: #336699;
	color: #fff;
	border:1px solid #336699;
	padding: 7px 14px;
	font-family:inherit;
	display:inline;
	cursor:pointer;
	text-transform:lowercase;
	margin: 0 0 5px;
	}

.email-form input[type="submit"]:hover,
.email-form input[type="button"]:hover {
	background:#000;
	border-color:#000;
	}

/* -------- [ Table ] -------- */
	
table {
	border-collapse: collapse;
	margin-bottom: 20px; 
	max-width:100%;
	}

table th {
	background:#f5f5f5;
	border: 1px solid #e5e5e5;
	padding: 10px 15px; 
	}

table tr {
	background:#fff;
	}

table td {
	border: 1px solid #e5e5e5;
	padding: 10px 15px; 
	}

/* -------------------[ Comments ]------------------- */

.allcomments {
	padding: 30px 50px 10px;
	margin:0;
	border-top:1px dotted #ddd;
	}

h3#reply-title,
h3#comments-title {
	background:url(images/ico-comments-big.png) 0 50% no-repeat;
	padding-left:30px;
	margin-bottom:10px;
	}

.comments-navigation {
	display:block;
	margin: 0;
	padding:10px 0;
	}

.comments-navigation .alignleft {
	float:left;
	}

.comments-navigation .alignright {
	float:right;
	}

.comments-number {
	margin-bottom:10px;
	padding:0;
	}

.commentlist {
	padding: 0;
	list-style-type:none;
	margin: 0 ;
	}

.commentlist li {
	clear:both;
	margin: 0;
	padding: 0;
	list-style-type:none;
	background:url(images/hd-bg.gif) 0 -22px repeat-x;
	padding-top:32px;
	}

.commentlist li li {}

.commentlist li li.depth-3,
.commentlist li li.depth-5,
.commentlist li li.depth-7,
.commentlist li li.depth-9 {}

.commentlist li ul {
	margin: 0 0 0 50px;
	padding: 0;
	}

.commentlist li.alt {}


ol.commentlist li .comment-body {
	clear:both;
	position:relative;
	z-index:1;
	padding:0 0 30px;
	display:block;
	margin: 0 0 0 100px;
	}

.comment-body img.avatar {
	margin:0;
	float:none;
	display:block;
	position:absolute;
	z-index:2;
	left:-100px;
	top:0;
	}

.comment-body .reply {}

.comment-body .comment-author {
	margin:0;
	padding:0;
	line-height:1.5em;
	}

.comment-body .comment-meta {
	padding:0;
	margin: 0 0 15px;
	font-size:12px;
	line-height:1.5em;
	}

.commentlist cite {
	font-style:normal;
	}

.commentlist .says {
	display:none;
	position:absolute;
	left:-999em;
	}

.thread-alt { }	

.thread-even { }

#respond { 
	clear:both;
	padding: 30px 50px;
	margin: 0;
	background:#f5f5f5;
	border-top:1px solid #e5e5e5;
	}

.commentlist #respond {
	margin-bottom:20px;
	}

a#cancel-comment-reply-link {
	margin:0;
	padding:0;
	text-transform:lowercase;
	font-size:14px;
	}

#commentform {
	padding: 0;
	margin:0;
	clear:both;
	padding: 0;
	margin: 0;
	}

#commentform label {
	padding: 0;
	margin: 0 0 1px 0;
	display:block;
	}

#commentform input[type="text"],
#commentform textarea {
	background:#fff;
	border-color: #e5e5e5; 
	border-width:1px; 
	border-style:solid;
	width:70%;
	padding: 10px 2%;
	}

#commentform textarea {}

p.button-submit {
	margin:0;
	}

#commentform input[type="submit"],
#commentform input[type="button"] {
	cursor:pointer;
	font-family:inherit;
	clear:both;
	padding: 10px 20px;
	color:#fff;
	background:#336699;
	}

#commentform  input[type="submit"]:hover,
#commentform  input[type="button"]:hover {
	background:#000;
	}

a.comment-reply-link, 
a.comment-reply-link:link, 
a.comment-reply-link:visited, 
.reply a, 
.reply a:link, 
.reply a:visited {}

a.comment-reply-link:hover, 
a.comment-reply-link:active, 
.reply a:hover, 
.reply a:active {}

ol.commentlist .comment-body ul {
	list-style-type:disc;
	margin:0 30px 15px;
	padding:0;
	border:none;
	}

ol.commentlist .comment-body ul li {
	list-style-type:disc;
	margin:0;
	padding:0;
	border:none;
	background:transparent;
	}

ol.commentlist .comment-body ol {
	list-style-type:decimal;
	margin:0 30px 15px;
	padding:0;
	border:none;
	}

ol.commentlist .comment-body ol li {
	list-style-type:decimal;
	margin:0;
	padding:0;
	border:none;
	}

.cancel-comment-reply {}

.pings {
	background:#f5f5f5;
	border:1px solid #dddddd;
	padding: 15px;
	margin: 0 0 20px;
	}

.pings ol {
	margin-left:20px;
	}

.pings li {
	margin-bottom:5px;
	}

/* -------------------[ Top Navigation ]------------------- */

#topnav {
	padding:0; 
	margin:15px 0;
	float:right;
	}

#topnav ul { 
	z-index:99; 
	margin:0; 
	padding:0; 
	list-style:none; 
	line-height:1; 
	margin:0;
	}

#topnav ul a  {
	position:relative; 
	display:block; 
	z-index:100; 
	padding:3px 10px; 
	line-height:24px; 
	text-decoration:none;
	color:#eee;
	}

#topnav ul li  { 
	float:left; 
	width: auto; 
	}

#topnav ul a:hover {
	color:#fff;
	}

#topnav ul ul  { 
	position: absolute; 
	left: -999em; 
	width: 242px; 
	z-index:99999;
	border-bottom: 1px solid #454545;
	border-top: 15px solid #000;
	}

#topnav ul ul a  {
	width:220px; 
	line-height:36px;
	padding:0 10px;
	border: 1px solid #454545;
	border-bottom:0;
	background:#000;
	}

#topnav ul ul a:hover  {
	background:#333;
	}

#topnav ul ul ul  {
	border-top: 0;
	margin: -37px 0 0 -241px; 
	}

#topnav ul li li { 
	margin:0;
	border:0;
	}

#topnav ul li:hover,
#topnav ul li.hover  { 
	position:static;
	}

#topnav ul li:hover ul ul, 
#topnav ul li.sfhover ul ul,
#topnav ul li:hover ul ul ul, 
#topnav ul li.sfhover ul ul ul,
#topnav ul li:hover ul ul ul ul, 
#topnav ul li.sfhover ul ul ul ul { 
	left:-999em; 
	}

#topnav ul li:hover ul, 
#topnav ul li.sfhover ul,
#topnav ul li li:hover ul, 
#topnav ul li li.sfhover ul,
#topnav ul li li li:hover ul, 
#topnav ul li li li.sfhover ul,
#topnav ul li li li li:hover ul, 
#topnav ul li li li li.sfhover ul { 
	left:auto; 
	}

#topnav li.current-menu-item > a,
#topnav li.current_page_item > a {
	background-color:#009900;
	color:#fff;
	}

#topnav ul ul li.current-menu-item > a,
#topnav ul ul li.current-menu-item > a:hover,
#topnav ul ul li.current_page_item > a,
#topnav ul ul li.current_page_item > a:hover {
	background:#333;
	color:#fff;
	}

#topnav .select-menu { 
	display: none;
	}

.timely .select-menu,
.timely .select-menu-catnav { 
	display: none !important;
	}

/* -------------------[ Footer Navigation ]------------------- */

#footnav {
	padding:0; 
	margin:0 auto 15px;
	display:block;
	text-align:center;
	}

#footnav ul  {
	list-style-type:none; 
	padding:0; 
	margin:0 auto;
	display:block;
	text-align:center;
 	}

#footnav ul li  { 
	display:inline; 
	list-style-type:none; 
	margin:0 10px;
	padding:0;  
	}

#footnav ul a,
#footnav ul a:link,
#footnav ul a:visited  {
	display:inline;
	}

#footnav ul a:hover,
#footnav ul a:active {}

/* --------------[ Basic Post Classes ]-------------- */

.post, 
.page.hentry {
	margin: 0;
	padding:0;
	clear:both;
	}

.single .post,
.page .post {
	margin: 0;
	padding:0;
	clear:both;
	}

.entry,
.page .post.entry {
	padding: 30px 50px;
	}

.solo-postimage {
	min-height:3px;
	width:100%;
	margin:0;
	padding:0;
	background:url(images/hd-bg.gif) top left repeat-x;
	}

.content {
	margin: 0 0 20px;
	border-bottom:3px double #eee;
	padding-bottom:1px;
	}

.blog-page-template .content,
.portfolio-template .content {
	margin: 0;
	border-bottom:0;
	padding: 0;
	}

.meta {
	margin: -17px 0 20px;
	padding:0;
	}

.meta-bullet {}
.meta-cats {}
.meta-author {}
.meta-comments {}
.meta-comments .meta-bullet {}

p#breadcrumbs {
	font-size:12px;
	margin:0 0 30px;
	padding:0 0 5px;
	border-bottom:1px dotted #dddddd;
	}

p.tags {
	clear:both;
	}

/* -------------------[ Video Embed ]------------------- */

.videoembed-wrap {
	margin-bottom:25px;
	}

.single-video,
.videoembed {
	position: relative;
	padding-bottom: 62.50%; /* -- 16:10 Video Size Ratio -- */
	padding-bottom: 56.25%; /* -- 16:9 Video Size Ratio -- */
	height: 0;
	overflow: hidden;
	margin: 0 auto;
	}

.single-video iframe,  
.single-video object,  
.single-video embed,
.videoembed iframe,  
.videoembed object,  
.videoembed embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}

/* -------------------[ Map Embed ]------------------- */

.mapembed-wrap {
	margin-bottom:25px;
	}

.mapembed {
	position: relative;
	padding-bottom: 62.50%; /* -- 16:10 Video Size Ratio -- */
	padding-bottom: 56.25%; /* -- 16:9 Video Size Ratio -- */
	height: 0;
	overflow: hidden;
	margin: 0 auto;
	}

.mapembed iframe,  
.mapembed object,  
.mapembed embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}

/* -------------------[ Social Media Icons ]------------------- */

.sub-icons {
	padding:0;
	margin:15px 0 0;
	}

.subicon {
	width:24px;
	height:24px;
	margin:0;
	padding:0;
	display:block;
	text-indent:-999em;
	float:left;
	margin:0 1px 1px 0;
	}

.subicon.rss { background:url(images/feed.png) 0 0 no-repeat; }
.subicon.facebook { background:url(images/facebook.png) 0 0 no-repeat; }
.subicon.instagram { background:url(images/instagram.png) 0 0 no-repeat; }
.subicon.twitter { background:url(images/twitter.png) 0 0 no-repeat; }
.subicon.pinterest { background:url(images/pinterest.png) 0 0 no-repeat; }
.subicon.gplus { background:url(images/google-plus.png) 0 0 no-repeat; }
.subicon.flickr { background:url(images/flickr.png) 0 0 no-repeat; }
.subicon.flickr-g { background:url(images/flickr.png) 0 0 no-repeat; }
.subicon.linkedin { background:url(images/linkedin.png) 0 0 no-repeat; }
.subicon.linkedin-g { background:url(images/linkedin.png) 0 0 no-repeat; }
.subicon.youtube { background:url(images/youtube.png) 0 0 no-repeat; }

.slidepanel .subicon,
.auth-icons .subicon {
	width:auto;
	height:24px;
	line-height:24px;
	padding:2px 10px;
	display:block;
	text-indent:0;
	float:left;
	background:#333;
	color:#fff;
	font-size:10px;
	text-transform:uppercase;
	font-weight:bold;
	margin:0 1px 1px 0;
	}

.slidepanel .subicon:hover,
.slidepanel .subicon:active,
.auth-icons .subicon:hover,
.auth-icons .subicon:active {
	color:#ffcc00;
	background:#000;
	}

/* ---------------[ Author Styles for All Authors Page Template ]--------------- */

.allauthors {
	margin-bottom:30px;
	padding-bottom:30px;
	border-bottom:3px double #eee;
	}

.allauthors:last-child {
	margin-bottom:20px;
	padding-bottom:0;
	border-bottom:0;
	}

.allauthors h2 {}

.allauthors h2 span {}

.allauthors img.avatar {}

.auth-icons {
	clear:both;
	margin: 0 auto;
	padding: 0;
	text-align:left;
	}

.allauthors .auth-website {
	display:none;
	}

.auth-website {}

/* -------------------[ Author Bio Info ]------------------- */

.auth-bio {
	padding:30px 50px;
	}

.auth-bio h1,
.auth-bio h2 {}

.auth-bio h1 span,
.auth-bio h2 span {}

.auth-bio img.avatar {}

.auth-bio .auth-icons {
	clear:both;
	margin: 20px auto 0;
	padding: 10px 0 0;
	border-top:1px dotted #dddddd;
	text-align:left;
	}

.auth-website {
	display:block;
	height:24px;
	line-height:24px;
	clear:both;
	float:none;
	padding-top:15px;
	}

.single .auth-bio {
	margin: 0 auto 20px;
	padding:20px;
	background:#f5f5f5;
	}

.single .auth-bio h2 {
	display:none;
	position:absolute;
	left:-999em;
	}

.single .auth-bio img.avatar {}

.single .bio div {}

.auth-bio .bio span {
	font-weight:bold;
	}

/* ---------------[ Subscribe Box ]--------------- */

.mysubscribebox {
	background:#000;
	padding:0;
	margin:0;
	}

.inner-mysubscribebox {
	color:#fff;
	padding: 30px 80px 20px;
	text-align:center;
	margin:0;
	}

.mysubscribebox h3 {
	text-align:center;
	color:#fff;
	margin-bottom:10px;
	}

.mysubscribebox .sub-icons {
	clear:both;
	padding:0;
	margin:15px auto 0;
	text-align:center;
	}

.mysubscribebox .subicon {
	width:24px;
	height:24px;
	margin:0;
	padding:0;
	display:inline-block;
	text-indent:-999em;
	float:none;
	margin:0 0 5px;
	}

.mysubscribebox .email-form {
	text-align:center;
	}

.mysubscribebox .email-form input[type="text"],
.mysubscribebox .email-form input[type="email"] {
	margin-bottom:5px;
	border:1px solid #fff;
	width:40%
	}

.mysubscribebox .email-form input[type="submit"],
.mysubscribebox .email-form input[type="button"] {
	margin-bottom:5px;
	}

/* ---------------[ Ad Banners ]--------------- */

.banner468 {
	text-align:center;
	margin: 0 auto;
	float:none;
	display:block;
	padding:10px;
	overflow:hidden;
	background:#222;
	border:1px solid #2E2E2E;
	border-width:1px 0;
	}

.banner728-container {
	text-align:center;
	margin: 20px auto -30px;
	float:none;
	display:block;
	background:#000;
	padding:10px;
	}

.banner728-container.bottom {
	margin: -30px auto 20px;
	}

.banner728 {
	margin: 0 auto;
	padding:0;
	float:none;
	display:block;
	width:100%;
	max-width:728px;
	overflow:hidden;
	}

.banner468 img,
.banner728 img {
	max-width:100%;
	height:auto;
	}

/* -------------------[ Tabbed Archives Page Template ]------------------- */

.post ul.archives-by-cat {
	margin: 5px 0 15px;
	padding: 0 0 12px;
	border-bottom:1px dotted #dddddd;
	}

.post ul.archives-by-cat li {
	list-style-type:none !important;
	padding:0;
	background:transparent;
	margin: 0 0 3px;
	}

.post ul.archive-tabs {
	padding:0;
	background:transparent;
	margin: 0 0 20px 0;
	padding: 0 0 15px;
	border-bottom:1px dotted #dddddd;
	}

.post ul.archive-tabs li {
	list-style-type:none !important;
	padding:0;
	background:transparent;
	margin: 0;
	float:left;
	}

.archive-tabs a,
.archive-tabs a:link,
.archive-tabs a:visited {
	display:block;
	float:left;
	margin: 0 10px 0 0;
	background:#f5f5f5;
	padding: 0 25px;
	color:#333;
	border:1px solid #dddddd;
	height:36px;
	line-height:36px;
	}

.archive-tabs a:hover,
.archive-tabs a:active,
.archive-tabs .ui-tabs-selected a {
	background:#333;
	color:#fff;
	border:1px solid #000;
	}

#archive-tabs .ui-tabs-hide {  
	display: none;  
	}

#archive-tabs {
	padding-bottom:15px;
	}

#archive-images,
.archive-content {}

.entry #archives-images img.thumbnail,
.entry .archive-content img.thumbnail {
	max-width:none;
	background:#fff;
	width: 140px;
	height:140px;
	margin: 0 20px 20px 0;
	display:block;
	float:left;
	padding:0;
	border:0;
	}

/* ---------------[ Site Map Page ]--------------- */

.sitemap {}

.sitemap.entry ul {
	margin-left:20px;
	padding-left:0;
	}

.sitemap.entry ul li {
	margin-left:0;
	padding-left:0;
	margin-bottom:3px;
	}

.sitemap.entry ul ul {
	margin-left:15px;
	margin-top:3px;
	}

.sitemap.entry ul ul li {
	list-style-type:circle;
	}

.sitemap .entry {
	padding-bottom:15px;
	}

.sitemap .meta {
	margin: 0 0 10px;
	padding: 0;
	}

.sitemap-narrow {
	width:36%;
	float:right;
	padding: 0;
	margin:0 0 15px;
	}

.sitemap-wide {
	width:58%;
	float:left;
	}

.sitemap-post {
	clear:both;
	margin:0 0 15px;
	border-bottom:1px dotted #dddddd;
	padding:0;
	}

.sitemap-post p.post-title {
	margin:0;
	}

p.sitemap-meta {
	margin:0 0 15px;
	font-size:12px;
	}

.sitemap-post img.thumbnail {
	float:left;
	margin:3px 10px 15px 0px;
	padding:0;
	border:0;
	width:15%;
	background:#fff;
	}

.sitemap-wide .navigation {
	padding:0 15px;
	margin-bottom:20px;
	}

/* --------[ MyFlexSlider Necessary Styles ]-------- */

/* Browser Resets */

.flex-container a:active,
.myflexslider a:active,
.flexslider a:active,
.flex-container a:focus,
.myflexslider a:focus,
.flexslider a:focus {
	outline: none;
	}

.slides,
.flex-control-nav,
.flex-direction-nav,
.flexslide-custom-controls,
.slides li,
.flex-control-nav li,
.flex-direction-nav li,
.flexslide-custom-controls li {
	margin: 0; 
	padding: 0; 
	list-style-type:none !important;
	background-image:none;
	} 

.flex-pauseplay span {
	text-transform: capitalize;
	}

/* Hide the slides before the JS is loaded. Avoids image jumping */

.myflexslider .slides > li,
.flexslider .slides > li {
	display: none; 
	-webkit-backface-visibility: hidden;
	} 

/* Clearfix for the .slides element */

.slides:after {
	content: "."; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	line-height: 0; 
	height: 0;
	}
 
html[xmlns] .slides {
	display: block;
	}
 
* html .slides {
	height: 1%;
	}

/* No JavaScript Fallback
/* If you are not using another script, such as Modernizr, make sure you
/* include js that eliminates this class on page load */

.no-js .slides > li:first-child {
	display: block;
	}

.myflexslider,
.flexslider {
	margin: 0; 
	padding:0;
	border: 0; 
	position: relative; 
	zoom: 1;
	}

.myflexslider .slides,
.flexslider .slides {
	padding:0;
	margin:0 auto;
	zoom:1;
	}

.slides img,
.slides img.thumbnail {
	width:100%;
	max-width:none;
	height:auto; 
	display: block;
	margin:0;
	padding:0;
	border:0;
	}

.flex-viewport {
	max-height: 2000px; 
	-webkit-transition: all 1s ease; 
	-moz-transition: all 1s ease; 
	transition: all 1s ease;
	}

.loading .flex-viewport {
	max-height: 300px;
	}

/* --------[ Flexslider Featured Video ]-------- */

.myflexslider .feature-video,
.flexslider .feature-video {}

.myflexslider .feature-video .video,
.flexslider .feature-video .video {
	position: relative;
	padding-bottom: 68.75%; /* -- 16:11 Video Size Ratio -- */
	padding-bottom: 75.00%; /* -- 16:12 Video Size Ratio -- */
	padding-bottom: 62.50%; /* -- 16:10 Video Size Ratio -- */
	padding-bottom: 56.25%; /* -- 16:9 Video Size Ratio -- */
	height: 0;
	overflow: hidden;
	}

.myflexslider .feature-video iframe,  
.myflexslider .feature-video object,  
.myflexslider .feature-video embed,
.flexslider .feature-video iframe,  
.flexslider .feature-video object,  
.flexslider .feature-video embed {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	}

/* --------[ Direction Nav ]-------- */

.flex-direction-nav {}

.flex-direction-nav a {
	width: 25px; 
	height: 25px; 
	margin: -25px 0 0; 
	display: block; 
	background: #000 url(images/bg_direction_nav2.png) no-repeat 0 0; 
	position:absolute; 
	top: 50%; 
	z-index: 10; 
	cursor: pointer; 
	text-indent: -999em; 
	opacity: 0;
	zoom:1;
	}

.flex-direction-nav .flex-next {
	background-position: 100% 0; 
	right: 0;
	}

.flex-direction-nav .flex-prev {
	left: 0;
	}

.flex-direction-nav .flex-disabled {}

.myflexslider:hover .flex-next,
.myflexslider:hover .flex-prev,
.flexslider:hover .flex-next,
.flexslider:hover .flex-prev {
	opacity: 1.0;
	}

.myflexslider:hover .flex-next:hover, 
.myflexslider:hover .flex-prev:hover,
.flexslider:hover .flex-next:hover, 
.flexslider:hover .flex-prev:hover {
	opacity: 1.0;
	}

/* ---------[ YouTube Videos Page Template ]--------- */

.featured.yt-temp {
	max-width:100%;
	margin:0 auto;
	padding:0;
	border:0;
	}

.featured.yt-temp .flexslider {
	position: relative;
	zoom: 1;
	min-height:100px;
	z-index:1;
	margin:0 auto 30px;
	padding: 0 0 20px;
	border-bottom:25px solid #eee;
	}

.featured.yt-temp .flexslider .slides {
	background:fff;
	padding:0;
	margin:0;
	zoom: 1;
	}

.featured.yt-temp .flexslider .feature-video {
	width:94%;
	float:none;
	margin:5px auto 30px;
	padding:3%;
	border:0;
	background:#000;
	}

p.yt-vid-title {
	padding:0 30px;
	margin:0;
	height:auto;
	text-align:center;
	}

.featured.yt-temp .controls-container {
	background:transparent;
	padding:0;
	margin:0;
	border:0;
	}

.featured.yt-temp .flexslide-custom-controls {
	list-style-type:none;
	margin:0;
	padding:0;
	float:none;
	display:block;
	text-align:center;
	border:0 !important;
	}

.featured.yt-temp .flexslide-custom-controls li {
 	display:block;
	float:left;
	text-align:center;
	list-style-type:none;
	margin:0 4%;
	border:0;
	width:25.33%;
	height:auto;
	line-height:1.5em;
	padding:0;
	clear:none;
	}

.featured.yt-temp .flexslide-custom-controls li.clear-row {
	float:none;
	margin:0 auto 30px;
	clear:both;
	border-bottom:1px dotted #dddddd;
	width:100%;
	padding:0;
	height:30px;
	}

.featured.yt-temp .flexslide-custom-controls li a {
	text-indent:0;
 	display:block;
	float:left;
	list-style-type:none;
	margin:0;
	padding:0;
	max-width:100%;
	text-align:center;
	}

.featured.yt-temp .flexslide-custom-controls li a.flex-active,
.featured.yt-temp .flexslide-custom-controls li a:hover {
	background:transparent;
	color:#000;
	}

.featured.yt-temp .yt-title {
	text-align:center;
	clear:both;
	display:block;
	margin:0;
	border:0;
	padding:10px 0 0;
	font-size:12px;
	line-height:1.5em;
	}

.featured.yt-temp img.yt-thumb {
	max-width:100%;
	width:auto;
	height:auto;
	clear:both;
	display:block;
	margin:0 auto;
	text-align:center;
	padding:0;
        filter: alpha(opacity=50);
        -moz-opacity:0.5;
        -khtml-opacity: 0.5;
        opacity: 0.5;
	background:#fff;
	border:1px solid #ddd;
	}

.featured.yt-temp a.flex-active img.yt-thumb,
.featured.yt-temp a:hover img.yt-thumb {
        filter: alpha(opacity=100);
        -moz-opacity:1.0;
        -khtml-opacity: 1.0;
        opacity: 1.0;
	}

.featured.yt-temp .flex-direction-nav a {
	margin:0;
	bottom:-25px;
	top:auto;
	opacity:1;
	}

.featured.yt-temp .flex-direction-nav .flex-prev {
	left:0;
	right:auto;
	}

.featured.yt-temp .flex-direction-nav .flex-next {
	left:auto;
	right:0;
	}

/* -------------------[ Widgets ]------------------- */

.widget {
	margin: 0 0 40px;
	padding:0;
	clear:both;
	}

.widget ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

.widget li {
	list-style-type: none;
	margin: 0;
	padding: 5px 0;
	border-bottom:1px dotted #dddddd;
	}

.widget li:last-child {
	border:0;
	}

.widget .textwidget {
	padding:0;
	}

.widget li li {
	list-style-type: none;
	margin: 0;
	border:0;
	padding: 0;
	background:transparent;
	}

.widget li li li {
	padding-left: 15px;
	}

.widget img {
	max-width:100%;
	height:auto;
	}

.widget select {
	font-family:inherit;
	font-size:inherit;
	margin: 0;
	width:80%;
	color:#666;
	padding:5px;
	border:1px solid #dddddd;
	background:#fff;
	}

.slidepanel .widget {
	margin: 0 0 20px;
	padding:0;
	clear:both;
	}

.slidepanel .widget ul {
	margin-left:15px;
	padding: 0;
	}

.slidepanel .widget li {
	margin: 0 5px 0 0;
	padding:0;
	border-bottom:0;
	}

.slidepanel .widget li li {}

.slidepanel .widget li li li {}

/* -------------------[ Footer Widgets ]------------------- */

#footer-widgets {
	clear: both;
	margin: 0 auto;
	padding:50px 0 40px;
	width:100%;
	background:#1A1A1A;
	border-top:15px solid #000;
	border-bottom:1px solid #242424;
	color:#ddd;
	box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);
	}

#footer-widgets .widget {
	margin: 0 0 30px;
	border:0;
	}

#footer-widgets .widget li {
	list-style-type: none;
	margin: 0 0 7px;
	padding: 0;
	border-bottom:0;
	}

#footer-widgets .widget .textwidget { 
	padding:0 
	}

#footer-widgets a,
#footer-widgets a:link,
#footer-widgets a:visited { }

#footer-widgets a:active,
#footer-widgets a:hover { }

.footer-widget1 {
	float:left;
	width:48%;
	margin: 0;
	overflow:hidden;
	}

.footer-widget2 {
	float:right;
	width:48%;
	margin: 0;
	overflow:hidden;
	}

.footer-widget-full {
	width:100%;
	display:block;
	margin: 0 auto;
	overflow:hidden;
	}

/* -------------------[ Side Tabs Widget ]------------------- */

.widget.sidetabs {}

.widget.sidetabs .flextabs-custom-controls {}

.widget.sidetabs .flextabs-custom-controls li {
	border:0;
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	background:transparent;
	width:25%;
	}

.widget.sidetabs .flextabs-custom-controls a, 
.widget.sidetabs .flextabs-custom-controls a:link, 
.widget.sidetabs .flextabs-custom-controls a:visited {}

.widget.sidetabs .flextabs-custom-controls .firstab a, 
.widget.sidetabs .flextabs-custom-controls .firstab a:link, 
.widget.sidetabs .flextabs-custom-controls .firstab a:visited {}

.widget.sidetabs .flextabs-custom-controls a:hover, 
.widget.sidetabs .flextabs-custom-controls a:active {}

.widget.sidetabs .flextabs-custom-controls a.flex-active,
.widget.sidetabs .flextabs-custom-controls a.flex-active:link,
.widget.sidetabs .flextabs-custom-controls a.flex-active:visited {}


.widget.sidetabs .flextabs,
.widget.sidetabs .flextabs ul,
.widget.sidetabs .flextabs li {}

.widget.sidetabs .flextabs li li {
	padding: 14px 15px;
	border-bottom:1px dotted #ddd;
	}

.widget.sidetabs .popular-slide p {
	padding: 14px 15px;
	margin:0;
	}

.widget.sidetabs .flextabs li li:last-child {
	border-bottom:0;
	}

.widget.sidetabs p.title {
	display:none;
	}

.widget.sidetabs .flextabs li select {}

.widget.sidetabs .slides .pop-excerpt {
	line-height:1.5em;
	height:4.5em;
	overflow:hidden;
	display:block;
	}

.widget.sidetabs .slides img,
.widget.sidetabs .slides img.thumbnail,
.widget.sidetabs .slides img.avatar {
	max-width:none;
	float:left;
	width:auto;
	height:4.5em;
	display:block;
	margin: 0 10px 0 0 !important;
	}

/* -------------------[ Category Posts Widget ]------------------- */

.widget.catposts {}

.widget.catposts .textwidget {}

.cat-posts-widget .post {
	margin: 0 0 15px;
	border-bottom:1px dotted #dddddd;
	padding:0 0 15px;
	}

#footer-widgets .cat-posts-widget .post {
	border-bottom:1px dotted #555;
	}

.cat-posts-widget .post:last-child,
#footer-widgets .cat-posts-widget .post:last-child {
	margin: 0;
	border-bottom:0;
	padding-bottom:0;
	}

.cat-posts-widget h3.post-title {
	font-size:14px;
	margin:0 0 2px;
	line-height:1.6em;
	}

.cat-posts-widget .entry {
	overflow:hidden;
	margin: 0;
	line-height:1.6em;
	height:4.8em;
	border:0;
	padding:0;
	display:block;
	}

.cat-posts-widget img.thumbnail {
	float:left;
	margin: 0 10px 0 0;
	height:4.5em;
	width:auto;
	padding:0;
	max-width:none;
	}

#footer-widgets .cat-posts-widget img.thumbnail {
	width:auto;
	}

.cat-posts-widget .meta {
	line-height:1.6em;
	font-size:11px;
	margin:0;
	padding:0;
	text-align:left !important;
	}

.cat-posts-widget .meta-bullet,
.cat-posts-widget .meta-cats,
.cat-posts-widget .meta-author  {
	display:none;
	}

.cat-posts-widget .meta-comments .meta-bullet {
	display:inline;
	}

/* -------------------[ Banner Ad Widgets ]------------------- */

.widget.banner300,
.widget.bannerad { 
	padding:0 !important;
	background:transparent !important;
	border:0 !important;
	}

.widget.banner300 h3.widgettitle,
.widget.bannerad h3.widgettitle {
	padding: 0 0 5px;
	background:transparent;
	margin:0 0 10px;
	border-bottom:1px dotted #dddddd;
	}

/* -------------------[ Flickr Widget ]------------------- */

.widget_flickrRSS {
	padding: 0;
	border:0;
	}

.widget_flickrRSS h3.widgettitle {
	padding: 0 0 5px;
	background:transparent;
	margin:0 0 10px;
	border-bottom:1px dotted #dddddd;
	}

.widget_flickrRSS img {
	margin: 0 8px 8px 0;
	background: #fff;
	padding: 0;
	width:75px;
	height:75px;
	border:0;
	background:#fff;
	}

/* -------------------[ Search Widget ]------------------- */

.widget.widget_search {}

/* -------------------[ Categories Widget ]------------------- */

.widget_categories select {
	margin: 0;
	padding: 5px;
	border:1px solid #dddddd;
	width:80%;
	}

#footer-widgets .widget_categories select {
	margin: 0;
	}

/* -------------------[ 125x125 Banner Widget ]------------------- */

.banner125 { 
	padding:9px 9px 0 9px;
	text-align:center; 
	}

.banner125 .ad {
	text-align:center;
	display:block;
	float:left;
	width:46%;
	height:auto;
	margin:0 0 10px 0;
	padding:0 2%
	}

.banner125 .ad.right {
	float:right;
	margin:0 0 10px 0;
	}

/* -------------------[ Subscribebox Widget ]------------------- */

.widget.subscribebox {}

.widget.subscribebox .widget-wrap {}

.widget.subscribebox .sub-icons {
	padding:0;
	margin:15px 0 0;
	}

.widget.subscribebox form {}

/* -------------------[ YouTube Videos Widget ]------------------- */

.widget.videoslide {}

.widget.videoslide ul,
.widget.videoslide li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;
	background:transparent;
	}

/* ---------[ Featured Page Widget ]--------- */

.featuredpage .post {
	padding:0;
	border:0;
	margin:0;
	}

.featuredpage img.thumbnail {
	max-width:100%;
	float:none;
	margin:0 0 10px;
	border:0;
	padding:0;
	display:block;
	height:auto;
	}

.featuredpage img.thumbnail.alignright {
	max-width:30%;
	width:auto !important;
	float:right;
	margin:0 0 5px 10px;
	border:0;
	padding: 0;
	}

.featuredpage img.thumbnail.alignleft {
	max-width:30%;
	width:auto !important;
	float:left;
	margin:0 10px 5px 0;
	border:0;
	padding: 0;
	background:#fff;
	}

/* ---------[ Welcome Box Widget ]--------- */

.widget.welcomebox {
	padding:20px 30px;
	font-size:16px;
	line-height:1.6em;
	border:1px solid #e5e5e5;
	border-width:1px 0;
	background:#f5f5f5;
	text-align:center;
	}

.widget.welcomebox h3.widgettitle,
#alt-home-bottom .widget.welcomebox h3.widgettitle {
	margin:0;
	border:0;
	padding:0;
	font-size:24px;
	}

.welcomebox h1,
.welcomebox h2,
.welcomebox h3,
.welcomebox h4,
.welcomebox h5,
.welcomebox h6 {
	margin:0;
	text-align:center;
	}

.welcomebox h1 {
	font-size:42px;
	line-height:1.2em;
	letter-spacing:-2px;
	text-align:center;
	}

.welcomebox h2 {
	font-size:30px;
	line-height:1.3em;
	letter-spacing:-1px;
	}

.welcomebox h3 {
	font-size:24px;
	line-height:1.3em;
	letter-spacing:-1px;
	}

.welcomebox h4 {
	font-size:18px;
	line-height:1.4em;
	letter-spacing:0;
	}

/* ---------[ Contact Info Widget ]--------- */

.widget.sscontact {
	border:0
	padding:0;
	}

/* ---------[ Narrow Featured Posts Widget ]--------- */

.narrowpostslider.widget li,
#footer-widgets .narrowpostslider.widget li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-bottom:0;
	}

.narrowpostslider.widget .featured.narrow {
	margin: 0 auto;
	}


/* ---------[ Full Width Featured Posts Widget ]--------- */

.widepostslider.widget li,
#footer-widgets .widepostslider.widget li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-bottom:0;
	}

.widepostslider.widget .featured.wide {
	margin: 0 auto;
	}

/* ---------[ Full Width Featured Pages Widget ]--------- */

.widepageslider.widget li,
#footer-widgets .widepageslider.widget li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-bottom:0;
	}

.widepageslider.widget .featured.wide {
	margin: 0 auto;
	}

/* ---------[ Widgetized Page Template ]--------- */

#widgetized-page {
	padding:0;
	}

.page-widget-1 {
	width:48%;
	float:left;
	margin:0;
	padding-right:4%;
	}

.page-widget-2 {
	width:48%;
	float:right;
	margin:0;
	}

.page-widget-wide {
	width:100%;
	display:block;
	clear:both;
	margin:0 auto;
	padding:0;
	}

#widgetized-page .widget {
	margin-bottom:40px;
	}

#widgetized-page .widget li {}

#widgetized-page .widget .textwidget {}

/* ---------[ Portfolio Page Template ]--------- */

#portfolio-container { 
	width:100%;
	overflow:hidden;
	}

ul#filter {
	list-style: none;
	margin: 0 auto;
	display:block;
	clear:both; 
	margin-bottom:30px; 
	padding:5px 15px;
	background:#f5f5f5;
	border:1px solid #e5e5e5;
	border-width:1px 0;
	font-size:10px;
	text-transform:uppercase;
	font-weight:bold;
	}

ul#filter li {
	background:transparent; 
	float: left;
	display:inline;
	margin:0 11px 0 0;
	padding: 0;
	height:24px;
	line-height:24px;
	list-style-type:none;
	}

ul#filter li:last-child { 
	margin-right: 0;  
	}

ul#filter li.cat-intro { 
	margin-right:10px;
	}

ul#filter a { 
	float: left;
	display:inline-block;
	padding: 0;
	height:24px;
	line-height:24px;
	}

ul#filter li.current a { 
	color: #000;
	}

ul#portfolio { 
	list-style: none; 
	margin: 0 -4% 0 0;
	display:block;
	padding:0;
	clear:both;
	text-align:center;
	}

ul#portfolio li {
	background:transparent; 
	display:block; 
	float:left;
	margin: 0 4% 0 0; 
	padding: 0;
	width:46%;
	overflow:hidden;
	}

#content ul#portfolio h2.post-title {
	display:block;
	text-align:center;
	line-height:1.3em;
	height:2.6em;
	overflow:hidden;
	margin:0 0 50px;
	font-size:14px;
	letter-spacing:0;
	}

ul#portfolio img,
ul#portfolio img.thumbnail {
	width:100%;
	float:none; 
	border: 0; 
	display: block; 
	padding: 0; 
	background:#fff; 
	margin:0 auto 15px;  
	}

/* ---------[ bbPress Mods ]--------- */

#content fieldset.bbp-form, 
#container fieldset.bbp-form, 
#wrapper fieldset.bbp-form {
	border-color:#dddddd !important;
	background:#fff;
	padding:25px !important;
	}

/* ---------[ Columns ]--------- */

.one-half,
.one-third,
.two-thirds,
.one-fourth,
.two-fourths,
.three-fourths,
.one-fifth,
.two-fifths,
.three-fifths,
.four-fifths {
	margin-left:4%;
	margin-bottom:30px;
	float:left;
	display:block;
	}

/* -- First Column -- */
.first { margin-left:0; }

/* -- 2 Columns -- */
.one-half { width:48% }

/* -- 3 Columns -- */
.one-third { width:30.66% }
.two-thirds { width:65.34% }

/* -- 4 Columns -- */
.one-fourth { width:22% }
.two-fourths { width:48% }
.three-fourths { width:74% }

/* -- 5 Columns -- */
.one-fifth { width:16.8% }
.two-fifths { width:37.6% }
.three-fifths { width:58.4% }
.four-fifths { width:79.2% }

.line-break,
.column-clear {
	display:block;
	clear:both;
	margin:0 auto;
	padding:0;
	width:100%;
	}

.line-break.line,
.column-clear.line {
	height:5px;
	background:url(images/line-bg.png) bottom left repeat-x
	}


.hdivider {
	height:3px;
	background:url(images/hd-bg.gif) top left repeat-x;
	margin:30px auto;
	display:block;
	clear:both;
	}

.widepageslider .column-clear.line,
.widepostslider .column-clear.line,
.narrowpostslider .column-clear.line {
	height:35px;
	background:url(images/line-bg.png) bottom left repeat-x
	}

.one-half img.alignleft,
.one-half img.alignright,
.one-third img.alignleft,
.one-third img.alignright,
.one-fourth img.alignleft,
.one-fourth img.alignright,
.one-fifth img.alignleft,
.one-fifth img.alignright,
.two-forths img.alignleft,
.two-forths img.alignright,
.two-fifths img.alignleft,
.two-fifths img.alignright {
	max-width:25%;
	}

/* ---------[ Contact Form 7 Styles ]--------- */

.wpcf7 {}

.page .post .wpcf7 {
	background:#f5f5f5;
	padding:30px;
	margin-bottom:20px;
	}

.wpcf7 input[type="text"],
.wpcf7 textarea {
	border:1px solid #ddd;
	background:fff;
	font-family:inherit;
	font-size:inherit;
	margin: 2px 0 15px;
	width:70%;
	padding: 10px 2%;
	display:block;
	}

.wpcf7 input[type="submit"],
.wpcf7 input[type="button"] {
	cursor:pointer;
	font-family:inherit;
	clear:both;
	padding: 10px 25px;
	text-align:center;
	color:#fff;
	background:#336699;
	}

.wpcf7 input[type="submit"]:hover,
.wpcf7 input[type="button"]:hover {
	background:#000;
	}

/* -------------------[ Buttons ]------------------- */

#commentform input[type="submit"],
#commentform input[type="button"],
.email-form input[type="submit"],
.email-form input[type="button"],
#searchform input[type="submit"],
#searchform input[type="button"],
.wpcf7 input[type="submit"],
.wpcf7 input[type="button"] {
	background: #0099cc;
	border: 1px solid #0099cc;
	color:#fff !important;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	}

#commentform input[type="submit"]:hover,
#commentform input[type="button"]:hover,
.email-form input[type="submit"]:hover,
.email-form input[type="button"]:hover,
#searchform input[type="submit"]:hover,
#searchform input[type="button"]:hover,
.wpcf7 input[type="submit"]:hover,
.wpcf7 input[type="button"]:hover {
	background: #444;
	border-color: #444;
	color:#fff !important;
	}

/* ---------[ Fancy Buttons ]--------- */

.button,
a.button,
input.button {
	height: 30px;
	line-height: 30px;
	display: inline-block;
	margin: 0 5px 20px 5px;
	text-decoration: none;
	padding: 4px 25px;
	background:#fff url(images/catnav-bg.png) bottom left repeat-x;
	border:0;
	color: #333;
	color: rgba(0,0,0,0.8);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    	box-shadow:0 1px 2px rgba(0, 0, 0, 0.3);
	font-weight:normal !important;
	font-size:14px;
	cursor:pointer;
	}

.button.large,
a.button.large,
input.button.large {
	height: 40px;
	line-height: 40px;
	font-size:16px;
	padding: 6px 34px;
	}

.button.small,
a.button.small,
input.button.small {
	height: 26px;
	line-height: 26px;
	font-size:11px;
	padding: 2px 20px;
	}

.button:hover,
a.button:hover,
input.button:hover {
    	-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.3), inset 0 0 100px rgba(255,255,255,0.2);
    	-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.3), inset 0 0 100px rgba(255,255,255,0.2);
    	box-shadow:0 1px 2px rgba(0, 0, 0, 0.3), inset 0 0 100px rgba(255,255,255,0.2);
	}

.button.blue,
a.button.blue,
input.button.blue {
	background-color:#0099cc;
	color:#fff;
	color:rgba(255,255,255,0.8);
	}

.button.black,
a.button.black,
input.button.black {
	background-color:#555;
	color:#fff;
	color:rgba(255,255,255,0.8);
	}

.button.red,
a.button.red,
input.button.red {
	background-color:#9A4D4D;
	color:#fff;
	color:rgba(255,255,255,0.8);
	}

.button.green,
a.button.green,
input.button.green {
	background-color:#6F9A4D;
	color:#fff;
	color:rgba(255,255,255,0.8);
	}

.button.purple,
a.button.purple,
input.button.purple {
	background-color:#9A4D9A;
	color:#fff;
	color:rgba(255,255,255,0.8);
	}

.button.gold,
a.button.gold,
input.button.gold {
	background-color:#E5BC17;
	color:#fff;
	color:rgba(255,255,255,0.8);
	}

.button.orange,
a.button.orange,
input.button.orange {
	background-color:#E5A117;
	color:#fff;
	color:rgba(255,255,255,0.8);
	}

.button.rust,
a.button.rust,
input.button.rust {
	background-color:#CC7A29;
	color:#fff;
	color:rgba(255,255,255,0.8);
	}

.button.dark-blue,
a.button.dark-blue,
input.button.dark-blue {
	background-color:#1A4D80;
	color:#fff;
	color:rgba(255,255,255,0.8);
	}

.button.turquoise,
a.button.turquoise,
input.button.turquoise {
	background-color:#008080;
	color:#fff;
	color:rgba(255,255,255,0.8);
	}

.button.pink,
a.button.pink,
input.button.pink {
	background-color:#B3246B;
	color:#fff;
	color:rgba(255,255,255,0.8);
	}

.button.light-pink,
a.button.light-pink,
input.button.light-pink {
	background-color:#FFBFB2;
	}

.button.peach,
a.button.peach,
input.button.peach {
	background-color:#FFD9B2;
	}

.button.cream,
a.button.cream,
input.button.cream {
	background-color:#FFFFB2;
	}

.button.mint,
a.button.mint,
input.button.mint {
	background-color:#B3FFB2;
	}

.button.light-blue,
a.button.light-blue,
input.button.light-blue {
	background-color:#B2D9FF;
	}

.button.light-purple,
a.button.light-purple,
input.button.light-purple {
	background-color:#E5B2FF;
	}

/* ---------[ Back to Top ]--------- */

#backtotop {
	background:#333;
	margin-top: 22px;
	display: block;
	position: fixed;
	right: 15px;
	bottom: 15px;
	width: 50px;
	height: 50px;
	line-height:50px;
	text-align:center;
	z-index: 999;
	cursor: pointer;
	display: none;
	color:#fff;
	font-size:10px;
	text-transform:uppercase;
	-webkit-border-radius:100em;
	-moz-border-radius:100em;
	border-radius:100em;
	font-weight:bold;
	}

#backtotop:hover {
	color:#ffcc00;
	}

/* ---------[ Testimonial ]--------- */

.testimonial {
	background:url(images/test-quote.png) 0 5px no-repeat;
	padding: 0 0 0 65px;
	margin: 0 0 20px;
	line-height:1.8em;
	color:#888;
	}

.testimonial.small {
	background:#f5f5f5;
	padding: 20px;
	margin: 0 0 15px;
	line-height:1.5em;
	font-style:italic;
	font-size:13px;
	color:#666;
	font-weight:normal;
	}

.testimonial .test-author {
	text-align:right;
	display:block;
	font-style:normal;
	color:#333;
	}

.testimonial.small .test-author {
	margin-top:5px;
	}


.testimonial h3.widgettitle {
	margin:0 0 5px !important;
	font-style:normal;
	}

/* ---------[ Contact Info ]--------- */

.contactinfo {
	padding:0;
	font-size:14px;
	margin-bottom:20px;
	}

.widget .contactinfo {
	margin-bottom:0;
	}

.contactinfo-inner {
	padding:20px 20px 8px;
	background:#f5f5f5;
	border:1px solid #e5e5e5;
	}

#footer-widgets .contactinfo-inner {
	padding:20px 20px 8px;
	background:#000;
	border:1px solid #333;
	}

.contactinfo .name,
.contactinfo .phone,
.contactinfo .email,
.contactinfo .address,
.contactinfo .addinfo {
	display:block;
	padding: 0 0 0 44px;
	margin: 0 0 12px;
	background:url(images/contact-person.png) 0 0 no-repeat;
	min-height:20px;
	line-height:20px;
	}

.contactinfo .phone {
	background:url(images/contact-phone.png) 0 0 no-repeat;
	}

.contactinfo .email {
	background:url(images/contact-email.png) 0 0 no-repeat;
	}

.contactinfo .address {
	background:url(images/contact-address.png) 0 0 no-repeat;
	}

.contactinfo .addinfo {
	background:url(images/contact-info.png) 0 0 no-repeat;
	}

/* ---------[ Slide Panel ]--------- */

.slideline {
	margin: 0 auto;
	padding: 10px 20px;
	display:block;
	background:#000;
	}

.slidepanel {
	display: none;
	padding:0;
	margin:0 auto;
	background:#f5f5f5;
	border-bottom:1px solid #e5e5e5;
	border-top:1px solid #fff;
	}

.slidepanel h2.post-title {
	margin-bottom:15px;
	}

.slidepanel .wpcf7-form,
.slidepanel .contact-form {
	background:transparent;
	border:0;
	padding:0;
	}

.slidepanel form#searchform,
.slidepanel .sub-icons  {
	display:block;
	margin-bottom:20px !important;
	}

.slidepanel .entry,
.single .slidepanel .entry {
	padding-top:30px;
	padding-bottom:30px !important;
	}

a.slidebutton,
a.slidebutton-feed {
	background: #000 url(images/plus.png) no-repeat center left;
	padding: 0;
	padding-left: 17px;
	margin:0 10px 0 0;
	display:block;
	float:left;
	color: #fff !important;
	height:30px;
	line-height:30px;
	}

a.slidebutton-feed {
	background-image:url(images/feed-14.png);
	float:right;
	margin:0;
	}

a.slidebutton.active {
	background-image: url(images/minus.png);
	}

.popularposts {}

.popularposts ul {
	margin:0 -2%;
	padding:0;
	list-style-type:none;
	padding-top:10px;
	}

.popularposts ul li {
	margin:0 2%;
	padding:0;
	list-style-type:none;
	width:46%;
	display:block;
	float:left;
	}

.pop-excerpt {
	display:block;
	line-height:1.4em;
	height:4.2em;
	overflow:hidden;
	margin: 0 0 20px;
	}

.pop-excerpt h2.post-title {
	line-height:1.4em;
	margin:0;
	letter-spacing:0;
	}

img.wpp-thumbnail {
	float:left;
	margin: 0 10px 0 0;
	height:4.0em;
	width:auto;
	}

.wpp-thumbnail.wpp_fi_def { display:none; }