@charset "utf-8";

/* -------------------------------- */
/* RESET HTML TAGS					*/ 
/* -------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td { 
	margin:0;
	padding:0;	
	font-family:Arial, Helvetica, sans-serif;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
	
}
ol,ul {
	list-style:none;
}

.post ol {
	list-style:decimal;
	margin:10px 30px;
	
	font-size:12px;
	color:#666;
}

.post ol li {
	margin:10px 0;
}

caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}

/* -------------------------------- */
/* PAGE ELEMENTS 					*/ 
/* -------------------------------- */
/* Top Section	  					*/

body {
	background:#27303A url(../images/ui/bg-body.png) top left repeat-x;
}

#wrapper {
	width:970px;
	margin:0 auto;
}

	/* -------------------------------- */
	/* HEADER							*/
	
	#header {
		height:137px;
		position:relative;
		background:#21355A;
		border-bottom:11px solid #3A5EA8;
		overflow:hidden;
		background:url(../images/ui/bg-header.png) top right no-repeat;
	}
	
	#header .ad {
		position:absolute;
		top:20px;
		right:20px;
	}
	
	#header .logo {
		position:absolute;
		top:2px;
		left:35px;
	}
	
	#header h1 {
		font-size:11px;
		color:#FFF;
		position:absolute;
		top:57px;
		left:80px;
		font-weight:normal;
	}
	
	#header form {
		position:absolute;
		right:15px;
		bottom:10px;
	}
	
	#header form input {
		font-weight:bold;
		font-size:13px;
		color:#333333;
		border:0px;
		padding:3px;
	}
	
	#header form a {
		color:#FFF;
		text-decoration:none;
		font-size:16px;
		font-weight:bold;
	}
	
	#header ul {
	 	height:41px;
		position:absolute;
		bottom:0px;
		left:0px;
		padding-left:40px;
	}
	
	#header li {
		float:left;
		height:32px;
		line-height:32px;
		position:relative;
		top:10px;
		padding-right:8px;
		margin:0 5px;
	}
	
	#header li a {
		display:block;
		float:left;
		height:32px;
		line-height:32px;
		padding-left:8px;
		
		color:#FFF;
		text-decoration:none;
		font-size:16px;
		font-weight:bold;
	}
	
	#header li.sel {
		background:url(../images/ui/bg-header-ul-tab.png) top right no-repeat;
	}
	
	#header li.sel a {
		background:url(../images/ui/bg-header-ul-tab.png) top left no-repeat;
	}
	
	/* -------------------------------- */
	/* MARQUEE							*/
	
	#marquee {
		height:210px;
		background:#EAEEF6;
		border-bottom:4px solid #3A5EA8;
	}
		
	/* -------------------------------- */
	/* CENTER							*/
	
	#center {
		min-height:200px;
		background:#FFF;
		border-bottom:32px solid #202428;
		padding:10px 0;
		position:relative;
		z-index:0;
	}
	
	#center p {
		font-size:12px;
		color:#666666;
		line-height:155%;
		margin:5px 0;
	}
	
	#center strong, #center b {
		font-weight:bold;
	}
	
	#center h3, #center h3 a {
		font-size:26px;
		font-weight:bold;
		color:#243B69;
		text-decoration:none;
	}
	
	#center .sticky h4 a{
		color:#666666;
		text-decoration:none;
		font-size:16px;
		text-align:center;
	}
	
	#center .sticky h3,#center .sticky h4  {
		text-align:center;
	}
	
	#center .featured {
		height:110px;
	}
	
	#center h4, #center .right h2 {
		font-size:15px;
		font-weight:bold;
		color:#243B69;
		margin-bottom:10px;
	}
	
	#center h5 {
		font-size:18px;
		font-weight:bold;
		color:#243B69;
	}
	
	#center .post img {
		border:1px solid #CCCCCC;
		margin:4px 10px 0px 0px;
		padding:2px;
	}
	
	#center .post {
		border-bottom:0px;
		padding:5px 0;
		padding-top:25px;
		position:relative;
		
	}
	
	#center .post .category {
		position:absolute;
		top:0px;
		left:2px;
		color:#999999;
	}
	
	#center .post .author strong{
		font-weight:bold;
		text-decoration:none;
		color:#243B69;
	}
	
	#center .category a {
		color:#999999;
		text-decoration:none;
	}
	
	#center .post .author{
		
	}
	
	#center .footer {
		background:#ECECEC;
		text-indent:15px;
	}
	#center .post .more-link {
		font-weight:bold;
		color:#243B69;
		text-decoration:none;
	}
	
	#center .post.sticky  {
		padding:5px 0;
		border-bottom:1px solid #CCC;
		margin-bottom:10px;
	}
	
	#center .post.sticky .category, #center .post.sticky .author, #center .post.sticky .footer  {
		display:none;
	}
	
	#center .tripple .post {
		width:30%;
		float:left;
		margin:8px;
		font-size:11px;
		border-right:1px solid #CCC;
	}
	
	
	#center .doubble .post {
		width:44%;
		float:left;
		padding: 25px 15px 0px 0px;
		font-size:11px;
		border-right:1px solid #CCC;
		margin-right: 15px;
	}
	
	
	#center .doubble .post .author {
		display:none;
	}
	
	#center .doubble .post:last-child {
		border-right:0px;
	}
	
	#center .doubble .post h3, #center .doubble .post h3 a {
		font-size:18px;
	}
	
	#center .tripple .post .footer, #center .doubble .post .footer {
		text-indent:5px;
		width:95%;
	}
	
	#center .left {
		width:575px;
		margin-left:10px;
		float:left;
		position:relative;
		z-index:1;
	}
	
	#center .center {
		width:770px;
		margin-left:15px;
		float:left;
		position:relative;
		z-index:1;
	}
	
	#center .avatar {
		display:none;
	} 
	
	#center .comment {
		font-size:12px;
		color:#666666;
		padding:10px 20px;
		border:1px solid #CCCCCC;
		background:url(../images/ui/bg-box.png) bottom right no-repeat;
		-moz-border-radius:8px;
		margin-bottom:10px;
	}
	
	#center cite {
		font-weight:bold;
		color:#243B69;
	}
	
	#center .center #comment {
		width:100%;
	}
	
	#center .center .postmetadata {
		border:1px solid #CCCCCC;
		margin:10px 0;
		padding:10px;
		background:url(../images/ui/bg-box.png) bottom right no-repeat;
		-moz-border-radius:8px;
	}
	
	#center .right {
		width:235px;
		float:left;
		margin-left:10px;
		position:relative;
		z-index:1;
	}
	
	#center .right .box {
		border:1px solid #CCCCCC;
		margin:10px 0;
		padding:10px;
		background:url(../images/ui/bg-box.png) bottom right no-repeat;
		-moz-border-radius:8px;
	}
	
	
	
	#center .right .box ol {
		font-size:12px;
		list-style:decimal;
		margin-left:16px;
		color:#666;
	}
	
	#center .right .box ul {
		font-size:12px;
		list-style:square;
		margin-left:16px;
		color:#666;
	}
	
	#center .right .box ul.bookmarks  {
		list-style:none;
		margin-left:0px;
	}
	
	#center .right .box ul.bookmarks ul {
		margin:10px 20px;;
	}
	
	#center .right .box ol li {
		white-space:nowrap;
	}
	
	#center .right .box ol li a {
		text-decoration:none;
		font-weight:bold;
		color:#243B69;
	}
	
	#center .ad {
		position:absolute;
		right:10px;
		top:20px;
	}
	
	
	#center .contact {
		margin-left:10px;
		border:1px solid #CCC;
		padding:20px;
	}
	
	#center .contact label {
		display:block;
		font-weight:bold;
		line-height:20px;
		color:#666;
	}
	
	#center .contact .text, #center .contact textarea {
		padding:4px;
		font-size:11px;
		border:1px solid  #CCCCCC;
		background:#FFf;
	}
	
	#center .contact br {
		line-height:12px;
		clear:both;
	}
	
	#center .contact .submit {
		border:2px solid #CCC;
		background:#666;
		color:#FFFFCC;
		padding:4px;
		display:block;
		margin:10px 0px;
	}
	
	#center div.error  {
		color:#CC0000;
		text-align:center;
		font-weight:bold;
		font-size:13px;
		padding:10px;
		background:#FAE5E5;
		margin-bottom: 5px;
	}
	
		/* -------------------------------- */
		/* LEFT								*/
		
		
		/* -------------------------------- */
		/* RIGHT							*/
	
	
	/* -------------------------------- */
	/* FOOTER							*/
	
	#footer {
		background:#21355A;
		height:40px;
		padding-top:20px;
		color:#FFFFFF;
		font-size:10px;
		text-align: center;
		clear:both;
	}
	
	#footer p {
		margin-left:20px;
		color:#FFFFFF;
	}
	
	#footer a {
	color: #ffffff;
}
	#center .navigation {
		clear: both;
		margin-top: 5px;
		font-size:12px;
		
	}
	
	.alignleft {
		float: left;
		margin-right: 10px;
	}
	
	.alignright {
		float: right;
		margin-left:10px;
	}
	
	.wp-caption {
		text-align: center;
	}
	