/* @override 
	http://localhost:4321/assets/public/css/main.css
	http://localhost:5432/assets/public/css/main.css
	http://wnsf.dreamhosters.com/assets/public/css/main.css
*/

/* Colors:
   pinkish white: #f4d3d9;
	 dark pink: #cb214c;
	 hover dark pink: #a71b3e;
	 pale orange: #f4935b;
	 bright orange: #f19547;
	 gray: #999;
*/

/* @group Defaults */
html{
  font-size: 100%;
}

h1{
	letter-spacing: -1px;
	color: #cb214c;
}

h1 a{
	color: #cb214c;
}


br.clear{
	height: 1px;
	clear:both;
}

a{
  color: #cb214c;
}

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

.clearfix{
	zoom:1;
}

header, nav, article, section, figure, aside, footer { display: block; }


/* @end defaults */

/* @group Header */

header.head div.logo{
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-left-radius:  4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	overflow: hidden;
	background: #f4d3d9 url(/assets/public/images/header_bg.png) no-repeat bottom left;
	height: 85px;
}

#home header.head div.logo{
	border-top: 14px solid #f4935b;
	height: 235px;
}

#home header.head div.logo h1{
	background: url(/assets/public/images/wnsf_logo_large.png) no-repeat 15px 40px;
}

header.head div.logo h1{
	color: white;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	background: url(/assets/public/images/wnsf_logo.png) no-repeat 15px 5px;
}

/* @group Breadcrumb */

.breadcrumb{
	color: #cb214c;
}

.breadcrumb .here{
	font-weight: bold;
	color: #f19547;
}

.breadcrumb a{
	font-weight: bold;
	color: #cb214c;
}

/* @end */

.social_buttons header h1{
	font-size: 0.9em;
	margin-top: 0.4em;
	float: left;
}

.social_buttons header{
	display: inline;
	position: relative;
}

.social_buttons ul{
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.social_buttons ul li{
	display: inline;
	margin: 0;
	padding: 0;
}
.social_buttons ul li a:hover{
	background-color: #cb214c;
}

.social_buttons ul li a{
	text-decoration: none;
	float: left;
	padding: 2px;
	margin-right: 1px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #fff;
	border-color: #cb214c;
}

.social_buttons ul li a{
	text-decoration: none;
	
}

/* @group Nav */

header.head nav{
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	behavior: url(/assets/public/css/border-radius.htc); /* IE Support */
	margin-top: 10px;
	background-color: #f4935b;
}
header.head nav ul{
	list-style: none;
	padding: 0 30px;
	margin: 0 auto;
}


header.head nav ul li{
	float: left;
	height: 100%;
	margin: 0;
	position: relative;
}

header.head nav ul li:hover{
	background-color: #cb214c;
}

header.head nav ul ul li:hover{
	background-color: #a71b3e;
}


header.head nav li ul{
	display: none;
	top: 3.2em;
	position: absolute;
	margin: 0;
	padding: 0;
	width: 240px;
	background-color: #cb214c;
	font-size: smaller;
}

header.head nav li ul{
	top: 3.1em\9
}

header.head nav li ul{
	font-size: 100%;
}

header.head nav li:hover ul{
	display: block;
	z-index: 10;
}

header.head nav li li{
	float: none;
	display: block;
	margin: 0;
}

header.head nav a{
	color:  white;
	display: block;
	padding: 0.6em 12px;
	text-decoration: none;
	font-size: larger;
}



/* @end header nav*/



/* @end header */

/* @group Body */

.body{
	margin-top: 5px;
	padding-top: 15px;
	border-bottom: 1px solid #f4935b;
}
#home .body{
	background: url(/assets/public/images/wnsf_logo_under.png) no-repeat 120px;
}

.content .welcome{
	border-bottom: 1px solid #f4935b;
	padding-bottom: 1.5em;
}


.content .testimonials{
	margin-top: 1.5em;
}

/* @group Inner Page */

/* @group Events */

.event{
	
}

.event .location h1{
	font-size: 1em;
	margin: 0;
}

.event .info{
	font-size: 0.9em;
}


.event .info .end-date{
	clear: both;
}

.event .info .location{
	color: #cb214c;
	padding-top: 10px;
	clear: both;
}

.event .info p strong{
	float: left;
	width: 50px;
}

.event .info time{
	float:right;
	width: 120px;
	
}





.event .info p{
	margin: 0 0 10px;
}


/* @end */

.body .page{
	margin-bottom: 1.5em;
}

.body .page img{
  max-width: 500px;
}

.body .page .grid_4 img, .body .welcome .grid_4 img{ max-width: 150px; }
.body .page .grid_5 img, .body .welcome .grid_5 img{ max-width: 190px; }
.body .page .grid_6 img, .body .welcome .grid_6 img{ max-width: 230px; }
.body .page .grid_7 img, .body .welcome .grid_7 img{ max-width: 270px; }
.body .page .grid_8 img, .body .welcome .grid_8 img{ max-width: 310px; }
.body .page .grid_9 img, .body .welcome .grid_9 img{ max-width: 350px; }

.body .page>header{
}

.body .page>header h1{
	color:  #f19547;
	padding-bottom: 8px;
	background: url(/assets/public/images/header_underline.png) no-repeat bottom left;
}

.page aside h1{
	font-size: 1.3em;
	margin-bottom: 0.8em;
	border-bottom: 1px solid #f4935b;
}

.blog_posts .blog_post{
}

.blog_posts nav, .event-calendar nav{
	margin-top: 10px;
	padding: 10px 0;
}

.blog_posts nav .grid_5, .event-calendar nav{
	text-align: center;
}

.blog_posts h1 a, .event-calendar h1 a{
	text-decoration: none;
}

.blog_posts h1, .event-calendar h1{
	margin-bottom: 0.4em;
}

.blog_posts article, .event-calendar article{
	border-bottom: 1px solid #f19547;
	padding: 2em 1em;
}

.paid_members_only{
	
	border: 1px solid #cb214c;
	color: white;
	background-color: #d33a62;
	padding: 1.5em;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.paid_members_only a{
	color: white;
}

.body .page fieldset{
	padding: 1.5em;
	border: 1px solid #cb214c;
}

.body .page fieldset legend{
	padding: 0 0.5em;
	color: #cb214c;
	font-size: larger;
	font-weight: bold;
}

.body .news_items nav{
	border-top: 1px solid #f19547;
	margin-top: 10px;
	padding: 10px 0;
}

.body .news_items nav .grid_5{
	text-align: center;
}

.body .news_items article{
	
}

.news_items footer .date{
	text-align: center;
	margin-top: 1em;
	background-color: #d33a62;
	color: white;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0.5em;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.blog_posts .blog_post footer .date, .event-calendar .event footer .date{
	width: inherit;
}

.blog_post footer .date, .event footer .date{
	text-align: center;
	margin-top: 1em;
	background-color: #d33a62;
	color: white;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0.5em;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border-radius: 5px;
	float: right;
	width: 120px;
}

.blog_post .body h1, .event .description h1{
	font-size: 1.2em;
}

.blog_nav{
	margin: 1em;
	text-align: right;
}

.body .news_items h1 a{
	text-decoration: none;
}

.body .news_items h1{
	margin: 0.3em 0;
}

/* @end  Inner Page */

/* @group Testimonials */

.testimonials .author{
	font-size: small;
}
.testimonials .author h1{
	color: #999;
	font-size: 1em;
	font-weight: normal;
	margin-bottom: 0.3em;
}
.testimonials .author h2{
	font-size: 0.9em;
	font-weight: normal;
	color: #999;
}

.sidebar .testimonials .author{
	text-align: right;
}

.sidebar .testimonials .author h1{
	text-align: right;
	color: #cb214c;
	font-weight: bold;
	border-bottom: none;
	margin-bottom: 0;
}

.sidebar .testimonials .author h2{
	text-align: right;
}

.sidebar .testimonials .author em{
	font-style: normal;
}

/* @end */



/* @group Sidebar */

.sidebar{
	border-left: 1px solid #f4935b;
	margin-bottom: 1.5em;
}

.sidebar .ad{
	margin-top: 0.5em;
	border-top: 1px solid #f4935b;
	padding-top: 1em;
}

/* @group Resources */

.sidebar .resources ul{
	list-style: none;
	
}

.sidebar .resources li{
	margin: 0 0 0.4em;
	padding: 1em;
	background-color: #cb214c;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border-color: #cb214c;
	behavior: url(/assets/public/css/border-radius.htc); /* IE Support */
}

.sidebar .resources li:hover{
	background-color: #a51a3d;
}

.sidebar .resources li a{
	color: white;
	text-decoration: none;
	border-bottom: 1px solid #f4935b;
}

/* @end resources */



/* @group News */

.news article{
	background: #fff;
	background: -webkit-gradient(linear, left top, right top, from(#eee), to(#fff));
	background: -moz-linear-gradient(left,  #eee,  #fff);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#EEEEEE', GradientType=1, EndColorStr='#FFFFFF')"; /* for IE8 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#EEEEEE', GradientType=1, EndColorStr='#FFFFFF'); /* for IE6 & 7 */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	behavior: url(/assets/public/css/border-radius.htc); /* IE Support */
	padding-bottom: 2px;
	margin-bottom: 1em;
	zoom: 1;
}

.news article .section{
	font-size: smaller;
	padding: 18px 8px 0;
}

.news article .section h2{
  margin-bottom: 0.3em;
}

.news header h1{
	font-size: small;
	padding: 0.5em;
	margin-bottom: 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-left-radius:  0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-left-radius:  0;
	border-bottom-right-radius: 0;
	
	color: white;
	background: #cb214c;
}

/* @end news */

section.social{
	
}

/* @group Social Links */

.social .social_links{
	font-size: smaller;
}
.social .social_links .link{
	
	margin-bottom: 1em;
}
.social .social_links .link h1{
	background: #fff;
	background: -webkit-gradient(linear, left top, right top, from(#ebebeb), to(#fff));
	background: -moz-linear-gradient(left,  #ebebeb,  #fff);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#EBEBEB', GradientType=1, EndColorStr='#FFFFFF')"; /* for IE8 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#EBEBEB', GradientType=1, EndColorStr='#FFFFFF'); /* for IE6 & 7 */
	zoom: 1;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 5px 0 5px 6px;
	margin: 0;
	font-size: 1em;
}

.social .social_links .link .site{
	background: #f4935b;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border-color: #f4935b;
	behavior: url(/assets/public/css/border-radius.htc);
	background-color: #f4935b;
}

.social .social_links .link a{
	position: relative;
	text-decoration: none;
	padding: 5px 0 5px 38px;
	display: block;
	color: white;
	font-size: 1em;
}


.social .social_links .link .site:hover{
	background-color: #f19547;
}


.social .social_links .link a .sticker{
	position: absolute;
	left: -10px;
	top: -5px;
}

/* @end social links*/


/* @end  sidebar */

/* @end body */

/* @group Footer */

.newsletter form{
	clear: both;
	text-align: center;
	margin-top: 10px;
}

.newsletter form p{
	margin-bottom: 1em;
}

.newsletter form label{
	font-size: larger;
	color: #cb214c;
	font-weight: bold;
}

.newsletter .members{
	font-size: smaller;
	text-align: center;
	margin: 1.2em 0 1em;
}

footer.foot .copyright{
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	behavior: url(/assets/public/css/border-radius.htc); /* IE Support */
	margin: 10px 0 5px;
	clear: both;
	padding: 10px;
	text-align: center;
	background-color: #f4935b;
	color: white;
	font-size: smaller;
	line-height: 1em;
}

/* @end */

/* Honeypot Fields */
.contact_form .contact_phone, .donor_phone{
  display: none;
}

.registration-name{
  display: none;
}

/* Sidebar ad images */
.ad img{
	max-width: 100%;
}

.donate_form label{
  font-weight:bold;
  padding-top: 3px;
  color:#cb214c;
  text-align: right;
}

.donate_form .clearfix{
  margin: .3em;
}

.donate_form input{
  font-size: larger;
}

span.orange{
  color: #f19547;
}

span.pink{
  color: #cb214c;
}

div.left-float{
  float: left;
  max-width: 65%;
  margin-right: 14px;
}

sup, span.sup{
  vertical-align: super;
  font-size: 0.8em;
}

.body .page .left-float img{
  max-width: 100%;
}

.body .page .right-float img{
  max-width: 100%;
}

div.right-float{
  float: right;
  max-width: 65%;
  margin-left: 14px;
}