/* bReset styles */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
}

a img, :link img, :visited img {
	border:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

ol, ul {
	list-style:none;
}

q:before, q:after, blockquote:before, blockquote:after {
	content:"";
}

/* Site styles */

html {
	background:#EFF2F5 url("../images/bg.png");
}

body {
	font:0.7em Arial;
	color:#6B6A6A;
	background:url("../images/bottom-bg.gif") repeat-x bottom;
	padding:8px 0 0;
}

a {
	text-decoration:underline;
	color:#00AEEF;
}

a:hover {
	text-decoration:none;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

h1 {
	color:#00AEEF;
	font:normal 1.6em Arial;
	margin-bottom:2px;
}

	h1 sup {
		font:normal 11px Arial;
		color:#fff;
		background:#F68E56;
		padding:0 2px;
	}

h2 {
	font:bold 1.2em Arial;
	padding:5px 20px;
	color:#fff;
	background:#ccc;
	margin-bottom:5px;
}

	h2.green {background:#ACD373}
	h2.red {background:#F69679}
	h2.pink {background:#F06EAA}
	h2.blue {background:#6DCFF6}
	h2.brown {background:#998675}
	h2.aqua {background:#1CBBB4}
	h2.lightpink {background:#F5989D}
	h2.orange {background:#E7A71D}

h3 {
	font:bold 1.25em Arial;
	margin-bottom:5px;
}
	
/* Form elements */

.textbox, select {
	font:normal 1em Arial;
	color:#6B6A6A;
	background:#fff;
	border:1px solid #bbb;
}

.textbox:focus {
	background:#f5f5f5;
}

.button {
	border:1px solid #ccc;
	font:normal 1em Arial;
	color:#00AEEF;
	cursor:pointer;
	background:#fff;
}

.button:hover {
	background:#f5f5f5;
}

textarea {
	background:#f5f5f5;
	padding:0;
	font:normal 1em Arial;
}

/* Structure */

.wrap {
	width:980px;
	margin:0 auto;
	background:url("../images/wrapper-middle.png") repeat-y center;
}

.outer-wrapper {
	background:url("../images/wrapper-top.png") no-repeat center top;
}

.wrapper {
	padding:0 4px 10px;
	background:url("../images/wrapper-bottom.png") no-repeat center bottom;
}

.wrapper:after {
	clear:both;
	display:block;
	content:"";
}

.container {
	width:100%;
	float:right;
	margin-left:-230px;
}

/* Header */

.header {
	position:relative;
	height:248px;
	background:url("../images/header.jpg") no-repeat center top;
}

	.logo {
		position:absolute;
		top:0;
		left:0;
	}
	
	.post {
		position:absolute;
		right:0;
		top:125px;
	}
	
	.login {
		position:absolute;
		left:0;
		bottom:15px;
		padding:2px 5px;
		background:url("../images/login-bg.png");
	}
	
		.login span {
			font-size:1.1em;
			color:#fff;
		}
		
			.login span a {
				color:#fff;
			}
		
		.login table {
			text-align:right;
		}
		
			.login td {
				padding:0 4px 2px 0;
			}
			
				.login ul {
					padding-left:5px;
				}
			
					.login li {
						padding-left:8px;
						background:url("../images/login-arrow.gif") no-repeat left 4px;
						text-align:left;
					}
		
		.login a {
			color:#464646;
		}
		
		.login a:hover {
			color:#fff;
		}

/* Content */

.content {
	margin-left:230px;
}

	.center {
		text-align:center;
	}

/* Recommended block */

.recommended {
	overflow:hidden;
	background:url("../images/recommended.png") no-repeat left;
	padding-left:34px;
	margin:0 0 12px 230px;
}

	.recommended li {
		float:left;
		margin-right:10px;
		width:160px;
		background:#F3FFE0;
		text-align:center;
		padding:10px 3px 3px;
	}
	
		.recommended p {
			margin-bottom:3px;
		}
		
			.recommended a {
				color:#464646;
				text-decoration:none;
			}
			
			.recommended a:hover {
				color:#F06EAA;
				text-decoration:underline;
			}

/* Central column */

.main {
	margin-right:220px;
}

	.category {
		overflow:hidden;
		background:url("../images/category-bg.gif") no-repeat left top;
		padding-left:15px;
		margin-bottom:6px;
	}
	
		.category p {
			float:left;
			background:#F7E7D9 url("../images/category-right.gif") no-repeat right top;
			padding:0 30px 0 10px;
			font:normal 1.2em/20px Verdana;
			color:#998675;
		}
		
			.category a {
				color:#998675;
				text-decoration:none;
			}
			
			.category a:hover {
				color:#695645;
			}
		
		.date {
			float:right;
			background:#F3F3F3;
			line-height:20px;
			color:#7D7D7D;
			padding:0 5px;
		}
	
	.title-footer {
		margin-bottom:10px;
		font-family:Verdana;
	}
	
		.title-footer a {
			color:#F26C4F;
			text-decoration:none;
		}
		
		.title-footer a:hover {
			text-decoration:underline;
		}
		
		.title-footer img {
			vertical-align:top;
		}
	
	.news {
		overflow:hidden;
		padding-bottom:8px;
	}
	
		.news img {
			margin:0 5px;
		}
		
		.news form img {
			margin:0;
			vertical-align:top;
		}
	
	.post-footer {
		background:#E9F7F7;
		color:#00AEEF;
		font:italic normal 1.3em Arial;
		padding:3px 7px 5px;
		margin-bottom:16px;
	}
		
		.post-footer .rating {
			float:right;
			padding-top:1px;
			font-size:12px;
		}
	
	.banner-block {
		margin-bottom:12px;
		text-align:center;
	}
	
/* Block */

.block {
	padding:0 8px;
	margin-bottom:12px;
}

/* Left column */

.leftside {
	width:220px;
	float:left;
}

	.random-news {
		margin-bottom:12px;
		padding:0 8px;
	}
	
		.random-news li {
			background:#E4F2FC;
			margin-bottom:4px;
			font-size:1.1em;
			padding:4px;
			text-align:center;
		}
		
			.random-news p {
				margin-bottom:3px;
			}
			
				.random-news a {
					color:#464646;
					text-decoration:none;
				}
				
				.random-news a:hover {
					color:#222;
				}
			
	.searchbox {
		padding:5px 10px 5px;
		margin-bottom:12px;
	}
	
		.searchbox .textbox {
			width:140px;
		}

/* Right column */

.rightside {
	width:210px;
	float:right;
}

	.topnews {
		font-size:1.1em;
		color:#4D4D4D;
	}
	
		.topnews a {
			color:#4D4D4D;
			text-decoration:none;
		}
		
		.topnews a:hover {
			color:#8DC63F;
			text-decoration:underline;
			
		}
	
	.menu {
		margin-bottom:20px;
		margin-left: 25px;
		margin-top: 15px;
	}
	
		.menu li {
			margin-bottom:5px;
		}
	
			.menu p {
				color:#B7B7B7;
				
			}
			
				.menu dl {
					overflow:hidden;
					padding:5px 0;
					cursor:pointer;
				}
				
				.menu .even {
					background:#F7F1F1;
				}
				
				.menu dl:hover, .menu .iehover {
					background:#E7FDC5;
				}

					.menu dd {
						display:table;
					}
					
					.menu dt {
						float:left;
						width:40px;
						text-align:center;
					}
					
						.menu dl:hover h3, .menu .iehover h3 {
							color:#F06EAA;
							text-decoration:underline;
						}
				
				.menu ul {
					display:none;
					margin:5px 0 5px 22px;
				}
				
					.menu ul li {
						background:url("../images/menu-bullet.gif") no-repeat left 3px;
						padding-left:18px;
					}
					
						.menu ul li a {
							color:#000000;
							font-size: 14px;
						}
						
						.menu ul li a:hover {
							color:#00AEEF;
						}

/* Footer */

.footer {
	margin:0 auto;
	width:950px;
	color:#fff;
	padding:0 0 1px;
	text-align:center;
}
.pm_status {
	float:left;
	border: 1px solid #d8d8d8;
	padding: 0px;
	background-color: #fff;
	width: 280px;
	height: 100px;
	margin-left: 20px;
	margin-right: 5px;
}

.pm_status_head {
	border-bottom: 1px solid #d8d8d8;
	font-size: 0.9em; 
	background: #fff url("../images/bbcodes.png") repeat-x 0 100%;
	height: 22px;
	padding: 0;
	font-weight: bold;
	text-align: center;
	color: #4e4e4e;
}

.pm_status_content {
	padding: 5px;
}