

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

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th { 
	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;
}
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!important;
	background-color:#27303A!important;
}

#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:14px;
		left:19px;
	}
	
	#header h1 {
		font-size:11px;
		color:#FFF;
		position:absolute;
		top:64px;
		left:110px;
		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;
	}
	
	#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, h1 {
		font-size:26px;
		font-weight:bold;
		color:#243B69;
		text-decoration:none;
	}
	
	#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:0px 15px;
		padding-top:25px;
		font-size:11px;
		border-right:1px solid #CCC;
	}
	
	#center .doubble .post .category {
		left:20px;
	}
	
	#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;
	}
	
	#center .center {
		width:770px;
		margin-left:15px;
		float:left;
	}
	
	#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;
	}
	
	#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 {
		float:right;
		margin:10px;
	}
	
		/* -------------------------------- */
		/* LEFT								*/
		
		
		/* -------------------------------- */
		/* RIGHT							*/
	
	
	/* -------------------------------- */
	/* FOOTER							*/
	
	#footer {
		background:#21355A;
		height:41px;
		padding-top:20px;
		color:#FFFFFF;
		font-size:10px;
		text-align: center;
		clear:both;
	}
	
	#footer p {
		margin-left:20px;
		color:#FFFFFF;
	}
	
	#footer a {
	color: #ffffff;
}
	
	
	
	#aom_search td, .aom_bc{
		padding:2px
		
	}
	
	.aom_l, .aom_lt {
		color:#FFFFFF!important;
	}
	
	#aom_navcontainer {
		display:none;
	}
	
	.aom_hr {
		display:none;
	}
	
	
	.aom_d {
		display:none;
	}
	
	td td .content td img { max-width: 200px; }
	