/*
Theme Name: Jessie Payo
Description: Theme for the Jessie Pyo Site
Version: 1.0
*/

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family:"Segoe UI", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #FFF;
	font-size: 16px;
	list-style: none;
	line-height: 1.5em;
}

a, .section a {
	text-decoration:none;
	color: #921616;
}

h1, h2, h3, h1 a {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: normal;
	margin: 0 0 10px 0;
}

h1, h1 a {
	font-size: 30px;
	color: #FFF;
	color: #921616;
}

h2 {
	font-size:25px;
}

h3 {
	font-size: 20px;
}

body {
	background: #000;
}

#pwrap {
	background: url(images/cbg.jpg);
}

#pcontainer {
	background: url(images/mbg.jpg) no-repeat top right;
}

#mcontainer {
	margin: 0 auto;
	width: 970px;
	min-height: 900px;
	padding: 10px 0 0 0px;
	position: relative;
	overflow: auto;
}

#logo {
	background: url(images/header.png) no-repeat;
	width: 822px;
	height: 110px;
	margin: 0px auto;
	margin-bottom: 15px;
}

#content {
	float: right;
	clear: both;
	width: 570px;
	margin: 0 100px 0 0;
}

#sidebar {
	float: left;
	padding: 10px 0;
}

#footer {
	clear: both;
	background: url(images/footer.png) no-repeat;
	width: 825px;
	height: 50px;
	text-align: center;
	padding: 10px 0;
	font-size: 12px;
}

#footer a{ font-size: 12px; color: #fff; }

ul#nav {
	background: none;
	padding: 5px 0 0 0px;
	margin: 0 0 50px 0;
}

#nav li a{
	background: #FFF;
	float: left;
	text-indent: -9999px;
}

li a#mnhome {
	background: url(images/home.png) no-repeat;
	width: 82px;
	height: 26px;
}

li a#mnabout {
	background: url(images/about.png) no-repeat;
	width: 196px;
	height: 26px;
}

li a#mnjupter {
	background: url(images/jupiter.png) no-repeat;
	width: 210px;
	height: 26px;
}


li a#mnshows {
	background: url(images/shows.png) no-repeat;
	width: 117px;
	height: 26px;
}

li a#mnmedia {
	background: url(images/media.png) no-repeat;
	width: 107px;
	height: 26px;
}

li a#mnmusic {
	background: url(images/music.png) no-repeat;
	width: 110px;
	height: 26px;
}

li a#mncontact {
	background: url(images/contact.png) no-repeat;
	width: 147px;
	height: 26px;
}

#th {
	background: url(images/twitter.png) no-repeat;
	width: 225px;
	height: 34px;
}

#ns {
	background: url(images/newsletter.png) no-repeat;
	width: 225px;
	height: 34px;
}

#twitter {
	/*background: url(images/tran.png);*/
	color: #000;
	width: 210px;
	/*margin: 10px 0 20px 10px;
	padding: 10px 5px 20px 10px;*/
	margin: 10px 0 0 10px;
	padding: 0;
}

#twitter ul li{ width: 46px; float: left; padding-right: 20px;}

#twitter_update_list li {
	margin: 20px 0 0;
	font-size: 11px !important;
}

#twitter_update_list li span {
	color: #000;
	font-size: 11px !important;
}

#twitter_update_list li a {
	display: block;
	color: #000;
	font-size: 11px !important;
}

.section {
	margin: 0 0 40px 0;
}

.pmeta {
	font-size: 12px;
	margin: -15px 0 20px 0;
}

.pmeta a{
	font-size: 12px;
}

/* Comments section */

#commentform p {
	 margin: 20px 0;
}

.comment {
	margin: 20px 0 10px 0;
}

.small {
	font-size: 12px;
}

.ctext {
	margin: 5px 0 0 0;
}

.cauthor a{
	font-size: 20px;
}

.io, textarea{
	margin: 10px 0 4px 0;
	padding: 5px 15px;
	border: solid 1px #CCC;
	background: none;
	color: #fff;
	font-size: 14px;
	width: 400px;
	height: 20px;
	-moz-border-radius: 5px;
}

textarea {
	height: 160px;
	margin: 10px 0 0 0;
}

input.submit {
	margin: 10px 0 4px 0;
	border: solid 1px #CCC;
	background: none;
	color: #FFF;
	font-size: 14px;
	width: 200px;
	height: 30px;
	-moz-border-radius: 5px;
}

.wpcf7-form input { color: #000; }

h2.widgettitle{ font-size: 14px; }

.wpsb_form_btn, .submitbtn input { 
	background-color: #000; border: 2px solid #fff; margin-top: 3px; color: #fff;
} 

.wpsb_form_txt{ color: #000; }


/* 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 */

