html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
  
body {
	color: #333;
 	font-size: 62.5%; 
 	margin-bottom: 40px;
	font-family: Verdana, Lucida, sans-serif; 
}

html {
  overflow-y: scroll;
	background-color: #FFFt;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

.clear{
	clear:both;
}

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

/* Normalize monospace sizing:
   en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre, code, kbd, samp { font-family: monospace, sans-serif; }

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }

/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }

small { font-size: 85%; }
strong, th { font-weight: bold; }

td { vertical-align: top; }

/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre {
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; white-space: pre-wrap; word-wrap: break-word;
  padding: 15px;
}

textarea { overflow: auto; } /* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */

.ie6 legend, .ie7 legend { margin-left: -7px; } 

/* These selection declarations have to be separate
   No text-shadow: twitter.com/miketaylr/status/12228805301
   Also: hot pink! */
::-moz-selection{ background: #00a7e0; color:#fff; text-shadow: none; }
::selection { background:#00a7e0; color:#fff; text-shadow: none; }

/* j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #FF5E99; }

/* CONTAINER
----------------------------------------- */
#BgContainer {
	width: 100%;  
	margin: 0 auto;
}
#Container { 
	width: 960px;
	padding-bottom: 15px;
	background-color: #FFF;
	margin: 0 auto;
}
#Layout {
	width: 960px;
	clear: both;
	overflow: hidden;
	margin: 0px auto 60px auto;
}
#Content {
	width: 760px;
	float: right; 	
	margin: 0;
	text-align: left;
}
.ContentTitle {
	width: 960px;
	
	margin: 30px 0 0 0;
	text-align: left;
}
.ContentTitle h1{
	margin: 0px;
	padding-left: 200px;
}
#Content560 {
	width: 560px;
	float: right; 	
	margin: 0 30px 0 30px;
	text-align: left;
}
/* HEADER
----------------------------------------- */
header { 
 	width: 100%; 
 	height:155px;
	overflow: hidden;
	background-color: #000;
}
#headerbox {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
#headerbox .logo{
	width: 345px;
	height:83px;
	margin-top: 20px;
	float: left;
}

/* MAIN NAVIGATION - TABS
----------------------------------------- */
nav#main {
	width: 960px;
	position:relative;
	padding-top: 5px;
	overflow: hidden;
}
	nav#main ul { 
 		float: right; 
		margin-right: 0px;
	}
		nav#main ul li { 
	 		list-style: none; 
			margin: 0 0px 0px 0px; 
			float: left;
			line-height: 2.8em;
			display: block;
		}
  			nav#main ul li a { 
				float: left;
				text-decoration: none;
				text-transform: uppercase;
				display: block; 
				height: 2.3em; 
				font-size: 1.1em; 
				font-weight:600;
				padding: 0 10px 4px 10px;
				color: #fff;
			}
				nav#main ul li a:hover { 
			 			color: #2db1e2;
						cursor: pointer;
					}
				nav#main ul li a.current,
	    		nav#main ul li a.section,
	    		nav#main ul li a.section:hover,
	    		nav#main ul li a.current:hover { 
				 		color: #2db1e2;
						cursor: pointer;
					}
li.Donate { 
		color: #FFF;
		background-color: #2db1e2;
		cursor: pointer;
		padding: 0 0px 0px 0px;
		margin: 0 0px 0px 10px;
		}
li.Donate a:hover { 
		color: #2db1e2;
		background-color: #FFF;
		}
li.Donate a.current,
li.Donate a.section{ 
		color: #2db1e2;
		background-color: #FFF;	
		}


/* BANNER
----------------------------------------- */
#Banner { 
 	width: 960px; 
 	margin:30px 0 30px 0;
	height:340px;
}
#Banner h1 { 
 	margin:30px 0 0 200px;
}
.Bannerbox {
	width: 960px;
	float:left;
	position: relative;
	margin: 0 auto;
	text-align: left;
}
#Banner .Bannerbox h1{
	margin: auto;
	text-align: center;
	padding:20px;
	width:50%;
	height:15%;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    background: #2db1e2;
    color:#fff;
    font-size: 65px;
    font-weight: 700;
    line-height: 55px;
}
/* HOME BANNER
----------------------------------------- */
.HomeBannerbox {
	width: 960px;
	float:left;
	position: relative;
	margin: 0 auto;
	text-align: left;
}
#Banner .HomeBannerbox a{
	margin: auto;
	text-align: center;
	padding:8px;
	width:30%;
	display: block;
    position: absolute;
    top: 230px;right: 40px;
    background: #2db1e2;
    color:#fff;
    font-size: 35px;
    font-weight: 700;
    line-height: 55px;
}
#Banner .HomeBannerbox a{
	text-align: center;
	padding:0px;
	width:33.5%;
	height:55px;
	display: block;
    position: absolute;
    bottom: 50px;right: 40px;
    background: #2db1e2;
    color:#fff;
    font-size: 35px;
    font-weight: 700;

}
#Banner .HomeBannerbox a:hover{
    background: #69caee;
    text-decoration:none;
}
#Banner .HomeBannerbox h1{
	margin: auto;
	text-align: left;
	padding:20px;
	width:33.5%;
    position: absolute;
    top: 20px;right: 20px;
    color:#000;
    font-size: 45px;
    font-weight: 700;
    line-height: 45px;
}
#Banner .HomeBannerbox p{
	margin: auto;
	text-align: left;
	padding:20px;
	width:33.5%;
    position: absolute;
    top: 115px;right: 20px;
    color:#000;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
}
/* HOME COLONE
----------------------------------------- */

#ColOne {
	width: 585px;
	float:left;
	position: relative;
	margin: 0 auto;
	text-align: left;
}
/* ------------------------------------- HOME SPONSOR BLOCK ---- */
#ColOne .tile {
	padding:0px;
	width:175px;
	height:175px;
	float:left;
	margin:0 20px 0 0;
	display: block;
    position: relative;
    color:#fff;
    background: #2db1e2;
}
#ColOne .tile a{
	
	text-decoration:none;
}
#ColOne .tile a:hover{
    background: #69caee;
    text-decoration:none;
}
#ColOne .tile p{
	position: absolute;
    top: 0px;
    left: 10px;
    color:#FFF;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}
#ColOne .tile img{
	position: absolute;
    bottom: 0px;
    left: 0px;
    border:none;
}
/* HOME COLTWO
----------------------------------------- */
#ColTwo {
	width:370px;
	float:right;
	margin:0px 0px 0 0;
	display: block;
    position: relative;
}
#ColTwo .notifications h3{
	padding:5px 0 0px 0px;
	margin:0px 0px 5px 0;
    color:#000;
    width:48%;
    float:left;
    display:block;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
}
#ColTwo .notifications p{
	color:#000;
	float:left;
    margin:5px 0px 0 0;
    font-size: 14px;
    font-weight: normal;
}
#ColTwo .separator{
	border-bottom: #2db1e2 3px solid;
	width:100%;
	height:5px;
	margin:20px 0px 20px 0px;
	float:left;
	position:relative;
}
#ColTwo .notifications a{
	color:#000;
	font-weight: 700;
	text-decoration:none;
}
#ColTwo .notifications a:hover{
    text-decoration:none;
    color: #2db1e2;
}

/* ------------------------------------- HOME SPONSOR BLOCK ---- */

#ColOne .homesponsor {
	padding-bottom:40px;
	width:565px;
	float:left;
	margin:20px 20px 0 0;
	display: block;
    position: relative;
    color:#000;
    background: #ebebeb;
}
#ColOne .homesponsor h3{
	padding:20px 0 0px 20px;
    color:#000;
    width:48%;
    float:left;
    display:block;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
}
#ColOne .homesponsor p{
	border:none;
    float:right;
    color:#000;
    margin:95px 90px 0 0;
    font-size: 14px;
    font-weight: normal;
}
#ColOne .homesponsor img{
	position: relative;
    border:none;
    float:left;
    padding:0px 0 10px 20px;
}
#ColOne .homesponsor a{
	color:#000;
	text-decoration:none;
}
#ColOne .homesponsor a:hover{
    text-decoration:none;
    color: #2db1e2;
}



/* BANNER
----------------------------------------- */
#Intro { 
 	width:760px; 
 	margin:0px 0 30px 0;
	float:left;
}

#Intro .tile {
	width: 360px;
	margin-bottom: 20px;
	position: relative;
}
#Intro .tile h3{
	margin: 5px 0px 5px 0px;
	padding:0px;
	color:#000;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
}
#Intro .tile p{
	margin: 5px 0px 10px 0px;
	padding:0px;
	color:#000;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
}
#Intro .posleft{
	float:left;
	clear:left;
}
#Intro .posright{
	float:right;
	clear:right;
}
    
/* BREADCRUMBS
-------------------------------------------- */
nav#Breadcrumbs { 
 	color: #B7C0C5;
	text-align: left;
	font-size: 0.9em; 
	margin: 0px 5px 10px 0;
}
	nav#Breadcrumbs p {
		margin: 0;
	}


/* SIDEBAR
-------------------------------------- */
#Sidebar { 
 	width: 170px; 
	float: left;  
	margin: 0px;
	padding: 0;
}
	#Sidebar .sidebarBox {
		margin: 0 0 5px 0;
		padding-bottom: 2px;
		background: #EFEFEF url(../images/sidebarHeader.gif) no-repeat left top; 
	}
	
	/* Menu 2 */
	#Sidebar ul.menu2{
		margin: 0px;	
		padding: 0px;
		width: 170px;
		font-style: normal;
		list-style: none;
	}	
		#Sidebar ul.menu2 li { 
    			margin-bottom: 4px;			 
    			width: 170px;
    			line-height: 1em;
    			margin-left: 0px;
    		}
				#Sidebar ul.menu2 li a {
					color: #363636;
					display: block;
					font-size: 14px;
					font-weight: 600;
					margin: 0px;
					padding: 8px 0 8px 10px;
					background-color:#e1e1e1;
					text-transform: uppercase;
					text-decoration: none;		
				}	
				#Sidebar ul.menu2 li a:hover{
					color: #2db1e2;
				}
				#Sidebar ul.menu2 li a.current{
					color: #fff;
					background-color:#2db1e2;		
				}
				
								
			/* Menu 3 */
			#Sidebar ul.menu2 ul.menu3{
				margin: 0px 0 0px 0px;
				font-style: normal;	
				width:100%;
							
			}
				#Sidebar ul.menu2 ul.menu3 li ul { 
		 			margin: 0px 0 10px 0px;
		 			font-style: normal;	
		 			list-style: none;
		    	}
		    	#Sidebar ul.menu2 ul.menu3 li { 
		 			border: none;
		 			margin: 0px 10px 0px 0px;
		 			padding: 0px;
		 			font-size: 12px;
		 			line-height: 1em;
		 			background: none;
		    	}

				#Sidebar ul.menu2 ul.menu3 li a {
					background: none;
					font-size: 12px;
					line-height: 1em;
				}

/* SIDEBAR
-------------------------------------- */
#RightSide { 
 	width: 170px; 
	float: right; 
	clear:right; 
	margin: 0px 0 0 0;
	padding: 0;
}
	#RightSide .tileblue {
		width: 170px;
		height: 170px;
		display:block;
		text-align: center;
		float:left;
		clear:left;
		margin: 0 0 20px 0;
		position: relative;
	}
	#RightSide .tileblue p { 
		clear: both; 
		text-transform:uppercase;
		padding: 60px 0 0 0;
		color: #fff;
		font-weight: 700; 
		font-size: 1.9em; 
		margin: 0 0 0px 0;
		line-height: 1.4;
	}
	#RightSide p { 
		clear: both; 
		padding: 0px 0 0 0;
		color: #000;
		font-size: 1.2em; 
		margin: 0 0 0px 0;
		line-height: 1.4;
	}
	#RightSide a:hover { 
		opacity: 0.8;
		text-decoration: none;
	}
	#RightSide a{ 
		width: 170px;
		display:block;
		margin: 0 0 20px 0;
		text-decoration: none;
	}
	#RightSide a .blue{ 
		background-color:#2db1e2;
	}
	#RightSide a .green{ 
		background-color:#00a99d;
	}
	#RightSide a .navy{ 
		background-color:#1b6e8e;
	}
	#RightSide a .dark{ 
		background-color:#003664;
	}
	
	#RightSide .storytile {
		width: 170px;
		height: auto;
		display:block;
		float:left;
		clear:left;
		position: relative;
		background-color: #fff;
		margin: 0 0 25px 0;
	}
	#RightSide .storytile a{ 
		opacity: 1.0;
		width: 170px;
		background-color: none;
	}
	#RightSide .storytile h4 { 
		clear: both; 
		padding: 5px 0 0 0;
		color: #000;
		font-weight: 700; 
		font-size: 1.4em; 
		margin: 0 0 5px 0;
		line-height: 1.1;
		border-bottom: none;
	}
	#RightSide h3 { 
		clear: both; 
		padding: 5px 0 0 0;
		color: #000;
		font-weight: 600; 
		font-size: 2em; 
		margin: 0 0 15px 0;
		line-height: 1.1;
		border-bottom: none;
	}
	
					

/* COMMENTS
---------------------------------------- */
#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
}
#PageComments li {
	margin: 5px 0;
	padding: 1px;
	width: 88%;
}
	#PageComments li.odd {
		background: #E8F6FF url(../images/commentBg.png) no-repeat 1% 10%;
		padding-left: 40px;
		padding-right: 10px;
		border-bottom: 2px solid #BCE4FE;
	}
	#PageComments li.even {
		background: #fff url(../images/commentBgAlt.png) no-repeat 99% 10%;
		padding-right: 40px;
		padding-left: 10px;
	}

		#PageComments li.odd p.info {
			color: #3AA0C3;
		}

		.actionLinks li {
		   display: inline;
		   border-right: 1px solid #ddd;
		}
			.actionLinks li a {
				padding-right: 3px;
				font-size: 10px;
			}
   			.actionLinks li.last {
      			border-right: none;
   			}

.commentrss {
	background: transparent url(../images/feed-icon-14x14.png) no-repeat;
	padding-left: 20px;
	font-size: 1.1em;
	line-height: 1.6em;
}
#PageCommentsPagination p {
	text-align: center;
	font-size: 1.2em;
}
#PageComments p {
	font-size: 1em;
}
	#PageComments p.info {
		color: #999;
		margin: 0px;
		padding: 0;
		line-height: 1em;
		font-size: 0.9em;
	}


/* MESSAGEBOXS
--------------------------------------------- */
.message {
	margin: 15px;
	padding: 5px;
	width: 92%;
	color: #979908;
	border: 4px solid #F7F8B4;
	background: #FFFFEA;
}
span.middleColumn .message {
	margin: 4px 0 0 3px;
}
.required {
	margin: 4px 0 0 3px;
	padding: 5px;
	width: 92%;
	color: #DC1313;
	border: 4px solid #FF7373;
	background: #FED0D0;
}



p#Remember label {
	margin: -24px 0 0 20px;
	text-align: left;
}
.entry {
	border-bottom: 1px solid #eee;
}

.typography #Content p.authorDate {
	color: #444;
	margin-top: -15px;
	}
/* UNSUBSCRIBE NEWSLETTER
------------------------------------------------ */
#Unsubscribe_MailingListForm_MailingListForm{
	min-height:100px;
}

	#Unsubscribe_MailingListForm_MailingListForm p{
		margin:0 !important;
		padding:10px;
	}
		#Unsubscribe_MailingListForm_MailingListForm p label{
			display: inline;
		}
	#Unsubscribe_MailingListForm_MailingListForm label{
		margin:0;
	}

/******************************
 * 
 * Search Results page
 * 
 ******************************/
ul#SearchResults {
	margin: 10px 0;
}
	ul#SearchResults li {
		list-style: none;
		margin: 15px 0;
		font-size: 1em;
	}
	ul#SearchResults li h2 {
		list-style: none;
		margin: 35px 0 5px 0;
		font-family: Georgia, serif;
		font-size: 2.4em;
	}
	ul#SearchResults li a{
		font-size: 1.4em;
	}
span.highlight {
  font-weight: bold;
  background: #a7cd50;
  color:#000;
  padding: 0 5px;
}
/******************************
 * 
 * Search form
 * 
 ******************************/	
/* Search form position */	
#SearchForm_SearchForm{
	border: none;
	margin: 0;
	float: right;
	margin-top: 60px;
	padding: 0;
	border: none;
} 
#SearchForm_SearchForm fieldset{
	float: right;
	width: 160px;
	position: relative;
}
	#SearchForm_SearchForm .middleColumn{
		width: 160px;
		padding: 3px 0px 3px 0px;
		margin: 0;
		position: absolute;
		left: 0;
		top: 0;	
		background-color: #FFF;
	}
		#SearchForm_SearchForm input.text{
			background-color: #FFF;
			width: 120px;
			border: none;
			color: #666;
			padding: 5px 5px;
			margin: 0;
			float:left;
			font-size:1.1em;
			font-weight: normal;
			text-transform: uppercase;
		}
		#SearchForm_SearchForm input.action{
			background: url(../images/search_button.png) no-repeat center top ;
			margin: 6px 0px 0px 5px;
			width: 25px;
			height: 25px;
			position: absolute;
			right: 0;
			top: 0;
			text-indent: -5000px;
			border: none;
		}
		


/* FOOTER
----------------------------------------------- */

footer { 
 	clear: both;  
	width: 100%; 
	height: 130px; 
	background-color: #000;
	display: block;
	padding: 20px 0 20px 0; 
}
	footer .footerbox {
		width: 960px;
		background: transparent url(../images/footerTop.gif) no-repeat top left;
		display: block;
		height: 2em;
		margin: 0 auto;
	}
	footer table {
		width: 270px;
		display: block;
		margin: 0 auto;
	}
  	footer p { 
		color: #fff;
		font-size: 1.4em;
		margin-bottom: 15px;
		line-height: 1.5em;
		font-family: "proxima-nova",Arial, sans-serif;
	}
  		footer a { 
	   		color: #fff; 
	   		text-decoration: none;
		}
			footer a:hover {
				color: #fff;
				text-decoration: none;
			}
footer .boldblue { 
		color: #2db1e2;
		font-size: 1.4em;
		font-weight: 700;
		text-transform: uppercase;
	}
	footer img { 
		border:0;
		vertical-align: middle;
	}
	footer .textright { 
		border:0;
		text-align: right;
	}			
/**
 * Non-semantic helper classes: please define your styles before this section.
 */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }



/**
 * Media queries for responsive design.
 *
 * These follow after primary styles so they will successfully override.
 */

@media all and (orientation:portrait) {
  /* Style adjustments for portrait mode goes here */

}

@media all and (orientation:landscape) {
  /* Style adjustments for landscape mode goes here */

}

/* Grade-A Mobile Browsers (Opera Mobile, Mobile Safari, Android Chrome)
   consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {


  /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you: j.mp/textsizeadjust */
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


/**
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 */
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}
			
