/*
Theme Name: Smashy Beats
Theme URI: http://wwww.smashybeats.com/
Description: An especially designed theme for the our <a href="http://www.smashybeats.com/">Smashy Beats - Podcast project</a>.
Version: 2.0
Author: Yannick Olympio
Author URI: http://www.smashybeats.com/
Tags: dark grey, black, orange, blue, widgets, sidebar
Text Domain: Smashy Beats
*/

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

li {
	padding: 0;
	margin: 0;
}

a {
	color:#00ccff;
}

a:hover {
	color:#6ce2ff;
}

a:hover {
	color:#6ce2ff;
}

a:visted {
	color:#00aeda;
}


h1 {

	font-size: 1.8em;
}

h2 {
	font-size: 1.7em;
}

h3 {
	padding:20px 0;
	font-size: 1.6em;
}

h4 {
	font-size: 1.3em;
}

/* Structure */
body {
	/*font-size: 62.5%;  Resets 1em to 10px */
	font-size: 0.75em;
	line-height:1.6em;
	font-family: Verdana, Arial, Sans-Serif;
	margin: 0;
	padding: 0;
	background: #272727;
	color: #e5e5e5;
	}
	
#header {
	width:100%;
	margin:0;
	padding: 0;
	height: 106px;
	background: url(images/headerBG.gif) repeat-x;
}
	
#headerBlock {
	width:980px;
	margin: 0 auto;
}
	
#logo {
	width:368px;
	height:106px;
	display: block;
	background: url(images/logo.gif) no-repeat;
	float:left;
}
	
#logo span {
	display: none;
}

#mainMenu {
	margin: 0;
	padding: 0;
	float:left;
	width:612px;
	background: url(images/mainMenu_bg.gif) no-repeat;
	
}

#mainMenu li {
	float:left;
	height: 106px;
	}

#mainMenu li span{
	display: none;
}


#mainMenuItem1 a {
	width:152px;
	height:106px;
	display: block;
	background: url(images/mainMenuItem1.gif) no-repeat;
}

#mainMenuItem1 a:hover {
	background-position: 0 -106px;
}

	
#mainMenuItem2 a {
	width:151px;
	height:106px;
	display: block;
	background: url(images/mainMenuItem2.gif) no-repeat;
}

#mainMenuItem2 a:hover {
	background-position: 0 -106px;
}
	
#mainMenuItem3 a {
	width:151px;
	height:106px;
	display: block;
	background: url(images/mainMenuItem3.gif) no-repeat;
}

#mainMenuItem3 a:hover {
	background-position: 0 -106px;
}

#mainMenuItem4 a {
	width:158px;
	height:106px;
	display: block;
	background: url(images/mainMenuItem4.gif) no-repeat;
}

#mainMenuItem4 a:hover {
	background-position: 0 -106px;
}
	
#frame {
	width:980px;
	margin: 0 auto;
	padding: 0;
	}

#content {
	width:726px;
	min-height: 453px;
	padding:0 0 0 0;
	float:left;
	background: url(images/centerBlockBG.jpg) no-repeat;
	}
	
#edito {
	color: #CCC;
	background: left bottom url(images/brh.png) repeat-x;
	min-height: 72px;
	padding:0 0 20px 100px;
	margin: 0 50px 20px 0;
	}
	
#edito h3 {
		font-size: 1em;
		float:left;
		color:#FFF;
		margin:0 0.5em 0 0;
		padding:0;
	}
	
.storycontent ul {
	list-style: disc;
	margin-left: 20px;
}

.storycontent ul li {
	margin-left:15px;
}

#rightBlock {
	width:254px;
	float:left;
	background: url(images/rightBlockBG.jpg) no-repeat;
	}
	
#footerFrame {
	font-size: 0.9em;
	width:100%;
	height: 90px;
	clear: left;
	padding: 10px 0;
	background: url(images/footerBG.gif) repeat-x #1e1e1e;
}

#footerContent {
	width: 930px;
	margin:0 0 0 50px;
	margin:0 auto;
}

#footerNav li {
	float: left;
	margin:0 5px;
}

div.post h3.storytitle {
	margin:2px 0;
	padding: 0;
}

div.post h3.storytitle a {
	color: #ffbf00;
	text-decoration: none;
}

div.post h3.storytitle a:hover {
	color: #ffbf00;
	text-decoration: underline;
}

div.post_date {
	width:52px;
	height:52px;
	float:left;
	color:#333;
	padding: 5px 4px 4px 2px;
	font-weight: bold;
	background: url(images/post_dateBG.gif) no-repeat;
	}
	
div.post_date span.day {
	width:46px;
	display:block;
	font-size: 1.85em;
	text-align: center;
}

.entry {
	padding:0 0 5px 0;
	background: left bottom url(images/brh.png) repeat-x;
}

.sociable {
	width:auto;
	float: left;
	color: #999;
	margin:0;
	padding:0;
	vertical-align: top;
}

.sociable h4 {
	margin: 0 0 5px 0;
	padding: 0;
}

.post-ratings-frame {
	width:370px;
	float: left;
	color: #999;
	margin:16px 0 0 10px;
	padding:0 0 0 10px;
	vertical-align: top;
	border-left:1px solid #333;
}

.post-ratings-frame h4 {
 	margin: 0 0 5px 0;
	padding: 0;
}


div.post_date span.mounth {
	width:46px;
	margin: -1px 0 0 0;
	font-size: 1.2em;
	display:block;
	text-align: center;
}

.attachment-post-thumbnail {float:left;}
	
div.post {
	float:left;
	width:620px;
	margin:0 0 20px 0;
	padding:0 5px 5px 0px;
}
	
div.post .info {
	display: block;
	overflow: hidden;
	margin:8px 0 20px 0;
	font-size: 0.9em;
	height: 16px;
	color:#999;
}
	

div.post .info span a {
	color:#999;
	text-decoration: none;
}
	
div.post .info span a:hover {
	text-decoration: underline;
}

div.post .info span {
	display: block;
	margin:0 25px 0 0;
	line-height: 16px;
	padding:0 0 0 18px;
}
	
div.post .info .rattings {
	float:left;
	padding:0;
}
	
div.post .info .author {
	float:left;
	background:url(images/author_ico.gif) no-repeat;
}
	
div.post .info .comments {
	float:left;
	background:url(images/comments_ico.gif) no-repeat;
}
	
div.post .info .category {
	float:left;
	background:url(images/category_ico.gif) no-repeat;
}

div.post br {
	display: block;
	clear: left;
}

#open_comments {
	margin:0 0 0 -10px;
}

#pagination {clear:left;margin:0 auto;}
ul.paging { list-style: none; padding: 0; font-weight: bold;}  
ul.paging a {}
ul.paging li { float: left; margin: 0 6px 6px 0; }  
ul.paging li a, ul.paging li.active { display: block; padding: 3px 6px; background-color: #FFF; border: 1px solid #666; color:#333; }
ul.paging li.active { background-color: #FFF; border-color: #FFF; color:#00C0FF; }  

.comments_title {
	overflow: hidden;
	clear: left;
	height: 38px;
	display: block;
	margin: 0 0 0 60px;
	padding: 0;
	width:658px;
	background: url(images/comments_header.gif) no-repeat;
}

.tags {
    clear:left;
}

.tags a {
    padding: 2px 5px;
    color:#EEE;
}

a.more-link {
    float:right;
    background:#FFBF00;
    padding:2px 6px;
    color:#333;
    font-weight:bold;
    text-decoration:none;
}

a.more-link:hover {
    color:#000;
    background:#F6F6F6;
}

.comments_title span {
    display: none;
}

#comments {
	width:658px;
	padding:0 0 0 10px; 
	margin:0 0 0 60px;
	overflow: hidden;
	background: url(images/comments_bg.gif) repeat-y;
}

#comments ol.commentlist {
	width: 100%
	margin: 0;
	padding: 0 50px 0 0;
	list-style: none;
}

#comments ol.commentlist li {
	margin: 0;
	padding: 15px 0;
	overflow: hidden;
	background: url(images/brh.png) repeat-x bottom left;
}

#comments ol.commentlist li .comment-info img.avatar {
	margin:0 10px 2px 0;
	border:1px solid #666;
	display: block;
	float: left;
}

#comments ol.commentlist li .comment-info cite a {
	font-size: 1.3em;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color:#FFBF00;
	line-height: normal;
	}
	
#comments ol.commentlist li .comment-info .content-meta {
	color:#999;
	text-decoration: none;
	display: block;
	line-height: normal;
	font-size: 0.9em;
}

#comments ol.commentlist li .interact {
	float:right;
}

#respond {
}

#commentform label {
	float: left;
	width: 200px;
	display: block;
}

#comment {
	width:200px;
}

#rightBlock {
	font-size: 0.9em;
	line-height: normal;
	margin:0 0 15px 0;
}
	
#rightBlock a {
	color:#e5e5e5;
	text-decoration: none;
	
}

#rightBlock a:hover {
	color:#FFF;
	text-decoration: underline;
}

#rightBlock .widgets {
	background: url(images/widgets_header.gif) no-repeat;
	padding:7px 0 0 0;
	margin:25px 0 0 8px;
}

#rightBlock .widgets li h2 {
	background: #e6e6e6;
	color: #333;
	height:29px;
	padding:0;
	margin: 0;
}

#rightBlock .widgets li.widget_search h2 {
	background: url(images/widget_search.gif) no-repeat;
}

#rightBlock .widgets li.widget_recent_entries h2 {
	background: url(images/widget_recent_entries.gif) no-repeat;
}

#rightBlock .widgets li.widget_categories h2 {
	background: url(images/widget_categories.gif) no-repeat;
}

#rightBlock .widgets li.widget_ratings h2 {
	background: url(images/widget_ratings.gif) no-repeat;
}

#rightBlock .widgets li.widget_recent_comments h2 {
	background: url(images/widget_recent_comments.gif) no-repeat;
}

#rightBlock .widgets li.widget_links h2 {
	background: url(images/widget_links.gif) no-repeat;
}

#rightBlock .widgets li h2 span {
	display: none;
}
	
#rightBlock .widgets li ul {
	padding:6px 14px 12px 14px;
	background: url(images/widget_bg.gif) repeat-y;
}

#rightBlock .widgets li ul li {
	padding:4px 0 4px 0;
	border-bottom: 1px solid #333;
}

#rightBlock .widgets_footer {
	display:block;
	height: 12px;
	border:none;
	margin: 0 0 0 8px;
	background: url(images/widgets_footer.gif) no-repeat;
}

#sidebar_items {
	margin:10px 0 0 8px;
}

#sidebar_podcast a {
	display: block;
	width: 246px;
	height: 48px;
	background: url(images/sidebar_podcast.gif) no-repeat;
}

#sidebar_podcast a:hover {
	background-position: 0 -48px;
}

#sidebar_podcast a span {
	display: none;
}

#sidebar_twitter a {
	display: block;
	width: 246px;
	height: 48px;
	background: url(images/sidebar_twitter.gif) no-repeat;
}

#sidebar_twitter a:hover {
	background-position: 0 -48px;
}

#sidebar_twitter a span {
	display: none;
}
	
#sidebar_rss a {
	display: block;
	width: 246px;
	height: 48px;
	background: url(images/sidebar_rss.gif) no-repeat;
}

#sidebar_rss a:hover {
	background-position: 0 -48px;
}

#sidebar_rss a span {
	display: none;
}
	
#sidebar_facebook a {
	display: block;
	width: 246px;
	height: 55px;
	background: url(images/sidebar_facebook.gif) no-repeat;
}

#sidebar_facebook a:hover {
	background-position: 0 -55px;
}

#sidebar_facebook a span {
	display: none;
}


/* Wordpress post content styling : */
	
.post img {
	margin: 0 10px 8px 0;
	border:1px solid #666;
}

.post img.alignleft {
	float:left;
}

.post img.alignright {
	float:left;
}


