/*  
Theme Name: Children of Fallen Patriots Foundation
Theme URI: http://fallenpatriots.unionstreetmediablogs.com
Description: 
Version: 1.0
Author: Morgan Newcomb
Author URI: http://www.www.unionstreetmedia.com/

*/

/*
SITE TEMPLATE
---------------
*/

html { min-height: 100%; margin-bottom: 1px; }

body {
	font: .75em/1.63em "Lucida Grande", Arial, Verdana, sans-serif;
	color: #353434;
	background: #002653 url("/wp-content/themes/fallenpatriots/i/bg-body.gif") repeat-y center top;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, p, ul, ol, li, blockquote, form, img {
	margin-top: 0;
	padding: 0;
}

h1 {
	font-size: 1.8em;
	color:#353434;
	line-height: normal;
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 1.4em;
	color:#353434;
	line-height: normal;
	margin: 0 0 14px 0;
	clear: both;
}

h3 {
	font-size: 1.2em;
	color:#353434;
	line-height: normal;
	margin: 0 0 14px 0;
	clear: both;
}

.mlsrightcol h2,
.mlsrightcol h3 {
	clear: none;
}

h4 {

}

p {
	margin: 0 0 14px 0;
}

a {
	text-decoration: none;
	color: #336699;
	outline: 0;
}

a:hover {
	color: #756240;
}

a img {
	border: 0;
}


table {
	margin: 20px auto;
}

th {
	background: #333;
	color: #fff;
	padding: 4px;
}

td {
	vertical-align: top;
	padding: 4px;
}

.clearboth {
	clear: both;
}

.redtext {
	color: #c00;
	font-weight: bold;
}

.smaller {
	font-size: 80%;
	display: block;
}

img#logoforprint {
	display: none;
}

.caption {
	display: block;
	line-height: normal;
	color: #c02626;
	font-size: 90%;
	margin-bottom: 10px;
}

.l ul,
.l ol {
	margin: 14px 30px;
}

/*
	TEMPLATE
	--------
*/
.sitewrapper {
	width: 870px;
	margin: 67px auto 0;
}

#masthead {
	height: 152px;
	background: #c02626;
	position: relative;
}

#sitename {
	width: 580px;
	height: 219px;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 10px;
	bottom: 0;
	background: transparent url("/wp-content/themes/fallenpatriots/i/statue.png") no-repeat left bottom;
}


#sitename a#lnk-statue {
	display: block;
	width: 139px;
	height: 219px;
	position: absolute;
	left: 0;
	bottom: 0;
}

#sitename a#lnk-sitename {
	display: block;
	width: 452px;
	height: 106px;
	text-indent: -999em;
	position: absolute;
	right: 0;
	bottom: 30px;
	background: transparent url("/wp-content/themes/fallenpatriots/i/logo-childrenoffallenpatriots.gif") no-repeat right bottom;
}

#meat {
	background: #fff;
	clear: both;
	border-bottom: 1px solid white;
	margin-bottom: 8px;
}


.l {
	width: 625px;
	margin: 20px 0 20px 20px;
	float: left;
	display: inline;
}

.r {
	width: 200px;
	float: right;
	display: inline;
}

/*
	SUPPORT NAVBAR
	--------------
*/

#navsupport {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nsdonate,
#nsenroll,
#nsdonate a,
#nsenroll a {
	margin: 0;
	padding: 0;
	display: block;
	width: 86px;
	height: 30px;
}

#nsdonate a,
#nsenroll a {
	text-indent: -999em;
}
#nsdonate {
	position: absolute;
	left: 816px;
	top: 40px;
	background: transparent url("/wp-content/themes/fallenpatriots/i/btn-donate.gif") no-repeat left top;
}

#nsenroll {
	position: absolute;
	left: 816px;
	top: 80px;
	background: transparent url("/wp-content/themes/fallenpatriots/i/btn-enroll.gif") no-repeat left top;
}



/*
	NAVBAR
	--------
*/

#navbar {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navbar li {
	float: left;
	position: relative;
	
}

#navbar a, #navbar a:visited {
  	display:block;
  	float:left;
  	padding:4px 16px;
  	color:#fff;
  	text-decoration:none;
	text-transform: uppercase;
	height: 20px;
}

#navbar a:hover {
	color: #c02626;
	cursor: hand;
	cursor: pointer;
}

#navbar li.current_page_parent a,
#navbar .current_page_item a,
#navbar li li.current_page_item a {
	color: #c02626;
}

#navbar li.current_page_parent li a {
	color: #fff;
}
/*
#navbar {
	display:inline-block;
}

#navbar {
	display:inline;
}



#navbar {
  	display:table-row;
  	padding:0;
  	margin:0;
  	list-style-type:none;
  	white-space:nowrap;
}

#navbar li {
	display:inline;
	position: relative;
}

#navbar a, #navbar a:visited {
  	display:block;
  	float:left;
  	padding:4px 16px;
  	color:#fff;
  	text-decoration:none;
	text-transform: uppercase;
	position: relative;
}

#navbar a:hover {
	color: #c02626;
}
*/

.holder {
	display:table;
}

.navwrapper { 
	text-align:left;
	width: 98%;
}

.navwrapper .holder { margin:0 auto 0 0; }

/*
	dropdowns
	---------
*/

#navbar li ul {
	position: absolute;
	top: 28px;
	left: -999em;
	background: #002653;
	opacity: .9;
	filter: alpha(opacity=90);
	margin: 0;
	padding: 0;
	width: 180px;
	list-style: none;
	border-bottom: 1px solid #c62121;
}

ul#navbar li:hover ul, 
ul#navbar li.sfhover ul {
	left: 0;
	z-index: 150;
}

#navbar li ul li {
	width: 180px;
	border-top: 1px solid #c62121;
}

#navbar li ul li a {
	display: block;
	width: 180px;
}


/*

#navbar li ul li {
	display:block;
	margin: 0;
	padding: 0;
}

#navbar a, #navbar a:visited {
  	display:inline;
  	float:none;
}
*/

/*
	HOMEPAGE STYLES
	---------------
*/

.blue {
	color: #002653;
	font-size: 1.1em;
}

#home .l {
	width: 432px;
	margin: 0;
	padding: 0;
}

#home .r {
	width: 432px;
}


#home .post h1 {
	display: none;
}

#home #meat {
	background: #c0d1d9 url("/wp-content/themes/fallenpatriots/i/patriotism.jpg") no-repeat left bottom;
	min-height: 503px;
	height: auto !important;
	height: 503px;
	margin-bottom: 0;
	border-bottom: 0;
}

p.mission {
	color: #002653;
	font-size: 1.2em;
	font-weight: bold;
	width: 90%;
	margin: 10px auto;
	padding-bottom: 330px;
}
.videoblock {
	height: 318px;
	background: #c02626;
}

.videoblock .ytv {
	width: 370px;
	margin: 0 auto;
	padding: 9px 0;
}

.quoteblock {
	background: transparent url("/wp-content/themes/fallenpatriots/i/bg-quote.png") repeat-y left top;
	min-height: 185px;
	height: auto !important;
	height: 185px;
	color: #fff;
}

#whyblock {
	background: #fff url("/wp-content/themes/fallenpatriots/i/bg-dot.gif") repeat-y 438px top;
}

#whyblock .l,
#whyblock .r {
	width: 366px;
	margin: 30px;
	color: #002653;
}

#hdr-whyyoushouldenroll {
	width: 294px;
	height: 24px;
	background: transparent url("/wp-content/themes/fallenpatriots/i/hdr-ourDreamIsBig.gif") no-repeat left top;
	text-indent: -999em;
	margin: 0;
	padding: 0;
}

#hdr-whyyoushouldsupportus {
	width: 294px;
	height: 24px;
	background: transparent url("/wp-content/themes/fallenpatriots/i/hdr-theNeedIsEnormous.gif") no-repeat left top;
	text-indent: -999em;
	margin: 0;
	padding: 0;
}

#hdr-familiesweveserved {
	width: 257px;
	height: 30px;
	background: transparent url("/wp-content/themes/fallenpatriots/i/hdr-familiesserved.gif") no-repeat right bottom;
	text-indent: -999em;
	margin: 0;
	padding: 0;
}


#photogallery {
	background: #c02626;
	min-height: 140px;
	height: auto !important;
	height: 140px;
}

blockquote.hollypetraeus {
	background: transparent url("/wp-content/themes/fallenpatriots/i/holly-petraeus.jpg") no-repeat left top;
	margin: 0;
	padding: 10px 20px 10px 110px;
}


/*
	FOOTER
	------
*/

.navwrapper {
	text-align: right;
}

.navwrapper .holder {
	margin:0 0 0 auto;
}

#footer {
	background: transparent url("/wp-content/themes/fallenpatriots/i/emblems.gif") no-repeat left 4px;
	min-height: 50px;
	height: auto !important;
	height: 50px;
}

#footernavbar {
	display:inline-block;
}

#footernavbar {
	display:inline;
}

.holder {
	display:table;
}

#footernavbar {
  	display:table-row;
  	padding:0;
  	margin:0;
  	list-style-type:none;
  	white-space:nowrap;
}

#footernavbar li {
	display:inline;
}

#footernavbar a, #footernavbar a:visited {
  	display:block;
  	float:left;
  	padding:4px 16px;
  	color:#fff;
  	text-decoration:none;
	text-transform: uppercase;
}

#footernavbar a:hover {
	color: #c02626;
}

.note {
	width: 870px;
	margin: 20px auto;
	color: #fff;
	font-size: 80%;
	line-height: normal;
}

#usmtag {
	text-align: center;
}

#usmtag a {
	display: block;
	width: 214px;
	margin: 30px auto;
	background: transparent url("/wp-content/themes/fallenpatriots/i/usmtag.gif") no-repeat left top;
	text-indent: -999em;
}

/*
	OUR TEAM
	--------
*/

.team-member {
	color: #cb3332;
	font-weight: bold;
}














/* SIFR VERSION 3 BETA 2
--------------------------------
*/


/*=:project
    scalable Inman Flash Replacement (sIFR) version 3.

  =:file
    Copyright: 2006 Mark Wubben.
    Author: Mark Wubben, <http://novemberborn.net/>

  =:history
    * IFR: Shaun Inman
    * sIFR 1: Mike Davidson, Shaun Inman and Tomas Jogin
    * sIFR 2: Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

  =:license
    This software is licensed and provided under the CC-GNU LGPL.
    See <http://creativecommons.org/licenses/LGPL/2.1/>    
*/

/*---- sIFR ---*/
.sIFR-flash {
  visibility: visible !important;
  margin: 0;
  padding: 0;
 }

.sIFR-flash a {
	color: #000;
}
.sIFR-unloading .sIFR-flash {
  visibility: hidden !important;
}

.sIFR-replaced, .sIFR-ignore {
  visibility: visible !important;
}

.sIFR-alternate {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}

.sIFR-replaced div.sIFR-fixfocus {
  margin: 0pt; 
  padding: 0pt; 
  overflow: auto; 
  letter-spacing: 0px; 
  float: none;
}

.sIFR-dummy { 
  width: 0px;
  height: 0px;
  margin-left: 42px;
  z-index: 0;
}

.sIFR-active h1,
.sIFR-active h2,
.sIFR-active h2 a,
.sIFR-active h2 a {
    visibility: hidden;
}





/*
END: SITE TEMPLATE
------------------
*/

/* Begin Typography & Colors */
.postmetadata {
	
}

/*
blockquote {
	margin: 10px 0;
	border-left: 10px solid #ccc;
	padding: 0 20px 0 10px 
}
*/


/* End Typography & Colors */

/* Begin Comments*/
li.authorcomment {
	background: #eee;
}
.commentlist cite {
	font-style:normal;
	font-weight: bold;
}
/* End Comments */

/* widget sidebar */
#wp-sidebar {

}
#wp-sidebar ul {
	margin-left: 0px;
}
#wp-sidebar ul ul {
	margin-left: 20px;
	margin-bottom: 1em;
}
li.widget {
	list-style: none;
}










/* jCarousel Core Styles */
.jcarousel-container {position: relative;}
.jcarousel-clip {z-index: 2; padding: 0; margin: 0; overflow: hidden; position: relative;}
.jcarousel-list {z-index: 1; overflow: hidden; position: relative; top: 0; left: 0; margin: 0; padding: 0;}
.jcarousel-list li,
.jcarousel-item {float: left; list-style: none; width: 75px; height: 75px;}
.jcarousel-next {z-index: 3; display: none;}
.jcarousel-prev {z-index: 3; display: none;}






/* jCarousel Skin Styles */
.jcarousel-skin-pl2 .jcarousel-container {}
.jcarousel-skin-pl2 .jcarousel-container-horizontal {width: 440px; width: 792px; padding:0px 30px 0px 46px; margin: 16px 0 }
.jcarousel-skin-pl2 .jcarousel-clip-horizontal {width:  424px; width: 780px; height: 72px;}
.jcarousel-skin-pl2 .jcarousel-item {width: 70px; height: 70px; border: 1px solid #fff; overflow:hidden;}
.jcarousel-skin-pl2 .jcarousel-item:hover {border-color: #e3d5c2;}
.jcarousel-skin-pl2 .jcarousel-item-horizontal {margin-right:16px;}
.jcarousel-skin-pl2 .jcarousel-item-placeholder {}
.jcarousel-skin-pl2 .jcarousel-next-horizontal {position: absolute; top: 10px; right: 0px; width: 32px; height: 72px; cursor: pointer; background: transparent url("/wp-content/themes/fallenpatriots/i/next.png") no-repeat 0 0;}
.jcarousel-skin-pl2 .jcarousel-next-horizontal:hover {background-position: -32px 0;}
.jcarousel-skin-pl2 .jcarousel-next-horizontal:active {background-position: -64px 0;}
.jcarousel-skin-pl2 .jcarousel-next-disabled-horizontal, .jcarousel-skin-pl2 .jcarousel-next-disabled-horizontal:hover, .jcarousel-skin-pl2 .jcarousel-next-disabled-horizontal:active {cursor: default; background-position: -96px 0;}
.jcarousel-skin-pl2 .jcarousel-prev-horizontal {position: absolute; top: 10px; left: 0px; width: 32px; height: 72px; cursor: pointer; background: transparent url("/wp-content/themes/fallenpatriots/i/prev.png") no-repeat 0 0;}
.jcarousel-skin-pl2 .jcarousel-prev-horizontal:hover { background-position: -32px 0;}
.jcarousel-skin-pl2 .jcarousel-prev-horizontal:active {background-position: -64px 0;}
.jcarousel-skin-pl2 .jcarousel-prev-disabled-horizontal, .jcarousel-skin-pl2 .jcarousel-prev-disabled-horizontal:hover, .jcarousel-skin-pl2 .jcarousel-prev-disabled-horizontal:active {cursor: default;background-position: -96px 0;}






/* LightBox Styles */
#jquery-overlay {position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px;}
#jquery-lightbox {position: absolute; top: 0;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0; }
#jquery-lightbox a img {border: none; }
#lightbox-container-image-box {position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#lightbox-container-image {padding: 10px; }
#lightbox-loading {position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#lightbox-nav {position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#lightbox-container-image-box > #lightbox-nav {left: 0; }
#lightbox-nav a {outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {width: 49%; height: 100%; zoom: 1; display: block; }
#lightbox-nav-btnPrev {left: 0; float: left; }
#lightbox-nav-btnNext {right: 0; float: right; }
#lightbox-container-image-data-box {font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%; padding: 0 10px 0; }
#lightbox-container-image-data {padding: 0 10px; color: #666; }
#lightbox-container-image-data #lightbox-image-details {text-align: left; }	
#lightbox-image-details-caption {font-weight: bold; }
#lightbox-image-details-currentNumber {display: block; clear: left; padding-bottom: 1.0em; }			
#lightbox-secNav-btnClose {height:25px; width:25px; position:absolute; top:-12px; right:-12px; z-index:300; }

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 9px;
	line-height: 15px;
	padding: 0 4px 5px;
	margin: 0;
	color: #CC3333;
}
/* End captions */