/*  
Theme Name: Modern Clean Theme
Theme URI: http://bloggingzone.info
Description: Clean Modern Wordpress Theme made by bloggingzone.info
Version: 1.0
Author: bloggingzone.info
Author URI: http://bloggingzone.info
*/



/* General */

body {
	margin: 0;
	background: #7a7d82;
}

h1, h2, h3, h4 {
	margin: 0;
}

img {
	border: 0;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}


/* Page */

#page {
	margin: 0 auto;
	width: 1005px;
	background: url("images/page.jpg") no-repeat;
}


/* Header */

#header {
	width: 1005px;
	height: 347px;
	position: relative;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 220px;
		left: 185px;
	}
	
	#header #header-info h1 {
		color: #ffffff;
		font: normal 30px "Trebuchet MS", Verdana;
	}
	
	#header #header-info h1 a {
		color: #ffffff;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #ffffff;
		font: normal 15px "Trebuchet MS", Verdana;
	}
	
	/* Header - Menu */
	
	#header #header-menu {
		position: absolute;
		bottom: 9px;
		left: 1px;
		height: 35px;
	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		height: 35px;
	}
	
	#header #header-menu ul li {
		float: left;
		height: 35px;
		font: normal 10px/35px "Trebuchet MS", Verdana;
		color: #ffffff;
		background: url("images/header_menu.png") no-repeat;
		width: 99px;
		text-align: center;
	}
	
	#header #header-menu ul li a {
		color: #ffffff;
		text-decoration: none;
	}
	
	#header #header-menu ul li a:hover {
		text-decoration: underline;
	}


/* Main */

#main {
	width: 1003px;
	padding-left: 2px;
}

	/* Main - Sidebar */
	
	#sidebar {
		float: left;
		width: 347px;
		font: normal 12px "Trebuchet MS", Verdana;
		color: #94120d;
	}
	
	#sidebar a {
		color: #ffffff;
		text-decoration: none;
	}
	
	#sidebar a:hover {
		text-decoration: underline;
	}
	
	#sidebar #sidebar-left {
		float: left;
		width: 169px;
	}
	
	#sidebar #sidebar-right {
		float: right;
		width: 169px;
	}
	
	#sidebar .sidebar-box {
		width: 161px;
		margin: 0 4px;
		margin-bottom: 20px;
	}
	
		/* Sidebar - Titles */
		
		#sidebar h3 {
			padding-left: 20px;
			width: 149px;
			height: 35px;
			font: normal 12px/35px "Trebuchet MS", Verdana;
			color: #ffffff;
			background: url("images/sidebar_title.png") no-repeat;
			margin-left: -4px;
		}
		
		/* Sidebar - Menus */
		
		#sidebar ul {
			margin: 0;
			padding: 0;
			list-style-type: none;
			background: #96999c;
		}
		
		#sidebar ul li {
			color: #94120d;
			height: 29px;
			font: normal 12px/29px "Trebuchet MS", Verdana;
			padding-left: 16px;
			border-bottom: 1px solid #7a7d82;
			overflow:hidden;
		}
		
		#sidebar ul li a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#sidebar ul li a:hover {
			text-decoration: underline;
		}
		
		/* Sidebar - Tables */
		
		#sidebar #calendar_wrap {
			background: #96999c;
			padding: 5px 0;
		}
		
		#sidebar #calendar_wrap table {
			margin: 0 auto;
			width: 130px;
		}
		
		#sidebar #calendar_wrap caption {
			margin: 0 auto;
			width: 130px;
		}
		
		/* Sidebar - Forms */
		
		#sidebar #searchform {
			background: #96999c;
			padding: 10px 0;
			text-align: center;
			margin: 0;
		}
		
		#sidebar #searchform #s {
			width: 140px;
		}
		
		/* Sidebar - Texts */
		
		#sidebar .textwidget {
			background: #96999c;
			padding: 5px 10px;
		}
	
	/* Main - Content */
	
	#content {
		float: left;
		width: 645px;
		padding-left: 7px;
	}
	
	/* Main - Content - Post */
	
	#content .post {
		color: #ffffff;
		float: left;
		margin-bottom: 50px;
		width: 629px;
		padding: 8px;
		min-height: 120px;
		background: #96999c url("images/post.gif") no-repeat right bottom;
	}
	
		/* Post - Title */
		
		#content .post .post-title {
			width: 629px;
			font: normal 12px "Trebuchet MS", Verdana;
			color: #941a16;
			height: 44px;
		}
		
		#content .post .post-title a {
			color: #941a16;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-date {
			float: left;
			color: #941a16;
			text-align: center;
			text-transform: lowercase;
			height: 44px;
			width: 78px;
			font: bold 12px "Trebuchet MS", Verdana;
			background: url("images/post_date.png") no-repeat;
			margin-right: 5px;
		}
		
		#content .post .post-title .post-date span {
			font: bold 15px "Trebuchet MS", Verdana;
			margin-top: 2px;
			display: block;
		}
		
		#content .post .post-title h2 {
			padding-top: 3px;
			color: #941a16;
			font: bold 15px "Trebuchet MS", Verdana;
		}
		
		#content .post .post-title h2.not-found-title {
			padding-top: 0;
			line-height: 44px;
			padding-left: 10px;
		}
		
		#content .post .post-title h2 a {
			color: #941a16;
			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: #ffffff;
			padding: 0 10px;
		}
		
		#content .post .post-entry a {
			color: #941a16;
			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: #941a16;
			float: right;
			padding-bottom: 5px;
		}
		
		#content .post .post-entry .more-link a {
			color: #941a16;
			text-decoration: none;
		}
		
		#content .post .post-entry .more-link a:hover {
			text-decoration: underline;
		}
		
		/* Post - Info */
		
		#content .post .post-info {
			clear: both;
			padding: 0 15px;
			font: bold 12px "Trebuchet MS", Verdana;
			color: #941a16;
		}
		
		#content .post .post-info a {
			color: #941a16;
			text-decoration: none;
		}
		
		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comments */
		
		#content .post h3 {
			height: 36px;
			color: #941a16;
			font: bold 14px/36px "Trebuchet MS", Verdana;
			margin-top: 15px;
			padding: 0 10px;
		}
		
		#content .post .comments {
			padding: 0 10px;
			font: normal 12px/18px "Trebuchet MS", Verdana;
			color: #ffffff;
		}
		
		#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: #5f6265;
		}
		
		#content .post .comments ol li cite {
			color: #941a16;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #941a16;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #941a16;
			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: #ffffff;
			padding: 0 10px;
		}


/* Footer */

#footer {
	width: 1005px;
	height: 60px;
	color: #ffffff;
	font: bold 12px/60px "Trebuchet MS", Verdana;
	text-align: center;
}

#footer a {
	color: #94120d;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#morel a{
	text-decoration: none;
	color: #ffffff;
}
#morer a{
	text-decoration: none;
	color: #ffffff;
	margin-left:345px;
}

