* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family:"Segoe UI", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	list-style: none;
	font-size: 15px;
	color: #e4bd98;
}

body {
	background: #000;
}

#mbg {
	margin: 0 auto;
	background: url(images/bg-blog.jpg) top center no-repeat;
	max-width: 1858px;
	height: 1063px;
}

#cbg {
	width: 1180px;
	margin: 0 auto;
	padding: 450px 0 20px 20px;
}

#nav {
	background:url(images/nav.jpg) no-repeat;
	width: 760px;
	height: 35px;
	margin: 0 0 20px 402px;
	padding: 10px 0 0 10px
}

#nav li a{
	float: left;
	height: 33px;
}

a#mhome {
	background: url(images/home.png);
	width: 70px;
}

a#mshowinfo {
	background: url(images/showinfo.png);
	width: 115px;
}

a#mcredits {
	background: url(images/credits.png);
	width: 92px;
}

a#mcalendar {
	background: url(images/calendar.png);
	width: 107px;
}

a#mmedia {
	background: url(images/media.png);
	width: 72px;
}

a#mstore {
	background: url(images/store.png);
	width: 75px;
}

a#mlinks {
	background: url(images/links.png);
	width: 62px;
}

a#mblog {
	background: url(images/blog.png);
	width: 66px;
}

a#mcontact {
	background: url(images/contact.png);
	width: 85px;
}

#sidebar {
	width: 378px;
	float: left;
}

#content {
	background:url(images/mainbg.jpg) repeat-y;
	margin: 4px 0 0 23px;
	width: 769px;
	float: left;
	position: relative;
}

#mcontent {
	background:url(images/main.jpg) no-repeat;
	width: 741px;
	min-height: 340px;
	padding: 10px;
}

#cbot {
	position: absolute;
	bottom: 0;
	background:url(images/mainbot.jpg) no-repeat;
	width: 769px;
	height: 8px;
}

#newsletter {
	background:url(images/newsletter.jpg) no-repeat;
	height: 80px;
	padding: 70px 0 0 40px;
}

#twitter {
	background:url(images/twitter.jpg) no-repeat;
	height: 331px;
	padding: 75px 0 0 40px;
	font-size: 11px !important;
}

#upcoming {
	background:url(images/upcoming.jpg) no-repeat;
	min-height: 180px;
	padding: 50px 40px 0 40px;
	color: #FFF;
}

input {
	background: #000;
	border: solid 1px #b48d55;
	color: #efb900;
	font-weight: bold;
	padding: 5px;
	font-size: 14px;
}

input.txt {
	width: 220px;
}

a.mbutton{ 
	float: right;
	margin: 20px 0 0 0;
	background: #000;
	border: solid 1px #b48d55;
	color: #efb900;
	font-weight: bold;
	padding: 5px;
	font-size: 14px; text-decoration: none;
}

input.mbutton {
	float: right;
	margin: 20px 0 0 0;
}

#upcoming p{
	padding: 7px 0;
	border-bottom: 1px dotted #fff;
}

#upcoming span {
	color: #ffc500;
}

#twitter_update_list {
	width: 200px;
	margin: 0 0 0 20px;
}

#twitter_update_list li {
	margin: 20px 0;
}

#twitter_update_list li span {
	color: #fff;
	font-size: 11px;
}

#twitter_update_list li a, #twitter_update_list li span a  {
	display: block;
	color: #fff;
	font-size: 11px;
}


h1, h2, h3, h1 a {
	font-weight: normal;
	margin: 0 0 10px 0;
}

h1, h1 a {
	font-size: 30px;
	color: #FFF;
	color: #ffc50b;
	text-decoration: none;
}

h2 {
	font-size:25px;
}

h3 {
	font-size: 20px;
}


/* 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 #b48d55;
	background: none;
	color: #fff;
	font-size: 14px;
	width: 400px;
	height: 20px;
}

textarea {
	height: 160px;
	margin: 10px 0 0 0;
}

input.submit {
	margin: 10px 0 4px 0;
	background: none;
	color: #FFF;
	font-size: 14px;
	width: 200px;
	height: 30px;
}

.wpcf7-form input { color: #fff; }

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 */

#footer{ text-align: center; padding: 10px; font-size: 11px; }
#footer a{ font-size: 11px; }

.text ul{ list-style-type: circle !important; margin: 10px 0 10px 30px; color: #e4bd98 !important; padding-left: 10px; }
.text ul li{ color: #e4bd98; }
.text{ line-height: 1.2 }