/* 
	Theme Name: SKOS-bw
	Theme URL: 
	Description: A minimalist theme for Wordpress.
	Author: Kevin Duncan
	Author URI: http://www.specialkindofstupid.com
	Version: 3.0
	
	The CSS, XHTML and design may not be copied or redistributed, and is the sole property of:
	Kevin Duncan
	
	Changelog:
		v3.0 - 12.12.09
		Third Release of SKOS
*/

/*-----------------------------------------------------------------------------------------------
  Global Styles
-----------------------------------------------------------------------------------------------*/

* {
	margin: 0px;
	padding: 0px;
}

* html #ancillary .block{
	margin: 0px 0px 0px 4%;
}


* html #primary .secondary{
	margin-right: 4%;
}

* html #primary.twocol-stories .story{
	margin-left: 2%;
}

#primary.twocol-stories .first, * html #primary.twocol-stories .first{
	margin:0 0 0 0;
}

a {
	color: #cc3300;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a img{
	border: none;
}

blockquote {
clear: both;
margin: 22px 40px;
upadding: 3px;
color: #cc3300;
font-style: italic; 
padding: 0 50px;
background: transparent url(img/blockquote.gif) no-repeat 0 0;
}

blockquote.sidebar {
	clear: both;
	padding-top: 50px;
	margin-right: -50px;
	text-align: right;
	upadding: 3px;
	color: #cc3300;
	font-style: italic; 
	background: transparent url(img/blockquote.gif) no-repeat 50px 35px;
}

.active-page {
	background-position: 0 -80px;
}

.category-description {
	line-height: 5px;
	margin: 0px;
	padding: 0px;
}

.copyright {
	color: #000;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 9px;
}

#hard-break {
	padding: 25px;
}

/*-----------------------------------------------------------------------------------------------
  Layout / Base Page Styling
-----------------------------------------------------------------------------------------------*/
body{
	background: #000;
	color: #000;
	font-family: Georgia, Arial, Verdana, sans-serif, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans";
	font-size: 11px;
	margin-top: 0px;
}

fieldset {
	padding: .5em;
}

h1{
	color: #333333;
	font-size: 1.5em;
	font-weight: normal;
	margin: 1.5em 0px;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address {
	margin: 1em 0px;
}

h2, h3{
	color: #000000;
	font-size: 1.15em;
	font-weight: normal;
}

input.textfield {
	background-color: #F8F8F8;
	border: 1px solid #868686;
	margin: 5px 0px;
	width: 150px;
}

input.contact {
	width: 170px;
	margin: 5px 0px;
	border: 1px solid #000;
	}
}

textarea {
	width: 300px;
	margin: 5px 0px;
	border: 1px solid #000;
	background: #cc3300;
	}

label.text{
	left: 0.5em;
	position: relative;
	top: -0.5em;
}

li, dd {
	margin-left: 5%;
}

p{
	line-height: 1.75em;
}

pre{
	border-bottom: 1px dotted #CCCCCC;
	border-top: 1px dotted #CCCCCC;
	overflow: auto;
	padding: 1em 0px;
	width: 100%;
}

select option{
	padding: 0px 5px;
}

table{
	border-spacing: 2px;
	margin: 1.5em 0px;
	width: 100%;
}

table caption{
	color: #000000;
	margin-bottom: -1em;
	margin-top: 1em;
	text-align: left;
}

table td{
	color: #000000;
}

table th{
	color: #000000;
	text-align: left;
}

table th, table td{
	padding: 0.3em 0.75em;
}

ul li{
	list-style-type: square;
	margin: 1.5em 0px 0.5em 2em;
}

ul.counts .count{
	color: #7A7A7A;
	float: right;
}

ul.dates .date{
	color: #7A7A7A;
	padding: 0px 1.5em 0px 0px;
}

ul.dates a, ul.counts a{
	color: inherit;
	color: #404040;
	text-decoration: none;
}

ul.dates a:hover, ul.dates a:hover .date, ul.counts a:hover, ul.counts a:hover .count{
	color: #000000;
}

ul.dates li, ul.counts li{
	border-bottom: 1px solid #C2C2C2;
	list-style-type: none;
	margin: 0px;
	padding: 0.5em 0px;
}

ul.dates, ul.counts{
	border-top: 1px solid #C2C2C2;
	list-style-type: none;
	margin: 1.5em 0px;
}

.clear{
	clear: both;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
}


/* This class sets the width and position for all rows */
.inside{
	width:90%;
	min-width:65em;
	max-width:85em;
	margin:0 auto;
}

.left{
	float: left;
}

.right{
	float: right;
}

.rule{
	border-top: 1px solid #CCCCCC;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
	margin: 1.5em 0px;
}

.secondary .featured dl{
	border-bottom: 1px solid #CCCCCC;
	margin: 0px;
	padding: 0.5em 0px 0.6em 0px;
}

.secondary .featured p{
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	line-height: 1.5em;
	margin: 1em 0px 0px 0px;
	padding: 0.5em 0px 0.6em 0px;
}

.secondary dd{
	display: inline;
	margin: 0px;
	padding: 0px;
}

.secondary dd a{
	color: #808080;
}

.secondary dd a:hover{
	color: #000000;
}

.secondary dt{
	color: #AAAAAA;
	display: inline;
	margin: 0px;
	padding: 0px;
}

.single-post h1, .single-post h2{
	margin-top: 0px;
}

.story h3{
	color: #666666;
	font-size: 26pt;
	font-weight: normal;
	margin: 0px 0px 1.5em 0px;
	text-align: right;
}

.story h3 a{
	border-bottom: 1px dotted #666666;
	color: #333333;
	text-decoration: none;
}

/*-----------------------------------------------------------------------------------------------
  Ancillary Items
-----------------------------------------------------------------------------------------------*/
#ancillary{
	padding: 2em 0px 0px 0px;
}

#ancillary a {
	text-decoration: underline;
	color: #fff;
}

#ancillary a:hover {
	text-decoration: none;
}


#ancillary .left-block{
	float: left;
	text-align: right;
	margin: 0px 0px 0px 0px;
	width: 35%;
	font-family: Arial, Georgia, Verdana, sans-serif, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans";
	font-size: 32px;
	font-weight: bold;
	color: #fff;
}

#ancillary .right-block{
	float: left;
	margin: 0px 0px 0px 4%;
	width: 61%;
	font-family: Arial, Georgia, Verdana, sans-serif, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans";
	font-size: 32px;
	font-weight: bold;
	color: #fff;
}

#ancillary .blog-title {
	font-size: 32px;
	font-weight: bold;
	color: #fff;
}

#ancillary .text {
	font-family: Georgia, Arial, Verdana, sans-serif, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans";
	font-size: 24px;
	font-weight: normal;
	color: #fff;
	padding-bottom: 0px;
}

#ancillary .subdata {
	margin-bottom: 25px;
}

#ancillary .subdata-1 {
	font-family: Georgia, Arial, Verdana, sans-serif, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans";
	font-size: 21px;
	font-weight: normal;
	color: #cc3300;
}

#ancillary .subdata-2 {
	font-family: Georgia, Arial, Verdana, sans-serif, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans";
	font-size: 21px;
	font-weight: normal;
	color: #fff;
}

#ancillary .subdata-3 {
	text-align: center;
	font-weight: normal;
	color: #fff;
	font-family: Arial, Verdana, sans-serif, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans";
	font-size: 19px;
	padding-top: 9px;
	width: 45px;
	height: 53px;
	background-image: url(img/comment_bubble-light.gif);
	background-repeat: no-repeat;
	margin-top: 3px;
}

#ancillary .subdata-4 {
	margin-top: -25px;
	float: right;
	text-align: center;
	font-weight: normal;
	color: #fff;
	font-family: Arial, Verdana, sans-serif, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans";
	font-size: 19px;
	padding-top: 9px;
	width: 45px;
	height: 53px;
	background-image: url(img/comment_bubble-light.gif);
	background-repeat: no-repeat;
}

#ancillary .block h2, #ancillary .block h3{
	margin: 0px 0px 2em 0px;
}

#ancillary .block-separator{
	clear: both;
	height: 2.5em;
}

#ancillary .first, * html #ancillary .first{
	clear: both;
	margin: 0px;
}

#ancillary .thrice-length{
	width: 100%;
}

#ancillary .twice-length{
	width: 65%;
}

#errors{
	color: #FF0000;
	font-weight: bold;
}

/*-----------------------------------------------------------------------------------------------
  Foooter
-----------------------------------------------------------------------------------------------*/
#footer{
	clear: both;
	margin: 2em 0px 3em 0px;
	background: #cc3300;
	height: 300px;
	font-family: Georgia, Arial, Verdana, sans-serif, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans";
	font-size: 14px;
}

#footer .footer-headings{
	margin: 0px 0px 0px 15px;
	background: #cc3300;
	padding: 5px;
	font-family: Georgia, Arial, Verdana, sans-serif, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans";
	font-size: 28px;
	font-weight: bold;
}

#footer .inside {
	color: #000;
	background: #fff;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	height: 350x;
	width: 100%;
	overflow: auto;
}

#footer-left {
	float:left;
	width:48%;
	margin: 0 0 0 0;
	text-align: left;
}

#footer-right {
	float:right;
	width:48%;
	margin: 0 0 0 4%;
	text-align: left;
}


/*-----------------------------------------------------------------------------------------------
  Header
-----------------------------------------------------------------------------------------------*/
#header{
	background: #000;
	height: 80px;
	width: 100%;
	margin: 0 0;
	border-bottom: 5px solid #cc3300;
}

#header .inside{
	padding: 0px 0px;
}

#header .logo-block {
	float: left;
}

#header .logo {
	width: 202px;
	height: 80px;
	background-image: url(img/logo.gif);
	background-repeat: no-repeat;
  	/* for IE */
  	filter:alpha(opacity=100);
  	/* CSS3 standard */
  	opacity:1.0;
}

#header .logo:hover { 
  	background-position: 0 -80px;
}

#header .buttons-block {
	float: right;
	display: inline;
}

#blog-menu {
	float: left;
	padding-right: 5px;
	width: 100px;
	height: 80px;
}

#blog-button {
	float: left;
	padding-right: 5px;
	width: 100px;
	height: 80px;
	background-image: url(img/blog.gif);
	background-repeat: no-repeat;
  	/* for IE */
  	filter:alpha(opacity=100);
  	/* CSS3 standard */
  	opacity:1.0;
}

#blog-button:hover { 
  	background-position: 0 -80px;
}

#random_post-button {
	float: left;
	padding-right: 5px;
	width: 125px;
	height: 80px;
	background-image: url(img/random_post.jpg);
	background-repeat: no-repeat;
  	/* for IE */
  	filter:alpha(opacity=100);
  	/* CSS3 standard */
  	opacity:1.0;
}

#random_post-button:hover { 
  	background-position: 0 -80px;
}

#quick_hits-button {
	float: left;
	padding-right: 5px;
	width: 118px;
	height: 80px;
	background-image: url(img/quick_hits.gif);
	background-repeat: no-repeat;
  	/* for IE */
  	filter:alpha(opacity=100);
  	/* CSS3 standard */
  	opacity:1.0;
}

#quick_hits-button:hover { 
  	background-position: 0 -80px;
}

#best_worst-button {
	float: left;
	padding-right: 5px;
	width: 185px;
	height: 80px;
	background-image: url(img/best_worst.jpg);
	background-repeat: no-repeat;
  	/* for IE */
  	filter:alpha(opacity=100);
  	/* CSS3 standard */
  	opacity:1.0;
}

#best_worst-button:hover { 
  	background-position: 0 -80px;
}

#rss_feed-button {
	float: left;
	padding-right: 5px;
	width: 142px;
	height: 80px;
	background-image: url(img/follow_me.gif);
	background-repeat: no-repeat;
  	/* for IE */
  	filter:alpha(opacity=100);
  	/* CSS3 standard */
  	opacity:1.0;
}

#rss_feed-button:hover { 
  	background-position: 0 -80px;
}

/*-----------------------------------------------------------------------------------------------
  Stupid Cartoon Collage
-----------------------------------------------------------------------------------------------*/

#cartoon-collage-1{
	
	background: #000 url(http://specialkindofstupid.com/wp-content/comic_collage.jpg) repeat-x 0 0;
	height: 75px;
	width: 100%;
	float: left;
	position: relative;
	z-index: 0;
	border-bottom: 5px solid #cc3300;
} 

#cartoon-collage-2{
	
	background: #000 url(http://specialkindofstupid.com/wp-content/comic_collage.jpg) repeat-x 0 0;
	height: 75px;
	width: 100%;
	float: left;
	position: relative;
	z-index: 0;
	border-bottom: 5px solid #cc3300;
} 

#cartoon-collage-3{
	
	background: #000 url(http://specialkindofstupid.com/wp-content/comic_collage.jpg) repeat-x 0 0;
	height: 75px;
	width: 100%;
	float: left;
	position: relative;
	z-index: 0;
	border-top: 5px solid #cc3300;
	border-bottom: 5px solid #cc3300;
	margin-top: 15px;
} 


/*-----------------------------------------------------------------------------------------------
  Quote
-----------------------------------------------------------------------------------------------*/

#quote{
	background: #fff;
	margin: 0 0;
	margin-bottom: 15px;
}

#quote .inside {
	width: 100%;
}

#quote-text {
	padding: 5px;
	padding-top: 7px;
	float: left;
	margin: 0 0;
	margin-right: 5px;
	background: #fff;
	text-align: center;
  	/* for IE */
  	filter:alpha(opacity=100);
  	/* CSS3 standard */
  	opacity:1.0;
	color: #000;
	font-weight: bold;
}

#quote-text a{
	color: #000;
}



/*-----------------------------------------------------------------------------------------------
  Search
-----------------------------------------------------------------------------------------------*/
#search{
	background: #fff;
	margin: 0 0;
	margin-bottom: 15px;
}

#search .inside {
	width: 100%;
}

#search-button {
	float: right;
	margin: 0 0;
	margin-right: 5px;
	background: #cc3300;
	text-align: center;
  	/* for IE */
  	filter:alpha(opacity=100);
  	/* CSS3 standard */
  	opacity:1.0;
}

#search-button2 {
	padding: 5px;
	padding-top: 3px;
	float: left;
	margin: 0 0;
	margin-right: 5px;
	background: #cc3300;
	text-align: center;
  	/* for IE */
  	filter:alpha(opacity=100);
  	/* CSS3 standard */
  	opacity:1.0;
	color: #000;
font-weight: bold;
}

#search-button2 a{
	color: #000;
}

.SearchBox{
	background-image:url('img/magnifying_glass.gif');
	background-repeat:no-repeat;
	padding-left:18px;
	border-top: 0;
	border-left: 5px solid #cc3300;
	border-bottom: 5px solid #cc3300;
	border-right: 5px solid #cc3300;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
} 



/*-----------------------------------------------------------------------------------------------
  Primary Items
-----------------------------------------------------------------------------------------------*/
#primary{
	background: #FFF;
	color: #000;
	padding:1px 0 2em 0;
	border-bottom: 5px solid #cc3300;
}



#primary .inside {
	margin-top: 50px;
}


/* Categories */

#primary.onecol {
	margin:0 0 0 0;
}

#primary.onecol .wide-column {
	float:center;
	width:100%;
	margin: 0 auto;
	display:inline;
	font-family: Georgia, Arial, Verdana, sans-serif, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans";
	font-size: 21px;
	color: #000;
	text-align: left;
}

ul.wide-column {
	width: 100%;
	padding: 0;
	margin: 10px 0;
	list-style: none;
}
ul.wide-column li {
	float: left;
	width: 300px; /*Set default width*/
	padding: 0;
	margin: 5px 0;
	display: inline;
}
.category-block {
	height: 925px;
	font-size: 1em;
	margin-right: 10px; /*Creates the 10px gap between each column*/
	padding: 20px;
	background: #fff;
	-moz-border-radius: 3px;	
	-khtml-border-radius: 3px;	
	-webkit-border-radius: 3px;	

}
.category-block h2 {
	font-size: 1.8em;
}
.category-block img {
        /*Flexible image size with border*/
	width: 89%;  /*Took 1% off of the width to prevent IE6 bug*/
	padding: 5%;
	background:#000;
	margin: 0 auto;
	display: block;
	-ms-interpolation-mode: bicubic; /*prevents image pixelation for IE 6/7 */
/*	-moz-border-radius: 3px;	*/
/*	-khtml-border-radius: 3px;	*/
/*	-webkit-border-radius: 3px;	*/
}


#primary.onecol .blog-title{
	font-family: Arial, Georgia, Verdana, sans-serif, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans";
	font-size: 21px;
	font-weight: bold;
	color: #000;
	padding-top: 5px;
	padding-bottom: 2px;
}

#primary.onecol .blog-date{
	font-weight: bold;
	padding-bottom: 0px;
	font-size: 27px;
}

#primary.onecol .blog-text{
	font-weight: normal;
	padding-bottom: 2px;
	font-size: 14px;
}

#primary.onecol .blog-comments:hover{
	text-decoration: none;
}

#primary.onecol .blog-comments a {
	color: #fff;
}

#primary.onecol .blog-comments{
	float: left;
	text-align: center;
	font-weight: normal;
	color: #fff;
	font-family: Arial, Verdana, sans-serif, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans";
	font-size: 19px;
	padding-top: 9px;
	width: 45px;
	height: 53px;
	background-image: url(img/comment_bubble-dark.gif);
	background-repeat: no-repeat;
	text-decoration: underline;
	margin-top: -5px;
}

.even {
	background: #fff;
}

.even img {
	background: #cc3300;
}


.odd {
	background: #fff;
	color: #000;
}

.paging-navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size:80%;
}
.paging-navigation a{
	text-align:center;
	padding:5px 10px;
	margin:0 2px 0 2px;
	border:1px solid #000;
}
.paging-navigation a:hover{
	background:#cc3300;
}
.current {
	background:#cc3300;
}

/* End Categories */






#primary.twocol-stories .first, * html #primary.twocol-stories .first{
	margin:0 0 0 0;
}

#primary.twocol-stories .column-left{
	float:left;
	width:35%;
	margin: 0 0 0 0;
	display:inline;
	font-family: Georgia, Arial, Verdana, sans-serif, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans";
	font-size: 21px;
	color: #000;
	text-align: right;
	margin-top: 25px;
}

#primary.twocol-stories .blog-title{
	font-family: Arial, Georgia, Verdana, sans-serif, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans";
	font-size: 32px;
	font-weight: bold;
	color: #000;
	padding-bottom: 25px;
}

#primary a {
	color: #000;
	text-decoration: underline;
}

#primary a:hover {
	text-decoration: none;
}

#primary.twocol-stories .home-blog-date{
	font-weight: bold;
	padding-bottom: 2px;
	padding-top: 20px;
}

#primary.twocol-stories .blog-date{
	font-weight: bold;
	padding-bottom: 2px;
}

#primary.twocol-stories .blog-tags{
	font-weight: normal;
	padding-bottom: 2px;
}

#primary.twocol-stories .blog-image{
	display: block;
	clear: both;
	float: right;
	text-align: center;
	padding-top: 50px;
}

#primary.twocol-stories .blog-quote{
	clear: both;
	display: block;
	float: right;
	padding-top: 25px;
	margin-top: 25px;
}

#primary.twocol-stories .blog-comments:hover{
	text-decoration: none;
}

#primary.twocol-stories .blog-comments a {
	color: #fff;
}

#primary.twocol-stories .home-blog-comments{
	float: left;
	text-align: center;
	font-weight: normal;
	color: #fff;
	font-family: Arial, Verdana, sans-serif, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans";
	font-size: 19px;
	padding-top: 9px;
	width: 45px;
	height: 53px;
	background-image: url(img/comment_bubble-dark.gif);
	background-repeat: no-repeat;
	text-decoration: underline;
}

#primary.twocol-stories .blog-comments{
	float: right;
	text-align: center;
	font-weight: normal;
	color: #fff;
	font-family: Arial, Verdana, sans-serif, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans";
	font-size: 19px;
	padding-top: 9px;
	width: 45px;
	height: 53px;
	background-image: url(img/comment_bubble-dark.gif);
	background-repeat: no-repeat;
	text-decoration: underline;
}

#primary.twocol-stories .column-right {
	float:left;
	width:61%;
	margin:-25px 0 0 4%;
	display:inline;
	font-family: Georgia, Arial, Verdana, sans-serif, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans";
	font-size: 24px;
	color: #000;
	margin-top: 10px;
}

#primary.twocol-stories .column-right img {
	text-align: left;
	float: left;
	padding-right: 15px;
}

#primary.twocol-stories .first, * html #primary.twocol-stories .first{
	margin:0 0 0 0;
}

.story .details{
	margin:1em 0;
	text-align:right;
	border-top:1px solid #cccccc;
	padding:0.5em 0;
	font-size:0.95em;
	color:#4D4D4D;
}
.story .details .read-on{
	background:url(../images/readon_black.gif) 100% 60% no-repeat;
	padding-right:20px;
}
.story .details a{
	color:#4D4D4D;
	text-decoration:none;
}

.story .details a:hover{ color:#000000; }


/*-----------------------------------------------------------------------------------------------
  Info Slide-Down
-----------------------------------------------------------------------------------------------*/

#panel {
       background: #cc3300;
       height: 425px;
       display: none;
       border-bottom: 5px solid #cc3300;
}
#panel .panel-content {
       height: 100%;
       width: 80%;
       margin: 0 auto;
	background: #fff;
	font-family: Georgia, Arial, Verdana, sans-serif, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans";
	font-size: 19px;
	font-weight: normal;
	padding: 10px;
}

.info-column-left {
	float:left;
	width:48%;
	margin: 0 0 0 0;
	display:inline;
	font-family: Georgia, Arial, Verdana, sans-serif, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans";
	font-size: 19px;
	color: #000;
	text-align: right;
}

.info-column-right {
	float:right;
	width:48%;
	margin: 0 0 0 4%;
	display:inline;
	font-family: Georgia, Arial, Verdana, sans-serif, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans";
	font-size: 19px;
	color: #000;
}

.slide {
	float: left;
	padding: 0;
     	margin: 0;
	margin-right: 5px;
	margin-top: -50px;
	background: url(slider/btn-slide.gif) no-repeat center top;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.btn-slide {
       text-align: center;
       width: 50px;
       height: 110px;
       padding-top: 2px;
       margin: 0 auto;
       display: block;
}

.active {
      background-position: 0 -25px;

}

/*-----------------------------------------------------------------------------------------------
  Share the Love (Social Media Icons)
-----------------------------------------------------------------------------------------------*/

.addthis_toolbox.atfixed {
    background: #fff;
    position: fixed;
    top: 35%;
    left: 0px;
    padding: 5px 7px 1px 1px;
    width: 32px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.addthis_toolbox .custom_images a {
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 3px 3px 3px 3px;
    cursor: pointer;
}
 
.addthis_toolbox .custom_images a img { border: 0; margin: 0 0 1px; opacity: 1.0; }
.addthis_toolbox .custom_images a:hover img { margin: 1px 0 0; opacity: 0.75; }
 
.share_the_love {
    position: fixed;
    top: 35%;
    left: 40px;
}

/*-----------------------------------------------------------------------------------------------
  Comments
-----------------------------------------------------------------------------------------------*/

.comments-intro {
	width: 35%;
	float: left;
	margin: 0 auto;
	text-align: right;
}

#comments h2 {
	font-family: Arial, Georgia, Verdana, sans-serif, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans";
	font-size: 28px;
	font-weight: bold;
	color: #fff;
	margin-bottom: -5px;
}

#comments h3 {
	font-family: Arial, Georgia, Verdana, sans-serif, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans";
	font-size: 28px;
	font-weight: bold;
	color: #fff;
}

#comments .left-block {
	float: left;
	text-align: right;
	margin: 30px 0px 0px 0px;
	width: 35%;
	font-family: Arial, Georgia, Verdana, sans-serif, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans";
	font-size: 22px;
	font-weight: bold;
	color: #cc3300;
	display: block;
}
#comments .left-block img{
	border: 1px solid #fff;
}

#comments li {
	border-bottom: 1px solid #fff;
	padding-bottom: 2px;
}

#comments .right-block{
	float: left;
	margin: 0px 0px 0px 4%;
	width: 61%;
	font-family: Arial, Georgia, Verdana, sans-serif, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans";
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	display: block;
}

.comment-text {
	margin: 10px 0 3px;
	padding-top: 22px;
	padding-bottom: 22px;
}

.white-text {
	font-family: Arial, Verdana, Georgia, sans-serif, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans";
	font-size: 22px;
	margin: 0;
	color: #fff;
}

.red-text {
	font-family: Arial, Verdana, Georgia, sans-serif, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans";
	font-size: 22px;
	margin: 0;
	color: #cc3300;
}

.response-block {
	width: 61%;
	float: right;
	margin: 0 auto;
	text-align: left;
	color: #fff;
	font-family: Georgia, Arial, Verdana, sans-serif, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans";
	font-size: 14px;
}

.pusher {
	font-family: Arial, Georgia, Verdana, sans-serif, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans";
	font-size: 28px;
	font-weight: bold;
	color: #cc3300;
	text-decoration: underline;
	cursor: pointer;
}

.pusher:hover {
	text-decoration: none;
}

.line-break {
	display: block;
	margin-top: 25px;
}


.comment-bg {
	background: url(img/comment_textarea_bg.gif) no-repeat 0px top;
	width: 591px;
	height: 240px;
}

#commentform textarea{
	font-family: Arial, Georgia, Verdana, sans-serif, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans";
	font-size: 21px;
	background: none;
	width: 545px;
	height: 125px;
	padding: 10px;
	margin: 0px 0;
	padding-top: 40px;
	float: left;
	border: 0;
	position: relative;
	overflow: auto;
}

.get-gravatar {
	float: right;
	text-align: left;
	padding-left: 15px;
	padding-right: 50px;
	height: 100%;
	width: 48%;
	border-left: 1px dashed #cc3300;
}

/*-----------------------------------------------------------------------------------------------
  Follow Me
-----------------------------------------------------------------------------------------------*/

#follow-container {
	width: 542px;
	margin: 0 auto;
	text-align: center;
	align: center;
	border: 0px solid #000;

}


#rssfeed-button {
	float: left;
	padding-right: 10px;
	width: 128px;
	height: 128px;
	background-image: url(img/social/rss_feed.png);
	background-repeat: no-repeat;
  	/* for IE */
  	filter:alpha(opacity=100);
  	/* CSS3 standard */
  	opacity:1.0;
}

#rssfeed-button:hover { 
  	background-position: 0 -128px;
}

#twitter-button {
	float: left;
	padding-right: 10px;
	width: 128px;
	height: 128px;
	background-image: url(img/social/twitter.png);
	background-repeat: no-repeat;
  	/* for IE */
  	filter:alpha(opacity=100);
  	/* CSS3 standard */
  	opacity:1.0;
}

#twitter-button:hover { 
  	background-position: 0 -128px;
}

#email-button {
	float: left;
	padding-right: 10px;
	width: 128px;
	height: 128px;
	background-image: url(img/social/email.png);
	background-repeat: no-repeat;
  	/* for IE */
  	filter:alpha(opacity=100);
  	/* CSS3 standard */
  	opacity:1.0;
}

#email-button:hover { 
  	background-position: 0 -128px;
}

#facebook-button {
	float: left;
	width: 128px;
	height: 128px;
	background-image: url(img/social/facebook.png);
	background-repeat: no-repeat;
  	/* for IE */
  	filter:alpha(opacity=100);
  	/* CSS3 standard */
  	opacity:1.0;
}

#facebook-button:hover { 
  	background-position: 0 -128px;
}
