/*  
Theme Name: Missing Child Theme
Theme URI: 
Description: 
Version: 1.0
Author: 
Author URI: 
*/



/* General */

body {
	margin: 0;
	background: #7a7d82 url("images/background.gif") repeat-x;
}

h1, h2, h3, h4 {
	margin: 0;
}

img {
	border: 0;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}


/* Page */

#page {
	margin: 0 auto;
	width: 1004px;
}


/* Header */

#header {
	width: 992px;
	height: 212px;
	padding-left: 12px;
}

#header-in {
	width: 984px;
	height: 212px;
	background: url("images/header.png") no-repeat;
	position: relative;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 55px;
		left: 365px;
		width: 630px;
		text-align: center;
	}
	
	#header #header-info h1 {
		color: #4b4b4b;
		font: normal 30px "Trebuchet MS", Verdana;
	}
	
	#header #header-info h1 a {
		color: #4b4b4b;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #ff0000;
		font: normal 15px "Trebuchet MS", Verdana;
	}
	
	/* Header - Menu */
	
	#header #header-menu {
		position: absolute;
		top: 174px;
		left: 14px;
		height: 36px;
	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		height: 36px;
	}
	
	#header #header-menu ul li {
		float: left;
		height: 36px;
		font: normal 10px/36px "Trebuchet MS", Verdana;
		color: #ffffff;
		background: url("images/header_menu_left.png") no-repeat;
	}
	
	#header #header-menu ul li a {
		background: url("images/header_menu_right.png") no-repeat right top;
		color: #ffffff;
		text-decoration: none;
		display: block;
		padding: 0 25px;
	}
	
	#header #header-menu ul li a:hover {
		text-decoration: underline;
	}
	
	#header #header-menu ul li ul {
		display: none;
	}
	
	


/* Main */

#main {
	width: 1004px;
	background: url("images/main.gif") repeat-x;
}

	/* Main - Content */
	
	#content {
		float: left;
		width: 625px;
		padding: 12px 12px 0 14px;
	}
	
	/* Main - Content - Post */
	
	#content .post {
		float: left;
		margin-bottom: 30px;
		width: 625px;
		background: #96999c;
	}
	
		/* Post - Title */
		
		#content .post .post-title {
			width: 593px;
			height: 42px;
			background: url("images/post_title.png") no-repeat;
			color: #000000;
			font: normal 12px "Trebuchet MS", Verdana;
			padding: 12px 16px 0 16px;
		}
		
		#content .post .post-title a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-date {
			float: left;
			color: #ffffff;
			text-align: center;
			text-transform: lowercase;
			height: 36px;
			width: 39px;
			font: bold 12px "Trebuchet MS", Verdana;
			margin-right: 10px;
		}
		
		#content .post .post-title .post-date span {
			display: block;
			margin-bottom: -4px;
			padding-top: 2px;
		}
		
		#content .post .post-title h2 {
			color: #000000;
			font: bold 15px "Trebuchet MS", Verdana;
		}
		
		#content .post .post-title h2 a {
			color: #000000;
			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 20px;
			width: 585px;
		}
		
		#content .post .post-entry a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry .more-link {
			font: bold 12px/20px "Trebuchet MS", Verdana;
			color: #000000;
			float: right;
			margin-bottom: 5px;
		}
		
		#content .post .post-entry .more-link a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-entry .more-link a:hover {
			text-decoration: underline;
		}
		
		/* Post - Info */
		
		#content .post .post-info {
			background: url("images/post_info.gif") no-repeat;
			width: 215px;
			height: 29px;
			padding: 0 55px 0 355px;
			clear: both;
			font: bold 12px/24px "Trebuchet MS", Verdana;
			color: #ffffff;
			text-align: center;
		}
		
		#content .post .post-info a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comments */
		
		#content .post h3 {
			color: #000000;
			font: bold 14px "Trebuchet MS", Verdana;
			margin: 20px 0 10px 0;
			width: 585px;
		}
		
		#content .post .comments {
			width: 585px;
			font: normal 12px/18px "Trebuchet MS", Verdana;
			color: #ffffff;
		}
		
		#content .post .comments ol {
			margin: 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .comments ol li a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li.alt {
			background: #aaaaaa;
		}
		
		#content .post .comments ol li cite {
			color: #000000;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		#content .post #commentform {
			width: 585px;
			font: normal 12px/18px "Trebuchet MS", Verdana;
			color: #ffffff;
			margin: 0;
		}
		
		#content .post #commentform a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Main - Sidebar */
	
	#sidebar {
		float: left;
		width: 347px;
		margin-bottom: 10px;
		font: normal 12px/18px "Trebuchet MS", Verdana;
		color: #2f2f2f;
		padding-top: 7px;
	}
	
	#sidebar a {
		color: #b50000;
		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 {
		margin-bottom: 20px;
		width: 169px;
	}
	
		/* Sidebar - Titles */
		
		#sidebar h3 {
			width: 149px;
			height: 35px;
			padding-left: 20px;
			font: normal 12px/35px "Trebuchet MS", Verdana;
			color: #ffffff;
			background: url("images/sidebar_title.png") no-repeat;
		}
		
		/* Sidebar - Menus */
		
		#sidebar ul {
			margin: 0 4px;
			padding: 0 0 5px 0;
			list-style-type: none;
			width: 161px;
			background: #ffffff;
		}
		
		#sidebar ul li {
			color: #2f2f2f;
			padding-left: 8px;
			font: normal 12px/27px "Trebuchet MS", Verdana;
			border-bottom: 1px dashed #ff0000;
			margin: 0 8px;
		}
		
		#sidebar ul li a {
			color: #2f2f2f;
			text-decoration: none;
		}
		
		#sidebar ul li a:hover {
			text-decoration: underline;
		}
		
		#sidebar ul li ul {
			width: 133px;
		}
		
		#sidebar ul li ul li {
			border-bottom: none;
		}
		
		/* Sidebar - Forms */
		
		#sidebar #searchform {
			width: 161px;
			margin: 0 4px;
			padding: 10px 0;
			text-align: center;
			background: #ffffff;
		}
		
		#sidebar #searchform #s {
			width: 130px;
		}
		
		/* Sidebar - Tables */
		
		#sidebar #calendar_wrap {
			width: 161px;
			margin: 0 4px 5px 4px;
			background: #ffffff;
		}
		
		#sidebar #calendar_wrap table {
			width: 115px;
			margin: 0 auto;
		}
		
		#sidebar #calendar_wrap caption {
			font-weight: bold;
			width: 115px;
			margin: 0 auto;
		}
		
		#sidebar #calendar_wrap tbody {
			text-align: right;
		}
		
		#sidebar #calendar_wrap #today {
			font-weight: bold;
		}
		
		/* Sidebar - Texts */
		
		#sidebar .textwidget {
			padding: 0 5px;
			width: 151px;
			margin: 0 4px 5px 4px;
			background: #ffffff;
		}


/* Footer */

#footer {
	width: 1004px;
	height: 50px;
	color: #ffffff;
	font: bold 12px/50px "Trebuchet MS", Verdana;
	text-align: center;
}

#footer a {
	color: #000000;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}
