/*
Theme Name: ManagerNewz
Author: Chris
*/



/* General */

body {
	margin: 0;
	background: #FFFFFF 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: 1176px;
	background: url("images/page.gif") repeat-y;
}

#page-top {
	width: 1176px;
	background: url("images/page_top_directory.jpg") no-repeat;
}

#page-bottom {
	width: 1176px;
	min-height: 590px;
	background: url("images/page_bottom.gif") no-repeat left bottom;
}


/* Header */

#header {
	width: 1176px;
	height: 255px;
	position: relative;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 38px;
		left: 50px;
		width: 900px;
		text-align: center;
	}
	
	#header #header-info h1 {
		color: #ffffff;
		font: italic 35px Georgia, Verdana;
		padding-bottom: 15px;
	}
	
	#header #header-info h1 a {
		color: #ffffff;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #ffffff;
		font: italic 17px Georgia, Verdana;
	}
	
	/* Header - Menu */
	
	#header #header-menu {
		position: absolute;
		top: 178px;
		left: 220px;
		width: 555px;
	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		text-align: center;
	}
	
	#header #header-menu ul li {
		font: bold 12px/20px Georgia, Verdana;
		color: #333333;
		padding: 0 3px;
		display: inline;
	}
	
	#header #header-menu ul li a {
		color: #333333;
		text-decoration: none;
	}
	
	#header #header-menu ul li a:hover {
		color: #5963E8;
	}
	
	#header #header-menu ul li ul {
		display: none;
	}
	
	/* Header - Search */
	
	#header #header-search {
		position: absolute;
		top: 165px;
		left: 18px;
		width: 163px;
		height: 26px;
	}
	
	#header #header-search #searchform {
		margin: 0;
		padding: 0;
		width: 163px;
		height: 26px;
	}
	
	#header #header-search #s {
		width: 125px;
		height: 14px;
		border: 0;
		padding: 6px 3px 6px 5px;
		font: normal 12px Georgia, Verdana;
		color: #333333;
		background: transparent;
		float: left;
	}
	
	#header #header-search #searchsubmit {
		background: transparent;
		border: none;
		width: 30px;
		height: 26px;
		padding: 0;
		float: right;
	}
	
	/* Header - Feed */
	
	#header #header-feed {
		position: absolute;
		top: 135px;
		left: 827px;
		width: 140px;
		height: 60px;
	}


/* Main */

#main {
	width: 1168px;
	padding-left: 8px;
}

	/* Main - Sidebar */
	
	.sidebar {
		float: left;
		width: 184px;
		font: normal 12px/18px Georgia, Verdana;
		color: #ffffff;
	}
	
	.sidebar a {
		color: #5963E8;
		text-decoration: none;
	}
	
	.sidebar a:hover {
		text-decoration: underline;
	}
	
	/* Sidebar - Boxes */
	
	.sidebar .sidebar-box {
		width: 184px;
		margin-bottom: 8px;
		background: url("images/sidebar.gif") repeat-y;
	}
	
	.sidebar .sidebar-box-top {
		width: 184px;
		background: url("images/sidebar_top.gif") no-repeat;
	}
	
	.sidebar .sidebar-box-bottom {
		width: 184px;
		padding-bottom: 15px;
		background: url("images/sidebar_bottom.gif") no-repeat left bottom;
	}
	
		/* Sidebar - Titles */
		
		.sidebar h3 {
			width: 167px;
			height: 51px;
			background: url("images/sidebar_title.jpg") no-repeat;
			padding: 9px 0 0 17px;
			font: bold 12px/30px Georgia, Verdana;
			color: #5963E8;
		}
		
		/* Sidebar - Menus */
		
		.sidebar ul {
			margin: 0;
			padding: 0 15px;
			list-style-type: none;
		}
		
		.sidebar ul li {
			color: #333333;
			font: normal 12px/38px Georgia, Verdana;
		}
		
		.sidebar ul li a {
			color: #333333;
			text-decoration: none;
			background: url("images/sidebar_menu.gif") no-repeat left bottom;
			display: block;
		}
		
		.sidebar ul li a:hover {
			text-decoration: underline;
		}
		
			/* Sidebar - Menus - Submenus */
			
			.sidebar ul li ul {
				padding: 0;
			}
			
			.sidebar ul li ul li a {
				padding-left: 10px;
			}
		
		/* Sidebar - Forms */
		
		.sidebar #searchform {
			margin: 0 auto;
			padding: 20px 0 5px 0;
			width: 184px;
			text-align: center;
		}
		
		.sidebar #searchform #s {
			width: 144px;
		}
		
		/* Sidebar - Tables */
		
		.sidebar #calendar_wrap {
			margin: 0 auto;
			width: 145px;
		}
		
		.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: 0 8px;
		}
		
/* Main - sidebar_right */
	
	.sidebar_right {
		float: left;
		width: 360px;
		font: normal 12px/18px Georgia, Verdana;
		color: #333333;
	}
	
	.sidebar_right a {
		color: #5963E8;
		text-decoration: none;
	}
	
	.sidebar_right a:hover {
		text-decoration: underline;
	}
	
	/* sidebar_right - Boxes */
	
	.sidebar_right .sidebar_right-box {
		width: 360px;
		margin-bottom: 8px;
		background: url("images/sidebar_right.gif") repeat-y;
	}
	
	.sidebar_right .sidebar_right-box-top {
		width: 360px;
		background: url("images/sidebar_right_top.gif") no-repeat;
	}
	
	.sidebar_right .sidebar_right-box-bottom {
		width: 360px;
		padding-bottom: 15px;
		background: url("images/sidebar_right_bottom.gif") no-repeat left bottom;
	}
	
		/* sidebar_right - Titles */
		
		.sidebar_right h3 {
			width: 167px;
			height: 51px;
			background: url("images/sidebar_right_title.jpg") no-repeat;
			padding: 9px 0 0 17px;
			font: bold 12px/30px Georgia, Verdana;
			color: #5963E8;
		}
		
		/* sidebar_right - Menus */
		
		.sidebar_right ul {
			margin: 0;
			padding: 0 15px;
			list-style-type: none;
		}
		
		.sidebar_right ul li {
			color: #333333;
			font: normal 12px/38px Georgia, Verdana;
		}
		
		.sidebar_right ul li a {
			color: #333333;
			text-decoration: none;
			background: url("images/sidebar_right_menu.gif") no-repeat left bottom;
			display: block;
		}
		
		.sidebar_right ul li a:hover {
			text-decoration: underline;
		}
		
			/* sidebar_right - Menus - Submenus */
			
			.sidebar_right ul li ul {
				padding: 0;
			}
			
			.sidebar_right ul li ul li a {
				padding-left: 10px;
			}
		
		/* sidebar_right - Forms */
		
		.sidebar_right #searchform {
			margin: 0 auto;
			padding: 20px 0 5px 0;
			width: 360px;
			text-align: center;
		}
		
		.sidebar_right #searchform #s {
			width: 320px;
		}
		
		/* sidebar_right - Tables */
		
		.sidebar_right #calendar_wrap {
			margin: 0 auto;
			width: 321px;
		}
		
		.sidebar_right #calendar_wrap caption {
			font-weight: bold;
		}
		
		.sidebar_right #calendar_wrap tbody {
			text-align: right;
		}
		
		.sidebar_right #calendar_wrap tfoot #next {
			text-align: right;
		}

		
		.sidebar_right #calendar_wrap #today {
			font-weight: bold;
		}
		
		/* sidebar_right - Texts */
		
		.sidebar_right .textwidget {
			padding: 0 8px;
		}
	
	/* Main - Content */
	
	#content {
		float: left;
		width: 585px;
		padding: 0 15px 0 16px;
	}
	
	/* Main - Content - Post */
	
	#content .post {
		float: left;
		margin-bottom: 35px;
		width: 585px;
	}
	
		/* Post - Title */
		
		#content .post .post-title {
			padding: 0 10px;
			width: 575px;
			color: #91AEF0;
			font: normal 10px Georgia, Verdana;
		}
		
		#content .post .post-title a {
			color: #91AEF0;
			text-decoration: underline;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-date {
			float: left;
			text-align: center;
			text-transform: uppercase;
			color: #5963E8;
			width: 72px;
			height: 48px;
			font: bold 11px Georgia, Verdana;
			background: url("images/post_date.jpg") no-repeat;
			margin-right: 15px;
		}
		
		#content .post .post-title .post-date .day {
			display: block;
			font-size: 21px;
			padding-top: 1px;
		}
		
		#content .post .post-title h2 {
			color: #333333;
			font: normal 25px Georgia, Verdana;
			padding-bottom: 4px;
		}
		
			#content .post .post-title h2.blank-title {
				padding-left: 20px;
			}
		
		#content .post .post-title h2 a {
			color: #333333;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-title-info {
			line-height: 14px;
			color: #333333;
		}
		
		#content .post .post-title .post-title-info .category {
			background: url("images/icon_category.gif") no-repeat;
			padding-left: 17px;
		}
		
		#content .post .post-title .post-title-info .author {
			padding-left: 3px;
			color: #333333;
			text-decoration: underline;
		}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			font: normal 12px/18px Verdana;
			color: #333333;
			width: 535px;
			padding: 0 25px;
		}
		
		#content .post .post-entry a {
			color: #91AEF0;
			text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry a.more-link {
			font-weight: bold;
		}
		
		#content .post .post-entry blockquote {
			border-left: 10px solid #060663;
			margin: 0px 30px;
			padding-left: 15px;
		}
		
		/* Post - Info */
		
		#content .post .post-info {
			width: 575px;
			height: 16px;
			padding: 0 5px 8px 5px;
			background: url("images/post_info.gif") no-repeat left bottom;
			clear: both;
			font: normal 10px Georgia, Verdana;
			color: #91AEF0;
		}
		
		#content .post .post-info a {
			color: #91AEF0;
			text-decoration: none;
		}
		
		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		
			#content .post .post-info .post-info-comments {
				float: right;
				margin-right: 32px;
				width: 157px;
				height: 16px;
				background: url("images/post_info_comments.gif") no-repeat;
				line-height: 16px;
				text-align: center;
			}
		
		/* Post - Subtitle */
		
		#content .post h3 {
			margin: 20px 0 10px 0;
			color: #ffffff;
			font: normal 18px Georgia, Verdana;
		}
		
		/* Post - Comments */
		
		#content .post .comments {
			font: normal 12px/18px Verdana;
			color: #ffffff;
			width: 535px;
		}
		
		#content .post .comments a {
			color: #91AEF0;
			text-decoration: none;
		}
		
		#content .post .comments a:hover {
			text-decoration: underline;
		}
		
		#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: #060663;
		}
		
		#content .post .comments ol li cite {
			color: #91AEF0;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #91AEF0;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #91AEF0;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comment Form */
		
		#content .post #commentform {
			margin: 0;
			padding-left: 25px;
			font: normal 12px/18px Verdana;
			color: #ffffff;
			width: 510px;
		}
		
		#content .post #commentform a {
			color: #91AEF0;
			text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Main - Content - Navigation */
	
	#content .navigation {
		float: left;
		width: 535px;
		padding: 0 25px;
		font: bold 12px Georgia, Verdana;
		color: #91AEF0;
	}
	
	#content .navigation a {
		color: #91AEF0;
		margin-bottom: 35px;
		text-decoration: none;
	}
	
	#content .navigation a:hover {
		text-decoration: underline;
	}
	
		#content .navigation .navigation-previous {
			float: left;
		}
		
		#content .navigation .navigation-next {
			float: right;
		}


/* Footer */

#footer {
	width: 1000px;
	height: 80px;
	color: #050573;
	font: normal 9px/80px Georgia, Verdana;
	text-align: center;
}

#footer a {
	color: #000000;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}
