/*
Theme Name: All In One Theme
Theme URI: http://AllInOneTheme.com
Description: Complete all-in-one theme solution for WordPress. Completely configure and set-up your Wordpress site using just 1 theme.
Author: All In One Theme
Author URI: http://AllInOneTheme.com/
Version: 3.2.9
Tags: all in one theme, customize
*/


/* Color Changers */
h1,h2,h3,h4,h5,h6,.page-title a, h1 a, h2 a, h3 a, h4 a, h5 a  {
color:#666;
text-decoration:none;
}
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}
html, body {height: 100%; padding:0; margin:0;
}
.hide {
display:none;
}
.postmeta {
margin-top:15px;
}
a {
text-decoration:none;
}
a:hover {
text-decoration:underline;
}
#wrap {min-height: 100%; width:980px; margin:20px auto 20px auto; background:#fff;  border:1px solid #ddd;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.35);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.35);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.35);
padding-bottom:40px;
border-radius:8px;
-moz-border-radius:8px;
-webkit-border-radius:8px;
-ms-border-radius:8px;
-o-border-radius:8px;
}
#wrap-blank {
width:940px; margin:20px auto; background:#fff;
}
#blank-white {
background:#fff !important;
}
#main {overflow:hidden;
	padding-left:10px;
	padding-right:10px;
}

#footer {position: relative;
	height: 40px;
	clear:both;
	width:960px;
	margin-left:auto;
	margin-right:auto;
	padding:0 10px;
	color:#929292;
	font-size:11px;
	margin-bottom:20px;
	margin-top: -61px; /* negative value of footer height */
	border-radius:0 0 8px 8px;
	-moz-border-radius:0 0 8px 8px;
	-o-border-radius:0 0 8px 8px;
	-webkit-border-radius:0 0 8px 8px;
	-ms-border-radius:0 0 8px 8px;
	} 
body {
font-size: 13px;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.6em;
}
/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}
/* Added Tags */
.body { clear:both; width:960px; position:relative;}
.clear { clear:both; height:auto !important;}
.left { float:left;}
.right { float:right;}
.content-block {
width:940px;
padding:0 10px;
margin:0 auto;
position:relative;
margin-bottom:10px;
}
h1 {
margin-top:0;
padding:0;
margin-bottom:5px;
font-size: 32px;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.4em;
text-shadow:1px -1px 1px #e3e3e3;
}
h2 {
margin-top:0;
padding:0;
margin-bottom:5px;
font-size: 26px;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.4em;
text-shadow:1px -1px 1px #e3e3e3;
}
h3 {
margin-top:0;
padding:0;
margin-bottom:5px;
font-size: 20px;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.4em;
text-shadow:1px -1px 1px #e3e3e3;
}
h4, h5,h6 {
margin-top:0;
padding:0;
margin-bottom:5px;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
}
ul li, ol li {
 font-style:italic;
 margin-bottom:2px;
}
small {
font-size:11px;
}
label {
font-weight:bold;
}
blockquote { margin: 1em 3em; padding: .5em 1em; border-left: 5px solid #fce27c; background-color: #f6ebc1; box-shadow:1px 1px  2px #333; -moz-box-shadow:1px 1px 2px #333; -webkit-box-shadow:1px 1px 2px #333; } blockquote p { margin: 0; font-style:italic; }
a img {
border:0;
}
p {
margin-bottom:15px;
}
ul {
clear:both;
}
#main img {
background:#f2f2f2;
padding:3px;
box-shadow:0 0 2px #333;
-moz-box-shadow:0 0 2px #333;
-webkit-box-shadow:0 0 2px #333;
word-wrap: break-word;
}
/* Main Build */
#header {
padding-bottom:10px;
min-height:86px;
border-radius:8px 8px 0 0;
-webkit-border-radius:8px 8px 0 0;
-moz-border-radius:8px 8px 0 0;
-o-border-radius:8px 8px 0 0;
-ms-border-radius:8px 8px 0 0;
position:relative;
}

#header .content-block {
height:88px;
display:block;
position:absolute;
top:50%;
margin-top:-44px;
z-index:970;
}

#main {
margin-top:5px;
clear:both;
}
/* Navigation */
#navigation {
 zoom: 1;
 margin: 0px auto 20px auto;
 width: auto;
 text-align: left;
 background-color: #efefef;
 
 background-repeat: repeat-x;
 background-image: -moz-linear-gradient(top, #ffffff, #ededed); /* FF3.6+ */
 background-image: -ms-linear-gradient(top, #ffffff, #ededed); /* IE10 */
 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ededed)); /* Safari 4+, Chrome 2+ */
 background-image: -webkit-linear-gradient(top, #ffffff, #ededed); /* Safari 5.1+, Chrome 10+ */
 background-image: -o-linear-gradient(top, #ffffff, #ededed); /* Opera 11.10+ */
 background-image: linear-gradient(top, #ffffff, #ededed); /* The standard */
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0); /* IE9 and below */
 /*
 -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
         box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
 */
 border-top:1px solid #ddd;
 border-bottom:1px solid #ddd;
 min-height:2px;
 
}

#navigation:before, nav:after {
 display: table;
 content: "";
 zoom: 1;
}
#navigation:after {
 clear: both;
}
#navigation ul {
 float: left;
 zoom: 1;
 width: auto;
 background: #FFF;
 z-index: 100;
 border-right: 1px solid #e8e8e8;
 list-style:none;
}
#navigation ul:before, #navigation ul:after {
 display: table;
 content: "";
 zoom: 1;
}
#navigation ul:after {
 clear: both;
}

#navigation ul li {
 float: left;
 padding: 0 0 10px 0;
 position: relative;
 outline: none;
 line-height: 1.2em;
 padding: 0 1px 0 0;
 border-left: 1px solid #e8e8e8;
 margin-bottom:0;
}
#navigation ul a {
 padding: 15px 20px 15px 20px;
 font-weight: bold;
 outline: none;
 float: left;
 display: block;
 zoom: 1;
}
#navigation ul a:link, #navigation ul a:visited {
 color: #666;
 text-decoration: none;
 background-color: #ededed;
 background-repeat: repeat-x;
 outline: none;
 -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
     -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
         transition: all 0.3s ease;
		 
background-image: -moz-linear-gradient(top, #ffffff, #ededed);
 background-image: -ms-linear-gradient(top, #ffffff, #ededed);
 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ededed));
 background-image: -webkit-linear-gradient(top, #ffffff, #ededed);
 background-image: -o-linear-gradient(top, #ffffff, #ededed);
 background-image: linear-gradient(top, #ffffff, #ededed);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);		 
}
#navigation ul a:hover, #navigation ul a:active {
 color: #a67b45;
 text-decoration: none;
 background-color: #ffffff;
 
  background-repeat: repeat-x;
 background-image: -moz-linear-gradient(top, #ededed, #ffffff);
 background-image: -ms-linear-gradient(top, #ededed, #ffffff);
 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(100%, #ffffff));
 background-image: -webkit-linear-gradient(top, #ededed, #ffffff);
 background-image: -o-linear-gradient(top, #ededed, #ffffff);
 background-image: linear-gradient(top, #ededed, #ffffff);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff', GradientType=0);
 
 -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
     -ms-transition: all 0.1s ease;
      -o-transition: all 0.1s ease;
         transition: all 0.1s ease;
 
}
#navigation ul a:active {
 -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3) inset;
    -moz-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3) inset;
         box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3) inset;
}

#navigation ul li.hasChildren a span {
 padding: 0 20px 0 0;
 background: url(img/sprite.png);
 background-position: right top;
 background-repeat: no-repeat;
 display: block;
}
#navigation ul li.hasChildren a:hover span, #navigation ul li.hasChildren.hover a span {
 background-position: right -50px;
}
#navigation li ul li.hasChildren a > span {
 background: url(/img/sprite.png);
 background-position: right -97px !important;
 background-repeat: no-repeat;
}
#navigation li ul li.hasChildren a:hover > span,
#navigation li ul li.hasChildren.hover > a span {
 background-position: right -138px !important;
}
/* Dropdown */
.menu li:hover > ul {
 display: block !important;
}

.menu li:hover > a {
 color: #a67b45;
}

#navigation li ul {
 display: none;
 margin: 0;
 position: absolute;
 top: 46px;
 left: 0px;
 width: 200px;
 border: none !important;
 padding: 2px;
 background: #999;
 z-index: 1000;
 zoom: 1;
 -webkit-box-shadow: none;
    -moz-box-shadow: none;
         box-shadow: none;
}

#navigationv li ul:before, #navigation li ul:after {
 display: table;
 content: "";
 zoom: 1;
}

#navigation li ul:after {
 clear: both;
}

#navigation li ul a {
 float: none;
}

#navigation li ul li {
 width: 200px;
 display: block;
 border-top: 1px solid #cfcfcf;
 border-left: none !important;
}

#navigation li ul li ul {
 display: none;
 left: 200px !important;
 top: -3px;
}

/*Modernizer*/
.rgba #navigation li > ul {
 padding: 10px;
 left: -10px;
 background: rgba(0, 0, 0, 0.1);
 -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
         border-radius: 10px;
}

.rgba #navigation li ul li ul {
 top: -10px;
}

.rgba #navigation li > ul {
  margin-top: -1px;
}

/* Header */
.logo {
cursor:pointer;
padding:0 0px;
display:inline-block;
position:absolute;
top:3px;
left:0;
width:420px;
height:88px;
text-decoration:none;
}
.logo:hover {
text-decoration:none;
}
.logo img {
border:0;
}

.social {
list-style:none;
margin:0;
padding:0;
padding-bottom:3px;
height:28px;
width:100%;
z-index:975;
position:absolute;
}
.social li {
width:24px;
height:24px;
float:right;
margin:2px 4px;
float:right;
list-style:none;
}
.social li a {
display:inline-block;
height:24px;
width:24px;
cursor:pointer;
}
.social li a.twitter {
background:url(img/twitter.png) no-repeat center center;
}
.social li a.facebook {
background:url(img/facebook.png) no-repeat center center;
}
.social li a.linkedin {
background:url(img/linkedin.png) no-repeat center center;
}
.social li a.youtube {
background:url(img/youtube.png) no-repeat center center;
}
.social li a.rss {
background:url(img/rss.png) no-repeat center center;
}
#searchform {
width:300px;
padding:10px 0 0 0;
margin:0 0 0 683px;
}
#s {
width:200px;
background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImczNTgiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNGRkZGRkYiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNFRkVGRUYiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2czNTgpIiAvPgo8L3N2Zz4=);
background: #FFFFFF; /* Old browsers */
background: -moz-linear-gradient(top, #FFFFFF 39%, #EFEFEF 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(39%,#FFFFFF), color-stop(100%,#EFEFEF)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #FFFFFF 39%,#EFEFEF 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #FFFFFF 39%,#EFEFEF 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #FFFFFF 39%,#EFEFEF 100%); /* IE10+ */
background: linear-gradient(top, #FFFFFF 39%,#EFEFEF 100%); /* W3C */
border-radius:6px;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border:1px solid #ddd;
height:27px;
padding-left:5px;
-webkit-box-shadow: inset 0px 0px 3px #b8b8b8;
-moz-box-shadow: inset 0px 0px 3px #b8b8b8;
box-shadow: inset 0px 0px 3px #b8b8b8;
position:relative;
top:-9px;
*top:0px;
*height:23px;
}
#s-btn-clr {
border-radius:6px;
-moz-border-radius:6px;
-webkit-border-radius:6px;
height:29px;
width:40px;
display:inline-block;
margin-right:5px;
border:1px solid #ddd;
color:#666;
background:#666;
}
#searchsubmit {
border-radius:6px;
-moz-border-radius:6px;
-webkit-border-radius:6px;
height:15px;
width:26px;
padding:7px;
display:inline;
}
img.homethumb {
height:150px;
width:150px;
}
.posttitle {
background:#f3f3f3;
padding:5px 10px 0 10px;
border-radius:6px 6px 0 0;
}
/* BR breaker*/
.sidebar-content div.breaker {
background:url(img/bgsmall.png) no-repeat !important;
width:706px !important;
height:25px !important;
}
div.breaker {
clear:both;
background:url(img/br.png) no-repeat;
width:949px;
height:25px;
margin:5px auto 0 auto;
display:block;
border:none !important;
border-style:none;
border-width:0px;
outline:0;
color:none;
}


body > img {
display:none;
}
.contact-details {
margin:0 auto;
background:#f2f2f2;
padding:2px;
border:1px solid #f2f2f2;
}
.contact-details div {
border:1px solid #fff;
padding:8px;
background:#f2f2f2;
}
.hours-table {
width:280px;
margin:0 auto;
border-spacing:0px;
}
.hours-table thead td {
font-size:14px;
border-bottom:1px solid #333;
text-align:center;
border-spacing:0px;
}
.hours-table thead td.day {
color:#000;
}
.hours-table td {
padding:3px;
margin:0;
border-spacing:0px;
text-align:center;
}
.hours-table td.day {
color:#5caf0a;
font-weight:bold;
text-align:left;
}
.map {
margin:0 10px 10px 10px; border:1px solid #333;
}

/*Blog / Page */
#crumbs {
font-weight:bold;
padding-bottom:10px;
margin-bottom:10px;
margin-top:6px;
position:relative;
width:940px;
}
#crumbs a {
text-decoration:none;
}
.page-title {
padding:0;
margin:0;
position:relative;

}
.page-title a {
text-decoration:none;
}
.postdate, .author {
font-size:11px;
font-style:italic;
margin:0;
padding:0;
display:inline-block;
*zoom:1;
*display:inline;
}
.post {
padding-bottom:10px;
margin-bottom:30px;
border-bottom:1px solid #dedede;
}
.post > a {
text-decoration:none !important;
}
.tags, .category , .read a, #submit{
font-weight:bold;
}
.tags, .category {
display:block;
}
.category a {
font-weight:normal;
font-style:italic;
}
.read a, .category a {
text-decoration:none;
}
.read a, #submit {
padding:5px 4px;
background:#f7f7f7;
border:1px solid #e7e7e7;
color:#666 !important;
font-size:11px;
}
span.genre {
text-transform:uppercase;
}

.wp-post-image {

margin-right:10px;
word-wrap:break-word;
margin-bottom:10px;
*margin-top:10px;
}

img.featuredimg {
width:200px;
height:200px;
}

.entry-content p {
*margin-top:4px;
}
.socials {
height:80px;
margin-top:10px;
}
.socials strong {
display:block;
margin-bottom:5px;
margin-top:5px;
font-size:14px;
}
.socials img {
vertical-align:middle;
border:none;
}
.socials a {
margin:3px 5px;
display:inline-block;
height:37px;
width:37px;
}
#authorDetails {
background:#f2f2f2;
padding:2px;
margin:10px 0;
border:1px solid #f2f2f2;
}
#authorDetails .inner {
border:1px solid #fff;
padding:8px;
}
#authorDetails p{
margin-top:0;
}
.avatar-60 {
float:left;
margin-right:10px;
margin-bottom:10px;
}
.related-posts {
margin-bottom:20px;
clear:both;
}
.related-posts p{
margin-top:0;
margin-bottom:5px;
}
.related-posts h3 {
font-size:16px;
font-weight:bold;
}
.related-posts h3 a {
text-decoration:none;
font-weight:normal;
}
.entry-content ul, .entry-content ol {
padding-left:20px;
display:block;
}

.post-block .post-meta, .post-block .postdate, .author {
font-size:9px;
}

/* Featured */
.featured-post {
border:1px solid #efefef;
box-shadow:0 0 3px #ddd;
-moz-box-shadow:0 0 3px #ddd;
-webkit-box-shadow:0 0 3px #ddd;
-ms-box-shadow:0 0 3px #ddd;
-o-box-shadow:0 0 3px #ddd;
}
strong.feat {
background:#f2f2f2;
padding:10px;
border-bottom:1px solid #efefef;
font-size:16px;
font-family:Arial,sans-serif;
display:block;
margin:0 0 10px 0;
color:#999;
text-shadow:-1px -1px 0 #fff;
}
.featured-post .post-meta {
border-bottom:0;
}
.featured-post .entry-content {
padding:0 10px;
}
.featured-post header {
padding:0 10px;
}
.featured-post .postmeta {
padding:0 10px;
}
div.post-meta {
font-family:Arial,sans-serif;
font-size:10px;
letter-spacing:0.5px;
text-transform:uppercase;
color:#666666;
font-style:none;
border-bottom:1px solid #dedede;
margin-bottom:10px;
}
div.post-meta .lower {
text-transform:none;
}
div.post-meta a {
text-decoration:none;
display:inline-block;
}

/* Comments */

#commentform textarea {
width:100%;
}
/* Comments */

ol.commentlist { list-style:none; margin:0; padding:0; text-indent:0; }
ol.commentlist li { border:5px solid #ddd; height:1%; margin:0 0 10px; padding:5px 7px 5px 65px; position:relative; }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment { }
ol.commentlist li div.comment-author { padding:0 170px 0 0; }
ol.commentlist li div.vcard { font:bold 14px/1.4 helvetica,arial,sans-serif; }
ol.commentlist li div.vcard cite.fn { font-style:normal; }
ol.commentlist li div.vcard cite.fn a.url { color:#c00; text-decoration:none; }
ol.commentlist li div.vcard cite.fn a.url:hover { color:#000; }
ol.commentlist li div.vcard img.avatar { border:5px solid #ddd; left:7px; position:absolute; top:7px; }
ol.commentlist li div.vcard img.avatar-32 {}
ol.commentlist li div.vcard img.photo {}
ol.commentlist li div.vcard span.says {}
ol.commentlist li div.commentmetadata {}
ol.commentlist li div.comment-meta { font:bold 10px/1.4 helvetica,arial,sans-serif; position:absolute; right:10px; text-align:right; top:5px; }
ol.commentlist li div.comment-meta a { color:#333; text-decoration:none; }
ol.commentlist li div.comment-meta a:hover { color:#000; }
ol.commentlist li p { font:normal 12px/1.4 helvetica,arial,sans-serif; margin:0 0 1em; }
ol.commentlist li ul { font:normal 12px/1.4 helvetica,arial,sans-serif; list-style:square; margin:0 0 1em; padding:0; text-indent:0; }
ol.commentlist li div.reply { background:#999; border:2px solid #666; border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; color:#fff; font:bold 9px/1 helvetica,arial,sans-serif; padding:5px 10px;  text-align:center; width:36px; }
ol.commentlist li div.reply:hover { background:#c30; border:2px solid #c00; }
ol.commentlist li div.reply a { color:#fff; text-decoration:none; text-transform:uppercase; }
ol.commentlist li ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
ol.commentlist li ul.children li {  }
ol.commentlist li ul.children li.alt {}
ol.commentlist li ul.children li.bypostauthor {}
ol.commentlist li ul.children li.byuser {}
ol.commentlist li ul.children li.comment {}
ol.commentlist li ul.children li.comment-author-admin {}
ol.commentlist li ul.children li.depth-2 { margin:0 0 .25em; }
ol.commentlist li ul.children li.depth-3 { margin:0 0 .25em; }
ol.commentlist li ul.children li.depth-4 { margin:0 0 .25em; }
ol.commentlist li ul.children li.depth-5 {}
ol.commentlist li ul.children li.odd {}
ol.commentlist li.even { background:#f7f7f7; }
ol.commentlist li.odd { background:#fff; }
ol.commentlist li.parent { }
ol.commentlist li.pingback { }
ol.commentlist li.pingback.parent { }
ol.commentlist li.pingback div.vcard { padding:0 170px 0 0; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}


#commentform  {
width:650px;
}
/* Sidebar */
#sidebar {
float:right;
position:relative;
background:#fff;
}
#sidebar ul li ul li {
list-style-image:none;
list-style-type:none;
margin-bottom:5px !important;
border-bottom:1px dotted #dedede;
padding-bottom:2px;
}
#sidebar ul li ul {
margin:0;
padding:0;
margin-left:10px;
}
#sidebar a:hover {
color:#000;
}
#sidebar .xoxo li {
margin-bottom:15px;
}

.sidebar-content {
float:left;
}
/*Footer*/
#footer {
color:#fff;
}
#footer a {
color:#fff;
text-decoration:none;
}
#footer a:hover {
text-decoration:underline;
}
#footer-nav {
margin:0;
padding:0;
clear:none;
list-style-type:disc;
}
#footer-nav li {
display:inline-block;
padding:0;
margin:10px 4px;
zoom:1;
*display:inline;
}
#footer-nav li a {
color:#fff;
text-decoration:none;
}
#footer-nav li a:hover {
text-decoration:underline;
}
.copyright {
padding:0;
margin:0px 0 0 0;
padding-top:9px;
width:400px;
display:block;
float:left;
}

#footer-widgets {
width:100%;
background:#f2f2f2;
overflow:auto;
padding-bottom: 40px;
padding-top:10px;
box-shadow:inset 0 2px 2px #ddd;
border-bottom:1px solid #ddd;
font-family:Verdana,sans-serif;
font-size:13px;
margin-top:20px;
}
#footer-widgets ul {
list-style:none;
list-style-image:none;
}
#footer-widgets li {
float:left;
width:215px;
margin:0 10px;
list-style:none;
list-style-image:none;

}
#footer-widgets li ul {
margin:0;
padding:0;
}
#footer-widgets li ul li {
margin:0;
padding:1px 0;
vertical-align:middle;
margin:0 0 0 20px;
text-decoration:none;
}
#footer-widgets li ul.children {
margin-left:10px;
}
#footer-widgets li ul.children li {
vertical-align:middle;
}
.footer-title {
color:#666666;
padding-bottom:5px;
padding-left:10px;
text-shadow:none;
border-bottom:1px solid #ddd;
}
#footer-widgets a:hover {
text-decoration:underline;
}

/* Pagination */
#paginate {
padding:20px 0;
}
.emm-paginate {
display:block; clear:both;
font-weight:bold;
}
.emm-paginate .pagi-page, .pagi-next, .pagi-prev {
display:inline-block;
padding:1px 5px;
margin:0 3px;
text-decoration:none;
border:1px solid #E7E7E7;
color:#666;
background:#F7F7F7;
}
.emm-paginate .pagi-current, .emm-paginate .pagi-page:hover, .emm-paginate .pagi-next:hover, .emm-paginate .pagi-prev:hover {
color:#fff;
}

.widget-container #searchform {
position:relative;
margin:0;
}

#gallery {
width:875px;
margin:0 auto;
}

div.nomargin{	/* our special nomargin class */
	margin-right:0px;
}

.pic{	/* divs that hold all the pictures in the gallery */
	float:left;
	margin:0 15px 15px 0;
	border:3px solid #f2f2f2;
	width:200px;
	height:250px;
	box-shadow:0 0 2px #333;
-moz-box-shadow:0 0 2px #333;
-webkit-box-shadow:0 0 2px #333;
}

.pic a{	/* in every .pic container there is a hyperlink exactly the size of the container */
	width:200px;
	height:250px;
	text-indent:-99999px;
	display:block;	/* don't forget that widths and heights of hyperlinks are useless without display:block */
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  border: 4px solid #525252;
  text-align:left;
  top:50%;
  left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}

/* Contact Form */
#contact {
display:block;
width:600px;
}
#contact label {
float:left; clear:left;
}
#contact input, #contact textarea {
float:left; clear:left;
margin-bottom:15px;
}
#contact input[type="text"] {
width:500px;
height:20px;
}
#contact textarea {
width:500px;
height:90px;
}
.widget-title {
color:#666666;
padding-bottom:5px;
padding-left:10px;
text-shadow:none;
border-bottom:1px solid #ddd;
background:#f3f3f3;
border-radius:6px 6px 0 0;
}
#sidebar ul {
margin-left:0px !important;
padding:10px;;
list-style:none;
list-style-image:none;

}
#sidebar ul li ul, #sidebar ul li {
margin-left:0 !important;
}
#sidebar #s {
width:140px;
}
#sidebar #searchform {
margin-left:-5px;
width:200px;
}


.author-bio img {
margin-right:10px;
}
.post-block {
width:45%;
margin:15px 2%;
padding-bottom:5px;
}
.post-block .page-title {
font-size:16px;
}


}
#paginate {
clear:both;
}
/*Content Ad Styles*/
.ad-content-1, .ad-content-2, .ad-content-3, .ad-content-4, .ad-content-5, .ad-content-6, .ad-content-3-2, .ad-content-4-2, .ad-content-6-2,
.cb-ad-content-1, .cb-ad-content-2, .cb-ad-content-3, .cb-ad-content-4, .cb-ad-content-5, .cb-ad-content-6, .cb-ad-content-3-2, .cb-ad-content-4-2, .cb-ad-content-6-2, .ad-hm-bottom, .ad-hm-top, .ad-hm-post {
display:block;
margin:15px;
}
.ad-content-1, .ad-content-2, .ad-content-5, .cb-ad-content-1, .cb-ad-content-2, .cb-ad-content-5 {
width:336px;
height:280px;
}
.ad-content-3, .ad-content-4, .ad-content-6 {
width:468px;
height:60px;
}
.ad-content-3-2, .ad-content-4-2, .ad-content-6-2 {
width:728px;
height:90;
}
.ad-content-1, .cb-ad-content-1 {
float:left;
margin-left:0;
clear:left;
margin-right:24px;
}
.ad-content-2, .cb-ad-content-2 {
float:right;
margin-right:0;
clear:right;
margin-left:24px;
}
.cb-ad-content-3, .cb-ad-content-4, .cb-ad-content-6 {
width:468px;
height:60px;
margin:10px 0;
clear:both;
}
.cb-ad-content-3-2, .cb-ad-content-4-2, .cb-ad-content-6-2 {
width:728px;
height:90px;
margin:10px 0;
}
.ad-content-3, .ad-content-3-2, .ad-content-4, .ad-content-4-2, .ad-content-6, .ad-content-6-2, .ad-hm-top, .ad-hm-bottom, .ad-hm-post{
margin:10px auto;
clear:both;
}
.ad-content-5, .cb-ad-content-5 {
float:left;
margin-left:0;
clear:left;
}

.bb_itemtitle {
clear:both;
}

.ad-hm-top, .ad-hm-bottom, .ad-hm-post {
width:468px;
height:60px;
}
.ad-hm-top-2, .ad-hm-bottom-2, .ad-hm-post-2 {
width:728px;
height:90px;
margin:10px auto;
clear:both;
display:block;
}

img.attachment-300x150 {
max-width:400px;
max-height:200px;
}
.post-thumb-wrap {
text-align:center;
clear:both;
width:100%;
max-height:200px;
padding:0 0 10px 0;
}
/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* BB */
.bb_footer_text {
clear:both;
}

.entry-content h2 {
font-size:18px !important;
}
.entry-content h3 {
font-size:16px !important;
}
.entry-content h4 {
font-size:14px !important;
}

#squeeze {
background:#f2f2f2;
}
#squeeze-optin {
background:#dedede;
padding:10px;
border:1px solid #dfdfdf;
border-radius:8px;
box-shadow:0 0 2px #000;
}
#squeeze-wrap {
height:100%;
padding:20px 0;
}
#squeeze-content {
width:575px;
text-align:center;
float:left;
padding:0 10px;
}

.squeeze-text {
text-align:left;
padding:10px;
}

/*Twitter Widget*/
.tt_twitter_inside{color:#666;}
.tt_twitter_inside ul{position:relative;padding:15px;margin:0;background-color:#e5e5e5;background-image: -webkit-linear-gradient(rgba(255,255,255, 1), rgba(255,255,255, 0));background-image: -moz-linear-gradient(rgba(255,255,255, 1), rgba(255,255,255, 0));background-image: -ms-linear-gradient(rgba(255,255,255, 1), rgba(255,255,255, 0));background-image: -o-linear-gradient(rgba(255,255,255, 1), rgba(255,255,255, 0));background-image: linear-gradient(rgba(255,255,255, 1), rgba(255,255,255, 0));-webkit-border-radius:6px;-moz-border-radius:6px; border-radius:6px;-webkit-box-shadow:1px 1px 3px rgba(0,0,0,0.05);-moz-box-shadow:1px 1px 3px rgba(0,0,0,0.05);box-shadow:1px 1px 3px rgba(0,0,0,0.05);border:1px solid #ddd;}
.tt_twitter_inside ul:after {position:absolute;content:" ";bottom:-12px;left:30px;border-top:12px solid #e5e5e5;border-left:6px solid transparent;border-right:6px solid transparent}
.tt_twitter_inside li{display:block;list-style:none;background:none; margin-bottom:0 !important; padding-bottom:0 !important;}
.tt_twitter_inside li+li{margin-top:12px;padding-top:12px;border-top:1px solid #fff;-webkit-box-shadow:0 1px 0 rgba(0,0,0,0.1) inset;-moz-box-shadow:0 1px 0 rgba(0,0,0,0.1) inset;box-shadow:0 1px 0 rgba(0,0,0,0.1) inset}
.tt_twitter_inside .user_avatar{float:right;height:48px;width:48px;position:relative;margin-right:-10px; z-index:2}
.tt_twitter_inside .user_avatar a{position:absolute;height:48px;width:48px;border:2px solid #fff;top:-23px; right:-13px;-webkit-border-radius:12px;-moz-border-radius:12px;border-radius:12px;overflow: hidden;-webkit-box-shadow:0 0 2px rgba(0, 0, 0, 0.25);-moz-box-shadow:0 0 2px rgba(0, 0, 0, 0.25);box-shadow:0 0 2px rgba(0, 0, 0, 0.25)}
.tt_twitter_inside .user_avatar a img{border:0 none;max-width:100%;-webkit-border-radius:12px; -moz-border-radius:12px;border-radius:12px}
.tt_twitter_inside .juiz_lt_content{display:block;padding:5px;line-height:1.5em;border-bottom:1px dashed #ccc;border-color:rgba(0,0,0,0.1);word-wrap:break-word}
.tt_twitter_inside .juiz_lt_content a{padding:0;background:transparent}
.tt_twitter_inside .juiz_action_links {display:block;font-size:.7em; text-align:left;opacity: .5;-webkit-transition:opacity .5s;-moz-transition:opacity .5s;-ms-transition:opacity .5s;-o-transition:opacity .5s;transition:opacity .5s; padding:0 5px;}
.tt_twitter_inside .juiz_action_links:hover {opacity:1;}
.tt_twitter_inside .juiz_action_links a{display:inline-block;text-indent:-9999px;width:22px;height:16px;margin-right:5px;background:transparent url(img/spritett.png) 2px 0 scroll no-repeat;-webkit-transition:background .25s;-moz-transition:background .25s;-ms-transition:background .25s;-o-transition:background .25s;transition:background .25s;}
.tt_twitter_inside .juiz_action_links .juiz_al_retweet{background-position: 0 -17px}
.tt_twitter_inside .juiz_action_links .juiz_al_fav{width:18px;background-position: 0 -37px}
.tt_twitter_inside .juiz_action_links a:hover,.tt_twitter_inside .juiz_action_links a:focus {background-position: -21px 0;}
.tt_twitter_inside .juiz_action_links .juiz_al_retweet:hover,.tt_twitter_inside .juiz_action_links .juiz_al_retweet:focus{background-position: -27px -17px}
.tt_twitter_inside .juiz_action_links .juiz_al_fav:hover,.tt_twitter_inside .juiz_action_links .juiz_al_fav:focus{background-position: -21px -37px}
.tt_twitter_inside .juiz_ltw_sep {display:none;}
.tt_twitter_inside .tt_twitter_metadata{font-size: 10px; padding:0 5px;}
.tt_twitter_follow_us{min-height:22px;margin:0;padding:7px 0 10px 48px;background:url(img/twittertt.png) 6px 11px no-repeat;font-size:10px}
.tt_twitter_widget .hasjs li+li,.juiz_ltw_autoslide.hasjs li+li{margin-top:0;padding-top:0;border-top:0; -webkit-box-shadow:0 0 0;-moz-box-shadow:0 0 0;box-shadow:0 0 0}
.juiz_ltw_autoslide.hasjs .user_avatar{margin-right:0}
.juiz_ltw_autoslide.hasjs .user_avatar a{top:-10px} 