/*
Theme Name: Bad Melons
Theme URI: http://badmelons.com/
Version: 1.0
Author: Jonathan Melo
Author URI: http://badmelons.com/
*/

@charset "utf-8";
/* CSS Document */

/* Begin Typography & Colors */
html {background: #5a0569  url(images/bg_repeat.jpg) repeat-x;}
body {
	margin: 0;
	padding: 0;
	font-size: 8pt; /* Resets 1em to 10px */
	font-family: "Trebuchet", Arial, Helvetica, sans-serif;
	background: url(images/bm_bg.jpg) no-repeat center top;
	color: #333;
	text-align: center;
	}

#page {
	margin:0 auto;
	padding: 0;
	width: 900px;
	background: #FFF url(images/faux.gif) repeat-y;
	text-align: left;
	}

#header {
	background-color: #FFF;
	margin: 0;
	padding: 0;
	height: 370px;
	width: 900px;
	}

#content {
	font-size: 1.2em;
	}
	
#sidebar { 	
	background:url(images/lefttop_corner.gif) no-repeat;
	padding: 20px 0 10px 0;
	float:right;
	width: 370px;
	}
	
#footer {
	padding: 0;
	margin: 0 auto;
	width: 900px;
	height:168px;
	clear: both;
	background: url(images/bm_footer_bg.jpg) no-repeat;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
	
.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

small {
	font-size: 0.9em;
	line-height: 1.5em;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

a, h2 a:hover, h3 a:hover {
	color: #eb0e6b;
	text-decoration: none;
	}

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


/* Begin Structure */

.narrowcolumn {
	float: left;
	padding: 0 0 20px 15px;
	margin: 0px 0 0;
	width: 500px;
	}

.post {
	margin: 0 0 40px;
	text-align: left;
	line-height: 1.5em;
	}

.clear {
	clear: both;
	}





/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	font-size: 3.0em;
	text-align: center;
	}

h2 {
	margin: 0px 0 0 0;
	font-size: 1.4em;
	}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	font-size: 1.2em;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
}
	
h1, h2, h3 {
	text-decoration: none;
	font-family: "Trebuchet", Arial, Helvetica, sans-serif;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */




/* Begin Form Elements */

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */

/* End Sidebar */

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
.postmetadata { text-align:center;}


/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* End captions */

#header_middle {
margin: 8px 0 0 0;
background:#FFF url(images/bm_header_middle.jpg) no-repeat;
width: 900px;
height: 211px;
clear:both;
float:left;
}
#middle_navi {
width: 208px;
margin-left:10px;
float:left;
}
#middle_navi a {
margin:0;
float:left;
}

.clear {
clear:both;
}

.sidebar_left {
	width:165px;
	float:left;
	}
.sidebar_right {
	width: 200px;
	float:right;
	}

#facebook_widget {
margin:15px 0 0 10px;
float:left;
width:350px;
background:#FFF;
}

#latest_discussions{
background:#FFF url(images/top_x.gif) repeat-x;
width:330px;
	padding:10px 5px 5px 10px;
	margin: 15px 10px;
float:left;
}

ol#blogcomments {
}

ol#blogcomments  li {
margin-bottom:10px;
background:#f3f3f3;
}
ol#blogcomments  li p {
width:310px;
}

.comment_icon {
float:left;
margin:10px;
}

.alert_notice {
	background: #FF99CC;
	border-top: thin solid #FF0066;
	border-bottom: thin solid #FF0066;
	font-size:14pt;
	color:#CC0033;
	padding:10px 10px;
	line-height:1.3em;
}

.flash{
margin: 60px 0 0 10px;
float: left;
}

.gettastetext {font-size:1.2em;}
.gettastetext a:link, .gettastetext a:visited, .gettastetext a:hover, .gettastetext a:active {color:#FFF;}

p.sharethis {
background:#f3f3f3;
border: 1px solid #e8e8e8;
padding:10px 5px;
}

ul#main_navi {margin: 0 0 0 0; padding: 10px 0 0 10px; float:right; text-align:left; background:#ed1e79 no-repeat; height: 30px;}
ul#main_navi li {padding:0; margin:10px; font-size:11pt;text-decoration:none; color:#999; float:left; display:block; text-align:center;}
ul#main_navi li a:hover, ul#main_navi li a:link, ul#main_navi li a:visited{ color:#FFF;}
ul#main_navi li{display:inline;}
ul#main_navi li {margin:0 5px 0 0;}
ul#main_navi li a {margin:0 5px 0 0;}

.sidebar_ads {
	padding:0 5px 5px 0;
	margin: 0 10px;
	}
	
ul.guestURLs {
	list-style:none outside;
	padding:0;
	}
	
#latest_posts, #latest_episodes, #random_posts, #latest_discussions, #bad_links {
	background:#FFF;
	width:350px;
	padding:10px 0 5px 0;
	margin: 15px 10px 15px 10px;
	float:left;
	}
#bad_links {
 width:350px;
 margin:15px 0 15px 10px;
 font-size:12pt;
}	

#bad_links li {
width:320px;
line-height:.5em;
}
#bad_links li a {
font-size:11pt;
font-weight:normal;
margin:0;
}

#latest_posts li, #latest_episodes li, #random_posts li, #bad_links li, #latest_discussions li {
font-size:12pt;
font-weight:bold;
margin: 0 0 5px 5px;
float:left;
}

#latest_posts h2, #latest_episodes h2, #random_posts h2, #latest_discussions h2, #bad_links h2 {
font-size:18pt;
margin:0 0 10px 10px;
color:#FFF;
}

#sidebar .widget a:link, #sidebar .widget a:visited, #sidebar .widget a:active{ color:#404042;}

#sidebar .widget a:hover{ color:#222;} 

#sidebar .widget li img{margin-right:10px; float:left; border:#666 1px solid;}



.title_heading {
background: url(images/bm_post_title.gif) no-repeat;
height: 68px;
margin: 0 0 0 -44px;
}
.title_heading h2 {
	line-height: 40px;
	margin: 0 0 0 40px;
	color:#FFF;
}

.title_heading h2 a:link, .title_heading h2 a:visited, .title_heading h2 a:hover, .title_heading h2 a:active {color:#FFF;}

.widget_heading {
background: url(images/bm_widget_title.gif) no-repeat;
width: 370px;
height: 68px;
margin: 0 0 0 19px;
}
.widget_heading h2 {
	line-height: 40px;
	margin: 0 0 0 40px;
	color:#FFF;
}
.widget li {
	font-weight: bold;}
	
li.categories { margin-left:20px;}
	
#content.main {margin:25px 0 0 0;}

/* Featured */
#featured_wrap {
	width:422px;
	margin-left: 40px;
	float:left;
	overflow:hidden;
}

#featured_wrap img {
	border:none;
	float:left;
}
#slides {
	float:left;
}
#inner_wrap {
	width: 350px;
	float:left;
}

img.alignnone {margin-bottom:20px;}



/*Guests*/
.guest_info img {margin-right:10px; float:left;}
.guest_info {margin-bottom:10px; height:110px;}
.guest_info p {}

/*
SEARCH FORM
*/
#footer #search-form { width:380px; height:40px; position:relative; top: -40px; left:500px;}
#footer #search-form input {height: 30px; font-size:16pt;}

#content #search-form { width:380px; height:40px; position:relative; top: 10px; left:40px;}
#content #search-form input {height: 30px; font-size:16pt;}

#footer .footer-links-1 { width: 110px; position: relative; left:170px; font-size:1.3em; font-weight:bold; float:left;}
#footer .footer-links-1 li {list-style:none;}

#footer .footer-links-2 { width: 130px; position: relative; left:160px; font-size:1.3em; font-weight:bold; float:left;}
#footer .footer-links-2 li {list-style:none;}

#footer .footer-links-1 a:link, #footer .footer-links-1 a:visited, #footer .footer-links-1 a:hover { color:#FFF;}
#footer .footer-links-2 a:link, #footer .footer-links-2 a:visited, #footer .footer-links-2 a:hover { color:#FFF;}

.gallery-icon { margin:0; padding:0;}
.gallery-item { margin:0 0 10px 0; width:120px; }

/*Store*/
#store #page {
	margin:0 auto;
	padding: 0;
	width: 900px;
	background: #FFF;
	text-align: left;
	}
#store-content {margin-left:15px;}

#store #header {
	background-color: #FFF;
	margin-bottom: 20px;
	padding: 0;
	width: 900px;
	}
	
/* Featured */
#store #featured_wrap {
	width:100%;
	margin: 20px 0 30px 15px;
	float:left;
	overflow:hidden;
	clear:both;
}

#store #featured_wrap img {
	border:none;
	float:left;
}
#store #slides {
	float:left;
}
#store #inner_wrap {
	width: 605px;
	float:left;
}

#store img.alignnone {margin-bottom:20px;}

* {font-style:normal;}

.commentlist { list-style:none; margin-left:-5px;}

.commentlist li { border-bottom: 1px solid #898989; width:450px; background:#CCC; margin-bottom:3px; padding:5px 10px 10px 10px;}

