/*
Theme Name: Evolutionary
Theme URI: http://timgweb.com/evolutionary/
Description: A clean blog theme with jQuery animations.
Version: 1.2
Author: Tim Gieseking
Author URI: http://timgweb.com/
Tags: clean, fixed width, two columns, widgets, jquery, admin panel
*/
/* ================================ BASE CSS (based on blueprintcss.org) ======================================== */
/* reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.7;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}
/* typography */
body {font-size:85%;color:#333;background:#fff;font-family:"Helvetica, Arial, Trebuchet MS, sans-serif";text-align: center;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;}
h1 {font-size:2.5em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:1.8em;margin-bottom:0.25em;font-weight: bold;}
h3 {font-size:1.6em;margin-bottom:0.25em;font-weight: bold;}
h4 {font-size:1.3em;margin-bottom:0.25em;color:#d90321;}
h5 {font-size:1em;font-weight:bold;margin-bottom:0.25em;}
h6 {font-size:1em;margin-bottom:0.15em;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
p img.left {float:left;margin:1.3em 1.3em 1.3em 0;padding:0;}
p img.right {float:right;margin:1.3em 0 1.3em 1.3em;}
a:focus, a:hover {color:#d90321;}
body.green a:focus, body.green a:hover, body.green h4 {color: #4102a0; }
body.red a:focus, body.red a:hover, body.red h4 {color: #03aeed; }
a {color:#03aeed;text-decoration:underline;}
body.green a {color:#01bca8;}
body.red a {color:#d90321;}
a.external { background: transparent url('images/icons/external.png') no-repeat right center; padding: 0 10px 0 0; }
blockquote, pre {margin:1.5em;color:#555;}
blockquote { padding: 6px 34px 0; background: url('images/misc/quote.png') no-repeat left top; font-style: italic; }
blockquote cite { font-style: normal; font-size: 75%; color: #999; }
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {white-space:pre;padding: 0.5em 1.5em;border-left: 10px solid #ddd;background: #f0f0f0; }
pre, code, tt {font-family 'andale mono', 'lucida console', monospace;line-height:2;}
code { font-size: 90%; }
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:#eee;}
th, td, caption {padding:4px 10px 4px 5px;}
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:0.2em;line-height:1.2em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}
.alignleft { float: left; margin: 0 1em 1em 0; }
.alignright { float: right; margin: 0 0 1em 1em; }
/* common wordpress styles */
.alignleft, img.alignleft { display: block; float: left; margin: 0 1.3em 1.3em 0; }
.alignright, img.alignright { display: block; float: right; margin: 0 0 1.3em 1.3em; }
.aligncenter, img.aligncenter { clear: both; display: block; margin: 0 auto; }
.wp-caption { text-align: center; margin-bottom: 1.5em; }
.wp-caption img { border: 0 none; margin: 0; padding: 0; }
.wp-caption p.wp-caption-text {	margin: 0; }
.wp-smiley {  max-height: 1em; margin:0 !important; }
.gallery dl { margin: 0; }
.gallery-caption { margin:-1.5em 0 0 0; }


/* ================================ Evolutionary CSS ======================================== */
h2.pagetitle
{
	border-bottom: 1px solid #ddd;
	line-height: 1;
	margin: 0 0 28px;
	padding: 0 0 10px;
}

/* site structure */
#wrapper
{
	margin: 0 auto;
	text-align: left;
	width: 1020px;
}

#header
{
	border-bottom: 5px solid #3c3c3c;
	height: 92px;
	overflow: hidden;
	padding: 0 0 2px;
}

#main
{
	border-bottom: 5px solid #3c3c3c;
	margin:0px 0px 0px 15px;
	overflow: hidden;
	padding: 15px 0;
}

#main #content
{
	float: left;
	width: 600px;
}

#main #mainsidebar
{
	float: right;
	width: 360px;
font-color: #555555;
}

/* header and navigation */
#header #logo
{
	float: left;
}

#header h1
{
	line-height: 1;
	margin: 10px 0 5px;
	padding: 0;
}

#header #blogdescrip
{
	background: transparent url('images/misc/dots.png') no-repeat left center;
	color: #555;
	font-size: 0.83em;
	line-height: 1;
	padding: 0 0 0 46px;
	margin: 0;
}

#header h1 img
{
	display: block;
}

#header ul
{
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}

#header li
{
	background: transparent url('images/gradients/navbg.png') repeat-x left bottom;
	display: block;
	float: left;
	font-size: 18px;
	height: 92px;
	line-height: 1;
	list-style: none;
	margin: 0 0 0 2px;
	padding: 0;
	text-align: center;
	text-transform: lowercase;
}

#header li.last
{
	margin-right: 0;
}

#header li a
{
	background: transparent url('images/misc/arrows.png') no-repeat center -9999px;
	display: block;
	color: #fff;
	height: 92px;
	padding: 0 6px;
	position: relative;
	text-decoration: none;
	width: 80px;
}

#header li a.rss
{
	width: 20px;
}

#header li.current_page_item
{
	background-position: left top;
}

#header li a:hover
{
	background-position: center 84px;
	color: #fff;
	text-decoration: none;
}

#header li a:focus
{
	outline: none;
}

#header li a span
{
	bottom: 5px;
	display: block;
	left: 0;
	position: absolute;
	width: 100%;
}

body.nojs #header li a:hover span
{
	bottom: 15px;
}

ul#subnav,
ul#subnav2
{
	background: #ddd url('images/gradients/subnav.png') repeat-x left top;
	border-bottom: 1px solid #ddd;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 5px 10px;
}

ul#subnav2
{
	background: #fff;
	border-bottom: none;
}

ul#subnav li,
ul#subnav2 li
{
	display: block;
	float: left;
	font-size: 12px;
        font-color: #222222;
	list-style: none;
	margin: 0 20px 0 0;
	padding: 0;
}

ul#subnav2 li
{
	font-size: 11px;
}

ul#subnav li.current_page_item,
ul#subnav2 li.current_page_item
{
	background: transparent url('images/icons/navarrow.png') no-repeat left center;
	font-weight: bold;
	padding-left: 10px;
}

ul#subnav li a,
ul#subnav2 li a
{
	text-decoration: none;
}

ul#subnav2 li a
{
}

/* content */

/* featured */
#featured
{
	background: #1d1d1d url('images/gradients/featuredbg.png') repeat-x left top;
	height: 290px;
	margin: 0 0 28px;
	padding: 5px;
	position: relative;
	width: 590px;
}

#featured #pauseicon
{
	background: transparent url('images/misc/paused.png') no-repeat left top;
	display: none;
	height: 99px;
	left: 50%;
	margin-left: -50px;
	position: absolute;
	width: 99px;
	top: 25%;
	z-index: 99;
}

ul#featurednav
{
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 99;
}

ul#featurednav li
{
	float: left;
	list-style: none;
	margin: 0 5px 0 0;
	padding: 0;
}

ul#featurednav a
{
	background: transparent url('images/misc/featured_nav.png') no-repeat 0 0;
	display: block;
	height: 16px;
	width: 16px;
}

ul#featurednav a:focus
{
	outline: none;
}

ul#featurednav a:hover
{
	background-position: 0 -42px;
}

ul#featurednav a.active,
ul#featurednav a.active:hover
{
	background-position: 0 -21px;
}

ul#featurednav.paused a.active
{
	background-position: 0 bottom;
}

#featured ul#featuredimages img
{
	display: block;
}

#featured ul#featuredimages,
#featured ul#featuredexcerpts
{
	height: 290px;
	left: 5px;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 5px;
	width: 590px;
}

#featured ul#featuredimages li,
#featured ul#featuredexcerpts li
{
	display: block;
	height: 290px;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	width: 590px;
}

#featured .excerpt
{
	background: transparent url('images/misc/dotbg.png');
	bottom: 0;
	color: #fff;
	left: 0;
	margin: 0;
	padding: 5px;
	position: absolute;
	width: 590px
}

#featured .excerpt p
{
	padding: 0 125px 0 0;
}

#featured .excerpt a.readfeatured
{
	background: transparent url('images/gradients/readfeatured.png') no-repeat left 0;
	bottom: 0;
	color: #fff;
	display: block;
	font-size: 14px;
	height: 36px;
	line-height: 36px;
	position: absolute;
	right: 5px;
	text-align: center;
	width: 98px;
}

#featured .excerpt a.readfeatured:hover
{
	background-position: left -42px;
}

body.nojs #featured .excerpt a.readfeatured:hover
{
	height: 41px;
}

#featured .excerpt h2
{
	line-height: 1;
	margin: 0;
}

#featured .excerpt h2,
#featured .excerpt h2 a
{
	color: #fff;
	text-decoration: none;
}

#featured .excerpt p
{
	margin: 0;
}

/* blog posts */
.post
{
	margin: 0 0 42px;
}

.entry-info
{
	margin: 0 0 14px;
	overflow: hidden;
	position: relative;
}

.entry-info h2
{
	border: none;
	line-height: 1;
	margin: 1px 0 4px;
	padding: 0 15px 0 0;
}

.post .date
{
	background: #1e1e1e url('images/gradients/datebg.png') repeat-x left top;
	border-bottom: 5px solid #ccc;
	color: #f0f0f0;
	float: left;
	margin: 0 8px 0 0;
	padding: 8px 12px 6px;
	text-align: center;
}

.post .date span
{
	display: block;
	line-height: 1;
}

.post .date span.month
{
	font-size: 1.17em;
	margin: 0 0 5px;
}

.post .date span.day
{
	font-size: 2em;
}

.post h2 a
{
	text-decoration: none;
}

.entry
{
	
	overflow: hidden;
}

.entry p
{
	font-size: 1.17em;
	line-height: 1.65;
}

.entry p.readmore
{
	font-size: 13px;
	margin: 0;
	overflow: hidden;
}

.entry a.more-link,
.entry a.more-link:link,
.entry a.more-link:visited
{
	background: #03aeed url('images/icons/readmore.png') no-repeat left center;
	color: #fff;
	display: block;
	float: right;
	height: 26px;
	line-height: 26px;
	padding: 0 10px 0 15px;
	text-decoration: none;
}

.entry a.more-link:hover
{
	background-color: #d90321;
}

.entry img
{
	
}

.postmetadata
{
	background: #f0f0f0;
	border-bottom: 1px dotted #ddd;
	border-top: 1px dotted #ddd;
	clear: both;
	color: #666;
	font-style: italic;
	margin: 18px 0 0;
	overflow: hidden;
	padding: 4px;
}

.postmetadata span
{
	float: left;
}
.postmetadata .comments
{
	float: right;
}

.postmetadata .comments a:hover
{
	text-decoration: underline;
}


.post .author
{
	margin: 0;
	overflow: hidden;
}

.post .author span
{
	color: #666;
	font-style: italic;
}

.post .author strong
{
	color: #333;
}

.postmetadata span.edit
{
	float: right;
	margin: 0 0 0 5px;
}

/* comments */
ul.commentlist,
ul.commentlist ul.children
{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.commentlist li
{
	display: inline-block;
	list-style: none;
	margin: 0 0 36px;
	overflow: hidden;
	padding: 0;
	position: relative;
}

ul.commentlist li:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
html[xmlns] ul.commentlist li {
	display: block;
}

/* children */
ul.commentlist li .comment_author
{
	color: #999;
	font-size: 0.83em;
	float: left;
	padding: 0 20px 0 0;
	width: 80px;
}

ul.commentlist li .comment_author cite
{
	color: #333;
	font-style: normal;
	font-weight: bold;
}

ul.commentlist li .comment_author cite a
{
	text-decoration: none;
}

ul.commentlist li .comment_author strong
{
	color: #333;
}

ul.commentlist li .comment_author img
{
	border: 1px solid #aaa;
	max-width: 80px;
}

ul.commentlist li img.commentimg
{
	display: block;
	float: left;
	left: 100px;
	position: absolute;
	top: 0;
}

ul.commentlist li .comment_text_container
{
	float: right;
	width: 531px;
}

ul.commentlist li .comment_text
{
	background: #f0f0f0;
	color: #333;
	border: 1px solid #ddd;
	min-height: 19px;
	padding: 20px;
}

ul.commentlist li p.metadata
{
	clear: both;
	font-size: 0.88em;
	line-height: 2;
	text-align: right;
}

ul.commentlist li p.metadata a
{
	text-decoration: none;
}

ul.commentlist li p.metadata a.comment_date
{
	color: #aaa;
	font-style: italic;
}

ul.commentlist li p.metadata a.comment-edit-link,
ul.commentlist li p.metadata a.comment-reply-link
{
	margin: 0 0 0 8px;
}

ul.commentlist li p.metadata a:hover,
ul.commentlist li .comment_author cite a:hover
{
	text-decoration: underline;
}

/* children */
ul.commentlist ul.children
{
	clear: both;
	margin: 0 0 0 147px;
}

ul.commentlist ul.children li .comment_text_container
{
	width: 384px;
}

ul.commentlist ul.children li .comment_text
{
	background: #f0f0f0;
}

#commentform-container
{
	border-top: 1px dotted #ddd;
	margin: 1.5em 0 0;
	padding: 1.5em 0 0;
}

#commentform-container h3
{
	color: #03AEED;
}

#comments form
{
	display: block;
	padding: 0;
}

#comments textarea, #comments input
{
	background: #f7f7f7;
	border: 1px solid #ddd;
	padding: 5px;
}

#comments input
{
	margin: 0 10px 0 0;
	width: 260px;
}

#comments label
{
	color: #666;
	font-size: 0.9em;
}

#comments textarea
{
	height: 100px;
	width: 520px;
}

#comments #submit
{
	background: #111;
	color: #fff;
	cursor: pointer;
	width: auto;
}

#comments #submit:hover
{
	background: #333;
}

/* page navigation */
ul.pagenavigation
{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.pagenavigation li
{
	background: transparent url('images/misc/pagenav.png') no-repeat left top;
	display: block;
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.pagenavigation li a
{
	background: #292929 url('images/misc/pagenav.png') no-repeat -14px top;
	color: #fff;
	display: block;
	font-size: 14px;
	height: 22px;
	line-height: 22px;
	margin: 0 0 0 14px;
	padding: 0 10px;
	text-decoration: none;
}

ul.pagenavigation li a:focus
{
	outline: none;
}

ul.pagenavigation li a:hover
{
	color: #ddd;
}

ul.pagenavigation li#nextnav
{
	float: left;
}

ul.pagenavigation li#prevnav
{
	background-position: right -23px;
	padding: 0;
}

ul.pagenavigation li#prevnav a
{
	background-color: #828282;
	background-position: 14px -23px;
	margin: 0 14px 0 0;
}



/* sidebar */
.sidebar h3
{
	border-bottom: 5px solid #ddd;
	color: #333;
	margin: 0;
	position: relative;
}

.sidebar h3 a
{
	color: #333;
	margin-left: -3px;
}

.sidebar h3 img
{
	bottom: 3px;
	position: absolute;
	right: 0;
}

.sidebar ul, .sidebar ul li
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.sidebar ul li
{
	margin: 0 0 28px;
}

.sidebar ul li ul li
{
	font-size: 100%;
	line-height: 1.75;
	margin: 1px 0 0 0;
	padding: 0;
}

.sidebar li a
{
	color: #333;
	text-decoration: none;
}

.sidebar .widget_twitter h3 a,
.sidebar #twitter-tools h3 a
{
	color: #28a1cd;
}

.sidebar li ul li a
{
	display: block;
	padding: 0 0 0 2px;
}


.sidebar li a.rssfeed
{
	background: transparent url('images/icons/feed.png') no-repeat 99% center;
}

.sidebar li a.twitter
{
	background: transparent url('images/icons/twitter2.png') no-repeat 99% center;
}

.sidebar li ul li a:hover
{
	background-color: #d90321;
	color: #fff;
}

body.nojs .sidebar li ul li a:hover
{
	padding: 0 0 0 10px;
}

.sidebar ul li ul.widgetnav
{
	border-bottom: 1px solid #ddd;
	display: block;
	overflow: hidden;
}

.sidebar ul li ul.widgetnav li
{
	font-size: 1em;
	float: left;
	margin: 0 20px 0 0;
}

.sidebar ul li ul.widgetnav li.last
{
	margin-right: 0;
}

.sidebar ul li ul.widgetnav li.current
{
	background: url('images/icons/arrow.png') no-repeat left center;
	padding: 0 0 0 7px;
}

.sidebar ul li ul.widgetnav li a
{
	color: #777;
	display: inline;
}

.sidebar ul li ul.widgetnav li a:focus
{
	outline: none;
}

.sidebar ul li ul.widgetnav li.current a
{
	color: #d90321;
}

.sidebar ul li ul.widgetnav li a:hover
{
	background: transparent;
	color: #d90321;
}

.sidebar ul li ul#widget_comments li
{
	border-bottom: 1px dotted #ddd;
	font-size: 1em;
	padding: 4px 0;
}

.sidebar ul li ul#widget_comments a span
{
	color: #777;
	display: block;
	font-size: 90%;
}

.sidebar ul li ul#widget_comments a:hover span
{
	color: #fff;
}

.sidebar .currently_browsing
{
	font-style: italic;
	margin: 0 0 40px 0;
}

#ads
{
	margin: 0 0 18px;
	overflow: hidden;
}

#ads img
{
	display: block;
	float: left;
	margin: 0 10px 10px 0;
}

#ads img.last
{
	margin: 0 0 10px;
}

.sidebar ul li.widget_search
{
	margin: 0;
}

#search
{
	margin: 0 0 12px;
	overflow: hidden;
}

#search p
{
	line-height: 1;
	margin: 0;
}

#search input#s
{
	background: #eee;
	border: 2px solid #ddd;
	color: #999;
	float: left;
	font-size: 10px;
	height: 16px;
	margin: 0 2px 0 0;
	padding: 5px;
	width: 211px;
}

#search #sbtn
{
	background: #0bb1ed url('images/icons/search.png') no-repeat left top;
	border: none;
	float: left;
	font-size: 0;
	height: 30px;
	line-height: 0;
	padding: 0;
	overflow: hidden;
	text-indent: -9999px;
	width: 33px;
}

#search #sbtn:hover
{
	background-position: left bottom;
	cursor: pointer;
}

.sidebar div#calendar_wrap
{
	margin: 0;
}

table#wp-calendar
{
	border: 1px solid #ddd;
	margin: 0;
}

#wp-calendar caption
{
	background: #333;
	color: #fff;
	font-size: 1.16em;
} 

.sidebar .widget_rss ul li,
.widget_twitter ul.tweets li,
#twitter-tools ul li
{
	border-top: 1px dotted #ddd;
	margin: 4px 0 0;
	padding: 4px 0 0;
}

.sidebar .widget_rss ul li:first-child,
.widget_twitter ul.tweets li:first-child,
#twitter-tools ul li:first-child,
#twitter-tools ul li.aktt_more_updates
{
	padding: 0;
	margin: 0;
	border-top: none;
}

/* footer */
#footer
{
	overflow: hidden;
}

#footer li.widget
{
	float: left;
	margin: 36px 90px 0 0;
	width: 260px;
}

#footer ul li ul li,
.sidebar ul li ul.tweets li
{
	font-size: 1em;
	line-height: 1.5;
}

#footer .widget h3,
#footer .widget h3 a
{
	color: #333;
}

#footer li.widget-last
{
	margin-right: 0;
}

#footer li.widget-first
{
	clear: both;
}

#footer .widget_twitter a,
.sidebar .widget_twitter a,
#footer #twitter-tools a,
.sidebar #twitter-tools a
{
	display: inline;
	color: #03aeed;
	padding: 0;
}

#footer .widget_twitter a:hover,
.sidebar .widget_twitter a:hover,
#footer #twitter-tools a:hover,
.sidebar #twitter-tools a:hover
{
	background: transparent;
	color: #D90321;
}

.widget_twitter h3 img,
#twitter-tools h3 img
{
	bottom: -4px;
}

#subfooter
{
	clear: both;
	margin: 36px 0 18px;
	overflow: hidden;
	padding: 2px 0;
}

#subfooter p
{
	color: #ccc;
	float: right;
	font-size: 0.83em;
	padding-right: 10px;
}

ul#footernav,
ul#footernav li
{
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#footernav
{
	float: left;
	overflow: hidden;
}

ul#footernav li
{
	border-right: 1px solid #ddd;
	float: left;
	font-size: 0.83em;
	line-height: 1;
	padding: 0 10px;
}

ul#footernav li.first
{
	padding-left: 0;
}

ul#footernav li.last
{
	border-right: none;
}

ul#footernav li a
{
	color: #333;
	text-decoration: none;
}

ul#footernav li a:hover
{
	text-decoration: underline;
}

ul#footernav li a.rss
{
	background: url('images/icons/rss2.png') no-repeat right center;
	padding: 0 16px 0 0;
}

/* green */
body.green #header li
{
	background-image: url('images/green/gradients/navbg.png');
}

body.green #header #blogdescrip
{
	background-image: url('images/green/misc/dots.png');
}

body.green #featured .excerpt a.readfeatured
{
	background-image: url('images/green/gradients/readfeatured.png');
}

body.green #search #sbtn
{
	background-image: url('images/green/icons/search.png');
}

body.green .post .entry a.more-link,
body.green .post .entry a.more-link:link,
body.green .post .entry a.more-link:visited
{
	background-color: #01bca8;
}

body.green .post .entry a.more-link:hover,
body.green .sidebar li ul li a:hover
{
	background-color: #4102a0;
}

body.green #footer .widget_twitter a,
body.green .sidebar .widget_twitter a,
body.green #footer #twitter-tools a,
body.green .sidebar #twitter-tools a,
body.green #commentform-container h3
{
	color: #01bca8;
}

body.green #footer .widget_twitter a:hover,
body.green .sidebar .widget_twitter a:hover,
body.green #footer #twitter-tools a:hover,
body.green .sidebar #twitter-tools a:hover,
body.green .sidebar ul li ul.widgetnav li.current a
{
	color: #4102a0;
}

body.green .sidebar .widget_twitter h3 a,
body.green #footer .widget_twitter h3 a,
body.green .sidebar #twitter-tools h3 a,
body.green #footer #twitter-tools h3 a

{
	color: #333;
}

body.green .sidebar ul li ul.widgetnav li a:hover
{
	background: transparent;
	color: #4102a0;
}


/* red */
body.red #header li
{
	background-image: url('images/red/gradients/navbg.png');
}

body.red #header #blogdescrip
{
	background-image: url('images/red/misc/dots.png');
}

body.red #featured .excerpt a.readfeatured
{
	background-image: url('images/red/gradients/readfeatured.png');
}

body.red #search #sbtn
{
	background-image: url('images/red/icons/search.png');
}

body.red .post .entry a.more-link,
body.red .post .entry a.more-link:link,
body.red .post .entry a.more-link:visited
{
	background-color: #d90321;
}

body.red .post .entry a.more-link:hover,
body.red .sidebar li ul li a:hover
{
	background-color: #03aeed;
}

body.red #footer .widget_twitter a,
body.red .sidebar .widget_twitter a,
body.red #footer #twitter-tools a,
body.red .sidebar #twitter-tools a,
body.red #commentform-container h3
{
	color: #d90321;
}

body.red #footer .widget_twitter a:hover,
body.red .sidebar .widget_twitter a:hover,
body.red #footer #twitter-tools a:hover,
body.red .sidebar #twitter-tools a:hover,
body.red .sidebar ul li ul.widgetnav li a:hover,
body.red .sidebar ul li ul.widgetnav li.current a
{
	color: #03aeed;
}

body.red .sidebar .widget_twitter h3 a,
body.red #footer .widget_twitter h3 a,
body.red .sidebar #twitter-tools h3 a,
body.red #footer #twitter-tools h3 a
{
	color: #333;
}

body.red .sidebar ul li ul.widgetnav li a:hover
{
	background: transparent;
}


/* black */
body.black
{
	background: #1a1a1a;
	color: #f9f9f9;
}

body.black #header #blogdescrip
{
	background-image: url('images/black/misc/dots.png');
}

body.black ul#subnav
{
	background: #333;
	border-bottom-color: #444;
}
body.black ul#subnav2
{
	background: #222;
}

body.black .sidebar h3
{
	color: #ddd;
}

body.black blockquote,
body.black pre,
body.black .sidebar li a,
body.black #header #blogdescrip,
body.black #footer .widget h3, 
body.black #footer .widget h3 a,
body.black ul#footernav li a
{
	color: #ddd;
}

body.black #header,
body.black #main,
body.black .sidebar ul li ul.widgetnav
{
	border-color: #666;
}

body.black h3,
body.black .postmetadata,
body.black .sidebar ul li ul#widget_comments li
{
	border-color: #333;
}

body.black .postmetadata
{
	background: #333;
}

body.black .post .entry a.more-link,
body.black .post .entry a.more-link:link,
body.black .post .entry a.more-link:visited
{
	background-image: url('images/black/icons/readmore.png');
}

body.black ul.commentlist li .comment_author cite
{
	color: #999;
}

body.black #comments #submit
{
	background: #333;
}

body.black #comments #submit:hover
{
	background: #999;
}

body.black .sidebar .widget_rss ul li,
body.black .widget_twitter ul.tweets li,
body.black #twitter-tools ul li
{
	border-top: 1px dotted #333;
}

.widget_recent_entries li {
    clear: both;
    border-bottom: 1px dotted #dddddd;
}

.widget_recent_entries .wp-post-image {
    float: left;
    margin: 5px 5px 0 0;
}

.widget_recent_entries li p {
    margin-top: 5px;
    font-size: 75%;
    font-color: #808080;
    margin: 0 0 5px 0;
    padding: 5px 0 5px 5px;
}

.social-button-hatena {
        float: left;
        display: inline-block;
        *display: inline;	/*for IE*/
        *zoom: 1;		/*for IE*/
        width: 80px;
        height: 60px;
        margin: 0 10px 15px 6px;
}

.social-button-twitter {
        float: left;
        display: inline-block;
        *display: inline;	/*for IE*/
        *zoom: 1;		/*for IE*/
        width:57px;
        height: 62px;
        margin: 0 5px 15px 5px;
}

.social-button-fb {
        float: left;
        display: inline-block;
        *display: inline;	/*for IE*/
        *zoom: 1;		/*for IE*/
        width: 70px;
        height: 69px;
        margin: 0 5px 15px 20px;
}
.social-button-fbshare {
        float: left;
        display: inline-block;
        *display: inline;	/*for IE*/
        *zoom: 1;		/*for IE*/
        width: 70px;
        height: 69px;
        margin: 0 5px 15px 5px;
}
.social-button-google {
        float: left;
        display: inline-block;
        *display: inline;	/*for IE*/
        *zoom: 1;		/*for IE*/
        width: 50px;
        height: 60px;
        margin: 0 5px 15px 5px;
}
.social-button-pocket {
        float: left;
        display: inline-block;
        *display: inline;	/*for IE*/
        *zoom: 1;		/*for IE*/
        width: 80px;
        height: 63px;
        margin: 0 5px 15px 5px;
}
.follow_headline{
	clear: both;
	margin: 18px 0 0;
	overflow: hidden;
	padding: 4px;
}
.follow_box_twitter{
        float: left;
        display: inline-block;
        *display: inline;	/*for IE*/
        *zoom: 1;		/*for IE*/
        width: 150px;
        margin: 0 5px 15px 5px;
}
.follow_box_feed{
        float: left;
        display: inline-block;
        *display: inline;	/*for IE*/
        *zoom: 1;		/*for IE*/
        width: 150px;
        margin: 0 5px 15px 5px;
}
/* カウンタ付きFeedlyボタン全体を包括するブロック */
#feedly-followers {
    display: block;
}
/* カウンタ本体の修飾 */
#feedly-count {
    margin-bottom: 6px;
    top: 0px;
    width: 74px;	←カウンタの幅
    height: 31px;	←カウンタの高さ
    background-color: #FFF;
    position: relative;
    border: 1px solid #669966;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 0 4px;
    font-family: Arial;
    font-size: 16px;
    line-height: 31px;
    text-align: center;
    color: #2D4C86;
    display: block;
}
/* カウンタ吹き出し部分の修飾 */
.fdly-count:after,
.fdly-count:before {
    border: solid transparent;
    content: ' ';
    height: 0;
    right: 100%;
    position: absolute;
    width: 0;
}
.fdly-count:before {
    border-width: 5px;
    border-top-color: #B0C1D8;
    top: 32px;
    left: 45%;
}
.fdly-count:after {
    border-width: 5px;
    border-top-color: #FFF;
    top: 30px;	
    left: 45%;
}
