/*  
Theme Name: Faces Theme
Theme URI: http://bloggingzone.info
Description: Money blogging theme for wordpress
Version: 1.0
Author: Ophelia Nicholson
Author URI: http://bloggingzone.info
*/



/* General */

body {
	margin: 0;
	background: url("images/background.gif") repeat-x;
}

h1, h2, h3, h4 {
	margin: 0;
}

img {
	border: 0;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}


/* Wrapper */

#wrapper {
	background: url("images/background_bottom.gif") repeat-x left bottom;
}


/* Page */

#page {
	margin: 0 auto;
	width: 1006px;
}


/* Header */

#header {
	width: 1006px;
	height: 277px;
	position: relative;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 20px;
		left: 220px;
	}
	
	#header #header-info h1 {
		color: #00428d;
		font: bold 30px "Trebuchet MS", Verdana;
	}
	
	#header #header-info h1 a {
		color: #00428d;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #00428d;
		font: bold 15px "Trebuchet MS", Verdana;
	}
	
	/* Header - Menu */
	
	#header #header-menu {
		position: absolute;
		top: 104px;
		left: 210px;
		height: 50px;
	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		height: 50px;
	}
	
	#header #header-menu ul li {
		float: left;
		height: 50px;
		font: bold 15px/50px "Trebuchet MS", Verdana;
		color: #ffffff;
		padding: 0 23px 0 20px;
		background: url("images/header_menu.gif") no-repeat right top;
	}
	
	#header #header-menu ul li a {
		color: #ffffff;
		text-decoration: none;
	}
	
	#header #header-menu ul li a:hover {
		text-decoration: underline;
	}
	
	#header #header-menu ul li ul {
		display: none;
	}
	
	/* Header - Face */
	
	#header #header-face {
		position: absolute;
		top: 10px;
		left: 21px;
		width: 170px;
		height: 200px;
	}
	
	
	
	/* Header - Ads */
	
	#header #header-ads {
		position: absolute;
		top: 164px;
		left: 190px;
		width: 813px;
		height: 104px;
	}


/* Main */

#main {
	width: 1005px;
	padding-left: 1px;
	background: url("images/main.gif") repeat-y;
}

	/* Main - Content */
	
	#content {
		float: left;
		width: 690px;
		padding-top: 10px;
	}
	
	#content h2.pagetitle {
		color: #008d03;
		font: bold 25px/50px "Trebuchet MS", Verdana;
		padding-bottom: 15px;
	}
	
	/* Main - Content - Post */
	
	#content .post {
		color: #000000;
		float: left;
		margin-bottom: 50px;
		width: 641px;
		padding-left: 20px;
	}
	
		/* Post - Title */
		
		#content .post .post-title {
			font: bold 12px "Trebuchet MS", Verdana;
			color: #707070;
		}
		
		#content .post .post-title a {
			color: #707070;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title h2 {
			color: #008d03;
			font: bold 20px "Trebuchet MS", Verdana;
			margin-bottom: 1px;
		}
		
		#content .post .post-title h2 a {
			color: #008d03;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			font: normal 12px/18px "Trebuchet MS", Verdana;
			color: #000000;
		}
		
		#content .post .post-entry a {
			color: #008d03;
			text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry .picture {
			margin: 0 5px 5px 0;
			float: left;
		}
		
		#content .post .post-entry .more-link {
			font: bold 12px/20px "Trebuchet MS", Verdana;
			color: #008d03;
			float: right;
			padding-bottom: 5px;
		}
		
		#content .post .post-entry .more-link a {
			color: #008d03;
			text-decoration: none;
		}
		
		#content .post .post-entry .more-link a:hover {
			text-decoration: underline;
		}
		
		/* Main - Content - Post - Feautured */
		
		#content .feautured {
			background: #e9e9e9 url("images/post_feautured.gif") no-repeat right top;
			float: left;
			width: 661px;
			padding: 35px 0px 0px 20px;
		}
		
		#content .feautured .post-entry {
			padding-right: 60px;
		}
		
		#content .feautured .more-link {
			float: right;
			width: 153px;
			height: 37px;
		}
		
		/* Post - Comments */
		
		#content .post h3 {
			height: 36px;
			color: #008d03;
			font: bold 17px/36px "Trebuchet MS", Verdana;
			margin-top: 15px;
		}
		
		#content .post .comments {
			margin: 0;
			font: normal 12px/18px "Trebuchet MS", Verdana;
			color: #000000;
		}
		
		#content .post .comments ol {
			margin: 10px 0 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li.alt {
			background: #effaff;
		}
		
		#content .post .comments ol li cite {
			color: #008d03;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #008d03;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #008d03;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		#content .post #commentform {
			margin: 0;
			font: normal 12px/18px "Trebuchet MS", Verdana;
			color: #000000;
		}
	
	/* Main - Sidebar */
	
	#sidebar {
		float: left;
		width: 314px;
		font: normal 12px "Trebuchet MS", Verdana;
		color: #000000;
	}
	
	#sidebar a {
		color: #00428d;
		text-decoration: none;
	}
	
	#sidebar a:hover {
		text-decoration: underline;
	}
	
	#sidebar #sidebar-left {
		float: left;
		width: 157px;
	}
	
	#sidebar #sidebar-right {
		float: right;
		width: 157px;
	}
	
		/* Sidebar - Titles */
		
		#sidebar h3 {
			padding-left: 10px;
			width: 147px;
			font: bold 15px/27px "Trebuchet MS", Verdana;
			color: #00428d;
			height: 27px;
			background: url("images/sidebar_title.gif") no-repeat;
		}
		
		#sidebar h3.dark-left {
			width: 157px;
			height: 27px;
			background: url("images/sidebar_title_dark_left.gif") no-repeat;
			margin-bottom: 10px;
		}
		
		#sidebar h3.dark-right {
			width: 157px;
			height: 27px;
			background: url("images/sidebar_title_dark_right.gif") no-repeat;
			margin-bottom: 10px;
		}
		
		/* Sidebar - Sidebar Box */
		
		#sidebar .sidebar-box {
			width: 157px;
			height: 53px;
		}
		
		/* Sidebar - Sidebar Ads */
		
		#sidebar .sidebar-ads {
			width: 157px;
			margin-bottom: 15px;
			text-align: center;
		}
		
		/* Sidebar - Menus */
		
		#sidebar ul {
			margin: 10px 0 20px 25px;
			padding: 0;
			list-style-type: none;
		}
		
		#sidebar ul li {
			color: #000000;
			font: normal 12px/32px "Trebuchet MS", Verdana;
			padding-left: 10px;
			background: url("images/sidebar_menu.gif") no-repeat;
		}
		
		#sidebar ul li a {
			color: #00428d;
			text-decoration: none;
		}
		
		#sidebar ul li a:hover {
			text-decoration: underline;
		}
		
		#sidebar ul li ul {
			display: none;
		}
		
		/* Sidebar - Tables */
		
		#sidebar #calendar_wrap {
			padding: 10px 0 20px 0;
			text-align: center;
		}
		
		#sidebar #calendar_wrap table {
			margin: 0 auto;
			width: 116px;
		}
		
		#sidebar #calendar_wrap caption {
			margin: 0 auto;
			width: 116px;
		}
		
		/* Sidebar - Forms */
		
		#sidebar #searchform {
			margin: 0 auto;
			padding: 20px 0;
			text-align: center;
		}
		
		#sidebar #searchform #s {
			width: 125px;
		}
		
		/* Sidebar - Texts */
		
		#sidebar .textwidget {
			padding: 5px 10px 10px 10px;
		}


/* Footer */

#footer {
	width: 1006px;
	height: 274px;
	background: url("images/footer.gif") no-repeat;
	color: #00428d;
	font: normal 12px "Trebuchet MS", Verdana;
}

#footer a {
	color: #00428d;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: underline;
}

	/* Footer - Footerbar */
	
	#footer #footerbar {
		width: 1006px;
		height: 220px;
		padding-top: 6px;
	}
	
	#footer #footerbar h3 {
		font: bold 15px/32px "Trebuchet MS", Verdana;
		color: #00428d;
		text-align: center;
		margin-bottom: 6px;
	}
	
	#footer #footerbar ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	#footer #footerbar ul li {
		float: left;
		width: 145px;

		color: #ffffff;
		font: normal 12px/30px "Trebuchet MS", Verdana;
		padding-left: 10px;
		background: url("images/footer_menu.gif") no-repeat;
	}
	
	#footer #footerbar ul li a {
		color: #ffffff;
		text-decoration: none;
	}
	
	#footer #footerbar ul li a:hover {
		text-decoration: underline;
	}
	
		/* Footer - Footerbar - Boxes */
		
		#footer #footerbar #footerbar-left {
			width: 273px;
			float: left;
			padding: 0 20px;
		}
		
		#footer #footerbar #footerbar-center {
			width: 313px;
			float: left;
			padding: 0 20px;
		}
		
		#footer #footerbar #footerbar-right {
			width: 290px;
			float: left;
			padding: 0 25px;
		}
	
	/* Footer - Copyright */
	
	#footer #copyright {
		width: 1004px;
		height: 48px;
		text-align: center;
		color: #00428d;
		font: bold 12px/48px "Trebuchet MS", Verdana;
	}
