/*
Theme Name: Mobile Entertainment Forum
*/

body {
	margin:0;
	background:#e3e5e5 url(images/toprept.jpg) repeat-x left top;
	color:#6f6f6f;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}
a { 
	color:#008bd9;
	text-decoration:none;
}
a:hover {
	text-decoration:underline; 
}
h1, h1 a, h2, h2 a, h3, h4, h5, h6 {
	margin-bottom:0;
	color:#008bd9;
	text-align:left;
}
h1 {font-size:2.6em;}
h2 {font-size:2em;}
h3 {font-size:1.6em;}
h4 {font-size:1.2em;}
h5 {font-size:1em;}
h6 {font-size:0.8em;}
img {
	border:0;
}
input {
	font-size:1.2em;
}
input[type=text], textarea{
	background:#fff;
	border:1px inset #aaa;
}
input[type=submit] {
	background:#eee;
	border:1px outset #aaa;
}
textarea {
	font-size:12px;
}
pre {
	font-size:12px;
	overflow:auto;
}
code {
	font-size:12px;
	background-color:#f8f8f8;
	color:#111;
}


/* Layout */
#page-out {
	background:url(images/bottomrept.jpg) repeat-x left bottom;
	width:100%;
	float:left;
}
#page {
	width:951px;
	margin:0 auto;
	text-align:left;
}
#wrapper {
	background:url(images/contentbg.jpg) repeat-y left top;
	width:928px;
	float:left;
	padding:33px 23px 0 0;
}
#content{
	width:630px;
	float:left;
}
#content .latest {
	font-size:24px;
	font-weight:normal;
	line-height:100%;
	color:#000000;
	padding:0;
	margin:0 0 0 20px;
}
#sidebar{
	float:right;
	width:238px;
}
#footer {
	background:url(images/footer.jpg) no-repeat left top;
	height:75px;
	clear:both;
	padding-top:30px;
}


/* Header */
#header {
	width:951px;
	float:left;
}
#navbar {
	background:url(images/menubg.jpg) no-repeat left top;
	width:951px;
	height:45px;
	float:left;
}
#navbar ul {
	height:45px;
	padding:0;
	margin:0;
	list-style-type:none;
}
#navbar ul li {
	background:url(images/devider.jpg) no-repeat left top;
	height:45px;
	float:left;
	padding:0 30px;
}
#navbar ul li:first-child {
	background:none;
	padding-left:22px;
}
#navbar ul li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:45px;
	text-decoration:none;
	color:#FFFFFF;
	display:block;
	height:45px;
	float:left;
	padding:0 15px;
}
#navbar ul li a:hover, #navbar ul li.current_page_item a {
	background:url(images/menuhov.jpg) repeat-x left top;
}



/* Sidebar */
#sidebar ul {
	padding:0;
	margin:0;
	list-style: none;
}
#sidebar ul li {
	background:url(images/sidebarbg-rept.jpg) repeat-y left top;
	margin:0 0 11px 0;
}
#sidebar ul ul {
	background:url(images/sidebarbg.jpg) no-repeat left bottom;
	margin:0;
	padding:17px;
}
#sidebar li li {
	background:url(images/bullet.png) no-repeat left 4px;
	padding:0 0 8px 20px;
	margin:0;
}
#sidebar li li li {
	background:none;
	padding:0 0 0 10px;
	margin:0;
}
#sidebar a {
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
#sidebar a:hover {
	color:#f9be5a;
}
#sidebar ul h2 {
	font-size:18px;
	font-weight:normal;
	line-height:39px;
	text-transform:uppercase;
	color:#FFFFFF;
	background:url(images/sidebar-head.jpg) no-repeat left top;
	text-align:left;
	height:39px;
	padding:0 0 0 12px;
	margin:0;
}


/* Footer */
#footer p {
	font-size:12px;
	font-weight:bold;
	line-height:75px;
	color:#FFFFFF;
	text-align:center;
	padding:0;
	margin:0;
}



/* Post */
.post {
	margin:0 0 3px 0;
	clear:both;
}
.posttitle {
	font-size:18px;
	font-weight:normal;
	background:url(images/titlebg.jpg) no-repeat left top;
	height:41px;
	padding:25px 0 0 32px;
	margin:0;
}
.posttitle a:hover {
	text-decoration:none;
	color:#f48b36;
}
.postentry {
	clear:both;
	padding:10px 0 20px 0;
	margin-left:20px;
	border-bottom:dotted 1px #8a8a8a;
}
.post .commentbtn {
	font-size:12px;
	font-weight:bold;
	line-height:25px;
	background:url(images/comment-btn.jpg) no-repeat left top;
	text-align:center;
	width:105px;
	height:25px;
	clear:both;
}
.post .commentbtn a {
	text-decoration:none;
	color:#FFFFFF;
	text-align:center;
	display:block;
}
.post .commentbtn a:hover {
	color:#000000;
}
.post p, .post ol li, .post ul li{
	margin-top:0;
	text-align:justify;
}
.post li li {
	font-size:1em;
}
.post blockquote {
	padding:0 0 0 2em;
	border-left:0.4em solid #ccc;
	font-size:0.9em;
}
.post blockquote blockquote {
	margin-left:0;
	font-size:1em;
}
.postmetadata {
	clear:both;
	margin:1em 0 1em 20px;
	font-size:1.1em;
	color:#888;
	text-align:justify;
}
div.navigation {
	margin-left:20px;
}


/* Comments */
#comments {
	font-size:1.2em;
}
.commentlist {
	margin:20px 0;
	padding:0;
	border-width:0 0.1em 0.1em 0;
	border-color:#eee;
	border-style:solid;
}
.commentlist li {
	list-style:none;
	margin:0;
	padding:0;
	border-width:0.1em 0 0 0.1em;
	border-color:#eee;
	border-style:solid;
}
li.comment div, li.pingback div {
	padding:20px;
	overflow:auto;
}
li.comment div div, li.pingback div div {
	padding:0;
	overflow:visible;
}
.commentlist li.even {
	background-color:#fafafa;
}
.commentlist li.odd {
	background-color:#f6f6f6;
}
ul.children li {
	list-style:none;
}
img.avatar {
	float:right;
	border:1px solid #eee;
	padding:2px;
	margin:0;
	background:#fff;
}
.comment-meta, .reply {
	margin:0;
	padding:0;
	font-size:0.8em;
}
.comment-author cite {
	font-style:normal;
	font-weight:bold;
	font-size:1.2em;
}
textarea#comment {
	width:100%;
}
#comments div.navigation {
	font-size:0.9em;
}
/* Comment ends */


/* Calendar */
#wp-calendar caption {
	text-transform:uppercase;
	font-weight:bold;
	color:#aaa;
	text-align:left;
}
#wp-calendar thead th {
	font-weight:normal;
	color:#27a;
	text-align:center;
}
#wp-calendar tbody td {
	text-align:center;
}
#wp-calendar tbody td a {
	font-weight:bold;
}
#wp-calendar tbody td.pad {
	border:none;
}
/* Calendar ends */


abbr {
	cursor:help;
	border-bottom: 0.1em dotted;
}
.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.alignleft {
   float: left;
   margin: 5px 5px 5px 0;
}
.alignright {
   float: right;
   margin: 5px 0 5px 5px;
}
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}
.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;
}
