/*
Theme Name: Zanblue
Author: Ophelia Nicholson
Author URI: 
*/



/* General */

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

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

img {
	border: 0;
}

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


/* Page */

#page {
	margin: 0 auto;
	width: 1000px;
	background: url("images/page.png") no-repeat;
	border-left: 1px solid #203b4a;
	border-right: 1px solid #203b4a;
}


/* Header */

#header {
	width: 1000px;
	height: 245px;
	position: relative;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 50px;
		left: 5px;
		width: 990px;
		text-align: center;
	}
	
	#header #header-info h1 {
		color: #ffffff;
		font: normal 31px Verdana;
		padding-bottom: 5px;
	}
	
	#header #header-info h1 a {
		color: #ffffff;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #bedae7;
		font: normal 17px Verdana;
	}
	
	/* Header - Menu */
	
	#header #header-menu {
		position: absolute;
		top: 163px;
		left: 18px;
		width: 964px;
		height: 37px;
	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		width: 964px;
		height: 37px;
	}
	
	#header #header-menu ul li {
		float: left;
		width: 122px;
		height: 37px;
		font: bold 13px/37px Verdana;
		color: #ffffff;
		background: url("images/header_menu.gif") no-repeat;
		text-align: center;
	}
	
	#header #header-menu ul li a {
		color: #ffffff;
		text-decoration: none;
		display: block;
	}
	
	#header #header-menu ul li a:hover {
		color: #4a97bb;
		background: url("images/header_menu_hover.gif") no-repeat;
	}
	
		/* Header - Menu - Active */
		
		#header #header-menu ul li.current_page_item a {
			color: #4a97bb;
			background: url("images/header_menu_hover.gif") no-repeat;
		}
		
		/* Header - Menu - Submenu */
		
		#header #header-menu ul li ul {
			display: none;
		}
	
	/* Header - Feed */
	
	#header #header-feed {
		position: absolute;
		top: 230px;
		left: 762px;
		width: 96px;
		height: 40px;
	}
	
		#header #header-login{
		position: absolute;
		top: 230px;
		left: 800px;
		width: 96px;
		height: 40px;
	}

		#header #header-gnatlogo {
		position: absolute;
		top: 15px;
		left: 20px;
		width: 96px;
		height: 40px;
	}
	
	
			#header #header-gnatlogoR {
		position: absolute;
		top: 102px;
		left: 792px;
		width: 96px;
		height: 40px;
	}
	

/* Main */

#main {
	width: 1000px;
}

	/* Main - Content */
	
	#content {
		float: left;
		width: 680px;
		padding: 0 28px;
	}
	
	/* Main - Content - Post */
	
	#content .post {
		float: left;
		margin-bottom: 30px;
		width: 680px;
	}
	
		/* Post - Title */
		
		#content .post .post-title {
			width: 680px;
			color: #ffffff;
			font: normal 10px Verdana;
		}
		
		#content .post .post-title a {
			color: #a4c4d2;
			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: lowercase;
			color: #ffffff;
			width: 42px;
			height: 32px;
			padding-top: 12px;
			font: normal 18px/26px Verdana;
			background: url("images/post_date.jpg") no-repeat;
			margin-right: 15px;
		}
		
		#content .post .post-title h2 {
			color: #c7dae2;
			font: normal 20px Verdana;
			padding: 3px 0 4px 0;
		}
		
		#content .post .post-title h2 a {
			color: #c7dae2;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-title-info {
			line-height: 14px;
		}
		
		#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 {
			background: url("images/icon_author.gif") no-repeat;
			padding-left: 18px;
			color: #a4c4d2;
			text-decoration: underline;
		}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			font: normal 12px/18px Verdana;
			color: #ffffff;
			width: 680px;
		}
		
		#content .post .post-entry a {
			color: #a4c4d2;
			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: 6px solid #203642;
			font-size: 11px;
			color: #99ccff;
			margin: 0px 30px;
			padding-left: 15px;
		}
		
		/* Post - Info */
		
		#content .post .post-info {
			clear: both;
			width: 650px;
			height: 34px;
			background: url("images/post_info.gif") repeat-x;
			padding: 0 15px;
			font: normal 11px/34px Verdana;
			color: #ffffff;
		}
		
		#content .post .post-info a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		
			#content .post .post-info .post-info-comments {
				background: url("images/icon_comments.gif") no-repeat left center;
				padding: 0 5px 0 24px;
				float: left;
			}
			
			#content .post .post-info .post-info-share {
				float: right;
				padding: 9px 0;
			}
		
		/* Post - Subtitle */
		
		#content .post h3 {
			margin: 20px 0 5px 0;
			color: #c7dae2;
			font: bold 15px Verdana;
		}
		
		/* Post - Comments */
		
		#content .post .comments {
			font: normal 12px/18px Verdana;
			color: #ffffff;
			width: 680px;
		}
		
		#content .post .comments ol {
			margin: 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li a {
			color: #a4c4d2;
			text-decoration: none;
		}
		
		#content .post .comments ol li a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li.alt {
			background: #203642;
		}
		
		#content .post .comments ol li cite {
			color: #a4c4d2;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #a4c4d2;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #a4c4d2;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comment Form */
		
		#content .post #commentform {
			font: normal 12px/18px Verdana;
			color: #ffffff;
			width: 655px;
			padding-left: 25px;
			margin: 0;
			float: left;
		}
		
		#content .post #commentform a {
			color: #a4c4d2;
			text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Main - Content - Navigation */
	
	#content .navigation {
		font: bold 12px Verdana;
		color: #a4c4d2;
		margin-bottom: 30px;
		width: 680px;
	}
	
	#content .navigation a {
		color: #a4c4d2;
		text-decoration: none;
	}
	
	#content .navigation a:hover {
		text-decoration: underline;
	}
	
		#content .navigation .navigation-previous {
			float: left;
		}
		
		#content .navigation .navigation-next {
			float: right;
		}
	
	/* Main - Sidebar */
	
	#sidebar {
		float: left;
		width: 242px;
		font: normal 12px/18px Verdana;
		color: #ffffff;
		padding-top: 85px;
	}
	
	#sidebar a {
		color: #a4c4d2;
		text-decoration: none;
	}
	
	#sidebar a:hover {
		text-decoration: underline;
	}
	
	/* Main - Sidebar - Boxes */
	
	#sidebar .sidebar-box {
		width: 242px;
		margin-bottom: 20px;
		background: url("images/sidebar.gif") repeat-y;
	}
	
	#sidebar .sidebar-box-top {
		width: 242px;
		background: url("images/sidebar_top.gif") no-repeat;
	}
	
	#sidebar .sidebar-box-bottom {
		width: 242px;
		background: url("images/sidebar_bottom.gif") no-repeat left bottom;
		padding-bottom: 15px;
	}
	
	#sidebar .sidebar-box-blank {
		width: 242px;
		margin-bottom: 20px;
		text-align: center;
	}
	
		#sidebar .sidebar-box-Login{
		width: 242px;
		margin-bottom: 5px;
		text-align: center;
		padding-left: 20px;
	}
	
	
		/* Sidebar - Titles */
		
		#sidebar h3 {
			width: 222px;
			height: 35px;
			padding-left: 20px;
			font: bold 14px/35px Verdana;
			color: #a4c4d2;
			background: url("images/sidebar_title.gif") no-repeat;
		}
		
		/* Sidebar - Menus */
		
		#sidebar ul {
			margin: 0;
			padding: 0;
			list-style-type: none;
			margin: 10px auto 0 auto;
			width: 210px;
			background: #202d35;
		}
		
		#sidebar ul li {
			color: #ffffff;
			font: normal 12px/30px Verdana;
		}
		
		#sidebar ul li a {
			width: 200px;
			color: #ffffff;
			padding-left: 10px;
			text-decoration: none;
			display: block;
			border-bottom: 1px solid #38444b;
		}
		
		#sidebar ul li a:hover {
			text-decoration: underline;
		}
		
			/* Sidebar - Menus - Submenus */
			
			#sidebar ul li ul {
				margin: 0;
			}
			
			#sidebar ul li ul li a {
				padding-left: 20px;
				width: 190px;
			}
		
		/* Sidebar - Forms */
		
		#sidebar #searchform {
			margin: 0;
			padding: 25px 0 10px 0;
			width: 242px;
			text-align: center;
		}
		
		#sidebar #searchform #s {
			width: 172px;
		}
		
		/* Sidebar - Tables */
		
		#sidebar #calendar_wrap {
			margin: 0 auto;
			padding-top: 7px;
			width: 144px;
		}
		
		#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: 2px 6px 0 6px;
		}


/* Footer */

#footer {
	margin: 0 auto;
	width: 980px;
	height: 110px;
	background: url("images/footer.jpg") no-repeat;
	color: #ffffff;
	font: normal 11px/110px Verdana;
	text-align: center;
}

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

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


table.blocktext {
    margin-left: auto;
    margin-right: auto;
    width: 110em
}
