/*
Theme Name: Independence Day!
Theme URI: http://www.imjtk.com/Independence-Day/
Description: The Red, White, and Blue WordPress Theme by JTk
Version: 1.5
Author: JTk - http://www.imjtk.com
*/

html, body { height: 100%; }

body {
	background: #3D4345 url(images/back.png) 0 repeat;
	color: #51544B;
	text-align: center;
	font-family: "Trebuchet MS", tahoma, sans-serif;
	font-size: 13px;
	padding:0px;
	min-height: 100%;
	_height: 100%;
}

* {
	padding:0;
	margin:0;
}

#container {
	background: #FFF url(images/repeat.png) repeat-y;
	min-height: 100%;
	_height: 100%;
	width: 824px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

/* Header */
h1#header {
	margin: 0;
	height: 194px;
	background: url(images/header.png) 0 no-repeat;
	text-indent: -1234em;
}

#header a {
	position: absolute;
	left: 40px;
	top: 5px;
	height: 100px;
	width: 400px;
	text-decoration: none;
}

#header em {
	display: none;
}

/* Sidebar Positioning */

#sidebar {
	color: #666666;
	width: 200px;
	float: right;
	padding-right: 35px;
	font-size: 11px;
}

/* Content */
#wrapper {
	width: 565px;
	float: left;
	position: relative;
}

#content {
	padding: 0px 0px 10px 20px;
}

#menu_view {
	position: absolute;
	left: 10px;
	top: 110px;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-weight:bold;
	text-transform: uppercase;
	word-spacing: .5px;
	font-size: 12px;
	z-index: 12001;
}

#menu_view ul {
    margin:0;
    padding:10px 10px 0 30px;
    list-style:none;
}

#menu_view li {
    display:inline;
    margin:0;
    padding: 0 5px 0 2px;
}

#menu_view li a {
	color: #FFFFFF;
	text-decoration: none;
}

#menu_view li a:hover {
	color: #71ACD9;
}

#blog_name {
    position: absolute;
    left: 50px;
    top: 25px;
    color: #ffffff;
    font-size: 42px;
    z-index: 1202;
}

#blog_name a {
	color: #FFFFFF;
	text-decoration: none;
}

#blog_name a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#blog_name a:hover {
	color: #CA3B3C;
}

#blog_slogan {
	position: absolute;
	left: 50px;
	top: 70px;
	color: #344480;
	margin: 0;
	padding: 0;
	font-weight:bold;
	word-spacing: .2px;
	font-size: 10px;
	z-index: 12001;
	font-size: 13px;
	font-weight: bold;
}

#sub_page_menu {
	position: absolute;
	left: 50px;
	top: 148px;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-weight:bold;
	text-transform: none;
	word-spacing: 1px;
	font-size: 13px;
	z-index: 12001;
}

#sub_page_menu ul {
	list-style: none;
	padding: 0;
	margin: 0 0 5px;
}

#sub_page_menu li {
	padding: 0 5px 0 2px;
	margin: 0;
	display: inline;
}

#sub_page_menu li a {
	color: #FFFFFF;
	text-decoration: none;
}

#sub_page_menu li a:hover {
	color: #71ACD9;
}

hr#clear {
	clear: both;
	height: 82px;
	visibility: hidden;
}

hr#clear_foot {
	clear: both;
	height: 10px;
	visibility: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #2F89C7;
	font-weight: bold;
}

h1 {
	font-size: 16px
}
h2 {
	font-size: 15px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 13px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 13px;
}

h3#respond {
    margin-left: 25px;
    margin-bottom: 12px;
    color: #2F89C7;
}

hr.clearing {
	height: 1px;
	visibility: hidden;
	clear:both;
	width: 500px;
	margin: 0;
}

p,
pre,
blockquote,
form,
label,
dl,
fieldset,
address {
	margin: 0px 0;
}

fieldset {
	padding:10px;
}

/* Word Press Stuff */

small {
    color: #394C87;
    font-size: 10px;
}

.postmetadata {
	margin-left: 15px;
	padding: 10px 0 25px 10px;
	background: url(images/line1.jpg) 0 no-repeat;
	background-position: bottom center;
	font-size: 11px;
}

.button {
	margin-top: 7px;
	margin-left: 97px;
}

.entry {
	font-size: 13px;
	margin-left: 15px;
}

ul,
ol {
	margin: 5px 0 20px 0px;
	list-style-type: none;
}

li,
dd{
	margin-left: 7px;
	list-style-type: none;
}

#content ul {
	list-style-type: disc;
	margin-left: 25px;
}

blockquote {
	background: #EDEDED;
	padding: 3px 7px 3px 7px;
	margin: 7px 0 7px 15px;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
}

/*  All of the sidebar H2s */

#sidebar ul li h2 {
	color:	#C83233;
	font-size: 13px;
	font-weight: bold;
	vertical-align: middle;
	padding: 9px 0 0 7px;
	margin-left: 0px;
	font-family: tahoma, sans-serif;
}

/*  All of the sidebar lists */

#sidebar ul li ul li {
	font-weight: bold;
	margin-top: 0;
	margin: 0 0 0 6px;
	padding: 2px 0 2px 6px;
}

#sidebar ul li ul li ul {
    margin:2px 0 3px 0;
}

#sidebar ul li ul li ul li{
	margin-left: 8px;
	padding-left: 6px;
	font-weight: normal;
}

/*  All of the sidebar H2's no margins */

#sidebar li {
	margin: 0;
}

.navlist ul{
	background: url(images/sidebar_underline.png) 0 no-repeat;
}

.post h2 {
	margin: 0 0 2px 0;
	padding: 0;
	color: #CA0F00;
	font-size: 15px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

ul#recentcomments li {
	margin: 0 0 7px 0;
}

li#recent-posts  ul li{
	margin: 0 0 7px 0;
}

input {
	 color: #330606;
	 padding: 2px 0 2px 4px;
	 margin: 1px 6px 1px 0;
	 border: 1px solid #D9D9D9;
	 background-color: #FFFFFF;
	 vertical-align: middle;
 	 font-size: 11px;
	 font-family: Tahoma, Arial, Helvetica, sans-serif;
}

#searchform .buttons {
	 background-color: none;
	 border: 0px;
}

textarea {
	 color: #330606;
	 padding: 2px 0 2px 4px;
	 margin: 2px 0 6px 0;
	 border: 1px solid #D9D9D9;
 	 background-color: #FFFFFF;
	 font-size: 11px;
	 font-family: Tahoma, Arial, Helvetica, sans-serif;
}

/* Link Stuff */

#sidebar a {
	color: #374A85;
	text-decoration: none;
	 font-family: Tahoma, sans-serif;
}

#sidebar a:visited {
	color: #374A85;
	text-decoration: none;
	font-family: Tahoma, sans-serif;
}

#sidebar a:hover {
	color: #2F89C7;
	font-family: Tahoma, sans-serif;
}

a:link {
	color: #CA0F00;
	text-decoration: underline;
}

a:visited {
	color: #CA0F00;
	text-decoration: underline;
}
a:hover, a:active {
	color: #2F89C7;
	text-decoration: none;
}

.post h2 a {
	color: #CA0F00;
	text-decoration: none;
}

.post h2 a:visited {
	color: #CA0F00;
	text-decoration: none;
}

.post h2 a:hover {
	color: #2F89C7;
	text-decoration: underline;
}

.top_o_the_post {
	padding: 6px; 0 6px 10px;
	margin-left: 10px;
}

#comments  {
	padding-left: 15px;
}

.graybox {
	background: #EDEDED;
	padding: 5px 9px 5px 9px;
	margin: 7px 0 7px 7;
}

.non_graybox {
	padding: 5px 9px 5px 9px;
	margin: 7px 0 7px 7;
}

#commentlist li {
	padding-left: 20px;
}

.commentlist{
    position: relative;
 }

form {
	padding-left: 20px;
}

.buttons_no_b {
	border: none;
	margin-top: 3px;
	width: 45px;
	height: 19px;
}

.buttons_no_b_2 {
	border: none;
	background: none;
	width: 45px;
	height: 18px;
}

#postcomment {
	padding-left: 20px;
}

.comments_links {
	padding-left: 20px;
}

.read_more {
	margin: 0 40px 10px 0px;
	text-align: right;
}

.post_image {
	margin-right: 5px;
}

.post ul li{
	list-style-type: decimal;
	margin-left: 25px;
	padding: 5px 0 3px 0;
}

.post ol li{
	list-style-type: disc;
	margin-left: 25px;
	padding: 5px 0 3px 0;
}

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 2px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	margin-bottom: 10px;
	}

#wp-calendar a {
	text-decoration: none;
	color: #CF0003;
	font-weight: bold;
	}

#wp-calendar a:visited {
	text-decoration: none;
	color: #CF0003;
	font-weight: bold;
	}

#wp-calendar a:hover {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	}

#wp-calendar caption {
	font-weight: bold;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	color: #374A85;
	}

/* End Calendar */

  /* Footer
-----------------------------------------*/
#footer {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	background: url(images/footer.png) 0 0 no-repeat;
	color: #BFBFBF;
	min-height: 83px;
	_height: 83px;
	position: relative;
	margin: -83px auto 0 auto;
	width: 824px;
	padding: 0;
  }

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

#footer a:visited {
	color: #2F89C7;
	text-decoration: none;
}

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

p {
    margin-top: 10px;
	margin-bottom: 10px;
}

#searchform {
    margin-bottom: 25px;
}

li#search {
	margin-left: -20px;
}

#search_heading {
	margin-left: 20px;
	color: #354681;
	font-weight: bold;
	font-size: 10px;
}

.entry img {
    margin: 0 10px 0 0;
}

.taggit  {
	color: #4D5F47;
	font-weight: bold;
}

#move_comments {
	margin: 0 0 0 12px;
}