/*  
Theme Name: Patriotic Theme
Theme URI: http://bloggingzone.info
Description: Patriotic Wordpress theme - Get <a href="http://bloggingzone.info">custom wordpress themes</a> from bloggingzone.info
Version: 1.0
Author: bloggingzone.info
Author URI: http://bloggingzone.info
*/



/* General */

body {
	margin: 0;
}

h1, h2, h3, h4 {
	margin: 0;
}

img {
	border: 0;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}


/* Page */

#page {
	margin: 0 auto;
	width: 1006px;
	background: #ffffff url("images/page.jpg") no-repeat;
}


/* Header */

#header {
	width: 1006px;
	height: 404px;
	position: relative;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 50px;
		left: 25px;
	}
	
	#header #header-info h1 {
		color: #002f6a;
		font: normal 50px Impact, "Arial Black", Arial;
	}
	
	#header #header-info h1 a {
		color: #002f6a;
		text-decoration: none;
	}
	
	#header #header-info h1 a:hover {
		color: #720007;
	}
	
	#header #header-info .description {
		color: #001c4e;
		font: normal 25px Impact, "Arial Black", Arial;
	}


/* Main */

#main {
	width: 1006px;
}

	/* Main - Content */
	
	#content {
		float: left;
		width: 577px;
		padding-left: 3px;
	}
	
	/* Main - Content - Post */
	
	#content .post {
		color: #000000;
		float: left;
		margin-bottom: 50px;
		width: 567px;
	}
	
		/* Post - Title */
		
		#content .post .post-title {
			width: 517px;
			height: 52px;
			background: url("images/post_title.gif") no-repeat;
			padding: 0 25px;
		}
		
		#content .post .post-title h2 {
			color: #ffffff;
			font: normal 21px/52px "Trebuchet MS", Verdana;
			float: left;
		}
		
		#content .post .post-title h2 a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-date {
			color: #ffffff;
			font: normal 11px/52px "Trebuchet MS", Verdana;
			float: right;
		}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			font: normal 11px/17px "Trebuchet MS", Verdana;
			color: #000000;
			padding: 0 5px;
		}
		
		#content .post .post-entry a {
			color: #910000;
			text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry .picture {
			margin: 0 10px 10px 0;
			float: left;
		}
		
		#content .post .post-entry .more-link {
			font: bold 11px/20px "Trebuchet MS", Verdana;
			color: #910000;
			float: right;
			margin-bottom: 5px;
		}
		
		#content .post .post-entry .more-link a {
			color: #910000;
			text-decoration: none;
		}
		
		#content .post .post-entry .more-link a:hover {
			text-decoration: underline;
		}
		
		/* Post - Info */
		
		#content .post .post-info {
			width: 542px;
			height: 28px;
			background: url("images/post_info.gif") no-repeat;
			padding-left: 25px;
			clear: both;
			font: bold 11px/28px "Trebuchet MS", Verdana;
			color: #ffffff;
		}
		
		#content .post .post-info a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comments */
		
		#content .post h3 {
			height: 36px;
			color: #910000;
			font: normal 18px/36px "Trebuchet MS", Verdana;
			margin-top: 15px;
			margin: 0 10px;
		}
		
		#content .post .comments {
			margin: 0 10px;
			font: normal 11px/17px "Trebuchet MS", Verdana;
			color: #000000;
		}
		
		#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: #ebf4f9;
		}
		
		#content .post .comments ol li cite {
			color: #910000;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #910000;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #910000;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		#content .post #commentform {
			margin: 0 10px;
			font: normal 11px/17px "Trebuchet MS", Verdana;
			color: #000000;
		}
	
	/* Main - Sidebar */
	
	#sidebar {
		float: left;
		width: 424px;
		font: bold 14px/22px "Trebuchet MS", Verdana;
		color: #000000;
		padding: 12px 0 15px 0;
	}
	
	#sidebar a {
		color: #910000;
		text-decoration: none;
	}
	
	#sidebar a:hover {
		text-decoration: underline;
	}
	
	#sidebar #sidebar-left {
		float: left;
		width: 211px;
	}
	
	#sidebar #sidebar-right {
		float: right;
		width: 211px;
	}
	
		/* Sidebar - Titles */
		
		#sidebar h3 {
			padding-left: 35px;
			font: bold 16px/24px "Trebuchet MS", Verdana;
			color: #ffffff;
			height: 24px;
			width: 176px;
			background: #00489c url("images/sidebar_title.gif") no-repeat;
		}
		
		/* Sidebar - Menus */
		
		#sidebar ul {
			margin: 25px 0 25px 40px;
			padding: 0;
			list-style-type: none;
		}
		
		#sidebar ul li {
			color: #000000;
			font: bold 14px/30px "Trebuchet MS", Verdana;
		}
		
		#sidebar ul li a {
			color: #910000;
			text-decoration: none;
		}
		
		#sidebar ul li a:hover {
			text-decoration: underline;
		}
		
		/* Sidebar - Tables */
		
		#sidebar #calendar_wrap {
			margin: 20px auto 30px auto;
			width: 145px;
		}
		
		/* Sidebar - Forms */
		
		#sidebar #searchform {
			margin: 0 auto 30px auto;
			width: 145px;
			text-align: center;
		}
		
		#sidebar #searchform #s {
			width: 145px;
		}


/* Footer */

#footer {
	width: 1006px;
	height: 36px;
	background: #004db5;
	color: #ffffff;
	font: normal 13px/36px "Trebuchet MS", Verdana;
	text-align: center;
	margin-bottom: 10px;
}

#footer a {
	color: #ffffff;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}
