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

body {
	background-color:#ffffff;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	padding-top:0px;
	margin-top:0px;
	}

#wrapper {
	width:825px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:25px;
	}
	
#clearboth {
	clear:both;
	}
	
.clearboth {
	clear:both;
	}


/*NAVIGATION BEGINS HERE*/

a {
    outline: none;
}

#rollover{background: url(../images/btn_home.gif) top;display:block;height:60px;width:42px;}
#rollover1{background: url(../images/btn_calendar.gif) top;display:block;height:60px;width:71px;}
#rollover2{background: url(../images/btn_meet_chicks.gif) top;display:block;height:60px;width:114px;}
#rollover3{background: url(../images/btn_blog.gif) top;display:block;height:60px;width:80px;}
#rollover4{background: url(../images/btn_sign_up.gif) top;display:block;height:60px;width:54px;}
#rollover5{background: url(../images/contact_btn.jpg) top;display:block;height:60px;width:140px;}
#rollover6{background:url(../images/btn_news.gif) top;display:block;height:60px;width:87px;}
#rollover7{background:url(../images/btn_sponsors.gif) top;display:block;height:60px;width:68px;}
#rollover:hover{background-position:bottom;}
#rollover1:hover{background-position:bottom;}
#rollover2:hover{background-position:bottom;}
#rollover3:hover{background-position:bottom;}
#rollover4:hover{background-position:bottom;}
#rollover6:hover{background-position:bottom;}
#rollover7:hover{background-position:bottom;}

#rolloverhit{background: url(../images/btn_home.gif) bottom;display:block;height:60px;width:42px;}
#rollover1hit{background: url(../images/btn_calendar.gif) bottom;display:block;height:60px;width:71px;}
#rollover2hit{background: url(../images/btn_meet_chicks.gif) bottom;display:block;height:60px;width:114px;}
#rollover3hit{background: url(../images/btn_blog.gif) bottom;display:block;height:80px;width:66px;}
#rollover4hit{background: url(../images/btn_sign_up.gif) bottom;display:block;height:60px;width:54px;}
#rollover5hit{background: url(../images/contact_btn.jpg) bottom;display:block;height:60px;width:140px;}
#rollover6hit{background:url(../images/btn_news.gif) bottom;display:block;height:60px;width:87px;}
#rollover7hit{background:url(../images/btn_sponsors.gif) bottom;display:block;height:60px;width:66px;}


.nav ul {
	height:60px;
	list-style-position: inside;
	list-style-type: none;
	padding:0px;
	margin:0px;
	width:800px; 
	height:60px; 
	padding-left:18px;
	z-index: 1;
}

.nav li {
	display: inline;
	position:absolute;
	text-indent:-9999px;
}

/*OLD NAV STYLING. CONFLICTED WITH FEEDBURNER. ADDED .NAV ABOVE.*/

/*ul {
	list-style-position: inside;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	width:800px; 
	height:60px; 
	padding-left:18px;
}

li {
	display: inline;
	position:absolute;
	text-indent:-9999px;
}*/
	
/*NAVIGATION ENDS HERE*/

#content {
	width:525px;
	padding-left:20px;
	padding-right:30px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:20px;
	color:#666666;
	}
	
#rightContent {
	padding-top:13px;
	width:226px;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:20px;
	color:#666666;
	}
	
#rightContent ul {
	list-style: none;
	text-indent: 0px;
	margin-left: 0px;
	padding-left: 0px;
	}

#recentpostsTop {
	margin-top: 25px;
	background-image: url(http://www.citychicks4charity.org/images/blog_feed_bg1.jpg);
	background-repeat: no-repeat;
	position: relative;
	float: left;
	height: 33px;
	width: 226px;
}

#recentposts {
	width: 185px;
	font-size: 10px;
	background-image: url(http://www.citychicks4charity.org/images/blog_feed_bg2.jpg);
	background-repeat: repeat-y;
	position: relative;
	padding-left: 25px;
	padding-right: 15px;
	float: left;
}

#recentposts a {
	font-size: 13px;
}

#recentpostsBottom {
	background-image: url(http://www.citychicks4charity.org/images/blog_feed_bg3.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 29px;
	width: 226px;
}
	
#blogfeed {
	position: relative;
	float: left;
	width: 225px;
}

#donatebtn {
	position: relative;
	float: left;
	width: 225px;
	padding-top: 25px;
}


/*FEEDBURNER STYLES*/

.headline a {
	color:#68b022;
	text-decoration:underline;
	}

.feedburnerFeedBlock p {
	padding:0px;
	margin:0px;
	line-height:15px;
	}

.feedburnerFeedBlock li {
	padding-top:10px;
	}

/*END FEEDBURNER STYLES*/

.imgPad {
	margin-top:25px;
	}

.pad {
	padding-left:25px;
	}

.imgHead {
	padding-top:25px;
	padding-bottom:25px;
	}

.highlight {
	color:#68b022;
	}

.chickWrapper {
	padding-top:20px;
	width:535px;
	}
	
.chickInfo {
	float:right;
	width:335px;
	}

.chickImg {
	float:left;
	width:179px;
	}

button.blankButton
{
   background-color:#f32189;
   border-style:none;
}

img {
	border: none;
}

a {
text-decoration:none;
color:#666666;
}

a:hover {
color:#68b022;
text-decoration:underline;
}


