/*  
Theme Name: Patriotic
Theme URI: http://www.wpdesigner.com
Description: Patriotic Wordpress theme created by Small Potato.
Version: 1.0
Author: Small Potato
Author URI: http://www.wpdesigner.com/

	This theme is released under Creative Commons Attribution 2.5 License.

*/

body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form{
	margin: 0;
	padding: 0;
        align: center;
}

body{
	font-family: Arial, Helvetica, Georgia, Sans-Serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: #fff;
	color: #333;
        align: center;
}

h1, h2, h3, h4, h5, h6{
	font-family: Georgia, Sans-Serif;
	font-size: 16px;
	font-weight: normal;
}

p img {
padding: 15px;
margin: 15px;
}

a{
	text-decoration: underline;
	color: #0061AA;
}

a:hover{ text-decoration: none; color: #72B23D; }

a img{ border: 0; }

abbr, acronym{ border: 0; }

address, dl, p{ padding: 15px 0 0; }

blockquote{
	margin: 15px 0 0;
	background: #eee;
}

blockquote p{ padding: 15px; }

blockquote blockquote{
	margin: 15px;
	background: #fff;
}

code{
	background: #f9f9f9;
}

dt{ font-weight: bold; }

dd{ padding: 0 0 0 15px; }

hr{
	clear: both;
	margin: 15px 15px 5px 15px;
	border: 0;
	height: 1px;
	text-align: left;
	background: #e0e0e0;
	color: #e0e0e0;
}

small{
	font-size: 12px;
}

pre{
	width: 90%;
}

/*input,*/textarea{
	font-family: Arial, Helvetica, Georgia, Sans-Serif;
	font-size: 12px;
	border: 1px solid #999;
	padding: 2px;
}

input#s, input#author, input#email, input#url, textarea#comment{
	padding: 3px;
}

input#author, input#email, input#url{
	margin: 0 5px 0 0;
}

#header{
	padding: 10px;
	text-align: left;
	vertical-align: top;
	background: #1e3c80 url(images/bg_header.gif);
	color: #fff;
	clear: both;
}

#header a{
	color: #fff;
}

#header .menu{
	margin: 0  auto;
	width: 900px;
	font-family: Georgia, Sans-Serif;
	font-size: 18px;
}

#header .menu ul{
	margin: 0;
	padding: 0 0 0 16px;
	list-style: none;
}

#header .menu ul li{
	display: inline;
	padding: 0 20px 0 0;
}

#header .menu ul li h1{
	display: inline;
	font-weight: bold;
}

#container{
	clear: both;
	float: left;
	width: 100%;
	padding: 15px 0 0;
	text-align: left;
	vertical-align: top;
	background: #fff url(images/bg_container.gif) repeat-x;
}

#page{
	margin: 0 auto;
	width: 900px;
	clear: both;
}

.narrowcolumn{
	float: left;
	width: 500px;
}


.banner{
	width: 500px;
	background: #e8eefc;
	clear: both;
}

.banner img{
	margin: 5px;
	padding: 10px;
	border: 1px solid #c8d4f0;
	background: #fff;
}

.post{
	padding: 20px 16px;
}

.post h2{
	/*border-bottom: 1px solid #e0e0e0;*/
	padding: 0 0 10px;
	font-size: 16px;
	font-weight: bold;
}

.post h2 p {
	/*border-bottom: 1px solid #e0e0e0;*/
        font-family: Arial, Helvetica, Georgia, Sans-Serif;
	font-size: 11px;
	text-align: left;
	color: #000000;
        font-weight: normal;
        padding: 0 0 10px;
        padding-top: 5px;
}

.entry{
	line-height: 18px;
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6{
	border: 0;
	padding: 15px 0 0;
	font-weight: bold;
}

.entry h1{
	font-size: 30px;
	font-weight: normal;
	line-height: 36px;
}

.entry h3{ font-size: 16px; }

.entry  h4{ font-size: 14px; }

.entry h5{ font-size: 12px; }

.entry h6{ font-size: 11px; }

.entry img{
	border: 1px solid #e0e0e0;
	padding: 4px;
}

.entry img.wp-smiley{
	padding: 0;
	border: 0;
}

.entry img.alignleft{
	float: left;
	margin: 5px 10px 0 0;
}

.entry img.alignright{
	float: right;
	margin: 5px 0 0 10px;
}

.entry p.postinfo{
	margin: 15px 0 0;
}

.browse{
	margin: 0 16px 0;
	border-top: 1px solid #e0e0e0;
	padding: 20px 0;
	font-size: 16px;
	line-height: 24px;
}

.sidebar{
	display: inline;
	float: left;
	margin: 0 0 0 10px;
	width: 190px;
	font-size: 12px;
}

.sidebar ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li#search input{
	margin: 0 0 5px;
}

.sidebar li.widget_search form{
	border: 1px solid #c8d4f0;
	padding: 10px;
	background: #fff;
}

.sidebar li.widget_calendar table{
	border: 1px solid #c8d4f0;
	padding: 10px;
	background: #fff;
}

.sidebar ul li{
	margin: 0 0 10px;
	padding: 5px;
	background: #e8eefc;
}

.sidebar ul li h2{
	border: 1px solid #c8d4f0;
	padding: 8px 10px 8px;
	font-size: 12px;
	font-weight: bold;
	background: #227AB9 /*url(images/bg_ul_li_h2.gif) repeat-x*/;
        color: #ffffff;
}

.sidebar ul ul{
	border: 1px solid #c8d4f0;
	border-top: 0;
	padding: 10px;
	background: #fff;
}

.sidebar ul ul li{
	margin: 0;
	padding: 0;
	line-height: 24px;
	background: #fff;
        
}

.sidebar ul ul li h2{
	border: 0;
	padding: 0;
	background-image: none;
}

.sidebar ul ul ul{
	border: 0;
	margin: 0;
	padding: 0;
}

.sidebar ul ul ul li{
	padding: 0 0 0 10px;
        font-size: 12px;
}

/* comments template */

.comments-template{
	margin: 15px 0 0;
	border-top: 1px solid #e0e0e0;
	padding: 15px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 20px;
	list-style: none;
}

.comments-template ol li{
	margin: 15px 0 0;
	line-height: 24px;
	padding: 0 0 20px;
	border-bottom: 1px solid #e0e0e0;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

/* end comments template */


/* wp-calendar */

#wp-calendar{
	width: 100%;
	font-family: Arial, Helvetica, Georgia, Sans-Serif;
	text-transform: none;
	font-size: 11px;
}

#wp-calendar caption{
	padding: 10px 15px;
        font-weight: bold;
}

#wp-calendar th{
	padding: 1px;
	text-align: center;
	vertical-align: top;
	background: #e8eefc;
}

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

#wp-calendar tfoot td{
	text-align: center;
}

/* end calendar */

#footer{
	clear: both;
	float: left;
	width: 900px;
}

#footer p{
	padding: 20px 16px;
	line-height: 24px;
}

.gravatar {
        float:left;
        padding: 3px;
        border: 1px solid #000;
        background: #fff;
}

.postgrav {
	float: left;
	padding: 2px;
	margin-right: 5px;
	margin-left: 5px;
	border: 2px solid #E8EEFC;
	background: #ddd;
}



/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

html, body {
min-height: 100%;
height: auto !important;
height: 100%
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: absolute;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#TB_window {
	position: absolute;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
}

#TB_window img {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
}

#TB_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

