@charset "UTF-8";
/* CSS Document */

/** ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: 
Global Styles
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: **/

body {
	margin: 0;
	padding: 0;
	background: #fff url(/images/home/backgrounds/pinkbg.png) repeat-x scroll 0 130px;
	font-family: 'Lucida Grande', Verdana, Arial, serif;
	font-size: 70%;
	line-height: 1.4em;
	color: #666;
	}
	
/** ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: 
Containers
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: **/

#container {
	width: 950px;
	margin: 0 auto;
	background: white;	
	}

#outerwrap {
	padding: 0 10px;
	margin: 0;
	}

#innerwrap {
	margin: 0;
	padding: 0;
	}

#logo {
	width: 205px; 
	float: left;
	}

#headercontainer {
	margin: 25px 0;
	padding: 0;
	overflow: hidden;
	width: 100%;
	-moz-border-radius: 0;
	text-align: right;
	}

		#headercontainer ul { margin: 30px 0 0 0; display: block; }

		
#promotioncontainer {
	margin-bottom: 30px;
	padding: 0;
	overflow: hidden;
	width: 100%;
	-moz-border-radius: 0;
	}
	
#primarypromo {
	width: 669px;
	height: 260px;
	border-right: 1px dotted #ccc;
	float: left;
	}
		
#secondarypromo {
	margin-left: 677px;
	}
	
#html>body #secondarypromo {
	margin-left: 680px;
	}

#contentouterwrap {
	}

#contentinnerwrap {
	margin-left: 185px;
	}

#maincontent {
	float: left;
	width: 475px;
	}

#subcontent {
	margin-left: 495px;
	}


.subcontentinnerwrap {
	margin-bottom: 30px;
	}







.sponsorrow {
	clear: left;
}

.sponsorwrapper {
	width: 45%;
	padding: 10px 5px;
	margin: 5px 0;
	float: left;
	text-align: center;
}

.panelwrap
{
	margin-bottom: 40px;
}

.smimgborder {
	padding: 4px;
	border: 1px solid #ccc;
}		





/** :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::  Navigation ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: **/


#topnavlist li
{
	display: inline;
	list-style-type: none;
	margin-right: 20px;
	padding-bottom: 4px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, serif;
	color: #999;
	font-size: 115%;
	}

#topnavlist li a.active
{
	color: #f8b8cc;
	padding-bottom: 4px;
	border-bottom: 2px solid #f8b8cc;
	}

#topnavlist li a
{
	color: #999;
	text-decoration: none;
	}

#topnavlist li a:hover
{
	color: #f8b8cc;
	padding-bottom: 4px;
	border-bottom: 2px solid #f8b8cc;
	}

#leftnavwrap {
	width: 160px;
	border-top: 1px dotted #000;
	float: left;
	}

#leftnav {
	padding: 0;
	margin: 0;	
	}

#leftnav li {
	list-style: none;
	border-bottom: 1px dotted #ccc;
	padding: 0;
	margin-left: 0px;
	font-size: 93%;
	}

#leftnav li a {
	display: block;
	text-decoration: none; 
	color: #de6fa5;
	padding: 3px;
	}

#leftnav li a:hover {
	color: white;
	font-weight: bold;
	background-color: #de6fa5;
	}

li#bottomlink {
	border-bottom: 1px dotted #000;
	}
	
ul#socialmedia {
	padding-left: 0;
	margin-left: 0;
	}
	
ul#socialmedia li {
	display: inline;
	padding-right: 3px;
	margin-left: 0;
	list-style-type: none;
	}

#footerwrap {
	border-top: 5px solid #ccc;
	padding: 10px 0;
	margin: 20px 0;
	font-size: 90%;
	}

.footercontact {
	float: left;
	}

.footerlinks {
	margin-left: 475px;
	text-align: right;
	}
	
/** ::::::::::::::::::::::::: About Us ::::::::::::::::::::::::: **/

.foundationcolorswrap {  }
.foundationcolorsswatch { width: 150px; float: left; margin-bottom: 20px; }
.foundationcolorsdesc { margin-left: 175px; }

/** ::::::::::::::::::::::::: Admin Controls ::::::::::::::::::::::::: **/

p.admin_controls a {
	color: #911;
	border: 1px dotted #911;
	padding: 8px;
	margin: 24px 0px 24px 0px;
	}

p.notice, p.error {
	margin: 0px 0px 36px 0px;
	padding: 12px;
	font-weight: bold;
	line-height: 16px;
	}
	
p.notice {
	color: green;
	border: 3px solid green;
	}

div.errorExplanation {
	color: red;
	border-top: 3px solid red;
	border-bottom: 3px solid red;
	padding: 12px;
	margin-bottom: 12px;
	}

p.error {
	color: red;
	border: 3px solid red;	
	}
	
/** ::::::::::::::::::::::::: Donations ::::::::::::::::::::::::: **/

table#donations { 
  width: 100%; 
  border: 1px solid silver; 
}

table#donations th { 
  background-color: #6790B2; 
  color: white;  
}

table#donations tr.odd { 
  background-color: #F0F0F0; 
}

table#donations tr.even { 
  background-color: #FFFFFF; 
}

table#donations td, table#donations th { 
  padding: 3px; 
  margin: 0px;  
}

table#donation_details, table#donation_summary { 
  background-color: #F0F0F0; 
  font-size: 8pt; 
  width: 100%; 
}

table#donation_details td, table#donation_summary td { 
  background-color: #F0F0F0; 
  font-size: 8pt; 
  padding: 6px; 
  vertical-align: top; 
}

table#donation_details th, table#donation_summary th { 
  color: #6790B2; 
  font-size: 8pt; 
  text-align: right; 
  padding: 3px; 
  vertical-align: top; 
}

table#donation_details th { 
  width: 25%; 
}

table#donation_details th.section_head, table#donation_summary th.section_head { 
  font-size: 10pt; 
  text-align: left; 
}

/** ::::::::::::::::::::::::: Miscellaneous ::::::::::::::::::::::::: **/


div.numberwrap {
	margin: 30px 0;
	}

div.numberbox {
	float: left;
	border-top: 2px solid #999;
	border-bottom: 1px solid #999;
	padding: 6px 10px;
	font-size: 125%;
	margin: 0 20px 20px 0;
	color: #d56d9e;
	}
	
div.numberdescription {
	margin-left: 60px;
	}
	
p.button {
	margin: 20px 0;
	}
	
p.button a {
	padding: 5px 20px;
	text-align: center;
	color: #fff;
	background-color: #f8adca;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	border: 3px solid #ffc1d9;
	font-family: Arial, sans-serif;
	}

.clearleft {
	clear: both;
	}
	
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
	
.spacer {
	clear: both;
	height: 1px;
	}

.clear {
	overflow: hidden;
	padding: 0;
	margin: 0;
	clear: both;
	border: 0;	
	}
	
/** ::::::::::::::::::::::::: News ::::::::::::::::::::::::: **/

.newsitem {
	margin-bottom: 25px;
	}
	
ul.headlineswrap {
	padding-left: 5px;
	}

.bluebar {
	background-color: #e3ecf4;
	padding: 10px;
	border-left: 5px solid #aac8de;
	}

.infobox-blue {
	float: right;
	border-top: 3px solid #aac8de;
	margin: 0 0 10px 15px;
	padding: 12px;
	width: 200px;
	background-color: #e3ecf4;
	}

.noblock {
	display: inline;
	}
	
.post img {
	padding: 5px;
	margin: 0 5px 10px 10px;
	float: right;
	border: 1px solid #ccc;
	}
	
.post img.normal {
	padding: 0;
	margin: 0;
	float: none;
	border: none;
	}

/** ::::::::::::::::::::::::: Sponsor Tables ::::::::::::::::::::::::: **/

table.sponsors {
	width: 100%;
	}

table.sponsors td {
	text-align: center;
	width: 33%;
	padding: 20px 10px;
	}

@charset "UTF-8";
/* CSS Document */

img {
	border: 0;
}

img.flickr_img {
	padding: 3px;
	margin-right: 4px;
	border: 1px solid #ccc;
}

a
{
	color: #69c;
	text-decoration: underline;
}


a:hover {
	text-decoration: none;
	color: #9cf;
}

/** ***************************** Headlines ***************************** **/

h1 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, serif;
	font-weight: bold;
	font-size: 140%;
	margin: 0 0 20px 0;
	}

h2 {
	font-family: Georgia, Times, Serif;
	color: #666;
	line-height: 1.4em;
	margin: 0 0 10px 0;
	font-size: 168%;
	letter-spacing: -0.018em;
	font-weight: normal;
	margin-bottom: -6px;
	}
	
h2.bloghead {
	margin-bottom: 5px;
	font-size: 130%;
}

h2 a {
	color: #333;
	text-decoration: none;
	}

h2 a:hover {
	color: #9cf;
	text-decoration: underline;
	}


h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, serif;
	border-bottom: 1px dotted #000;
	padding-bottom: 2px;
	color: #d56d9e;
	font-weight: normal;
	font-size: 120%;
	margin: 30px 0 12px 0;
	}


h3.first {
	margin-top: 0;
}

h4 /* News Headlines */ {
	font-size: 100%;
	margin: 0 0 5px 0;
	}
	
h4 a {
	text-decoration: none;
	}
	
h5 {
	color: #d56d9e;
	text-transform: uppercase;
	font-size: 110%;
	font-weight: normal;
	font-family: Times, serif;
	margin-bottom: -10px;
	}
	
h5 small {
	color: #666;
	font-family: 'Lucida Grande', Verdana, Arial, serif;
	}
	
div.seeall, p.seeallfooter {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 2em;
	margin: 0;
	padding: 0;
	}
	
	div.seeall {
		font-size: 78%;
		margin: 0;
		float: right;
		margin-top: -30px;
		}
	
	p.seeallfooter {
		font-size: 85%;
		border-top: 1px solid #ccc;
		padding-top: 3px;
		}
	
div.seeall a {
	color: #69c;
	text-decoration: none;
	}
	
div.seeall a:hover {
	color: #9cf;
	text-decoration: none;
	}
	
span.readmore {
	font-family: Georgia, Times, serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	}

.alertbox {
	border: 2px solid #900;
	background-color: #f5e5ea;
	padding: 10px;
	}

.alerttext {
	color: #900;
	}
	
.requiredfield {
	font-weight: bold;
	}

.blog_entry_date
{
	font-style: italic;
}

.archivelink {
	font-size: .90em;
	padding-top: 3px;
	text-align: right;
	border-top: 1px dotted #ccc;
}

.introparagraph {
	font-family: Georgia, Times, serif;
	font-size: 120%;
	line-height: 1.8em;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	padding: 8px 0;
}


.intropink
{
	color: #de6fa5;
}





.quotebyline
{
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, serif;
	color: #999;
	font-size: 93%;
	line-height: 1.3em;
	text-transform: uppercase;
}


.byline
{
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, serif;
	color: #999;
	text-transform: uppercase;
	letter-spacing: .2em;
}


.storylocation {
	text-transform: uppercase;
	color: #999;
	}

.storydate {
	font-weight: normal;
	font-style: italic;
	color: #999;
	}

.bold {
	font-weight: bold;
	}

.fivews {
	font-weight: bold;
	text-transform: uppercase;
	font-family: Georgia, serif;
	}

.tweet {
	font-family: Georgia, Times, Serif;
	font-size: 12px;
	}

.twitter_date {
	font-style: italic;
	}

.fieldWithErrors {
 	padding: 6px;
  	border: 3px solid red;
  	display: inline;
	}

.fieldWithErrors label {
  display: inline;
}


/** ***************************** Callouts and Pull Quotes ***************************** **/

.sidebar-pink {
	width: 180px;
	font-size: 90%;
	line-height: 1.4em;
	background-color: #fbecf2;
	float: right;
	margin: 0 0 20px 20px;
	padding: 10px;
	border-top: 5px solid #e99ebf;
	border-bottom: 2px solid #e99ebf;
	}
	
.sidebar-pink span.deck {
	font-weight: bold;
	color: #e99ebf;
	}
	
.pullbar {
	border-left: 10px solid #ccc;
	padding-left: 10px;
	margin: 25px 0;
	}
	
.pullquotewrap {
	width: 175px;
	padding: 10px;
	margin: 10px 0 10px 20px;
	float: right;
	border-top: 3px solid #ccc;
	border-bottom: 3px solid #ccc;
	}

.pullquotewrap img {
	padding: 4px;
	border: 1px solid #ccc;
	}

.pullquote {
	font-family: Georgia, Times, serif;
	color: #333;
	font-size: 120%;
	line-height: 1.5em;
	display: block;
	}


div#twitter_div {
	margin: 16px 0px 0px 0px;
	border-top:1px dotted #000000;
}

div#twitter_div ul#twitter_update_list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#twitter_div ul#twitter_update_list li {
	font-size: 10px;
	color: gray;
	margin: 0px 4px 10px 4px;
	padding: 0;
}

div.twitter_date, div.twitter_date a  {
	font-size: 9px;
	margin: 2px 0px 0px 0px;
}

div.twitter_date a:link, div.twitter_date a:visited, div.twitter_date a:hover {
	color: gray;
}

div#twitter_div h4.twitter-title {
	color: gray;
	margin: 0px 0px 8px 0px;
	padding: 0;
}

img.feed_icon {
	vertical-align: middle;
	padding: 0px 6px 0px 0px;
	margin-left: 3px;
	border: 0;
}

span.twitter_date {
	font-style: normal;
	}

span.twitter_date a {
	color: #999;
	text-decoration: none;
	}

div.blog_feed {
	margin: 0;
	}

div.blog_feed ul.blog_entries {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

div.blog_feed ul.blog_entries li {
	margin: 0;
	padding: 0;
	}

span.blog_entry_date {
	font-family: 'Lucida Grande', Verdana, Arial, serif;
	font-size: 80%;
	color: #999;
	font-style: normal;
	font-weight: normal;
	}


.pink {  
  font-weight: bold;
  color: #E895A3;
}

.pink a {
	color: #E895A3;
text-decoration: none;
}

.pink a:hover, .pink a:visited {
	color: #E895A3;
	text-decoration: underline;
}


.headline {
   font-size: 140%;
   font-weight: bold;
}

.kicker {
   font-weight: bold;
   color: #ccc;
}

.date {
   color: #999;
   font-style: italic;
   font-size: 10px;
}



.sectionhead
{
    margin-top: 55px;
    border-bottom: 1px solid #999;
    font-weight: bold;
    color: #999;
    padding-bottom: 4px;
    font-size: 12px;
    clear: right;
}

label {
	display: block;
}

div#user_form div {
	margin-bottom: 16px;
}

img.avatar {
	float:  right;
}

.centered {
	text-align: center;
}