/*
Theme Name: Gallery, a Thematic child theme
Theme URI: http://www.chris-wallace.com/2009/06/22/gallery-1-2-released/
Description: The ultimate gallery-style Thematic child theme for WordPress.
Author: Chris Wallace
Author URI: http://chris-wallace.com
Template: thematic
Version: 1.2.1
.
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-l-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');


input,select,textarea{
  color: #eee;
  background-color: #3F3F3F;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px
}
input[type="submit"],
input[type="button"],
button, a#button{
	-moz-border-radius:5px 5px 5px 5px;
	background:url("images/btn-bg.jpg") repeat-x scroll left top transparent;
	border:1px solid #101010;
	color:#DDDDDD;
	cursor:pointer;
	font-family:Verdana,Arial,sans-serif;
	font-size:2em;
	font-weight:normal;
	line-height:0.75em;
	overflow:hidden;
	padding:3px 18px;
	position:relative;
	text-transform:uppercase;€
}
input[type="submit"]:hover,
input[type="button"]:hover,
button:hover{
  background-position: 0 -22px;
  color: #ddd
}
input[type="submit"]:active,
input[type="button"]:active,
button:active{
  background-position: 0 -44px;
  padding-top: 4px;
  padding-bottom: 0
}
abbr{
  border-bottom: 1px dotted #555
}
pre{
  background-color: #191919;
  border: 1px solid #333;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 5px;
  margin: 10px 0;
  white-space: pre;
  overflow: auto
  
}
pre,
code{
  font-size: 12px;
}
body {
  background: url("images/smcampli_ws_bg.jpg") no-repeat scroll right top #FFF;
  color: #005B7A;
  font-family: Lucida Grande,Helvetica,Arial,Verdana,sans-serif;
  font-size: 90%;
  font-style: normal;
  line-height: 2em
}
#wrapper{
  background: url("images/light-source-trans.png") no-repeat scroll center 140px transparent;
  height: auto;
  min-height: 300px
}
a {
  color: #005B7A;
  text-decoration: none
}
a:hover {
  color: #ff7f00;
  text-shadow:0px 0px 2px #151515
}
h1, h2, h3{
  color: #005B7A
}
h2{
  font-size: 1.5em;
  margin-bottom: 0.7em
}
#content ol,
#content ul{
  margin-bottom: 1em
}
.single #content li{
  line-height: 1.4em
}
.single #content ul{
  border-top: 1px solid #101010;
  border-bottom: 1px solid #282828;
}
.single #content li{
  padding: 10px 0 10px 24px;
  list-style: none;
  position: relative;
  border-top: 1px solid #282828;
  border-bottom: 1px solid #101010
}
.twitter{
  background: url("images/icons/twitter.png") no-repeat left center
}
.more_cats{
  background: url("images/icons/more.png") no-repeat left center
}
.facebook{padding:10px 0 10px 0!important;}
.delicious{
  background: url("images/icons/delicious.png") no-repeat left center
}
.designer{
  background: url("images/icons/person.png") no-repeat left center
}
.site-link{
  background: url("images/icons/globe.png") no-repeat left center
}
#header {
	margin:0 auto 0;
	padding:0;
	position:relative;
	z-index:20;
}
#branding,#access {
  margin: 0px auto;
  overflow: visible;
  width: 940px;
}
#branding{
  padding: 10px 0;
}
.ie8 #branding{
	margin-bottom: 20px;
	height: 30px
}
#blog-title {
  text-align: left;
  display: inline;
  float: left;
}
#blog-title a{
	background:url("images/smcamplogo_ws.png") no-repeat scroll left top transparent;
	display:block;
	height:84px;
	margin-bottom:10px;
	text-indent:-9000px;
	width:350px;
	position:relative;
	bottom:15px;
}
.msie #blog-title a{
  position: relative;
  margin-bottom: -10px
}
#blog-description {
  color:#777;
  font-size:0.9em;
  line-height: 1.4em;
  font-weight:normal;
  text-align: right;
  padding-top: 66px
}
#access {
	-moz-box-shadow:0 2px 10px #000000;
	box-shadow:0 2px 10px #000000;
	-webkit-box-shadow:0 2px 10px #000000;
	background:url("images/cat_bg.png") repeat scroll 0 0 transparent;
	border-bottom:3px solid;
	border-top:2px solid;
	clear:both;
	height:45px;
	margin-top:5px;
	position:relative;
	top:10px;
	width:100%;
}
#category-menu ul, #category-menu li ul{
  padding: auto
}
#category-menu li{
	border-right:1px solid #5590A0;
  float: left;
  height: 45px
}
#category-menu li ul {display:none;}
#category-menu li ul li:hover{
  float: left;
  height: 45px
}
#category-menu li a,
li.blog-description span{
  display: block;
  font-size: .8em;
  font-weight: bold;
  height: 28px;
  padding: 8px;
  margin-right: 8px;
  color: white;
  text-decoration: none
}
#category-menu li.home a{
  display: block;
  text-indent: -9000px;
  overflow: hidden;
  text-align: left;
  width: 24px;
  background: url("images/ico-home-trans.png") no-repeat;
  background-position: center 15px;
  padding-bottom: 0;
	margin-left: 10px
}
#category-menu li.home a:hover{
  background: url("images/ico-home-trans.png") no-repeat center -16px
}
#category-menu li.current_page_item{
}
#category-menu li.current_page_item a{
  color: #ddd;
}
#category-menu > li:first-child{
  margin-left: 10px;
}
#category-menu li a:hover{
  color: #ddd
}
#category-menu li.blog-description{
  float: right;
  border:0 none;
}
#category-menu li.blog-description span{
	-moz-box-shadow:0 0 10px #000000;
	box-shadow:0 0 10px #000000;
	-webkit-box-shadow:0 0 10px #000000;
	background:url("images/whenwherenow.jpg") no-repeat scroll center center #BAE2EF;
	border:2px solid #005B7A;
	font-family:Verdana;
	font-size:1.5em;
	font-weight:normal;
	min-height:45px;
	overflow:hidden;
	position:relative;
	text-align:center;
	text-indent:-100000px;
	top:-9px;
	width:250px;
	z-index:999;
}
#category-menu form{display:none}
#blog-description{
  display: none
}
#page-menu{
	bottom:55px;
	color:#888888;
	font-size:0.8em;
	margin:5px auto;
	position:absolute;
	right:10px;
	width:770px;
	z-index:100;
}
#page-menu #page-nav{
  text-align: left
}
#page-menu #page-nav li{
  float: left;
  margin: 0px 0 0 4px
}
#page-menu #page-nav li a{
	color:#BBBBBB;
	font-size:1.5em;
	font-weight:normal;
	padding:8px 12px;
	text-transform:uppercase;
}
#page-menu #page-nav li.rss a{
  padding-left: 20px;
  background: url("images/ico-rss-trans.png") no-repeat left center
}
#page-menu #page-nav li a:hover{
  color: #ff7f00
}

.sf-menu .current_page_item a, 
.sf-menu .current_page_ancestor a, 
.sf-menu .current_page_parent a {
}
.sf-menu a, .sf-menu a:visited {
	color:#FFFFFF;
}
.sf-menu li {
	position: relative;
	background:transparent;
}
body #access #category-menu .sf-menu li li {
  width: 100%;
	margin: 0;
	padding: 0;
	height: auto;
	width: auto
	
}
.sf-menu li li li {
	background: red ;
}
body #access #category-menu .sf-menu a:focus, 
body #access #category-menu .sf-menu a:hover, 
body #access #category-menu .sf-menu a:active, #searchform input[type="submit"]:hover {
	background: #ff7f00;
}
body #access #category-menu .sf-menu .home a:focus, 
body #access #category-menu .sf-menu .home a:hover, 
body #access #category-menu .sf-menu .home a:active {
  background: url("images/ico-home-trans.png") no-repeat center -16px
}
body #access #category-menu .sf-menu ul a:focus, 
body #access #category-menu .sf-menu ul a:hover, 
body #access #category-menu .sf-menu ul a:active {
	background: #ff7f00;
}
.sf-menu li li a:hover {
	background:#333333;
}
.sf-menu ul {
	border:medium none;
}
.sf-menu li:hover ul, 
.sf-menu li.sfHover ul {
	top: 45px;
	position: absolute;
	border: 3px solid #333;
	background: #1A1A1A;
	padding: 0;
	border-top: none
}
.sf-menu ul ul {
	top: auto;
	left: auto;
	margin-top:0;
}
body #access #category-menu .sf-menu ul a {
	background:#111111;
	color: white;
	padding: 5px 0 5px 5px;
	margin: 0;
	line-height: 20px;
	height: 20px;
	display: block;
	width: auto
}
.sf-menu ul a:hover {
	color:#CC0000;
}


.skip-link {
  display: none;
}
#main{
	position: relative;
	z-index: 5;
	margin: 40px auto 30px;
}
#primary,
#secondary{
  display: none
}
.page #primary{
  display: block;
  float:right;
}
.aside{
  width: 270px
}
#index-top {width:100%}
.page #container  {
float:left;
}
#content{
  width: 940px;
  margin: 0;
  float: none;
  padding-top: 10px
}
.msie #content,
.single #content,
.home #content,
.page #content,
.page-template-page_full-php #content{
  padding-top: 20px
}
.page #content{
  margin-left: 320px;
  width: 620px
}
.page-template-page_full-php #content{width:940px;}
.page #content li{
	float:none;
	list-style:none outside none;
	margin-left:20px;
}
.single #container{
  position: relative
}
.single .entry-content{
  display: inline;
  float: left;
  margin: 20px 0 0 550px;
  width: 385px
}
.single div.video .entry-content{
	margin:20px 0 0 680px;
	width:255px;
}
single div.video ul.meta,
.single div.video #nav-below{
./*	display: none
*/}
.single .artwork-container{
  float: left;
  margin-left: -935px
}
.single .entry-artwork{
  background-color: #191919;
  border: 1px solid #333;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 10px
}
.single .navigation{
  margin-top: 10px;
  padding-top: 0;
}
.single .entry-content h1,
h1.page-title{
  font-size: 1.8em;
  margin-bottom: .5em
}
h1.page-title{
  margin-bottom: 1em
}
.single .entry-content p{
  line-height: 1.3em
}
.not-singular .entry-content{
  float: left;
  width: 134px;
  margin: 0 0 15px 0;
}
.not-singular .entry-content a{
  border: 3px solid #191919;
  display: block;
  height: 125px;
  width: 125px;
  overflow: hidden;
  position: relative;
  background-color: #191919
}
.not-singular .entry-content a img{
  position: absolute;
  z-index: 5;
  -moz-box-shadow:0 3px 50px;
  -webkit-box-shadow:0 3px 50px;
  box-shadow:0 3px 50px;
}
.not-singular .entry-content a span.slide-title{
  position: absolute;
  left: 3px;
  bottom:0px;
  width:120px;
  line-height: 1em;
  color: white !important;
  font-size: .8em;
  text-transform: uppercase;
  z-index: 0
}
.not-singular .entry-content{
  position: relative
}
.not-singular .entry-content .new{
  display: block;
	position: absolute;
	top: -6px;
	right: 10px;
	width: 42px;
	height: 22px;
	background: url("images/ico-new-trans.png") no-repeat top left;
	z-index: 200
}
.not-singular .video .new{
	background: url("images/ico-video-trans.png") no-repeat top left;
	width: 74px;
}
.not-singular .entry-content .vote{
	display: none;
	position: absolute;
	top: -6px;
	right: 10px;
	width: 42px;
	height: 22px;
	background: url("images/vote.png") no-repeat top left;
	width: 74px;
	z-index: 200;
}
span.cover-up{
  background: url("images/side-fade-trans.png") no-repeat right top;
  position: absolute;
  right: 0;
  top: 0;
  height: 125px;
  width: 20px;
  z-index: 4
}
.main-aside h3{
	color:#484848;
	font-size:1em;
	font-weight:bold;
	margin:10px auto;
	padding:0;
}
.main-aside .xoxo li{
-moz-border-radius:3px 3px 3px 3px;-webkit-border-radius:3px 3px 3px 3px;
-moz-box-shadow:-4px 2px 10px rgba(9, 27, 33, 0.2);-webkit-box-shadow:-4px 2px 10px rgba(9, 27, 33, 0.2);
background-color:rgba(63, 131, 154, 0.3);
border:1px solid rgba(63, 131, 154, 0.4);
font-size:75%;
margin:0 0 10px;
padding:2px;
}
.main-aside .xoxo li div{
  padding: 0 0 0 10px;
  font-size: .8em;
  line-height: 2em
}
.main-aside .xoxo li ul li{
  margin: 0;
  padding: 0 0 0 10px;
  background: transparent;
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow:0;
  -webkit-box-shadow:0;
  box-shadow:0;
}
.main-aside p{
  margin-bottom: 1em
}
form{
  margin: 0 0 2em 0;
  padding:0 0 0 4em;
}
form #searchform{display:none}
legend{
  font-size: 1.2em;
  font-weight: 700;
  color: #9C9A9A;
}
.form-label,
.wpcf7-form label{
  display: block;
  margin: 5px 0 0 0
}
input[type="text"],
input[type="password"],
textarea,
select{
	background:none repeat scroll 0 0 #E2EAF9;
	border:1px solid #9CD8EF;
	color:#FF7F00;
	font-family:Arial,Helvetica,sans-serif;
	padding:5px;
}
#jwts_tab input[type="text"], textarea#content-text-ta{width:98%;}
#searchform input[type="text"]{
	background:none repeat scroll 0 0 #BAE2EF;
	border:1px solid #00586F;
	color:#FF7F00;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:bold;
	padding:3px;
	position:relative;
	top:10px;
}
#searchform input[type="text"]:active{background:#fff;}
#searchform input[type="text"]:focus{background:#ddd;}
#searchform input[type="submit"]{
background:none repeat scroll 0 0 #00A4CD;
border:0 solid #101010;
color:#DDDDDD;
cursor:pointer;
font-family:Verdana,Arial,sans-serif;
font-size:1em;
font-weight:normal;
margin-left:10px;
margin-right:10px;
overflow:hidden;
position:relative;
text-transform:none;
top:10px;
}
.navigation {
  font-family: Helvetica,Arial,sans-serif;
  margin-bottom: 20px;
  overflow: hidden;
  text-transform: uppercase;
  width: 100%;
}
#nav-above {
  display: none;
}
#nav-below{
  clear: both;
  padding-top: 10px;
  height: auto;
  overflow: hidden;
  padding-bottom: 10px
}
.nav-next {
  float: right;
  text-align: right;
  width: 47%;
}
.not-singular .nav-next{
  margin-right: 5px	
}
.nav-previous {
  float: left;
  width: 47%;
}
#nav-above{
  display: none;
}
.hentry{
  width: auto
}
.entry-title {
  color: #00A4CD;
  font-size: 2.6em;
  font-weight: bold;
  letter-spacing: -1px;
  margin-bottom: 1em;
  padding-bottom: 1px;
}
.entry-title a{
  color: white
}
.post .entry-meta,.post .entry-utility {
  color: #afafa1;
  font-size: 0.825em;
  margin-bottom: 24px;
  padding-bottom: 5px;
}
.post p, .entry-content p {
  margin-bottom: 1em;
}
.post pre,#content .page pre {
  font-size: 1.6em;
}
.post dt {
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.post dd {
  color: #eee;
  margin-bottom: 1em;
}
.post dl {
  margin-bottom: 1.3em;
  padding-left: 20px;
}
.post a.more-link {
  background: #be194f;
  color: #fff;
  font-size: 0.75em;
  font-weight: bold;
  padding: 5px 10px;
  text-decoration: none;
  text-transform: uppercase;
}
.post a.more-link:hover {
  background: #d93c6f;
}
a.more-link .meta-nav {
  display: none;
}
.post h3,.post h4,.post h5,.post h6 {
  margin: 5px 0;
  padding: 5px 0;
}
.post h4 {
  font-size: 1.4em;
}
.post h5 {
  font-size: 1.2em;
  text-transform: uppercase;
}
.post h6 {
  font-size: 1.1em;
  text-transform: uppercase;
}
.post blockquote {
  font: italic 2em Georgia, "Times New Roman", Times, serif;
  color: white;
  margin: 10px 0px;
  padding: 10px 20px 1px 10px;
}
.post blockquote p {
  font-stayle: italic;
}
.post .page-link {
  font-size: 0.825em;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.page-link a {
  background: #f0f0f0;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #eee;
  border-right: 1px solid #ddd;
  border-top: 1px solid #eee;
  padding: 5px 10px;
  text-decoration: none;
}
.post .entry-utility {
  border-top: 1px solid #232323;
  margin-bottom: 0;
  padding: 5px 0 0 0;
}
.btc-powered{
  font-size: 0.825em
}
#comments {
  margin-top: 20px;
  padding: 20px 0 0 0;
  clear: both;
  overflow: auto
}
#comments,#comments input[type="text"],#comments textarea {
  font-size: 12px;
}
#comments h3 {
  font-size: 0.9em;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  padding: 7px 12px 7px 42px;
  font-weight: bold;
  background: #171717 url("images/ico-comment.png") no-repeat 16px center
}
#comments #respond h3{
  background-image: url("images/ico-person.png")
}
#comments #comments-list #respond h3{
  background-image: url("images/ico-reply.png")
}
.formcontainer{
  border-top: 1px solid #282828;
}
#comments-list {
  border-top: 1px solid #141414;
  float: left;
  margin-right: 30px;
  padding: 0 0 18px;
  width: 520px;
}
#comments-list ol,#comments-list ul {
  list-style: none;
  margin: 0;
}
#comments-list ol {
  margin: 0 0 18px 0;
}
#comments-list li {
  padding: 18px 1.5em 18px 1.5em;
  position: relative;
  border-top: 1px solid #282828;
  border-bottom: 1px solid #101010
}
#comments-list ol {
  border-bottom: 1px solid #282828
}
.single #content #comments-list li,
.page #content #comments-list li{
  padding: 20px 0;
  position: relative;
  z-index: 0
}
#comments-list li .avatar {
  height: 60px;
  width: 60px;
  padding: 4px;
  border: 1px solid #282828;
  background: #171717;
  float: left;
  position: relative;
  margin-left: -95px
}
#comments-list .comment-author,
#comments-list .comment-meta,
#comments-list .comment-content,
#comments-list .unapproved{
  display: block;
  margin-left: 100px
}
#comments-list .unapproved{
  background-color: #191919;
  margin-bottom: 15px;
  padding: 10px;
  color: white
}
#comments-list .comment-author {
  font-weight: bold;
  font-size: 1.3em
  padding: 5px 0 0 0;
}
#comments-list .comment-meta {
  color: #666;
  font-size: 11px;
  padding: 10px 0 9px 0;
}
#comments-list .comment-meta a {
  color: #eee;
  font-style: italic;
  text-decoration: none;
}
#comments-list .comment-meta a:active,#comments-list .comment-meta a:hover {
  color: #FF4B33;
}
#comments-list .comment-content{
  padding-right: 10px
}
#commentform{
  padding: 15px;
  width: 360px
}
.comment-reply-link {
  font-size: 11px;
  padding: 0 0 18px 0;
  text-align: right;
}
.hover-url{
  color: #666;
  margin-left: 10px;
  font-weight: normal;
  font-style: italic;
  font-family: Georgia, "Georgia MS", Times, serif
}
.comment-reply-link a {
  color: #eee;
  font-style: italic;
  text-decoration: none;
}
.comment-navigation {
  font-weight: bold;
  margin-right: 0.5em;
  padding: 0;
}
.comment-navigation a {
  border: 1px solid #ccc;
  color: #eee;
  font-weight: normal;
  padding: 0.5em 0.75em;
  text-decoration: none;
}
.comment-navigation a:active,.comment-navigation a:hover {
  color: #FF4B33;
}
.comment-navigation a,.comment-navigation span {
  margin-right: 0.5em;
}
#trackbacks-list .comment-content {
  left: -9000px;
  position: absolute;
}
#respond {
  border-top: 1px solid #141414;
  margin-bottom: 22px;
  overflow: hidden;
  padding: 0;
  width: 390px;
  float: right;
  position: relative;
  z-index: 4
 }
#comments-list #respond {
  margin: 0;
  padding: 0;
  float: none;
  width: 520px
}
#comments-list #commentform {
  width: auto
}
#comments-list ul #respond {
  margin: 0;
}
#cancel-comment-reply {
  font-size: 11px;
  position: absolute;
  right: 1.5em;
  top: 7px;
}
#respond .required {
  color: #FF4B33;
  font-weight: bold;
}
ul.sched {
-moz-border-radius:5px 5px 5px 5px;-webkit-border-radius:5px 5px 5px 5px;
-moz-box-shadow:2px 2px 12px rgba(0, 0, 0, 0.6);-webkit-box-shadow:2px 2px 12px rgba(0, 0, 0, 0.6);
margin-bottom:1em;
margin-left:10px;
text-align:left;
width:90%;
}
ul.sched li{border-bottom:1px dashed;
font-size:2em;
line-height:1.5em;
padding:0.5em;
margin-left:0!important;}
ul.sched li:nth-child(even){background:rgba(46, 123, 149, 0.2);}
.form-section{
  padding: 0 0 10px 0;
  clear: both;
  overflow: auto
}
.form-section label {
  font-size: 11px;
}
.form-section .form-label{
  width: 35%;
  float: left;
  clear: both;
  text-align: right
}
.form-section .form-input{
  width: 65%;
  float: right;
  text-align: right
}
.form-section .form-input input{
  width: 80%
}
.form-section .form-textarea{
  width: 100%;
  text-align: right
}
.form-section .form-textarea textarea{
  width: 94%
}
#respond #comment-notes{
  line-height: 1.2em;
  margin: 5px 0 20px 0;
  font-size: 0.9em
}
#comments-list ul.children{
  margin-left: 20px;
}
.single #content #comments-list ul.children li{
  padding-left: 25px;
  background: url("images/ico-reply.png") no-repeat 5px 20px
}
#form-section-comment .form-label{
  display: none
}
#form-allowed-tags p {
  color: #ccc;
  font-size: 10px;
  line-height: normal;
  margin: 0;
}
#form-allowed-tags span {
  font-style: italic;
}
.form-submit {
  padding: 18px 0 0 0
}
.subscribe-to-comments {
  color: #eee;
  float: left;
  font-size: 11px;
  margin: 0;
  padding: 18px 0 0 0;
}
.solo-subscribe-to-comments {
  color: #eee;
  font-size: 11px;
  padding: 18px 0 0 0;
}
.comment_license {
  clear: both;
  color: #eee;
  font-size: 11px;
  margin: 0;
  padding: 18px 0 0 0;
}
#footer {
	-moz-box-shadow:0 -2px 10px rgba(0,0,0,.5);
	-webkit-box-shadow: 0 -2px 10px rgba(0,0,0,.5);
	box-shadow:0 -2px 10px rgba(0,0,0,.5);
	background:url("images/light-source-trans_white.png") no-repeat scroll center top #0F0F0F;
	border-top:5px solid #353535;
	color:#555555;
	margin-top:20px;
	padding:20px 0;
	z-index:0;
}
#footer a{
  color: #666
}
#footer a:hover{
  color: #666
}
#footer #subsidiary .aside{
  width: 299px;
  float:left;
}
#footer .widgetcontainer{
  float: left;
  width: 270px;
  padding: 10px;
  margin: 10px 10px 20px 10px;
  background: #121212;
  border: 1px solid #282828;
 }
#footer .widgetcontainer h3{
  margin-bottom: 10px;
  font-size:1.5em;
}
#footer .widgetcontainer a:hover{
  color: #ff7f00
}
#footer .reset{
  clear: both
}
#siteinfo{
  text-align: center;
  font-size: .6em;
  width:100%!important;
}
#siteinfo a{
  text-decoration: none;
  border-bottom: 1px dotted #333
}
#siteinfo a:hover{
  border-bottom-color: #555555
}
#author-info {
  border: 1px dotted #ccc;
  padding: 5px;
  overflow: hidden;
  font-size: 1.2em;
  margin-bottom: 20px;
}
#author-info h2 {
  border-bottom: 3px double #ddd;
  padding: 5px 0;
  font-size: 1.8em;
  margin-bottom: 10px;
}
#author-info .avatar {
  float: left;
  border: 3px double #ddd;
  margin: 0 10px 10px 0;
}

/* IE6 fixes */

.ie6 .single .entry-content{
  height: 450px
}

.ie6 .entry-content {
  height:130px;
}

.ie6,
.ie6 #container{
  width: 100%;
  overflow: hidden
}
.ie6 #blog-title a{
  overflow: auto
}
.ie6 #category-menu,
.ie6 #category-nav{
  width: 940px
}
.ie6 #category-menu{
  margin: 10px 0 0 10px
}
.ie6 #category-nav li {
  float: left;
  display: inline;
  padding: 0;
  margin: 0;
  height: auto
}
.ie6 #category-nav li.blog-description{
  float: right
}
.ie6 #category-nav li.blog-description span{
  float: right
}
.ie6 #category-nav a{
  float: left
}
.ie6 .single #content {
  height: auto
}


/* Styles for Contact Form 7 plugin */

div.wpcf7-response-output{
  display: none
}

/* Styles for WP Post Ratings plugin */

.post-ratings{
	-moz-box-shadow:0 0 20px;webkit-box-shadow:0 0 20px;box-shadow:0 0 20px;
	background-attachment:scroll;
	background-color:#DDDDDD;
	background-image:none;
	background-position:0 0;
	background-repeat:repeat;
	bottom:0;
	float:right !important;
	height:120px;
	margin-bottom:10px;
	margin-top:5px;
	overflow:hidden;
	position:fixed;
	right:0;
	top:50%;
	width:220px !important;
	z-index:999;
	display:none;
}
.post-ratings small{font-size: .7em;}
.post-ratings-text{display:none !important}

/* Styles for BuySellAds widget */

.BuySellAds_widget{
  width: 938px;
  margin: 0;
  padding: 3px 0;
  height: auto;
  overflow: auto;
}
.BuySellAds_widget a {
background-color:#191919;
border:3px solid #191919;
display:block;
height:125px;
overflow:hidden;
position:relative;
width:125px;
float: left;
margin:0 3px 0 0;
}
.BuySellAds_widget a:hover{
  border-color: #191919
}
.BuySellAds_widget img {
  border: 0;
  clear: right;
}
.BuySellAds_widget a.adhere {
  background: #191919;
  border:3px solid #191919;
  color: #666;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  width: 125px;
  height: 125px;
  margin:0 3px 0 0;
}
.BuySellAds_widget a.adhere:hover {
  background: #191919;
  border: 3px solid #191919;
  color: #777;
}
/*twtvite stuff styles*/
.rsvp_photo  {
	background-image:url("http://twtpoll.com/images/bg_rsvp_photo.png");
	background-repeat:no-repeat;
	float:left;
	height:64px;
	padding-left:16px;
	padding-top:16px;
	text-align:left;
	width:64px;
}
.rsvp_photo_30  {
	background-image:url("http://twtvite.com/images/bg_rsvp_photo_30.png");
	background-repeat:no-repeat;
	float:left;
	height:42px;
	padding-left:9px;
	padding-top:9px;
	width:42px;
}
.font_gray  {color:#999999;}
.font_small, .tweet_this {
	color:#999999;
	font-size:11px;
}
.sponsors{
border-top:0px solid #767373;
display:inline-block;
margin:5px 0;
}
.sponsors a img {width:270px;border-top:5px solid #005B7A;}
.sponsors a:hover img {-moz-box-shadow:-0px 0px 5px #ff7f00; border-top:5px solid #ff7f00;}
.white_bg{background:#fff}
.white_bg{background:#fff}
.bigbutton {
	width:100px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background:#ff7f00;
}
.bigbutton a{display:block;}
.bigbutton  p.small{font-size: .7em;}

/*-------------tabs and slides -----------------*/
/*-------------------------------------------------*/
a:active,a:focus {outline:0;}
.jwts_clr {clear:both;height:0;line-height:0;}

/* --- Tabs --- */
.jwts_tabberlive {margin:4px 0px;padding:0px;}
.jwts_tabberlive .jwts_tabbertab {margin:0px;padding:6px;border:0px solid #bbb;border-top:0px;/*height:300px;overflow:auto;*/}
.jwts_tabberlive .jwts_tabbertab h2,
.jwts_tabberlive .jwts_tabbertab h3,
.jwts_tabberlive .jwts_tabbertabhide {display:none;}
ul.jwts_tabbernav {margin:0px;padding:3px 4px;list-style:none;list-style-image:none;background:none;border-bottom:0px solid #bbb;line-height:normal;height:auto;}
ul.jwts_tabbernav li {margin:0px;padding:0px;list-style:none;list-style-image:none;background:none;display:inline-block;}
ul.jwts_tabbernav li a,
ul.jwts_tabbernav li a:link {font-size:1.5em;font-weight:bold;margin:0 25px 0;padding:3px 4px;color:#00A4CD;border:0px solid #bbb;border-bottom:none;background:transparent;}
ul.jwts_tabbernav li a:visited {color:#333;}
ul.jwts_tabbernav li a:hover {font-size:1.5em;font-weight:bold;margin:0 25px 0;padding:3px 4px;color:#ff7f00;border:0px solid #aaa;border-bottom:none;background:transparent;text-decoration:none;}
ul.jwts_tabbernav li a:active,ul.jwts_tabbernav li a:focus {outline:0;}
ul.jwts_tabbernav li.jwts_tabberactive a {background:#fff;border-bottom:0px solid #fff;}
ul.jwts_tabbernav li.jwts_tabberactive a:hover {background:#fff;border-bottom:0px solid #fff;text-decoration:none;}
ul.jwts_tabbernav li.jwts_tabberactive,
ul.jwts_tabbernav li.jwts_tabberinactive {background:none;padding:0px;margin:0px;}
.jwts_tabberlive .jwts_tabbertab,ul.jwts_tabbernav {text-align:left;} /* force content orientation */


/* Wordpress Slider Style */
.wts_title{


}

.wts_title a.jtoggle{
    color: #000;
    text-decoration: underline;
    font-size: 1.2em;
    background: transparent url('arrow.png') no-repeat right center;
    padding-right: 10px;
    cursor: hand;
    }
    
.wts_slidewrapper{
    display: none;
    border: #e7e7e7 1px solid;
    padding: 0 5px 3px 5px;
}

.slideraccordion{
	display: none;
}

.wts_title a.jtoggle{
	background:none repeat scroll 0 0 transparent;
	color:#2182D2;
	font-family:Georgia;
	font-size:6em;
	font-weight:normal;
	letter-spacing:-9px;
	line-height:0.75;
	padding-right:0;
	text-decoration:none;
	cursor: hand;
}
    
.wts_slidewrapper{
    display: none;
    border: #e7e7e7 1px solid;
    padding: 0 5px 3px 5px;
}

#hackadelic-sliderPanel-2, span #hackadelic-sliderPanel-1, span #hackadelic-sliderPanel-3 {
	display:block;
	float:left;
	min-height:125px;
	position:relative;
	width:940px;
}
.hackadelic-sliderPanel {
	border: 1px solid #00a4cd;
	padding: 5px;
}

a.hackadelic-sliderButton {
	border: 18px solid #00a4cd;
	color: #FF7F00;
	padding: 0 3px;
	background:#fff;
	font-family:Times New Roman;
	position: relative;
	Margin-top:-15px;
	font-size:2em;
}
a.hackadelic-sliderButton:hover {
	border: 18px solid #FF7F00;
	background-color: #F0F0E0;
}
.entry .hackadelic-sliderPanel {
	background-color: #fcfcfc;
}
.textwidget .hackadelic-sliderButton {
	display: block;
	text-align: center;
	margin: .5em;
}
.textwidget .hackadelic-sliderPanel {
	background-color: #F0F0E0;
}

/* sliding panel css*/
/* Extra div to handle some IE scenarios with absolute positioning. */
#sliding-panel-container {
	position: relative;
	display: table;
	z-index: 999;
	width: 100%;
	}

/* Sliding panel. */
#sliding-panel {
	position: relative;
	top: 0;
	z-index: 999;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	}

/* The part of the panel that actually slides. */
#sliding-panel .panel {
	overflow: hidden;
	display: none;
	position: relative;
	z-index: 10;
	width: 100%;
	/*height: 180px;*/
	background: #040D12;
	}

/* Widget container. */
#sliding-panel .panel-content {
	overflow: hidden;
	width: 960px;
	/*height: 150px;*/
	margin: 15px auto;
	padding: 0;
	text-align: left;
	border-left: 1px solid #333;
	}

/* Sliding panel widgets. */
#sliding-panel .widget {
	overflow: hidden;
	float: left;
	width: 477px;
	/*height: 150px;*/
	margin: 0;
	padding: 0 1px;
	font: normal normal normal 14px/21px Georgia, Times, 'Times New Roman', serif !important;
	color: #888;
	background: transparent;
	border: none;
	border-right: 1px solid #333;
	}
#sliding-panel .widget-inside {
	margin: 0;
	padding: 0;
	background: transparent;
	border: none;
	}

/* Sliding panel widget titles. */
#sliding-panel .widget-title {
	margin: 0 0 5px 0;
	padding: 0;
	font: normal normal bold 18px/21px Arial, Verdana, sans-serif !important;
	color: #999;
	text-transform: none;
	background: transparent;
	border: none;
	}

/* Sliding panel widget lists. */
#sliding-panel .widget ul {
	margin: 0 0 10px 20px;
	list-style: square;
	}
#sliding-panel .widget ul li {
	margin: 0;
	padding: 0;
	background: transparent;
	border: none;
	}

/* Sliding panel widget links. */
#sliding-panel .widget a {
	font-style: italic;
	color: #eee;
	text-decoration: none;
	}
#sliding-panel .widget a:hover {
	text-decoration: underline;
	}

/* Toggle div wrapper. */
#sliding-panel .tab {
	position: relative;
	top: 0;
	z-index: 9999;
	height: 37px;
	border-top: 2px solid #040D12;
	}

/* Wrapper for the open/close button. */
#sliding-panel .tab .toggle {
  	clear: both;
	display: block;
	position: relative;
	height: 35px;
	line-height: 35px;
	margin: 0 auto;
	width:470px;
	float:right;
	}

/* Open/close link. */
#sliding-panel .tab a {
	-moz-box-shadow:3px 2px 10px;
	-webkit-box-shadow:3px 2px 10px;
	box-shadow:3px 2px 10px;
	background:none repeat scroll 0 0 #040D12;
	color:#00A4CD;
	display:block;
	float:right;
	font-family:Georgia;
	font-size:1.7em;
	height:35px;
	margin:0;
	padding:10px;
	position:relative;
	text-align:right;
	top:-1px;
	}

/* Open link. */
#sliding-panel .tab a.open {
	}

/* Close link. */
#sliding-panel .tab a.close {
	}

/* Open/close link hover. */
#sliding-panel .tab a:hover {
	cursor: pointer;
	text-decoration: none;
	color: #ff7f00;
	text-shadow:0px 0px 2px #151515;
	-webkit-text-shadow:0px 0px 2px #151515;
	-moz-text-shadow:0px 0px 2px #151515;
	}

/* Open/close link array (&urarr;). */
#sliding-panel .tab a .arrow {
	font-style: normal;
	display:none;
	}
li.slide1, li.slide2, li.slide3{margin-left:0px !important;}	
li.slide1 a, li.slide2 a, li.slide3 a{
	background:url("images/reserve-now.png") no-repeat scroll 0 0 transparent;
	border:1px solid #B6D7E0;
	margin-bottom:5px;
	min-height:240px;
	width:98%;
	display:block;
	text-indent:-9000px;
}
li.slide1 a:hover, li.slide2 a:hover, li.slide3 a:hover{-moz-box-shadow:0 0 5px rgba(255, 127, 0, .7);-webkit-box-shadow:0 0 5px rgba(255, 127, 0, .7);box-shadow:0 0 5px rgba(255, 127, 0, .7);}
li.slide2 a{background:url("images/user-gen.png") no-repeat scroll 0 0 transparent;min-height:205px;}
li.slide3 a{background:url("images/share.png") no-repeat scroll 0 0 transparent;}

div.pagetop{
	color:#000000;
	font-family:Arial;
	font-size:2em;
	letter-spacing:-1px;
	line-height:1em;
	font-weight:bold;
	margin-bottom:20px;
	text-align:center;
	text-shadow:0 0 2px #787878;
}

span.fergcorp_countdownTimer_event_title{display:none}
abbr.fergcorp_countdownTimer_event_time{display:inline;float:left;border:0;}

#ed_toolbar input {
font-size:0.6em;
padding:1px;
background:none repeat scroll 0 0 #808080;
}
.tdomf_form fieldset {
border:1px solid !important;
float:none;
margin:5px 10px;
padding:5px 10px;
text-align:left;
width:95%!important;
}
.tdomf_form fieldset {
border:1px solid rgba(169, 145, 145, 0.4) !important;
float:none;
padding:5px;
text-align:left;
width:95% !important;
}

ul.tdomf_category_checklist li{float:left!important;}


li#ratings-2 ul li {border-bottom:1px solid}
li#ratings-2 ul li a{
	float:left;
	text-decoration:none;
	width:100%;
}

