/*
Theme Name: Evolutionary
Theme URI: http://timgweb.com/evolutionary/
Description: A clean blog theme with jQuery animations.
Version: 1.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.5;}
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:75%;color:#333; background:url('images/gradients/background.png') center repeat-y #fff; font-family:"Trebuchet MS", Helvetica, Arial, "Times New Roman", sans-serif;text-align: center;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2.5em;margin-bottom:0.25em;font-weight: bold;}
h3 {font-size:1.75em;margin-bottom:0.25em;font-weight: bold;}
h4 {font-size:1.5em;margin-bottom:0.25em;color:#d90321;}
h5 {font-size:1.17em;font-weight:bold;margin-bottom:0.25em;}
h6 {font-size:1.17em;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.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
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; }
.socials 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.5em 1.5em 0; }
.alignright, img.alignright { display: block; float: right; margin: 0 0 1.5em 1.5em; }
.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; }

.blue-uzful {color:#00b1e6;}

/* ================================ 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: 960px;
}

#header
{
	border-bottom: 5px solid #3c3c3c;
	height: 150px;
	overflow: hidden;
	padding: 0 0 2px;
}

#main
{
	border-bottom: 5px solid #3c3c3c;
	margin: 0 auto;
	overflow: hidden;
	padding: 28px 0;
}

#main #content
{
	float: left;
	width: 650px;
}

#main #mainsidebar
{
	float: right;
	width: 270px;
}

/* header and navigation */
#header #logo
{
	float: left;
}
 
#header h1
{
	line-height: 1;
	/*margin: 10px 0 5px;*/
	padding: 0;   
    margin:0;
}

#header #blogdescrip
{
	/*background: transparent url('images/misc/dots.png') no-repeat left center;*/
	color: #555;
	font-size: 0.95em;             
	line-height: 1;
	padding: 0 0 0 16px;
	margin: 0;
}

#header h1 img
{
	display: block;
}

#header ul
{
	float: right;  
	list-style: none;
	margin: 0;
	padding: 0;
	position:relative;
	top:60px;  
}

#header li
{
	background: transparent url('images/gradients/navbg2.png') no-repeat left 67px;
	display: block;
	float: left;
	font-size: 18px;
	height: 92px;
	line-height: 1;
	list-style: none;
	margin: 0 2px 0 0;
	padding: 0;
	padding-left:15px;
	padding-right:15px;
	text-align: left;
	text-transform: lowercase;
}

#header li.last
{
	margin: 0;
	background: none;
}

#header li a
{
	/*background: transparent url('images/misc/arrows.png') no-repeat center -9999px;*/
	display: block;
	color: #000;
	height: 92px;
	padding: 0 6px;
	/*padding-right:20px;*/
	position: relative;
	text-decoration: none;
	width: 80px;
}

#header li a.rss
{
	width: 20px;
}

#header li .slash
{
	color:#1eafe1;
	display:none;
}

#header li.current_page_item  span
{
	color:#1eafe1;
}

#header li.current_page_item  .slash
{
	/*color:#1eafe1;*/
	font-weight:bold;
	color:#000;
}

#header li a:hover
{
	background-position: center 84px;
	color: #15afe1;
	text-decoration: none;
}

#header li a:focus
{
	outline: none;
}

#header li a span
{
	/*display: inline-block;/*/
}

#header li a span
{
	bottom: 5px;
	display: inline-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: 2px 10px;
}

ul#subnav2
{
	background: #fff;
	border-bottom: none;
}

ul#subnav li,
ul#subnav2 li
{
	display: block;
	float: left;
	font-size: 14px;
	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: 650px;
}

#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: 650px;
}

#featured ul#featuredimages li,
#featured ul#featuredexcerpts li
{
	display: block;
	height: 290px;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	width: 650px;
}

#featured .excerpt
{
	background: transparent url('images/misc/dotbg.png');
	bottom: 0;
	color: #fff;
	left: 0;
	margin: 0;
	padding: 5px;
	position: absolute;
	width: 640px
}

#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 30px 0 0;
	text-transform:uppercase;
}

.post .date
{
	font-family:Helvetica, "Times New Roman", "Trebuchet MS", Arial, sans-serif;
	/*font-style:italic;*/
	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;
}

.entry-info .comments, .entry-info .views{
    float:right;
    display:block;  
    padding-left:25px;
} 
.entry-info .comments {
    background:url("images/icons/posts.png") no-repeat scroll 0 -16px transparent;    
    margin-left: 10px;
    padding-left:23px;
}
.entry-info .views {
    background:url("images/icons/posts.png") no-repeat scroll 0 0px transparent;
    padding-left:21px;
}
.post .date span
{
	display: block;
	line-height: 1;
}

.post .date span.month
{
	font-size: 1.8em;
	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.3em;
}

.entry ul li
{
	font-size: 1.05em;
	line-height: 1.2em;
	padding-bottom: 5px;
}
.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
{
	/*border: 1px solid #212121;*/
	display: block;
}

.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 .views, .postmetadata .comments
{
	float: right;
    position: relative;
    bottom: 0;
}

.postmetadata .line
{
	display:block;
	float:none;
	clear:both;
}

.postmetadata .line .tags {
    display: block;
    width:475px;
}

.postmetadata .views a:hover, .postmetadata .comments a:hover, .postmetadata .tags a:hover, .postmetadata .views 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;
}

/*RPX*/
#comments #respond 
{
	height:30px;
	padding : 10px 0 10px 10px;
	background:#fafafa;
}


#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 13px;
	background: #F7F7F7;
	padding:5px;

}

.sidebar ul li ul li
{
	font-size: 1.16em;
	line-height: 1.2;
	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: inline-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: #000;
}

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 p{
	line-height: 1;
	margin: 0;
}*/


.search input#s, .search input[type=text]
{
	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
{
    display:inline;
    float:left;
    margin:13px 5px 0 4px;
    width:220px;
}
#footer li.widget_links {
    max-height:300px;
    min-width:220px;
    width:auto;
}  
#footer li.widget_links ul li {
    display:table-cell;
    float:left;
    width:220px;
} 
#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;
    margin-left: 0; 
}

#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;
}




/*------------------------------------------- */
/* WIDGETS SIMPLES */
/*------------------------------------------- */
/*FACEBOOK FANBOX*/

/*------------------------------------------- */
/*PLUGINS */
/*------------------------------------------- */

/*TEST WIDGET*/
.sidebar li.test-widget{display:none;}

.sidebar li.widget_views a{
    display:inline;
    font-size:76%;
}
.sidebar li.widget_views span.viewcount {
    display:inline;
    font-size:76%;
    font-style:italic;
}

/* Share Options */
.shareoptions {}

/* Facebook like button */
.shareoptions .fblikebutton { float:right; }

/* Sexy BookMarks */
.shareoptions .sexybm {}
ul.socials a.external { background:none;}
div.shr-bookmarks { margin:0; }

/* Twitter Tools */
#twitter-tools ul li.aktt_more_updates {margin-top:5px; font-size: 130%;}

/*affichage des smileys*/
img.tse-smiley, img.wp-smiley {border:none; display:inline-block;}

div.sociable { margin: 16px 0; width:400px; float:left; }

div.uzfulVote { margin: 32px 0 16px 16px; float:left; }

.sidebar li.widget_twitter li .entry-content{font-size:80%; display:block; padding-top:4px;}
.sidebar li.widget_twitter li .from-meta {display:none;}
.sidebar li.widget_twitter li .time-meta {font-size:80%;}
.sidebar li.widget_twitter li .in-reply-to-meta {font-size:80%;}

/*Suivez nous*/
.sidebar li.suivez-nous{
    /*display:none;*/
    margin:10px 0 0;
}

.sidebar li.suivez-nous h3{  
    border-bottom:none;       
}
.sidebar li.suivez-nous ul { margin : 0 auto 0 auto;}
.sidebar li.suivez-nous li  {
    width: 60px;
    display:inline-block;
    margin:10px;
}


/*suscribe2*/

.sidebar li#subscribe2 h3 {display:none; margin-top:0;}

.sidebar li#subscribe2 .search {
    padding: 5px 0 0 0;
}
.sidebar li#subscribe2 .search input[type=text] {
    width:245px;
    margin-top: 5px ;
}
.sidebar li#subscribe2 .search input[type=submit] {
    color:white;
    background:#000;
    border:solid 1px;
    margin-top: 3px;
    padding:3px;
    
    background:#AAAAAA none repeat scroll 0 0;
    border:2px solid #EEEEEE;
    color:#FAFAFA;
    position:relative;
    cursor:pointer;
    /*float:right;*/
    right:0;
}

.sidebar li#subscribe2{
    padding-bottom: 3px;
}

/* 
RETOUCHE CSS DE BASE + ajouts classes de base
*/
a.left, span.left {
    margin:0 5px 0 0;
    padding:0;
    float:left;
    display:inline-block;
}

a.discreet {
    margin:0 5px 0 0;
    background:none;
    padding:0;
    margin:0;
    display:inline-block;
    float:left;
}
a.discreet img {
    margin:0;
    padding:0;
    border:none;
}

.clear{
    clear:both;
}
