/*
Theme Name: Patriot Theme
Theme URL: http://ithemes.com
Description: Patriot Theme is a custom theme created for WordPress.
Author: iThemes
Author URI: http://ithemes.com
Version: 1.2.15

Copyright (c) 2009 iThemes Media, LLC.
See license.txt for terms and conditions.

See history.txt for version history.
*/

/*CSS Reset*/
@import url(css/reset.css);

body { /* This is where you set many of the universal defaults */
	background: #0d3162; color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;	}
.clearfix:after { content: "."; display: block; clear: both; margin: 0px; padding: 0px; height: 0; visibility: hidden; }

/*********************************************
		Universal Link Styles
*********************************************/
a {
color: #0d3163;
text-decoration: none;
}

a:hover {
color: #9f0000;
}


/*********************************************
		Universal Text Elements
*********************************************/
p, ul, ol, blockquote {
	color: #000;
}
ol, ul {
	margin: 5px 35px;
}
blockquote {
	margin: 5px 0px 5px 10px; padding: 0px 0px 0px 10px;
	font-style: italic;
}
img { border: 0px; background: none; }
p {
	padding: 10px 0px;
	margin: 0px;
}
/*********************************************
		Header Styles
*********************************************/
/* Use this for universal styles for all header elements
Be sure to uncomment the styles before using */
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, Times New Roman, sans-serif;
	font-size: 25px;
	font-weight: normal;
	color: #000;
	margin: 0px; padding: 0px;
}

h1 { /* This style is generally used as title on single posts and pages */
	font-size: 20px;
	margin: 0px; padding: 0px;
	text-transform: uppercase;
}
h2 { /* This style used as a sub-header in post/page content */
	font-size: 18px;
	margin: 0px; padding: 0px;
}
h3 { /* This style used as the post titles on homepage/archive */
	clear: both;
	font-size: 16px;
	font-weight: normal;
	margin: 0px; padding: 0px;
	text-transform: uppercase;
}
h3 a {
}
h3 a:hover {
	
}
h4 { /* This style used as title for comments and as the identifying header on archive page  */
	font-size: 14px;
	margin: 0px; padding: 0px;
	text-transform: uppercase;
}
h5 {
	font-size: 16px;
	margin: 0px; padding: 0px;
}
h6 {
	font-size: 14px;
	margin: 0px; padding: 0px;
}

.odd {
background-color: #e9e9e9; }

.even {
background-color: #f9f9f9; }

/*********************************************
		The Obligatory WP Styles
*********************************************/
.aligncenter,
div.aligncenter {
   display: inline;
   margin-left: auto;
   margin-right: auto;
}
.alignleft {
   float: left;
   margin: 0px 8px 8px 0px;
}
.alignright {
   float: right;
   margin: 0px 0px 8px 8px;
}
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}
.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}
.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/*********************************************
		Container Div
*********************************************/
#wrapper {
width: 960px;
margin: 0 auto;
background: url(images/Content-BG.png) top center repeat-y;
overflow: hidden;
padding: 0 10px;
}

/*********************************************
		Header Styles
*********************************************/
#header h1 {
margin: 0;
}

#header h1 a {
display: block;
width: 959px;
height: 150px;

margin: 0 auto;
text-indent: -9999px;
}

/*********************************************
		Horizontal Navigaion Styles 
				(with dropdowns)
*********************************************/
/* XXXXXXXXXXXXXXXXXXXXX ADDED DISPLAY: INLINE-FLEX AND LIST-STYLE: NONE TO FIX MENUE XXXXXXXXXX */
#menu {
	float: left;
	display: inline-flex;
	list-style: none;
	font-size: 20px;
	height: 35px;
	width: 957px;
	padding-left: 6px;
	margin: 0px; padding: 0px;
	margin-left: 2px;
	background: url(images/nav.jpg);
	position: relative;
	z-index: 2;
}
/* This is the style for the first UL (horizontal) */
#menu ul {
	float: left;
	display: inline;
	background: transparent;
	height: 30px; line-height: 30px;
	margin: 0px; padding: 0px;
	z-index:2;
}
/* This is the style for the top level list items */
#menu ul li {
	width: 100;
	display: inline;
	float: left;
	list-style-type: none;
	height: 32px; line-height: 32px;
	margin: 0px; padding: 0px;
	background: url(images/navlink.jpg) top right no-repeat;
  margin-top: 3px;
  margin-left: -1px;
	white-space: nowrap;
	z-index:2;
}

#menu ul > li { width: auto; }

* html #menu li {
	z-index:2;
}

#menu ul li.home {
	background: none;
	z-index:2;
}
/* The style for all links */
/* XXXXXXXXXXXX ADDED PADDING LINE TO SPACE OUT LINKS XXXXXXXXXXX */
#menu a {
	text-decoration: none;
	z-index:2;
	padding: 10px;
}
/* The universal hover state colors and background for all LI items and links */
#menu li:hover,
#menu li:hover a,
#menu li.sfhover,
#menu li.sfhover a,
#menu li a:hover {
  text-decoration: underline;
}
/* This is the style for the top level links, if different than the universal */
#menu ul li a {
	display: inline;
	height: 32px; line-height: 30px;
	margin: 0px; padding: 0px 15px;
	text-decoration: none;
	color: #9f0000;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  line-height: 32px;
  padding: 0 20px;
  border-top: 1px solid #d2d2d2;
  background: url(images/navlink.jpg) no-repeat;
	z-index:2;

  
}
/* if you want to set a "current page item" style, do it here */
#menu ul li.current_page_item a {
}
/****************************** 
The second-level stuff 
*******************************/
/* This hides the nested UL before you hover */
#menu li ul {
	clear: both;
	position: absolute;
	width: 200px; /* the width of the dropdown */
	left: -999em;
}
/* This shows the nested UL when you hover */
#menu li:hover ul, 
#menu li.sfhover ul {
	left: auto;
	display:  block;
	z-index: 1000;
}

/* This is the style for the nested UL */
#menu li:hover ul, #menu li.sfhover ul {
	background: transparent;
	display: block;
	margin: 0px; padding: 0px;
}
/* This is the style for the LI items within the nested UL */
#menu li:hover ul li,
#menu li.sfhover ul li {
	background: transparent;
	width: 100%;
	display: block;
	padding: 0px; margin: 0px;
	height: 26px; line-height: 26px;
	overflow: hidden;
	text-align: left;
}
/* This is the style for the links within the LI items within the nested UL */
#menu li:hover ul li a,
#menu li:hover ul li.current_page_item a,
#menu li.sfhover ul li a,
#menu li.sfhover ul li.current_page_item a {
	background-color:#E9E9E9;
	width: 190px;
	text-decoration: none;
	display: block;
	margin: 0px; padding: 0px 5px;
	height: 25px; line-height: 25px;
}
/* This is the style for the hover state on the links within the LI items within the nested UL */
#menu li:hover ul li a:hover, 
#menu li.sfhover ul li a:hover {
	margin: 0px; padding: 0px 5px;
	height: 25px; line-height: 25px;
	background: #ddd;
}


/*********************************************
		Homepage Styles
*********************************************/
#homefeature {
	width: 954px;
	background: #2e2e2e;
	margin: 0px; padding: 0px;
	border-left: 3px solid #FFF;
	border-right: 3px solid #FFF;
}
#homefeature #rotator {
	display: block;
	float: left;
	border-right: 1px solid #FFF;
}
	
/*********************************************
		Content Div
*********************************************/
#content {
float: left;
width: 580px;
padding: 20px;
overflow: hidden;
}

#pic {
margin: -20px 0 0 -15px;
height: 235px;
width: 575px;
background: url(images/pic.jpg) no-repeat;
padding: 10px 20px 30px;
}

/*********************************************
		Post Div
*********************************************/
.post h2 { 
font-size: 28px;
margin: 0px; padding: 0px;
color: #0d3163;
}

.post .title {
margin: 0;
}

.post .title a {
line-height: 40px;
text-decoration: none;
font-size: 30px;
}
.post .meta {
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
padding: 8px 8px 8px 0px;
font-weight: bold;
text-transform: uppercase;
color: #666;
font-size: 11px;
}
.post .categories {
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
padding: 8px 8px 8px 0px;
margin-bottom:20px;
font-weight: bold;
text-transform: uppercase;
color: #666;
font-size: 11px;
}


/*********************************************
		Post Meta Styles, if needed
*********************************************/

.meta-top {
}
.meta-bottom {
margin: 10px auto 10px;
}
.meta-date {
}
.meta-author {
}
.meta-comments {
}
.meta-category {
}

/*********************************************
		Previous/Next Page Navigation
*********************************************/
.page-nav {
	clear: both; /* To clear any floats */
	margin: 0px; padding: 0px;
}

/*********************************************
		Sidebar
*********************************************/
#sidebar {
float: left;
padding: 0 20px 20px 20px;
width: 270px;
color: #666;
margin-left: 10px !important;
margin-left: 3px;
}

#sidebar ul {
list-style: block;
margin: 0;
}

#sidebar li {
margin: 0;
}

#sidebar h3 {
display: block;
color: #9f0000;
border-bottom: 4px double #9f0000;
font-weight: normal;
margin: 20px 0 10px;
}

#sidebar .widget {
	clear: both;
	margin: 0px; padding: 0px 0px 10px 0px;
}
#sidebar p, 
#sidebar .textwidget {
}
#sidebar img {
	margin: 10px 0px;
}
#sidebar form {
	margin: 5px; padding: 0px;
}
#sidebar ul {
	margin: 0px; padding: 0px 10px;
}
#sidebar ul li {
	margin: 5px 10px 5px 0px; 
	background: url(images/icon_lists.gif) no-repeat top left;
	padding: 0px 0px 0px 18px;
	}
#sidebar ul li a {
	
}
#sidebar ul li a:hover {
	
}
#sidebar ul li ul {
	margin: 0px 0px 0px 10px; padding: 0px;
}
#sidebar ul li ul li {
	background: transparent;
	list-style-type: bullet;
	margin: 5px 10px 5px 5px; padding: 0px;
}

/*********************************************
		Comment Styles
*********************************************/
#comments {
	margin: 20px 0px; padding: 0px;
	overflow: hidden;
}
#comments .title {
	font-size: 25px;
	margin: 0px; padding: 15px 0px;
}
#comments ol.commentlist {
	margin: 0px; padding: 0px;
}
#comments ul.children {
	margin: 0px; padding: 10px 0px 0px 20px;
}
#comments .vcard {
	
}
#comments .vcard .avatar {
	display: block;
	float: left;
	margin: 0px; padding: 0px 10px 0px 0px;
}
#comments .comment-meta {
	padding: 0px 0px 20px 0px;
}
#comments li.even,
#comments li.odd {
	clear: both;
	list-style-type: none;
	border: 1px solid #CCC;
}
#comments ul.children li {
	border: 1px solid #CCC;
}
#comments li.even {
	margin: 5px 0px 5px 0px;
	padding: 10px;
	overflow: hidden;
}
#comments li.odd {
	margin: 5px 0px 5px 0px;
	padding: 10px;
	overflow: hidden;
}
#comments blockquote {
	background: #F2F2F2;
	margin: 10px 0px; padding: 10px;
}
#comments blockquote {
	background: #FFF;
	border: 1px solid #CCC;
	margin: 10px 0px; padding: 10px;
}
#comments .alert {
	background: #fffbd6;
	border: 1px solid #ebe067;
	margin: 5px 0px; padding: 5px;
}
#comments p {
	margin: 0px 0px 10px; padding: 0px;
}

#respond {
	overflow: hidden;
}
#respond #commentform {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	overflow: hidden;
}
#respond #commentform #author,
#respond #commentform #email,
#respond #commentform #url {
	width: 50%;
	margin: 0px 0px 5px 0px; padding: 5px;
}
#respond #commentform #comment {
	width: 98%;
	margin: 10px 0px 15px 0px; padding: 5px;
}
#ithemes-contact-page-name,
#ithemes-contact-page-website,
#ithemes-contact-page-email,
#ithemes-contact-page-form textarea {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 17px;
}
#commentform textarea,
#commentform input {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 17px;
}

/*********************************************
		Footer Styles
*********************************************/
#footer {
height: 86px;
padding: 0 20px;
clear: both;
background: url(images/footer.jpg);
}

#footer p, #footer a {
margin: 0; padding: 0;
color: white;
text-decoration: none;
}

#footer a:hover {
color: #9f0000;
}
.footerleft {
width: 475px;
float: left;
padding-top: 30px;
	}
	
.footerright {
width: 285px;
padding-top: 30px;
float: right;
text-align: center;
	}
.footerright p{
font-size: 18px;
font-family: Georgia, Times New Roman, sans-serif;
}


/****************
advanced comment styles
****************/
h3#comments,.comment-navigation,.comment-navigation:after,#respond:after,.comment-rss{display:block} 
ol.commentlist{width:100%} 
h3#comments,#respond h3{height:25px;text-align:left;background:#07438A;color:#fff;padding:5px 0 0 5px;} 
ol.commentlist,li.authorcomment,li.comment,#respond h3,form#commentform,input#submit{margin:0}
ol.commentlist,ol.commentlist ul,form#commentform{padding:0}  
ol.commentlist{border-bottom:1px solid #ccc} 
ol.commentlist ul{margin:0 0 0 20px} 
li.authorcomment,li.comment,form#commentform textarea,form#commentform input{border:1px solid #ccc}
li.authorcomment,li.comment{padding:10px 0 0 10px;list-style:none;border-bottom:none} 
li.even{background:#fff} 
li.odd{background:#efefef} 
.authorcomment{background:#deebf9} 
ul.children ul{margin-left:20px} 
ul.children li{border-right:none} 
.vcard img{float:left;background:#c4c4c4} 
.vcard img,.comment-navigation .newer a,.comment-navigation .older a{padding:5px} 
.comment-meta,ol.commentlist li small,p.subscribe-to-comments label{position:relative} 
.comment-meta,ol.commentlist li small{top:10px;left:10px} 
.comment-text{margin:0 10px 0 0} 
.reply,.comment-navigation .newer,input#submit{float:right} 
.reply,.comment-navigation .newer a,.comment-navigation .older a,input#submit{background:#07438A;} 
.reply{margin:0 10px 10px 0} 
a.comment-reply-link,.reply a:link,
.comment-navigation .newer a,.comment-navigation .older a,input#submit{display:inline-block;text-align:center;cursor:pointer;color:#fff;} 
a.comment-reply-link,.reply a:link{padding:5px 0} a.comment-reply-link,.reply a:link,input#submit{width:70px;} 
a.comment-reply-link:hover,.reply a:hover,.comment-navigation .newer a:hover,
.comment-navigation .older a:hover,input#submit:hover{background:#e7e7e7;text-decoration:none;color:#07438A;font-weight:bold} 
a.comment-reply-link:hover,.reply a:hover,input#submit:hover{width:68px}
a.comment-reply-link:hover,.reply a:hover{padding:4px 0} 
a.comment-reply-link:hover,.reply a:hover,.comment-navigation .newer a:hover,.comment-navigation .older a:hover{border:1px solid;} 
.comment-navigation{margin:10px 0 10px 0} .comment-navigation:after,#respond:after{content:".";height:0;visibility:hidden} 
.clear{clear:both} 
.comment-navigation .newer a:hover,.comment-navigation .older a:hover{padding:4px} 
form#commentform textarea,form#commentform input{padding:2px 3px} 
form#commentform textarea{width:442px} 
input#submit{padding:5px 0 !important;border:0 !important} 
input#submit,p.subscribe-to-comments input{outline:0} 
input#submit:hover{padding:4px 0 !important;border:1px solid #4c7faa !important} 
p.subscribe-to-comments{background:url('images/email_32.png') no-repeat} 
p.subscribe-to-comments,.comment-rss{height:32px;text-indent:42px;padding:5px 0 0 0} 
p.subscribe-to-comments input{margin:5px 3px 3px 3px !important;border:0} 
p.subscribe-to-comments label{top:-2px;color:#666} 
.comment-rss{background:url('images/rss_32.png') no-repeat} 
 
/*comment total stlying*/
 
.comment-total{text-align: center;font-size: 1.5em;color: #fff;}
.comment-total span{font-size: 2em;color: #800000;}

/****************
Video styles
****************/

.featureVideo{
	z-index:1;
}