/*
Theme Name: Balloons Theme
Theme URI: http://www.wptown.com/
Description: Balloons Theme is a unique Widget ready WordPress theme with 3 columns, left and right sidebars 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: green, blue, 3 columns, widget ready, left sidebar, right sidebar, fixed width, seo friendly
*/



/* General */

body {
	margin: 0;
	background: #3aac0f;
}

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;
	min-height: 590px;
	background: url("images/page_bottom.gif") no-repeat left bottom;
}


/* Header */

#header {
	width: 1004px;
	height: 450px;
	position: relative;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 45px;
		left: 2px;
		width: 1000px;
		text-align: center;
	}
	
	#header #header-info h1 {
		color: #055372;
		font: normal 40px Verdana;
		padding-bottom: 5px;
	}
	
	#header #header-info h1 a {
		color: #055372;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #055372;
		font: normal 18px Verdana;
	}


/* Main */

#main {
	width: 994px;
	padding-left: 10px;
}

	/* Main - Sidebar */
	
	.sidebar {
		float: left;
		width: 152px;
		padding: 4px;
		font: normal 12px/18px Verdana;
		color: #cef4fa;
		margin-bottom: 10px;
	}
	
	.sidebar a {
		color: #055372;
		text-decoration: none;
	}
	
	.sidebar a:hover {
		text-decoration: underline;
	}
	
	/* Sidebar - Boxes */
	
	.sidebar .sidebar-box {
		width: 152px;
		margin-bottom: 10px;
	}
	
		/* Sidebar - Titles */
		
		.sidebar h3 {
			width: 123px;
			height: 30px;
			background: url("images/sidebar_title.gif") no-repeat;
			padding-left: 29px;
			font: bold 16px/30px Verdana;
			color: #2785ab;
		}
		
		/* Sidebar - Menus */
		
		.sidebar ul {
			margin: 0;
			padding: 2px 0 0 10px;
			list-style-type: none;
		}
		
		.sidebar ul li {
			color: #ffffff;
			font: bold 12px/24px Verdana;
		}
		
		.sidebar ul li a {
			color: #ffffff;
			text-decoration: none;
		}
		
		.sidebar ul li a:hover {
			text-decoration: underline;
		}
		
			/* Sidebar - Menus - Submenus */
			
			.sidebar ul li ul {
				padding: 0 0 0 10px;
			}
		
		/* Sidebar - Forms */
		
		.sidebar #searchform {
			margin: 0 auto;
			padding: 5px 0;
			width: 152px;
			text-align: center;
		}
		
		.sidebar #searchform #s {
			width: 132px;
		}
		
		/* Sidebar - Tables */
		
		.sidebar #calendar_wrap {
			margin: 0 auto;
			padding-top: 3px;
			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: 0 1px;
		}
	
	/* Main - Content */
	
	#content {
		float: left;
		width: 644px;
		padding: 0 10px;
	}
	
	/* Main - Content - Post */
	
	#content .post {
		float: left;
		margin-bottom: 10px;
		width: 644px;
		background: url("images/post.gif") repeat-y;
	}
	
		/* Post - Title */
		
		#content .post .post-title {
			width: 624px;
			padding: 10px 10px 0 10px;
			color: #feffff;
			font: bold 12px Verdana;
			background: url("images/post_title.gif") no-repeat;
		}
		
		#content .post .post-title a {
			color: #feffff;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-date {
			float: left;
			background: url("images/post_date.gif") no-repeat;
			width: 50px;
			height: 50px;
			margin-right: 15px;
			color: #2785ab;
			text-align: center;
			text-transform: lowercase;
			font: bold 17px Verdana;
		}
		
		#content .post .post-title .post-date span {
			padding-top: 3px;
			display: block;
			font-size: 18px;
		}
		
		#content .post .post-title h2 {
			color: #feffff;
			font: normal 22px Verdana;
			padding: 1px 0 6px 0;
		}
		
		#content .post .post-title h2 a {
			color: #feffff;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			font: normal 12px/18px Verdana;
			color: #cef4fa;
			width: 624px;
			padding: 0 10px;
		}
		
		#content .post .post-entry a {
			color: #055372;
			text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry a.more-link {
			font-weight: bold;
			color: #055372;
		}
		
		#content .post .post-entry blockquote {
			border-left: 10px solid #2f93b1;
			margin: 0px 30px;
			padding-left: 15px;
		}
		
		/* Post - Info */
		
		#content .post .post-info {
			width: 624px;
			padding: 0 10px 5px 10px;
			background: url("images/post_info.gif") no-repeat left bottom;
			clear: both;
			font: bold 12px/20px Verdana;
			color: #feffff;
			text-align: right;
		}
		
		#content .post .post-info a {
			color: #feffff;
			text-decoration: none;
		}
		
		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		
		/* Post - Subtitle */
		
		#content .post h3 {
			margin: 20px 0 10px 0;
			color: #feffff;
			font: bold 15px Verdana;
		}
		
		/* Post - Comments */
		
		#content .post .comments {
			font: normal 12px/18px Verdana;
			color: #cef4fa;
			width: 624px;
		}
		
		#content .post .comments a {
			color: #055372;
			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: #2f93b1;
		}
		
		#content .post .comments ol li cite {
			color: #055372;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #055372;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #055372;
			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: #cef4fa;
			width: 599px;
		}
		
		#content .post #commentform a {
			color: #055372;
			text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Main - Content - Navigation */
	
	#content .navigation {
		color: #feffff;
		float: left;
		width: 644px;
	}
	
	#content .navigation a {
		font: bold 12px Verdana;
		line-height: 30px;
		color: #feffff;
		text-decoration: none;
		margin-bottom: 10px;
		width: 150px;
		height: 30px;
		background: url("images/navigation.gif") no-repeat;
		display: block;
		text-align: center;
	}
	
	#content .navigation a:hover {
		text-decoration: underline;
	}
	
		#content .navigation .navigation-previous {
			float: left;
		}
		
		#content .navigation .navigation-next {
			float: right;
		}


/* Footer */

#footer {
	width: 984px;
	height: 30px;
	margin: 0 auto;
	padding-bottom: 10px;
	background: url("images/footer.gif") no-repeat;
	color: #feffff;
	font: normal 12px/30px Verdana;
	text-align: center;
}

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

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