/*
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');


body {
  background: #000 url("images/bg_tile.gif") center top;
  color: #666666;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 90%;
  font-style: normal;
  line-height: 15px;
}
#wrapper{
  height: auto;
  min-height: 300px;
  border-top: 3px solid #000000;
}
a {
  color: #333333;
  font-weight: bold;
  text-decoration: none;
  font-size: 9pt;
}
a:hover {
  color: #000000;
}
h1, h2, h3{
  color: #000000;
}
h2{
  font-size: 1.5em;
  margin-bottom: 0.7em
}
#content ol,
#content ul{
}

.single #content ul{
	margin: 0 0 15px 0;
}

.single #content .description li{
 	list-style: outside square;
	font-size: 9pt;
	line-height: 15px;
	margin: 0 0 0 14px;
}
.twitter a{
  background: url("images/icons/twitter.gif") no-repeat left 2px;
}
.delicious a{
  background: url("images/icons/delicious.gif") no-repeat left 2px;
}
.designer{
}
.site-link a{
  background: url("images/icons/link.gif") no-repeat left 2px;
}

.meta {
	border-top: 1px solid #CCCCCC;
  	border-bottom: 1px solid #CCCCCC;
 	width: 210px;
	padding: 10px 0 19px 0;
	font-size: 9pt;
 }
 
 .meta li {
 	display: block;
	height: 30px;
	line-height: 30px;
 }

.meta a{
	padding: 2px 0 2px 24px;
}
.meta a:hover{
	background-position: left -18px;
}

#header {
	height:60px;
	margin:0 auto;
	position:relative;
	z-index:20;
	width: 990px;
}
#branding,#access {
}

#branding{
}
.ie8 #branding{
	margin-bottom: 20px;
	height: 30px
}
#blog-title {
  text-align: left;
  display: inline;
  float: left;
}
#blog-title a{
  display: block;
  width: 170px;
  height: 32px;
  text-indent: -9000px;
  margin: 27px 0 0 15px;
  background: transparent url(images/logo.gif) no-repeat 0 0;
}
.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
}

#panel {
	background: #000000;
	height: 60px;
	display: none;
}
.slide {
	margin: 0;
	padding: 0;
	background: url(images/btn-slide.gif) no-repeat center top;
}
.btn-slide {
	background: transparent url(images/expand-collapse.gif) no-repeat 0 0;
	text-indent: -9999px;
	margin-top: 28px;
	width: 29px;
	height: 29px;
	display: block;
}

.btn-slide:hover {
	background-position: right 0;
}

.active {
	background-position: left -29px;
}

.active:hover {
	background-position: right -29px;
}

#access {
  float: right;
}

#category-menu{
	display: none;
}

#category-menu ul{
  padding: auto
}
#category-menu li{
  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
}
#category-menu li.blog-description span{
  color: #eee;
  font-weight: normal
}
#blog-description{
  display: none
}
#page-menu{
	z-index: 100;
 	margin: auto;
	width: 990px;
}
#page-menu #page-nav{
}
#page-menu #page-nav li{
  float: right;
  margin-top: 19px;
}
#page-menu #page-nav li a{
  font-size: .9em;
  color: #FFFFFF;
  opacity: .8;
}
#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: white;
  opacity: 1;
}

.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 {
	background: #232323;
}
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: #454545;
}
.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;
}
#primary,
#secondary{
  display: none
}
.page #primary{
  display: block
}
.aside{
  width: 270px
}
#content{
  width: 960px;
  margin: 0;
  padding-top: 0;
  overflow: hidden;
  min-height: 500px;
}
.msie #content,
.single #content,
.home #content,
.page #content, #content{
  padding: 27px 0 0 16px;
  min-height: 690px;
}
.page #content{
  width: 960px;
  margin: 0;
  padding-top: 27px;
  overflow: hidden;
  min-height: 500px;
}
.page #content li{
  margin-left: 20px
}
.single #container{
  position: relative
}
.single .entry-content{
	width: 210px;
	float: left;
	margin-left: 30px;
}

.single .entry-content .description{
	width: 210px;
	border-top: 1px solid #000000;
	margin-right: 30px;
	margin-bottom: 12px;
	min-height: 47px;
}

.single .entry-content .categories{
	border-top: 1px solid #CCCCCC;
	padding: 10px 0 19px 0;
	margin-top: 12px;
}

.single .entry-content .categories a {
	display: block;
	line-height: 30px;
}

.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, .single .entry-artwork, .single .entry-artwork img{
	width: 479px;
}

.single .artwork-container{
	background: transparent url(images/plus.gif) no-repeat scroll 2px 3px;
	float: left;
	margin: -5px 0 0 -5px;
	padding: 6px 0 0 5px;
}

.single .artwork-container .tags {
	border-bottom: 1px solid #CCCCCC;
	padding: 7px 0 10px 23px;
	background: #FFFFFF url(images/tag-icon.gif) no-repeat 0 15px;
}

.single .navigation{
	padding: 15px 0px 30px 0;
	width: 210px;
	border-bottom: 1px solid #CCCCCC;
	height: 29px;
}

.single .entry-content h1,
h1.page-title{
  font-size: 22px;
  margin: 6px 0 11px 0;
  font-weight: normal;
  line-height: 30px;
  letter-spacing: -.3px;
}
h1.page-title{
  	color:#CCCCCC;
	font-size:40px;
	font-weight:lighter;
	left:196px;
	position:absolute;
	top:-39px;
}
.single .entry-content p{
	font-size:9pt;
	line-height:15px;
	padding: 0px 0 15px 0;
}
.not-singular .entry-content{
  float: left;
  width: 239px;
  margin: 1px 1px 0 0;
  background: transparent url(images/plus.gif) no-repeat 2px 3px;
  margin: -5px 1px 0px -5px;
	padding: 6px 0 0 5px;
} 
.not-singular .entry-content a{
  display: block;
  height: 239px;
  width: 239px;
  overflow: hidden;
  position: relative;
}
.not-singular .entry-content a img{
  position: absolute;
  z-index: 5;
  width: 239px;
  height: 239px;
}
.not-singular .entry-content a span.slide-title{
  position: absolute;
  height: 199px;
  width: 199px;
  color: #FFFFFF;
  background: transparent url(images/diagonal-trans-tile.gif) repeat scroll 0 0;
  z-index: 99;
  font-size: 5em;
  font-weight: bold;
  letter-spacing: -0.3px;
  line-height: .8em;
  padding: 20px;
  display: none;
}
.not-singular .entry-content a:hover span.slide-title{
	display: block;
}
.not-singular .entry-content a:active span.slide-title{
  background: #000000;
}
.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/new.gif") no-repeat top left;
	z-index: 200
}
.not-singular .video .new{
	background: url("images/ico-video-trans.png") no-repeat top left;
	width: 74px;
}
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{
  font-weight: bold;
  color: #fff;
  padding: 5px 0 5px 10px
}
.main-aside .xoxo li{
  margin: 0 0 10px 0;
  padding: 15px;
  background-color: #191919;
  border: 1px solid #333;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px
}
.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;
}
.main-aside p{
  margin-bottom: 1em
}
form{
  margin: 0 0 31px 0
}
legend{
  font-size: 1.2em;
  font-weight: 700;
  color: white
}
.form-label,
.wpcf7-form label{
  display: block;
}
input[type="text"],
input[type="password"],
textarea,
select{
  	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #999999;
  	padding: 10px;
}

input[type="text"]:focus, input[type="password"]:focus {
	border-color: #333333;
}

.navigation {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  width: 100%;
}
#nav-above {
  display: none;
}

#nav-below{
	width: 959px;
	height: 239px;
	padding-top: 1px;
	display: block;
	clear: both;
}

#nav-below a{
	text-indent: -9999px;
	display: block;
	width: 239px;
	height: 239px;
}

#nav-below .nav-previous a{
  float: left;
  background: #FFFFFF url(images/paginate-big.gif) no-repeat 0 0;
}

#nav-below .nav-next a{
  float: right;
  background: #FFFFFF url(images/paginate-big.gif) no-repeat -239px 0;  
}

#nav-below  .nav-next a:hover{
	background-position: -239px -239px;
}

#nav-below  .nav-previous a:hover {
	background-position: 0 -239px;
}

#single-nav-below a{
	text-indent: -9999px;
	display: block;
	width: 29px;
	height: 29px;
}

#single-nav-below .nav-previous a{
  float: right;
  background: transparent url(images/paginate.gif) no-repeat -29px 0;
}

#single-nav-below .nav-next a{
  float: left;
  background: transparent url(images/paginate.gif) no-repeat 0 0;  
}

#single-nav-below  .nav-next a:hover{
	background-position: 0 -29px;
}

#single-nav-below  .nav-previous a:hover {
	background-position: -29px -29px;
}

#nav-above{
  display: none;
}
.hentry{
  width: 960px;
}
.entry-title {
 	font-size: 22px;
  	margin: 6px 0 11px 0;
  	line-height: 30px;
  	letter-spacing: -.3px;
  	color:#CCCCCC;
	font-size:40px;
	font-weight:lighter;
	left:196px;
	position:absolute;
	top:-39px;
}
.entry-title a{
  color: black;
}
.post .entry-meta,.post .entry-utility {
  color: #afafa1;
  font-size: 0.825em;
  margin-bottom: 24px;
  padding-bottom: 5px;
}
.post p, .entry-content p {

}
.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-family: Helvetica, Arial, sans-serif;
}

.post blockquote .opener {
	color:#999999;
	float:left;
	font-size:32px;
	margin:5px 1px 0 -15px;
}

.post blockquote .closer {
	color:#999999;
	float: right;
	font-size:32px;
	margin: 10px -10px 0 0;
}

.post blockquote p {
  color: #333333;
}
.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---------------------*/

input[type="submit"],
input[type="button"],
button{
  background:#F3F3F3 none repeat scroll 0 0;
	border:medium none;
	cursor:pointer;
	font-family:Helvetica Neue,Helvetica,Arial,sans-serif;
	font-size:1.1em;
	font-weight:normal;
	height:30px;
	padding:0 13px;
}
input[type="submit"]:hover,
input[type="button"]:hover,
button:hover{
  color: #FFFFFF;
  background-color: #000000;
}
input[type="submit"]:active,
input[type="button"]:active,
button:active{
	
}
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;
}

#comments {
	position: relative;
}
#comments,#comments input[type="text"],#comments textarea {
  font-size: 12px;
}
#comments h3 {
  	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: -0.3px;
	padding: 14px 0 14px;
}

#comments #respond h3{
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: -0.3px;
	padding: 14px 0 14px;
}

#comments #comments-list #respond h3{
}

.formcontainer{
	margin-top: 16px;
	position: relative;
}

#comments-list {
  border-top: 1px solid #141414;
  float: left;
  margin: 29px 0 0 0;
  padding: 0 0 18px;
  width: 480px;
}
#comments-list ol,#comments-list ul {
  list-style: none;
  margin: 0;
}
#comments-list ol {
  margin: 16px 0 18px 0;
}
#comments-list li {
  padding: 18px 0 18px 0;
  position: relative;
  border-top: 1px solid #CCCCCC;
}
#comments-list ol {
  border-bottom: 1px solid #CCCCCC;
}
.single #content #comments-list li,
.page #content #comments-list li{
  padding: 29px 0 49px 0;
  position: relative;
  z-index: 0
}
#comments-list li .avatar {
  height: 59px;
  width: 59px;
  border: 1px solid #000000;
  background: #000000;
  float: left;
  position: relative;
  margin-left: -91px
}
#comments-list .comment-author,
#comments-list .comment-meta,
#comments-list .comment-content,
#comments-list .unapproved{
  display: block;
  margin-left: 90px
}
#comments-list .unapproved{
  background: #FFFFFF url(images/diagonal-tile.gif) 0 0;
  margin-top: 20px;
  padding: 15px;
  color: #333333;
  margin-bottom: 10px;
  
}
#comments-list .comment-author {
  font-weight: bold;
  font-size: 1.3em
  padding: 5px 0 0 0;
}

#comments-list .comment-meta {
  color: #999999;
  font-size: 11px;
  padding-bottom: 10px;
}
#comments-list .comment-meta a {
  color: #666666;
  font-style: italic;
  text-decoration: none;
}
#comments-list .comment-meta a:active,#comments-list .comment-meta a:hover {
  color: #000000;
}
#comments-list .comment-content{
  padding-right: 10px
}
#commentform{
  width: 210px
}
#login{
	width: 210px;
	padding: 8px 0;
}

.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 {
 	padding: 0;
  	width: 211px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 4;
	border-top: 1px solid #000000;
 }
#comments-list #respond {
  margin: 0;
  padding: 0;
  float: none;
  width: 480px;
}
#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;
}
.form-section{
	width: 210px;
}
.form-section label {
  font-size: 11px;
}
.form-section .form-label{
	padding: 7px 0 7px 0;
}
.form-section .form-input{
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	width: 209px;
}

.form-section .form-input:focus {
	border: 1px solid #333333;
}

.form-section .form-input input{
	height: 15px;
	padding: 7px 6px;
	border: none;
	max-width: 210px;
}

#form-section-comment {
}

.form-section .form-textarea{
}

.form-section .form-textarea textarea{
	border:1px solid #CCCCCC;
	height:139px;
	margin:0;
	padding:5px 0 5px 5px;
	width:204px;
}

#respond #comment-notes{
  line-height: 1.2em;
  margin: 5px 0 20px 0;
  font-size: 0.9em;
  display: none;
}
#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{
	
}
#form-allowed-tags p {
  color: #ccc;
  font-size: 10px;
  line-height: normal;
  margin: 0;
}
#form-allowed-tags span {
  font-style: italic;
}
.form-submit {
  padding: 29px 0 0 0;
  width: 210px;
}
.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;
}

/*-----------------------SUBMIT----------------------*/

#lightboxes {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
list-style-type: none;
text-align: left;
overflow: hidden;
}

#lightboxes li {
width: 100%;
height: 9999px;
position: relative;
background: rgba(0,0,0,.5);}

#lightboxes .box {
position: absolute;
width: 400px;
height: 400px;
left: 50%;
top: 50px;
border: 10px solid #999;
margin-left: -230px;
background-color: #fff;
padding: 20px;}

#lightboxes h3 {
font-weight: normal;
font-size: 1.8461em;
margin: 0 0 0.4583em 0;}

#lightboxes a.close {
position: absolute;
top: 20px;
right: 20px;
display: block;
width: 20px;
line-height: 20px;
text-align: center;
background-color: #ddd;
text-decoration: none;
font-weight: bold;
color: #999;
font-size: 1.2em;}

#lightboxes a.close:hover {
background-color: #999;
color: #fff;}


/*----------------------ARCHIVES---------------------*/

.entry-content #archives-page{
	width: 960px;
}

.entry-content #archives-page .content-column {
	float: left;
	border-top:1px solid #000000;
}

.entry-content #archives-page .content-column h2 {
	font-size:1.5em;
	font-weight:normal;
	letter-spacing:-0.3px;
	padding:14px 0;
	margin-bottom: 34px;
}

.entry-content #archives-page #category-archives {
	width: 210px;
}

.entry-content #archives-page #monthly-archives {
	width: 719px;
	margin-left: 30px;
}


/*----------------------FOOTER---------------------*/

#footer {
  z-index: 0;
  border-top: 3px solid #000000;
  margin-top: 116px;
  background: #FFFFFF url(images/diagonal-tile.gif) repeat scroll 0 0;
}
#footer a{
  color: #666
}
#footer a:hover{
  color: #000000
}
#footer #subsidiary .aside{
  width: 940px	
}
#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
}
#footer .widgetcontainer a:hover{
  color: #999
}
#footer .reset{
  clear: both
}
#siteinfo{
  text-align: right;
  font-size: .8em;
  padding: 20px;
}
#siteinfo a{

}
#siteinfo a:hover{

}
#author-info {
  border: 1px dotted #ccc;
  padding: 5px;
  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: 299px
}

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

.ie6,
.ie6 #container{
  width: 100%;
  overflow: hidden
}
.ie6 #blog-title a{
  overflow: auto
}
.ie6 #category-menu,
.ie6 #category-nav{
  width: 960px
}
.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{margin-bottom: 10px; float: right; width: 100px !important; margin-top: 5px; overflow: hidden; height: 20px}
.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;
}

#ad-block {
	padding: 5px;
	background:	#FCFCFC;
	width: 200px;
	float: right;
}

#bsa_ad-block {
	background:none repeat scroll 0 0 #FCFCFC;
	float:right;
	margin-right:1px;
	padding: 14px 15px 10px 15px;
	width:179px;
	min-height: 5px;
}

#bsa_ad-strip {
	background:none repeat scroll 0 0 #FCFCFC;
	padding: 11px 0 8px 11px;
	width: 948px;
	min-height: 19px;
	float: left;
	margin-top: 1px;
}

#bsa_ad-strip div a{
	float: left;
	margin-right: 9px;
}
