/* Author: Katrina Lim */



/* General */

body {
	margin: 0;
	background: #FFFFFF;
}

h1, h2, h3, h4 {
	margin: 0;
}

img {
	border: 0;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}


/* Page */

#page {
	margin: 0 auto;
	width: 907px;
}


/* Header */

#header {
	width: 907px;
	height: 196px;
	background: url("../images/header2.jpg") no-repeat;
	position: relative;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 25px;
		left: 600px;
	}
	
	#header #header-info h1 {
		color: #FFFFFF;
		font: bold 13px Verdana;
		padding-bottom: 18px;
		padding-right: 10px;
		padding-left: 5px;
		padding-top: 1px;
	}
	
	#header #header-info h1 a {
		color: #FFFFFF;
		text-decoration: none;
	}
	
	#header #header-info h1 a:hover {
		color: #FFFFFF;
		text-decoration: underline;
	}

	#header #header-info .description {
		color: #ffffff;
		font-family: Arial, sans-serif;
		font-size: 12px;
	}
	
	/* Header - Menu */
	
	#header #header-menu {
		position: absolute;
		top: 176px;
		left: 2px;
		right: 2px;
		height: 26px;
	}

	#header #header-menu ul {
		margin: auto;
		/*padding: 10px 10px;*/
		list-style-type: none;
		height: 26px;
	}
	
	#header #header-menu ul li {
		float: left;
		height: 26px; 
		font-family: Arial, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #FFFFFF;
		padding: 0 8px;
	}
	
	#header #header-menu ul li a {
		color: #E9E9E9;
		text-decoration: none;
		padding: 2px 2px;
	}
	
	#header #header-menu ul li a:hover {
		color: #FFFFFF;
		background: #186495;
		padding: 2px 2px;
	}
	
	#header #header-menu ul li ul {
		display: none;
	}


/* Main */

#main {
	width: 907px;
	 background: #F7F7F7; 
	margin-top: 0px;
}

#main-top {
	width: 907px;
}

#main-bottom {
	width: 907px;
	min-height: 50px;
}

	/* Main - Content */
	
	#content {
		float: left;
		/*width: 463px;*/
		/*margin: 5px 90px;*/
		margin: 0 0 0 20px;

	}
	
	/* Main - Content - Post */
	
	#content .post {
		/* margin-bottom: 25px; */
		width: 650px;
		/*margin: 5px 0 0 20px;*/
	}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			font-family: Arial, sans-serif;
			font-size: 12px;
			color: #000000;
			 padding: 0 10px; 
			background: #E9E9E9;
			width: 650px;
			float: left;
		}

		#content .post .post-title h2 {
			color: #FFFFFF;
			font-family: Arial, sans-serif;
			font-size: 12px;
			float: left;
			/* border: 1px solid #FFFFFF; */
			background: url("../images/post_title.jpg") no-repeat; /* #1b507b; 7c9cb9 */
			padding: 5px 10px;
			width: 665px;
			height: 15px;
		}

		#content .post .post-entry a {
			color: #3b5998;
			text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry .more-link {
			font: bold 11px/20px Verdana;
			color: #FFFFFF;
			float: right;
			padding-bottom: 5px;
		}
		
		#content .post .post-entry .more-link a {
			color: #FFFFFF;
			text-decoration: none;
		}
		
		#content .post .post-entry .more-link a:hover {
			text-decoration: underline;
		}
		
		/* Post - Info */
		
		#content .post .post-info {
			padding: 0 10px 0 0;
			width: 485px;
			clear: both;
			font: bold 10px/19px Verdana;
			color: #FFFFFF;
			background: url("../images/post_info.gif") no-repeat;
			text-align: right;
		}
		
		#content .post .post-info a {
			color: #FFFFFF;
			text-decoration: none;
		}
		
		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comments */
		
		#content .post .post-entry h3 {
			color: #000000;
			font: bold 14px Verdana;
			margin: 25px 0 5px 0;
		}
		
		#content .post .post-entry .comments {
			font: normal 11px/18px Verdana;
			color: #000000;
			width: 465px;
		}
		
		#content .post .post-entry .comments a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-entry .comments a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry .comments ol {
			margin: 10px 0 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .post-entry .comments ol li.alt {
			background: #cccccc;
		}
		
		#content .post .post-entry .comments ol li cite {
			color: #000000;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .post-entry .comments ol li cite a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-entry .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry .comments ol li .commentmetadata a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-entry .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry #commentform {
			font: normal 11px/18px Verdana;
			color: #FFFFFF;
			width: 450px;
			padding-left: 15px;
			margin: 0;
		}
		
		#content .post .post-entry #commentform a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-entry #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Main - Content - Navigation */
	
	#content .navigation {
		font: bold 11px/25px Verdana;
		color: #FFFFFF;
		width: 495px;
		height: 25px;
		float: left;
		margin-bottom: 25px;
	}
	
	#content .navigation a {
		color: #FFFFFF;
		text-decoration: none;
	}
	
	#content .navigation a:hover {
		text-decoration: underline;
	}
	
		#content .navigation .navigation-previous {
			float: left;
		}
		
		#content .navigation .navigation-next {
			float: right;
		}
	
	/* Main - Sidebar */
	
	.sidebar {
		float: left;
		/*width: 170px;*/
		font: normal 11px/18px Verdana;
		color: #FFFFFF;
	}
	
	.sidebar a {
		color: #FFFFFF;
		text-decoration: none;
	}
	
	.sidebar a:hover {
		text-decoration: underline;
	}
	
		/* Sidebar - Sides */
		
		.sidebar-left {
			/*padding: 20px 3px 15px 16px;*/
			padding: 20px 0 0 16px;
		}
		
		.sidebar-right {
			padding: 0px 0 0px 0px;
		}
		
		/* Sidebar - Titles */
		
		.sidebar h3 {
			padding-left: 10px;
			font: bold 12px/26px Verdana;
			color: #FFFFFF;
			width: 200px;  
			height: 26px;    
			background: url("../images/sidebar_title.gif") repeat-x;
		}
		
		/* Sidebar - Menus */
		
		.sidebar ul {
			margin: 5px 0 8px 0;
			padding: 0;
			list-style-type: none;
		}
		
		.sidebar ul li {
			padding-left: 9px;
			color: #FFFFFF;
			font: bold 10px/25px Verdana;
			width: 200px;
			background: url("../images/sidebar_menu.gif") repeat-x;
		}
		
		.sidebar ul li a {
			color: #FFFFFF;
			text-decoration: none;
		}
		
		.sidebar ul li a:hover {
			text-decoration: underline;
		}
		
			/* Sidebar - Submenus */
			
			.sidebar ul li ul {
				margin: 0;
				padding: 0;
			}
		
		/* Sidebar - Forms */
		
		.sidebar #searchform {
			margin: 0;
			padding: 5px 0 8px 0;
			width: 170px;
			text-align: center;
		}
		
		.sidebar #searchform #s {
			width: 140px;
		}
		
		/* Sidebar - Tables */
		
		.sidebar #calendar_wrap {
			margin: 0 auto;
			padding: 5px 0 8px 0;
			width: 130px;
		}
		
		.sidebar #calendar_wrap caption {
			font-weight: bold;
		}
		
		.sidebar #calendar_wrap tbody {
			text-align: right;
		}
		
		.sidebar #calendar_wrap tfoot #next {
			text-align: right;
		}
		
		.sidebar #calendar_wrap #today {
			font-weight: bold;
		}
		
		/* Sidebar - Texts */
		
		.sidebar .textwidget {
			padding: 5px 4px 8px 4px;
		}
		
		/* Sidebar - Feed */
		
		.sidebar #sidebar-feed {
			margin: 5px auto 8px auto; 
			width: 160px;
			height: 60px;
		}


/* Footer */

#footer {
	width: 907px;
	height: 53px;
	background: url("../images/footer.jpg") no-repeat;
	color: #ffffff;
	font: 10px/26px Verdana;
	text-align: center;
}

#footer a {
	color: #ffffff;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: underline;
}
