/*
	HOTPRESS FRAMEWORK
	Site:
	By:Steven Waller
	Created:
*/
@import url(reset.css);
@import url(960.css);
@import url(waller-columns.css);
@import url(hotpress-module-styles.css);

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}

hr {
	border: 0 #eee solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
	margin: 23px 0 18px;
}

/* Headings
----------------------------------------------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h4,
h5,
h6{
	color:#333;
	font-weight: normal;
	font-family: 13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	margin-bottom: 10px;
	
}
h1 {
	font-size: 30px;
	line-height:1;
	text-transform: uppercase;
	color: #f1592a;
	display:inline-block;
}

	#content-btm h1 {
		color: #f1592a; 
		font-size: 20px; 
		padding: 0; 
		background:none; 
	}
	
h2 {
	font-size: 20px; 
	color: #000;
	margin-top: 20px;
	font-weight:bold;
}
	
	#content-btm h2 {
		color: #4a4a4a; 
		font-size: 16px;
	}

h3{
	font-size: 15px; 
	color: #f1592a; 
	font-weight: bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
 
	h3 a:link, 
	h3 a:visited {
		color: #f1592a; 
		font-weight: bold;
	}
	
	#content-btm h3, 
	#content-btm h3 a:link, 
	#content-btm h3 a:visited {
		color: #6a8751; 
	}

	h3 a:hover, 
	h3 a:active, 
	#content-btm h3 a:hover, 
	#content-btm h3 a:active { 
	color: #4a4a4a;
	}


h4 {
	font-size: 14px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10px;
}



/* Spacing
----------------------------------------------------------------------------------------------------*/
p,
dl,
pre,
table,
address,
fieldset,
blockquote,
form{
	margin-bottom: 10px;
}

ol li{
	list-style: decimal;
	list-style-position:inside;
	padding-bottom:10px;
}
	ol li li{
		padding-left:25px;
	}
		ol ol{
			margin-bottom:0;
			padding-top:10px;
		}

ul li{
	padding-left:15px;
	padding-bottom:10px;
	background:url(images/bullet.gif) no-repeat left 6px;
}
	ul li li{
		padding-left:25px;
	}
		ul ul{
			margin-bottom:0;
			padding-top:10px;
		}

/* General Elements
----------------------------------------------------------------------------------------------------*/
strong {
	font-weight:bold;
	}	
em {
	font-style:italic;
}
a:link, 
a:visited { 
	text-decoration:none; 
	color:#f1592a; 
	font-weight: bold;
	}	
a:hover, 
a:active { 
	text-decoration:none;
	color:#4a4a4a;
	outline:none;
	}
a:focus {
	outline:none;
}
button {
	margin:0; 
	padding:0;
	border:none;
	text-align:center;
	text-transform:uppercase;
	background:transparent;
	cursor:pointer;
	}	
address span {
	display:block;
	margin:0 0 10px 0;
	}	
blockquote{
	background:transparent url(images/blockquote.gif) no-repeat scroll 2px top;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:14px;
	padding-left:40px;
}

legend{
	margin-bottom:10px;
}

/* Background
----------------------------------------------------------------------------------------------------*/
body{
}

#container-top,
#container-btm,
#container-middle{
	width: 100%;	
}
#container-top {
	background: url(images/header-bg.gif) repeat-x;	
	min-height: 171px;
}

#container-middle {
	background: url(images/wrapper-middle.gif) repeat-x #fefefe; 
	height: 138px;
	padding: 0;
	float: left;
}

#container-btm {
	background:  #f9f9f9 url(images/btm-bg.jpg) repeat-x top left; 
	padding-bottom: 20px; 
	padding-top: 15px;

}

#container-footer {
	background: #5a76a8;
}
.wrapper {
	width: 960px;
	margin: 0 auto;
	
}

/* Header
----------------------------------------------------------------------------------------------------*/
#logo a{
	float:left;
	width: 172px;
	height: 164px;
	display: block;
	background: transparent url(images/logo.png) no-repeat top center;
	margin-left: 90px;
	margin-top: 0px;
	text-indent: -9999px;
	
}



/* Utility Links
----------------------------------------------------------------------------------------------------*/

#utility-bar {
	float:right;
	margin-top: 15px;
	height: 25px;
	
	
}
	
	ul#nav_546458{
		float:left;
		margin: 4px 0 0 0;
		padding: 0;
	}
	
		ul#nav_546458 li{
			background: url(images/utility-bg.jpg) no-repeat right 18%;
			float: left;
			margin: 1px;
			padding: 0 5px;
			height: 25px;
		}
			
			ul#nav_546458 li a {
				text-decoration: none;
				margin: 0;
				padding: 0;
				display: block;
				font-size: 11px;
				text-transform: uppercase;
				color: #727272;
			}
				
			ul#nav_546458 li a:hover, 
			ul#nav_546458 li a:active {
				background: #eee;
			}
	ul#utility-links-social-media {
		float:left;
		margin-left:5px;
	}
		ul#utility-links-social-media li{
			background: none;
			float: left;
			margin-right: 5px;
			padding: 0;
			height: 25px;
			width: 25px;
		}
		ul#utility-links-social-media li.gplus {
			width:90px;
		}
		
			ul#utility-links-social-media li a{
		
			}
			
			ul#utility-links-social-media li a:hover, 
			ul#utility-links-social-media li a:active {
				opacity: .8;
			}
			
	#search {
		float: right;
	}
		
		#search-input {
			float:left;
			line-height: 0;
		}

			#search-input #CAT_Search {
				background: #bbb;
				width: 164px;
				height: 24px; 
				color: #393C3E;
				border: none;
				padding: 1px 2px 2px 4px;
			}
		
		#search-btn {
			background: #bbb url(images/search.png) no-repeat center center;
			width: 17px;
			height: 17px;
			text-indent: -9999px;
			float:left;
			cursor:pointer;
			padding: 5px 10px 5px 8px;
			border-left: solid 1px #393C3E;
	
			
		}
		
	* + html #search-btn {margin-top: 1px;}

/* Nav
----------------------------------------------------------------------------------------------------*/
#main-nav {
	float: right;
	margin-top: 27px;
	
}
	#main-nav ul {
		padding-left: 5px;
	}
		#main-nav ul li{
			background: none;
			display: inline-block;
			float: left;
			padding: 0 0px;
		}
			#main-nav ul li a:link,
			#main-nav ul li a:visited {
				color: #fff;
				font-size: 22px;
				padding: 9px 24px 9px;
				text-decoration: none;
				text-transform: uppercase;
			}
			#main-nav ul li a:hover,
			#main-nav ul li a:active,
			#main-nav ul li.selected a{
				background: #476190;	
			}
			
			
			
/* Sub Nav 
----------------------------------------------------------------------------------------------------*/
#sub-nav {
	float:right; 
	width: 276px; 
	margin-top: 52px;
	border:1px solid #e3e3e3;
}
	span.sub-nav-title {
		color: #7bb13a; 
		font-size: 25px; 
		text-transform: uppercase; 
		padding-left: 10px; 
	}
	
	#sub-nav ul {
		background: #e3e3e3;
		padding: 15px; 
		border:1px solid #fff;
	}
		#sub-nav ul li{
			background: none;
			padding:0; 
		}

			#sub-nav ul li a:link,
			#sub-nav ul li a:visited {
				color: #444; 
				font-size: 15px; 
				text-decoration: none; 
				display: block;
				padding: 5px;
				border-bottom:1px solid #ccc;
			}
			
			#sub-nav ul li a:active,
			#sub-nav ul li a:hover {
				color:#000;
			}
			#sub-nav ul li.selected a {
			color:#000;  
		}
			
			
			
/*DROPDOWN MENUS
----------------------------------------------------------------------------------------------------*/
#main-nav ul li ul {
    display: block;
    height: auto;
    left: -999em;
    margin-left: -5px;
    padding-top: 6px;
    position: absolute;
    width: 200px;
    z-index: 9999;
}
#main-nav ul li:hover ul, #main-nav ul li.sfhover ul {
    left: auto;
}
#main-nav ul li ul li {
    background: none repeat scroll 0 0 #5A76A8;
    display: block;
    float: none;
    height: auto;
}
#main-nav ul li ul li.selected {
    background: none repeat scroll 0 0 #476190;
}
#main-nav ul li ul li a:link, #main-nav ul li ul li a:visited {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
	padding: 8px 5px;
	display:block;
}

#main-nav ul li.selected ul li a {
	background-color:#5A76A8;
}

#main-nav ul li ul li a:hover {
    color: #fff;
	display:block;
	background: #476190 !important;
}
			
/* Hero - Home (videos)
----------------------------------------------------------------------------------------------------*/



			
/* Hero - Home (facts)
----------------------------------------------------------------------------------------------------*/


#fact-container {
	height: 307px; 
	display: block; 
	float:right; 
	display: block;
	position:relative;
	width: 276px;
	background: url(images/fact-container-holder.png) no-repeat; 
	margin: 0 0 0 20px;	
	overflow: hidden;
	padding: 110px 0 0 0;
	text-align:center;
}

.hero {
	width: 647px; 
	display: block; 
	background: none; 
	display: block;
	position:relative;
	height: 413px;  
	overflow:hidden;
	background: #fff;
	padding: 1px;
	border: 1px solid #e1e1e1;
	float: left;
}
	.hero  .hero-images{
		width:647px;
		height:355px;
		z-index:1;
		position: absolute;
		top: 0;
		border-top: 1px solid #fff;
		
	}
		.hero  .hero-images ul{
			margin:0;
			padding:0;	
		}
			.hero  .hero-images li{
				list-style:none;
				background:none;
				margin:0;
				padding:0;
				display:none;
				position: absolute;
			}
			
		.hero .hero-descriptions {
			background: url(images/hero-description.png) repeat-x;
			width:  647px;
			height: 129px;
			padding-top: 5px;
			display: block;
			z-index: 2;
			position: absolute;
			bottom: 0;
			color: #393939;
			font-size: 15px;
			
		}
		.hero  .hero-descriptions ul{
			position:relative;
			margin:0;
			padding:0;
		}
			.hero  .hero-descriptions li{
				display:none; 
				position: absolute;
				background: none;
			}
			
			body .hero .hero-descriptions span.title{
				color: #0066a4;
				font-size: 25px;
				background: none;
			}
			
			.hero .hero-link {
				text-indent: -9999px;
				background: url(images/btn-learn-more.gif) no-repeat;
				display: block;
				width: 115px;
				height: 30px;
				text-decoration: none;
			}
	
#fact-container p {
	color:#555;
	font-size:20px;
	margin:15px;
}

/* Controls --------------------------*/

.hero-controls {
	right: 15px;
	position:absolute;	
	bottom:15px;
	z-index: 100;
	display: inline;
}
.hero-controls ul {
	margin: 0;
	overflow: hidden;
	padding: 0;
}
.hero-controls ul li {
	background: none;
	float: left;
	list-style: none;
	margin: 0 5px;
	padding: 0;
}
	.hero-controls ul li a:link,
	.hero-controls ul li a:visited {
		background: url(images/dot.png) no-repeat top left;
		display:block;
		width:13px;
		height:13px;
		text-indent:-10000px;
		overflow:hidden;
		margin: 0;
		padding: 0;
	}
	.hero-controls ul li a:hover,
	.hero-controls ul li a:active,
	.hero-controls ul li.current a {
		background: url(images/dot-selected.png) no-repeat top left;
	}
	

/* CTA on Home
----------------------------------------------------------------------------------------------------*/

#cta-icons {
	float:left;
	width: 213px;
	margin-right: 0;	
}

body#inner #cta-icons {
	width: 100%;
}
#cta-icons ul {
	overflow: hidden;
}
	body#inner #cta-icons ul {
		margin-top: 0;	
	}

#cta-icons li {
	background: none;	
	overflow: hidden;
	padding: 0;
	margin: 0 0 10px;
}

body#inner #cta-icons li {
	margin: 0 72px 0 0;
	float: left;
}

body#inner #cta-icons li#cta-friend {
	margin: 0 72px 0 0;
	float: left;
}


#cta-icons li a {
	display: block;
	text-decoration: none;
	color: #4e4e4e;
	font-size: 18px;
	padding: 5px 0 5px 38px;
}

li#cta-member a:link,
li#cta-member a:visited {
	background: url(images/btn-member.png) no-repeat 0 2px;
		
}

li#cta-donate a:link,
li#cta-donate a:visited {
	background: url(images/btn-donate.png) no-repeat 0 3px;
	
	
}

li#cta-newsletter a:link,
li#cta-newsletter a:visited {
	background: url(images/btn-newsletter.png) no-repeat 0 3px;
	

}

li#cta-friend a:link,
li#cta-friend a:visited {
	background: url(images/btn-friend.png) no-repeat 0 6px;
	
}

#cta-icons li a:hover,
#cta-icons li a:active {
	opacity: .8;
}

	
/* Hero - Inner (facts)
----------------------------------------------------------------------------------------------------*/
#sub-nav-facts {
	float:right; 
	width: 276px; 
	margin-top: 20px; 
	clear:right; 
	height: 300px;
}
	span.sub-nav-facts-title {
		color: #0066a4; 
		font-size: 25px; 
		text-transform: uppercase; 
		padding-left: 10px; 
	}

.hero-inner {
	width: 246px;
	height:200px; 
	display: block; 
	background: #fff url(images/fact-container-inner.png) no-repeat top left; 
	clear:left; 
	display: block;
	position:relative; 
	overflow:hidden;
	padding: 100px 15px 15px;
	font-size:20px;
	color:#555;
	text-align:center;
	
}
	
		.hero-inner  .hero-images{
		width:189px;
		height:268px;
		z-index:1;
		overflow:hidden; 
		padding:20px 20px 20px 5px;
	}
		.hero-inner  .hero-images ul{
			margin:0;
			padding:0;	
		}
			.hero-inner  .hero-images li{
				list-style:none;
				background:none;
				margin:0;
				display:none;
				position: absolute;
			}
		.hero-inner  .hero-descriptions ul{
			position:relative;
			margin:0;
			padding:0;
		}
			.hero-inner  .hero-descriptions li{
				display:none; 
				position: absolute;
			}


/* Content Top
----------------------------------------------------------------------------------------------------*/
body #content-top {
	width: 620px; 
	float:left;
	margin-top: 20px; 
	margin-right: 50px;
	padding-bottom: 50px;
}
body#home #content-top,
body#blog #content-top{
	width: 960px; 
	float: left; 
	margin-top: 15px;
	padding-bottom: 50px;
}


h3.post-title {
	margin-bottom: 0;	
}

/*HOME*/
#video-slideshow,
#fact-container{
	float:left;
}

#get-involved-btns {
	float: right;	
}
#get-involved-btns a:hover,
#get-involved-btns a:active{ opacity: .9;}
	#get-involved-btns img {margin-bottom: 9px;}

/* Content Bottom
----------------------------------------------------------------------------------------------------*/
#content-btm {
	width: 960px; 
	float: left; 
	margin-top: 30px;
}

body#inner #content-btm {
 
	margin-top: 5px;
}

/*Home - Btm*/
	.news_col_3 {
		float:left;
		width: 333px;
		margin-right: 30px;
	}
	
	
	
	.last {
		margin-right: 0;	
	}
	
/* Sub Pages - get involved buttons */
#get-involved-btns-subpages a:hover,
#get-involved-btns-subpages a:active{ opacity: .9;}
	#get-involved-btns-subpages img {
		margin-right: 15px;
	}



/* New - Blog - Home */
.blogsitesummary {
	list-style: none;
}

.blogsitesummary li {
	list-style: none;	
}

.blogsitesummary li a:link, 
.blogsitesummary li a:visited {
	color: #555;	
	display: block;
}

.blogsitesummary li a:hover, 
.blogsitesummary li a:active {
	color:#0066A4;
}

.author {
	display: none;
}

/* Sponsors
----------------------------------------------------------------------------------------------------*/
#container-sponsors {
	width: 100%;
	background: url(images/sponsors-bg.jpg) repeat-x; 
	height: 165px;
}
	#container-sponsors h2 {
		width: 960px;
		margin: 0 auto;
		font-size: 15px;
		padding: 14px 0 7px;
		font-weight: bold;
		border-bottom: 1px solid #eee;
		
	}

	#container-sponsors ul {
		width: 960px;
		margin: 0 auto;
		padding-top: 16px;
		padding-left: 0;
	}
		#container-sponsors ul li {
			height: 91px;
			background: none;
			float:left;
			
		}
		#container-sponsors ul li a:link,
		#container-sponsors ul li a:visited{
			text-indent: -9999px;
			display: block;
			height:91px;
		}
		
		#container-sponsors ul li#sponsor-ima a:link,
		#container-sponsors ul li#sponsor-ima a:visited{
			background: url(../../_photos/sponsors/ima.jpg) no-repeat;
			width: 200px
		}
		
		#container-sponsors ul li#sponsor-daniels-fund a:link,
		#container-sponsors ul li#sponsor-daniels-fund a:visited{
			background: url(../../_photos/sponsors/daniels-fund.jpg) no-repeat;
			width: 205px;
		}
		
		#container-sponsors ul li#sponsor-daniels-fund-decade a:link,
		#container-sponsors ul li#sponsor-daniels-fund-decade a:visited{
			background: url(../../_photos/sponsors/decade.jpg) no-repeat;
			width: 166px;
		}
		#container-sponsors ul li#sponsor-piton a:link,
		#container-sponsors ul li#sponsor-piton a:visited{
			background: url(../../_photos/sponsors/piton-foundation.jpg) no-repeat;
			width: 250px
		}
		
			#container-sponsors ul li a:link,
			#container-sponsors ul li a:visited {
		
			}



/* Footer
----------------------------------------------------------------------------------------------------*/

#footer{
	overflow:hidden;
	width: 960px;
	padding: 20px 0;
}
	#footer ul{
		overflow:auto;
		display:block;
		float:left;
		
	}
		#footer ul li{
			display:inline;
			float:left;
			list-style:none;
			padding:0 5px;
			font-size:11px;
			background: url(images/footer-bg.jpg) no-repeat left center;
			
		}
		#footer ul li#footer-first {
			background:none;
			padding-left:0;
		}
			#footer ul li a:link,
			#footer ul li a:visited{
				text-decoration:none;
				color: #c4c4c4;
				font-size: 12px;
				

			}
			#footer ul li a:hover,
			#footer ul li a:active{
				color: #999;
			}
	#hotpress-link{
		display:block;
		float:left;
		clear: left;
		margin-top: 5px;
	}
		#hotpress-link a:link,
		#hotpress-link a:visited{
			display:block;
			width:129px;
			height:13px;
			background:url(images/hotpress.png) no-repeat left top;
			text-indent:-9999px;
			float:right;
		}
		#hotpress-link a:hover,
		#hotpress-link a:active{
			opacity: .8;
		}




/* Misc
----------------------------------------------------------------------------------------------------*/
.social-links {width: 690px; padding-bottom: 23px; margin-top: 10px;}
.facebook-like {float:left;}
.share-link {float:right; display: inline; padding-right: 7px;}
.share-link li {background: none; float:left; padding: 0; }
img.bio-img {
	float:right; 
	margin: 0 0 15px 15px;
	border: #eee solid 6px;
}

p.view-more a:link,
p.view-more a:visited{
	background: url(images/link-arrows.png) no-repeat right center; 
	color: #0066a4;
	padding-right: 19px; 
	text-decoration: none; 
	font-size: 15px; 
	padding-bottom: 4px;
	margin-bottom: 30px;
}

p.view-more a:hover,
p.view-more a:active {
	opacity: .8;
}

span.description-doc,
span.date,
span.file-size {
	color:#777;
	font-size:11px;
	margin:6px 0 18px 0;
	font-style: normal;
	
}

p.caption-left {
	color: #7c7c7c;
	font-size:11px;
	text-align: left;
	font-style: italic;
	margin-right: 20px;
	float:left;

	/*background: url(images/caption-arrows.png) no-repeat left center;*/
}

p.caption {
	color: #7c7c7c;
	font-size:11px;
	text-align: right;
	font-style: italic;
	margin-left: 20px;
	float:right;

	/*background: url(images/caption-arrows.png) no-repeat left center;*/
}

	img.content-img {
		border: 4px solid #393c37;
	}

.align-right{
	float:right;
	margin:0 0 10px 10px;
	display:inline;
}
.align-left{
	float:left;
	margin:0 10px 10px 0;
	display:inline;
}
.hide{
	display:none;
}
.show{
	display:block;
}

.clearabove {
	clear:both;
	font-size:0;
	height:0;
	line-height:0;
}


/* Reports
----------------------------------------------------------------------------------------------------*/
.reportwrap {
    padding:0 5px 5px 20px; margin-bottom:10px; background:#f9f9f9; border:1px solid #ddd;
}
.reportwrap h4 {
    display:block; float:left; color:#f1592a; font-size:14px; font-weight:bold; line-height:18px; margin:10px 0 5px; width:460px;
}
.reportwrap h4 span {
    font-size:11px; color:#333; font-weight:bold;
}
.reportbutton {
    float:right; display:block; padding-left:34px; line-height:29px; width:74px; height:30px; border:1px solid #ddd; background-color:#fff; font-weight:bold; color:#666 !important; font-size:11px; margin-top:5px; clear:right; text-decoration:none;
}
.reportbutton.pdf {
    background-image:url(images/bg-ico-pdf.png); background-repeat:no-repeat; background-position:left top;
}
.reportbutton.scribd {
    background-image:url(images/bg-ico-scribd.png); background-repeat:no-repeat; background-position:left top;
}
.reportbutton.ppt {
    background-image:url(images/bg-ico-ppt.png); background-repeat:no-repeat; background-position:left top;
}

ul#nav_2135820 {
	margin:10px 0 20px;
}

ul#nav_2135820 li {
	display:inline-block;
    background:none;
    padding:0;
    margin:0;
}

ul#nav_2135820 li a {
	display:inline-block;
    color:#666;
    padding:0 10px;
    border-left:1px solid #666;
    font-size:13px;
}

ul#nav_2135820 li:first-child a {
	padding-left:0;
    border-left:none;
}