/*
Theme Name: Blue Sky Theme
Theme URI: http://www.wptown.com/
Description: Blue Sky Theme is a unique Widget ready WordPress theme with 2 columns, right sidebar, rounded corners and fixed width. Tested on Firefox, Internet Explorer 6, 7 and Opera. Theme is XHTML/CSS valid and SEO friendly.
Version: 1.0
Author: WP Town
Author URI: http://www.wptown.com/
Tags: blue, green, 2 columns, widget ready, rounded corners, right sidebar, fixed width, seo friendly
*/



/* General */

body {
	margin: 0;
	background: #155100;
}

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.jpg") no-repeat;
}


/* Header */

#header {
	width: 1004px;
	height: 520px;
	position: relative;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 90px;
		left: 20px;
		width: 964px;
		text-align: center;
	}
	
	#header #header-info h1 {
		color: #ffffff;
		font: normal 35px Verdana;
		padding-bottom: 5px;
	}
	
	#header #header-info h1 a {
		color: #ffffff;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #ffffff;
		font: normal 19px Verdana;
	}
	
	/* Header - Menu */
	
	#header #header-menu {
		position: absolute;
		top: 460px;
		left: 20px;
		width: 964px;
		height: 40px;
	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		height: 40px;
	}
	
	#header #header-menu ul li {
		float: left;
		height: 40px;
		font: normal 19px/40px Verdana;
		color: #ffffff;
		background: url("images/header_menu.png") no-repeat;
		margin-right: 10px;
		width: 150px;
		text-align: center;
	}
	
	#header #header-menu ul li a {
		color: #ffffff;
		text-decoration: none;
		display: block;
	}
	
	#header #header-menu ul li a:hover {
		color: #194ca5;
		background: url("images/header_menu_hover.png") no-repeat right top;
	}
	
		/* Header - Menu - Active */
		
		#header #header-menu ul li.current_page_item {
			background: url("images/header_menu_hover.png") no-repeat;
		}
		
		#header #header-menu ul li.current_page_item a {
			color: #194ca5;
		}
		
		/* Header - Menu - Submenu */
		
		#header #header-menu ul li ul {
			display: none;
		}


/* Main */

#main {
	width: 1004px;
}

	/* Main - Content */
	
	#content {
		float: left;
		width: 730px;
		padding: 30px 20px;
	}
	
	/* Main - Content - Post */
	
	#content .post {
		float: left;
		margin-bottom: 30px;
		width: 710px;
		background: #194ca5;
		border: 1px solid #54c5e7;
		padding: 9px;
	}
	
		/* Post - Title */
		
		#content .post .post-title {
			width: 710px;
			color: #51c1e7;
			font: bold 12px Verdana;
			padding-bottom: 5px;
		}
		
		#content .post .post-title a {
			color: #51c1e7;
			text-decoration: none;
		}
		
		#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: 50px;
			height: 50px;
			font: normal 17px Verdana;
			background: url("images/post_date.gif") no-repeat;
			margin-right: 15px;
		}
		
		#content .post .post-title .post-date span {
			padding: 3px 0 1px 0;
			display: block;
		}
		
		#content .post .post-title h2 {
			color: #51c1e7;
			font: normal 20px Verdana;
			padding: 1px 0 6px 0;
		}
		
		#content .post .post-title h2 a {
			color: #51c1e7;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			font: normal 12px/19px Verdana;
			color: #ffffff;
			width: 710px;
			text-align: justify;
		}
		
		#content .post .post-entry a {
			color: #55c3e6;
			text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry a.more-link {
			font: bold 12px/20px Verdana;
			float: right;
			margin-bottom: 5px;
			color: #55c3e6;
			text-decoration: none;
		}
		
		#content .post .post-entry a.more-link:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry blockquote {
			border-left: 10px solid #133a7e;
			margin: 0px 30px;
			padding-left: 15px;
		}
		
		/* Post - Info */
		
		#content .post .post-info {
			clear: both;
			width: 250px;
			height: 30px;
			text-align: center;
			font: bold 12px/30px Verdana;
			color: #ffffff;
			background: url("images/post_bottom.gif") no-repeat right bottom;
			padding: 5px 0 0 460px;
		}
		
		#content .post .post-info a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		
		/* Post - Subtitle */
		
		#content .post h3 {
			margin: 20px 0 5px 0;
			float: left;
			width: 710px;
			color: #51c1e7;
			font: bold 15px Verdana;
		}
		
		/* Post - Comments */
		
		#content .post .comments {
			font: normal 12px/19px Verdana;
			color: #ffffff;
			width: 710px;
			float: left;
		}
		
		#content .post .comments ol {
			margin: 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li a {
			color: #55c3e6;
			text-decoration: none;
		}
		
		#content .post .comments ol li a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li.alt {
			background: #133a7e;
		}
		
		#content .post .comments ol li cite {
			color: #55c3e6;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #55c3e6;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #55c3e6;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comment Form */
		
		#content .post #commentform {
			font: normal 12px/19px Verdana;
			color: #ffffff;
			width: 685px;
			padding-left: 25px;
			margin: 0;
			float: left;
		}
		
		#content .post #commentform a {
			color: #55c3e6;
			text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Main - Content - Navigation */
	
	#content .navigation {
		font: bold 12px/30px Verdana;
		color: #ffffff;
		height: 30px;
		float: left;
		margin-bottom: 30px;
		width: 730px;
	}
	
	#content .navigation a {
		color: #ffffff;
		text-decoration: none;
		width: 150px;
		height: 30px;
		text-align: center;
		display: block;
	}
	
	#content .navigation a:hover {
		text-decoration: underline;
	}
	
		#content .navigation .navigation-previous {
			float: left;
			background: url("images/navigation_left.gif");
		}
		
		#content .navigation .navigation-next {
			float: right;
			background: url("images/navigation_right.gif");
		}
	
	/* Main - Sidebar */
	
	#sidebar {
		float: left;
		width: 214px;
		font: normal 12px/19px Verdana;
		color: #ffffff;
		margin-bottom: 10px;
	}
	
	#sidebar a {
		color: #fff;   /*was 55c3e6 */
		text-decoration: none;
	}
	
	#sidebar a:hover {
		text-decoration: underline;
	}
	
	/* Main - Sidebar - Boxes */
	
	#sidebar .sidebar-box {
		width: 214px;
		margin: 33px 0 53px 0;
		background: url("images/sidebar.gif") repeat-y;
	}
	
	#sidebar .sidebar-box-top {
		width: 214px;
		background: url("images/sidebar_top.png") no-repeat;
		margin-top: -33px;
		float: left;
	}
	
	#sidebar .sidebar-box-bottom {
		width: 214px;
		background: url("images/sidebar_bottom.gif") no-repeat left bottom;
		padding-bottom: 25px;
	}
	
		/* Sidebar - Titles */
		
		#sidebar h3 {
			width: 199px;
			height: 30px;
			padding-left: 15px;
			margin-top: 5px;
			font: bold 15px/30px Verdana;
			color: #ffffff;
			background: url("images/sidebar_title.gif") no-repeat;
		}
		
		/* Sidebar - Menus */
		
		#sidebar ul {
			margin: 0;
			padding: 0;
			list-style-type: none;
		}
		
		#sidebar ul li {
			color: #ffffff;
			padding-left: 15px;
			font: bold 12px/27px Verdana;
			background: url("images/sidebar_menu.gif") repeat-x left bottom;
		}
		
		#sidebar ul li a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#sidebar ul li a:hover {
			text-decoration: underline;
		}
		
			/* Sidebar - Menus - Submenus */
			
			#sidebar ul li ul li {
				background: none;
			}
		
		/* Sidebar - Forms */
		
		#sidebar #searchform {
			margin: 0;
			padding-top: 25px;
			width: 214px;
			text-align: center;
		}
		
		#sidebar #searchform #s {
			width: 164px;
		}
		
		/* Sidebar - Tables */
		
		#sidebar #calendar_wrap {
			margin: 0 auto;
			padding-top: 5px;
			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 7px 0 7px;
		}


/* Footer */

#footer {
	margin: 0 auto;
	width: 964px;
	height: 30px;
	padding-bottom: 30px;
	background: url("images/footer.gif") no-repeat;
	color: #ffffff;
	font: normal 12px/30px Verdana;
	text-align: center;
}

#footer a {
	color: #55c3e6;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}
