/* General */

body {
	margin: 0;
	background: #06192b;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

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

img {
	border: 0;
}

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


/* Page */

#page {
	margin: 0 auto;
	width: 1004px;
	background: url("images/page.gif") repeat-y;
}

#page-top {
	width: 1004px;
	background: url("images/page_top.jpg") no-repeat;
}

#page-bottom {
	width: 1004px;
	background: url("images/page_bottom.png") no-repeat left bottom;
}


/* Header */

#header {
	width: 1004px;
	height: 260px;
	position: relative;










}

	
	/* Header - Menu */
	
	#header #header-menu {
	position: absolute;
	top: 6px;
	left: 30px;
	height: 38px;







	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		height: 38px;
	}
	
	#header #header-menu ul li {
		float: left;
		height: 38px;
		font: normal 14px/38px Arial, Verdana, Sans-Serif;
		color: #7aa7cd;
		margin-right: 2px;
	}
	
	#header #header-menu ul li a {
		color: #7aa7cd;
		text-decoration: none;
		padding: 0 15px;
		display: block;
	}
	
	#header #header-menu ul li a:hover {
		color: #a7c3db;
		background: url("images/menu_right.gif") no-repeat right top;
	}
	
		#header #header-menu ul li:hover {
			background: url("images/menu_left.gif") no-repeat;
		}
		
		/* Header - Menu - Current */
		
		#header #header-menu ul li.current_page_item {
			color: #a7c3db;
			background: url("images/menu_left.gif") no-repeat;
		}
		
		#header #header-menu ul li.current_page_item a {
			color: #a7c3db;
			background: url("images/menu_right.gif") no-repeat right top;
		}
		
		/* Header - Menu - Submenu */
		
		#header #header-menu ul li ul {
			display: none;
		}
	
	
	/* Header - List */
	
	#header #header-list {
	position: absolute;
	top: 51px;
	right: 20px;
	padding-right: 18px;
	height: 26px;
	font: normal 26px Arial, Verdana, Sans-Serif;
	color: #fefefe;







	
	}
	
	/* Header - Cats */
	
	#header #header-cats {
	position: absolute;
	top: 204px;
	left: 32px;
	width: 934px;
	height: 24px;







	}
	
	#header #header-cats ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		width: 934px;
		height: 24px;
	}
	
	#header #header-cats ul li {
		float: left;
		height: 24px;
		font: normal 12px/24px Arial, Verdana, Sans-Serif;
		color: #9ab0c4;
		margin-right: 9px;
		margin-left: 10px;
	}
	
	#header #header-cats ul li a {
		color: #9ab0c4;
		text-decoration: underline;
		padding: 0 4px;
		display: block;
	}
	
	#header #header-cats ul li a:hover {
		color: #ffffff;
		background: url("images/cats_right.gif") no-repeat right top;
	}
	
		#header #header-cats ul li:hover {
			background: url("images/cats_left.gif") no-repeat;
		}
		
		/* Header - Cats - Current */
		
		#header #header-cats ul li.current-cat {
			color: #ffffff;
			background: url("images/cats_left.gif") no-repeat;
		}
		
		#header #header-cats ul li.current-cat a {
			color: #ffffff;
			background: url("images/cats_right.gif") no-repeat right top;
		}
		
		/* Header - Cats - Submenu */
		
		#header #header-cats ul li ul {
			display: none;
		}


.description {
	width: 935px;
	font: normal 12px/18px Arial, Verdana, Sans-Serif;
	color: #606060;
	}

/* Main */

	#main {
	width: 935px;
	padding: 0 37px 0 32px;
	}


	/* Featured Post */
	
	#main .featured-post {
		float: left;
		width: 935px;
		margin-bottom: 10px;
	}
	
		/* Featured Post - Title */
		
		#main .featured-post .post-title {
			width: 935px;
			color: #848484;
			font: normal 10px Arial, Verdana, Sans-Serif;
		}
		
		#main .featured-post .post-title a {
			color: #848484;
			text-decoration: none;
		}
		
		#main .featured-post .post-title a:hover {
			text-decoration: underline;
		}
		
		#main .featured-post .post-title h2 {
			color: #2771a5;
			font: normal 24px/30px "Trebuchet MS", Arial, Verdana, Sans-Serif;
			border-bottom: 1px dotted #1c4670;
		}
		
		#main .featured-post .post-title h2 a {
			color: #2771a5;
			text-decoration: none;
		}
		
		#main .featured-post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		#main .featured-post .post-title-info {
			width: 935px;
			height: 22px;
		}
		
			.post-date {
				float: left;
				background: url("images/icon_date.gif") no-repeat;
				padding-left: 18px;
				line-height: 22px;
			}
			
			.post-comments {
				float: right;
				background: url("images/icon_comments.gif") no-repeat;
				padding-left: 16px;
				line-height: 22px;
			}
		
		/* Featured Post - Entry */
		
		#main .featured-post .post-entry {
			font: normal 11px/18px Arial, Verdana, Sans-Serif;
			color: #606060;
			width: 935px;
			padding: 1px 0;
		}
		
		#main .featured-post .post-entry a {
			color: #226198;
			text-decoration: none;
		}
		
		#main .featured-post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#main .featured-post .post-entry blockquote {
			border-left: 10px solid #efefef;
			margin: 0px 30px;
			padding-left: 15px;
		}
		
		#main .featured-post .post-entry img {
			padding: 5px;
			border: 1px solid #bfbfbf;
		}
		
		/* Featured Post - Category */
		
		#main .featured-post .post-category {
			width: 935px;
			background: url("images/icon_category.gif") no-repeat;
			padding-left: 14px;
			line-height: 22px;
			height: 22px;
			font: normal 11px/22px Arial, Verdana, Sans-Serif;
			color: #0a2844;
			border-top: 1px dotted #1c4670;
		}
		
		#main .featured-post .post-category a {
			color: #0a2844;
		}
	
	/* Content - Top Panel */
	
	#main #top-panel {
		width: 935px;
		background: url("images/top_panel.gif") repeat-y;
		margin-bottom: 15px;
	}
	
	#main #top-panel-top {
		width: 935px;
		background: url("images/top_panel_top.gif") no-repeat;
	}
	
	#main #top-panel-bottom {
		width: 935px;
		padding: 0 0 20px 10px;
		background: url("images/top_panel_bottom.gif") no-repeat left bottom;
		overflow: hidden;
	}
	
		/* Content - Top Panel - Box */
		
		#main .top-panel-box {
			width: 270px;
			float: left;
		}
		
		#main .top-panel-box h3 {
			color: #ffffff;
			padding-top: 2px;
			font: normal 18px/30px "Century Gothic", Arial, Verdana, Sans-Serif;
			border-bottom: 2px solid #1c4670;
		}
		
		#main .top-panel-box ul {
			margin: 0;
			padding: 0;
			list-style-type: none;
		}
		
		#main .top-panel-box ul li {
			color: #ffffff;
			font: normal 14px "Century Gothic", Arial, Verdana, Sans-Serif;
			border-bottom: 1px dotted #54afdd;
		}
		
		#main .top-panel-box ul li a {
			color: #ffffff;
			text-decoration: none;
			display: block;
			padding: 7px 4px;
		}
		
			#main .top-panel-box ul li a span {
				color: #61bfef;
				font: normal 10px Arial, Verdana, Sans-Serif;
				display: block;
				margin-bottom: 4px;
			}
		
		#main .top-panel-box ul li a:hover {
			text-decoration: none;
			background: #123657;
		}
		
		#main .top-panel-box ul li ul {
			display: none;
		}
		
		/* Content - Top Panel - About */
		
		#main .top-panel-about {
			width: 320px;
			float: left;
			padding: 0 23px;
			color: #7e97af;
			font: normal 11px/18px Arial, Verdana, Sans-Serif;
			margin-top: 8px;
			overflow: hidden;
		}
		
		#main .top-panel-about h3 {
			color: #dee2e6;
			font: normal 18px/30px "Century Gothic", Arial, Verdana, Sans-Serif;
		}
		
		#main .top-panel-about img {
			background: #ffffff;
			padding: 5px;
			float: right;
		}
	
	/* Main - Content */
	
	#content {
		float: center;
		width: 935px;
		overflow: hidden;
	}
	
		/* Content - Post Small */
		
		#content .post-sm {
			float: left;
			width: 288px;
			margin: 0 7px 6px 0;
			background: url("images/post_sm.gif") repeat-y;
			color: #727272;
			font: normal 11px/18px Arial, Verdana, Sans-Serif;
		}
		
		#content .post-sm a {
			color: #256ca1;
		}
		
		#content .post-sm-top {
			width: 288px;
			background: url("images/post_sm_top.gif") no-repeat;
		}
		
		#content .post-sm-bottom {
			width: 288px;
			background: url("images/post_sm_bottom.gif") no-repeat left bottom;
			padding-top: 7px;
			padding-bottom: 4px;
		}
		
		#content .post-sm h2 {
			padding-left: 7px;
			color: #ffffff;
			font: normal 16px/28px "Trebuchet MS", Arial, Verdana, Sans-Serif;
		}
		
		#content .post-sm h2 a {
			color: #ffffff;
		}
		
		#content .post-sm .post-sm-entry {
			padding: 0 9px 10px 6px;
			width: 273px;
			height: 185px;
			overflow: hidden;
		}
		
		#content .post-sm .post-sm-info {
			margin: 0 9px 0 6px;
			border-top: 1px dotted #256ca1;
			height: 22px;
		}
	
	/* Post */
	
	#main .post {
		width: 583px;
		margin-bottom: 15px;
	}
	
		/* Post - Title */
		
		#main .post .post-title {
			width: 583px;
			color: #848484;
			font: normal 10px Arial, Verdana, Sans-Serif;
		}
		
		#main .post .post-title a {
			color: #848484;
			text-decoration: none;
		}
		
		#main .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#main .post .post-title h2 {
			color: #2771a5;
			font: normal 24px/30px "Trebuchet MS", Arial, Verdana, Sans-Serif;
			border-bottom: 1px dotted #1c4670;
		}
		
		#main .post .post-title h2 a {
			color: #2771a5;
			text-decoration: none;
		}
		
		#main .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		#main .post .post-title-info {
			width: 583px;
			height: 22px;
		}
		
				/* Post - Entry */
		
		#main .post .post-entry {
			font: normal 12px/18px Arial, Verdana, Sans-Serif;
			color: #606060;
			width: 583px;
			padding: 1px 0;
		}
		
		#main .post .post-entry a {
			color: #226198;
			text-decoration: none;
		}
		
		#main .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#main .post .post-entry blockquote {
			border-left: 10px solid #efefef;
			margin: 0px 30px;
			padding-left: 15px;
		}
		
		#main .post .post-entry img {
			padding: 5px;
			border: 0px solid #bfbfbf;
		
		}
		
		/* Post - Category */
		
		#main .post .post-category {
			width: 569px;
			background: url("images/icon_category.gif") no-repeat;
			padding-left: 14px;
			line-height: 22px;
			height: 22px;
			font: normal 11px/22px Arial, Verdana, Sans-Serif;
			color: #0a2844;
			border-top: 1px dotted #1c4670;
		}
		
		#main .post .post-category a {
			color: #0a2844;
		}
		
	
	/* Main - Sidebar */
	
	#sidebar {
		float: right;
		width: 342px;
		font: normal 11px/18px Arial, Verdana, Sans-Serif;
		color: #656565;
	}
	
	#sidebar a {
		color: #256ca1;
		text-decoration: none;
	}
	
	#sidebar a:hover {
		text-decoration: underline;
	}
	
	
	
	/* Main - Sidebar - Boxes */
	
	#sidebar .sidebar-box {
		width: 342px;
		margin-bottom: 20px;
	}
	
		/* Sidebar - Titles */
		
		#sidebar h3 {
			width: 335px;
			height: 38px;
			padding-left: 7px;
			margin-bottom: 2px;
			font: normal 14px/35px Arial, Verdana, Sans-Serif;
			color: #ffffff;
			background: url("images/sidebar_title.gif") no-repeat;
		}
		
		/* Sidebar - Menus */
		
		#sidebar ul {
			margin: 0;
			padding: 0 5px;
			list-style-type: none;
		}
		
		#sidebar ul li {
			color: #656565;
			font: normal 12px/25px Arial, Verdana, Sans-Serif;
		}
		
		#sidebar ul li a {
			border-bottom: 1px dotted #656565;
			color: #656565;
			text-decoration: none;
			padding-left: 20px;
			display: block;
			background: url("images/sidebar_menu.gif") no-repeat;
		}
		
		#sidebar ul li a:hover {
			text-decoration: none;
			background: url("images/sidebar_menu_hover.gif") no-repeat;
		}
		
			/* Sidebar - Menus - Submenus */
			
			#sidebar ul li ul {
				margin: 0;
				padding: 0;
				background: none;
			}
		

/* Footer */

#footer {
	width: 934px;
	height: 54px;
	padding: 18px 40px 14px 30px;
	color: #061e37;
	text-align: center;
	font: normal 12px/20px Arial, Verdana, Sans-Serif;
}

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

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