/*
Theme Name: Centric Theme
Author: ChiQ
Author URI: http://www.wpthemedesigner.com/
*/

* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font: 12px Verdana;
	color: #FFF;
	background: #000000;
}

a, a:link, a:visited  {
	text-decoration: none;
	color: #F60000;
}

a:hover, a:active  {
	text-decoration: underline;
}



.spl, .spl:link, .spl:visited  {
	text-decoration: none;
	font-weight:bold;
	color: #F66600;
}

.spl:hover, .spl:active  {
	text-decoration: underline;
}

img {
	border: 0;
}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.hidden {
	display: none;
}


#cont {
	width: 100%;
	background: #000000 url(images/mbg.png) repeat-y center 0;
}


#wrapper {
	width: 940px;
	margin: auto auto;
	text-align:justify;
	background:#000;
}

/** BEGIN header **/
#header {

}
	#header h1 {
		padding-top: 10px;
	}
		#header h1 a {
			display: block;
			width: auto;
			height: 150px;
			float: left
			outline: none;
		}
		
		#header h1 a.r {
			float: right
		}	

	#header ul {
		height: 20px;
		background: url(images/bar.png) repeat-x 0 0;
		list-style-type: none;
		margin: 0px;
		padding: 0 0 0 10px;
	}
		#header ul li {
			float: left;
			text-transform: uppercase;
			font-size: 12px;
			font-weight: bold;
			font-family: Verdana;
			padding-left: 2px;
		}
		#header ul li.f {
			padding-left: 0;
			background: none;
		}
		#header ul li a {
			color: #FFF;
			padding: 2px 20px;
			display: block;
		}
		#header ul li a:hover {
			text-decoration: none;
			color: #D0522C;
		}
/** END header **/

/** BEGIN body **/
#body {
	width: 940px;
	padding: 0;
}
	#sidebar {
		width: 940px;
		float: left;
		font-size: 1.2em;
		color: #7E7E7E;
		padding: 15px 0 0 0;
	}
		#sidebar div {
			float:left;
			width:300px;
			margin:0 20px 0 0;
		}
		#sidebar div.lad {
			margin-right:0;
		}
		#sidebar h2 {
			font-size: 13px;
			text-transform: uppercase;
			color: #F60000;
			margin:0 0 10px 0;
			padding:1px 5px 3px 5px;
			background: url(images/bar.png) repeat-x 0 0;
		}
		#sidebar ul {
			list-style-type: none;
			border: 1px dotted #979797;
			border-width: 0 1px 1px 0;
			padding: 0 0 10px;
			height: 60px
		}
			#sidebar ul li {
				padding: 0 0 5px 0px;
			}
			#sidebar ul li a {
				color: #FFF;
			}
			#sidebar ul li a:hover {
				
			}
	#content {
		float: left;
		width: 940px;
		padding: 10px 0 0 0;
	}
		#content #latest {
			
		}
			#content #latest h2 {
				font-size: 1.6em;
				margin-bottom: 15px;
			}
			#content #latest img {
				float: left;
				border: 1px solid #444;
				border-width: 1px 0 1px 1px;
				padding:3px 3px 4px 3px;
				background-color: #111;
			}
			#content #latest div {
				width: 293px;
				height: 228px;
				overflow:hidden;
				float: left;
				padding: 10px 10px 10px 10px;
				background-color: #111;
				border: 1px solid #444;
				border-width: 1px 1px 1px 0;
			}
				#content #latest div p {
					margin-bottom: 5px;
				}
				#content #latest .readmore {
					float: right;
					font-weight: bold;
					margin: 20px 0 0 0;
				}

			#content #mpu {
				position:relative;
				width: 300px;
				height: 250px;
				float: right;
				padding: 0;
				margin: 0;
				background-color: #000;
				border:none; 
			}

			#content #mpu * {
				position: absolute !important;
			}			



		#content .box {
			width: 300px;
			float: left;
			margin: 20px 20px 0 0;
		}
		#content .end {
			margin-right: 0 !important;
		}
			#content .box h2 {
				font-size: 13px;
				text-transform: uppercase;
				color: #F60000;
				padding:1px 5px 3px 5px;
				background: url(images/bar.png) repeat-x 0 0;
			}
			#content .box h2.inp {
				margin:0 0 10px 0;
			}
			#content .box img {
				border: 1px solid #E6E6E6;
				padding: 2px;
			}
			#content .box p {
				margin: 10px 0;
			}
			#content .box .readmore {
				float: right;
				font-weight: bold;
				margin-bottom: 20px;
			}
			#content .box ul {
				list-style-type: none;
				clear: both;
			}
				#content .box ul li {
					border-bottom: 1px solid #333333;
					padding: 5px 0 10px 5px;
					line-height: 18px;
					height:35px;
					overflow:hidden					
				}

				#content .box ul li.lgr {
					background:#111;					
				}

/** END body **/

/** BEGIN footer **/
#footer {
	padding: 40px 0 20px;
}
	#footer p {
		color: #7E7E7E;
		line-height: 1.6em;
		text-align:center;
	}

/** END footer **/

/** BEGIN misc **/
.single {
	padding-top: 25px !important;
}
.post {
	padding: 0 0 20px 0;
}
	.post p {
		margin-bottom: 10px;
		line-height: 1.5em;
	}
	.post img {
		float: left;
		margin: 0 10px 5px 0;
		padding: 3px;
		border: 1px solid #e1e1e1;
	}
	.post h3 {
		font-size: 1.4em !important;
		padding-bottom: 10px;
	}
	.post .details {
		clear: both;
		padding: 5px 0;
		border-width: 1px 0;
		border-style: dotted;
		border-color: #e0e0e0;
		margin-top: 10px;
	}
	.post .details p {
		margin-bottom: 0;
	}
	.post .l {
		float: left;
	}
	.post .r {
		float: right;
	}
	.post ol {
		padding: 0 0 10px 20px;
	}
	.post ul {
		padding: 0 0 10px 15px;
	}
	.post li {
		margin: 2px 0;
	}
	.post blockquote {
		font-style: italic;
		padding: 10px;
		background-color: #EEEEEE;
		border-width: 1px 0;
		border-style: solid;
		border-color: #E3E3E3;
		margin-bottom: 10px;
	}
	.post h3 {
		margin-bottom: 5px;
		font-size: 1.3em;
	}
#comments {
	
}
	#comments h2 {
		margin: 10px 0;
		font-size: 1.5em;
		font-weight: normal;
	}
	#comments p {
		margin-bottom: 10px;
		line-height: 1.5em;
	}
	#comments form {
		padding-top: 20px;
	}
	#comments form p {
		margin-bottom: 5px;
	}
	.commentdetails {
		margin-top: 25px;
	}
	.commentauthor {
		margin-bottom: 5px !important;
		font-weight: bold;
	}
	.commentdate {
		font-size: 0.8em;
		margin-bottom: 5px;
		color: #909090;
	}
	.required {
		color: #ff0000;
	}
	#respond {
		padding-top: 20px;
	}
/** END misc **/
