/*
Theme Name: UNO Magazine Design
Theme URI: http://www.unomagazine.com.ph
Description: The official theme of UNO Magazine
Version: 1.0
Author: Juan Karlo Licudine
Author URI: http://www.faceupp.com
*/

body {
	background: #f2f2f2;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	font-size: 14px;
}

a img {
	border: none;	
}

#topbar {
	background: black;
	width: 100%;
	height: 10px;
}

#wrapper {
	background: url('images/pagebg.png') top center repeat-y;
	padding:0 20px 20px;
	width:968px;
	margin: 0 auto;
}

#header {
	width: 100%;
	height: 110px;
}

	#logo {
		width: 450px;
		height: 50px;
		float: left;
		margin:15px 0 0 25px;
	}

	#topbanner {
		float:right;
		height:50px;
		margin:27px 20px 0 0;
		width:468px;
	}

#navigation {
	background: black;
	height: 25px;
	padding:10px 0 0 15px;
	width:954px;
}

	#navigation li {
		display: inline;
		list-style: none;
		color: #9e9e9e;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		font-weight: bold;
		margin: 0 20px 0 0;
	}
	
	#navigation li a {
		color: #9e9e9e;
		text-decoration: none;
	}
	


#page {
	width: 938px;
	padding: 15px;	
}

#topblock {
	margin: 0 auto 15px;
}

#featuressection {
	width: 100%;
	margin: 0 0 10px -8px;
}

	#featuressection li {
		border-right:1px solid #CCCCCC;
		display:inline-block;
		padding:0 7px;
		vertical-align:top;
		width:140px;
	}
	
	#featuressection li .sectionheader {
		background: #181512;
		width: 130px;
		color: white;
		font-family:Arial, Helvetica, sans-serif;
		padding: 3px 5px;
		font-weight: bold;
		font-size: 12px;
		margin: 0 0 5px 0;
	}
	
	#featuressection li h2 {
		font-size: 20px;
		font-weight: normal;
		margin: 10px 0 0 0;
		padding: 0;
	}
	
	#featuressection li small {
		color: #7d7d7d;
		font-size: 10px;
		font-family: Arial;
	}
	
	#featuressection li p {
		color: #383838;
	}

#content { 
	float: left;
	width: 630px;
}

	.post {
		width: 600px;
		margin: 20px 0 0 0;
		padding: 0 10px 0;
	}
	
		.post a {
			color: #da3e3e;
			text-decoration: none;
		}
	
	#content .sectionheader {
		background: #181512;
		width: 600px;
		color: white;
		font-family:Arial, Helvetica, sans-serif;
		padding: 5px 10px;
		font-weight: bold;
		font-size: 18px;
	}
	
		.post h2 {
			font-size: 30px;
			font-weight: normal;
			margin: 0 0 5px 0;
		}
		
			.post h2 a {
				color: black;	
			}
		
		.post p {
			font-size: 14px;	
			line-height:1.5;
		}
		
		.post small {
			color: #7d7d7d;
			font-size: 11px;
			font-family: Arial;	
		}
		
	.postfooter {
		height: 30px;
		margin:20px 0;
		border-bottom: solid 3px #d1d1d1;
		font-weight: bold;
	}
	
		.postfooter a {
			color: black;
			text-decoration: none;
		}
	
		.postfooter .left {
			float: left;	
		}
		
		.postfooter .right {
			float: right;	
		}
		
.commentlist {
	margin:0 20px;
}

	.commentlist li {
		background:none repeat scroll 0 0 #E9E9E9;
		list-style:none outside none;
		margin:0 0 10px;
		padding:15px 30px 5px;
	}

	.commentlist a {
		color: #9e9e9e;
		text-decoration: none;
	}
	
	#respond {
	padding: 0 20px;	
	}

#sidebar {
	float: right;
	width: 300px;
	font-size:12px;
	line-height:1.5;
}

	#sidebar .sectionheader {
		background: #181512;
		color: white;
		font-family:Arial, Helvetica, sans-serif;
		padding: 3px 5px;
		font-weight: bold;
		font-size: 12px;
		margin: 0 0 5px 0;	
		width:290px;
	}
	
	#sidebar .widget {
		margin: 0 0 20px 0;	
	}
	
	#sidebar a {
		color: #767676;
		text-decoration: none;
	}
	
	#sidebar ul {
		list-style:square outside none;
		padding:0 0 0 30px;
	}
	
	#sidebar li {
		
	}

#footer {
	background:none repeat scroll 0 0 black;
	color:#8F8F8F;
	height:50px;
	padding:30px 0;
	text-align:center;
	width:100%;
}

	#footer a {
		color: #ebebeb;	
	}

.clear {
	clear: both;	
}

.alignleft {
	float: left;	
}

.alignright {
	float: right;	
}
