/* CSS Document */

/*
Main colors

Light blue = #40B5E1
Purple = #2A4397

/* Clear everything - universal selector and general html styling*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-family:Arial;
}

a {	
   outline: none;
   text-decoration: none;
   color: #E65A27;
}

img {
	border: none;
}

.hidden {
	display: none;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Standard formatting items */

h1 {
	/*border-bottom:1px solid #fff;*/
	color:#FDE371;
	font-size:28px;
	font-weight:normal;
	margin-left:15px;
	margin-right:15px;
	padding-bottom:0px;
	padding-left:0;
	padding-top:30px;
}
	
h2 {
	font-size: 16px;
	color:#E65A27;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

h3 {
	font-size: 14px;
	font-weight: normal;
	color:#E65A27;
	margin: 0px;
	padding: 5px 0px 0px 25px;
	background:url("../graphics/h3_background.png") no-repeat;
}

/* h4 is used for sub nav links */

h4 {
	font-family: Verdana, Arial, sans-serif;
	letter-spacing: 0.4px;
	margin-left: 20px;
	margin-right: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 3px;
	line-height: 20px;
	font-size: 11px;
	font-weight: normal;
	color:#FFF;
	border-bottom:thin #FFF;
	border-bottom-width:1px;
	border-bottom-style:solid;
}
	
h5 {
	font-size: 14px;
	font-weight:normal;
	color:#EB0089;
	padding: 0px;
	margin: 0px;
}
	
p {
	font-size: 12px;
	line-height: 16px;
	color: #fff;
}

ul {
	font-size: 12px;
	padding: 10px 10px 20px 30px;
	line-height: 16px;
	color: #999;
}

li {
	font-size: 12px;
	padding-left: 5px;
	margin-left: 30px;
	color: #333;
}

.resource_listing {
	font-size: 14px;
	font-weight: normal;
	color:#E65A27;
	margin: 0px;
	padding: 5px 0px 0px 25px;
	background:url("../graphics/h3_background.png") no-repeat;
}

.resource_p {
	color: #333;
	line-height: 20px;
	padding: 10px 0px 15px 25px !important;
}
	
/* Layout div elements */
	
	#orange_container {
		width: 950px;
		padding-top: 0px;
		margin:auto;
		border:thin #CCC;
		border-width:2px;
		border-style:solid;
		/*background: #E65A27;*/
		background: #fff;
	}
	
	#light_orange_container {
		width: 950px;
		padding-top: 0px;
		margin:auto;
		border:thin #CCC;
		border-width:2px;
		border-style:solid;
		background: #EF9D22;
	}
	
	#white_container {
		width: 950px;
		padding-top: 0px;
		margin:auto;
		border:thin #CCC;
		border-width:2px;
		border-style:solid;
		background: #fff;
	}
	

/************** Home page stuff ************************************/
	
	#home_page_container {
		width: 950px;
		margin:auto;
		background:url("../graphics/home_background.png") no-repeat;
		background-color: #E65926;
	}
	
	#home_menu_holder {
		margin:0;
		padding:418px 10px 0 325px;
		width:615px;
	}

	#home_news_holder {
		width: 510px;
		margin:10px 0 0;
		padding:10px 10px 10px 430px;
	}
	
	#home_news_row_holder {
		float:left;
margin:0;
padding:0 10px 10px 15px;
width:280px;
	}
	
	#home_calendar_holder {
		float: left;
		width: 180px;
	}
	
	.news_item {
		float:left;
margin:10px 15px 10px 0;
padding:0;
width:250px;
		}
	
/************* Navigation ****************************************/

ul#minitabs{
		display:inline;
		font-size:14px;
		margin:0;
		padding:0px;
		}
	
	ul#minitabs li{
		font-size:14px;
		display: inline;
		margin:0 8px;
		padding-right:25px;
		border-right:solid 1px;
		border-right-color: #fff;
		color: #fff;
	}
	
	ul#minitabs a{
	text-decoration: none;
	padding: 0 0 3px;
    /*border-bottom: 2px solid #FFF;*/
	color: #fff;
	}
	
	ul#minitabs a#current{
	border-bottom: 1px solid #ccc;
	color:#fff;
	}
	
	ul#minitabs a:hover{
	/*border-color: #000;*/
	color: #333;
	}
	
	
	.no_border {
		border: none !important;
		padding: 0 0 3px !important;
	}
	
	.no_border_current {
		border-top: none !important;
		border-right: none !important;
		border-left: none !important;
		padding: 0 0 3px !important;
		border-bottom: 1px solid #ccc;
		color:#fff;
	}
	
	.main_nav_active a {
		border-bottom: 1px solid #ccc;
	}
	
	.last {
		border-right: none !important;
	}
	
/***************** Regular pages ************/
	
	#left_image_container {
		width: 290px;
		margin:0;
		float: left;
		/* background: #E65A27 url("../graphics/deany_left_image_2.png"); */
	}
	
	#main_content_container {
		width: 660px;
		margin: 0px;
		padding: 0px;
		float: left;
		background: #fff;
	}
	
	#menu_holder {
		background:url("../graphics/nav_header_background.png") no-repeat;
		float:left;
		height:55px;
		margin:0;
		padding:25px 0 0 28px;
		width:660px;
	}
	
	#main_content {
		width: 540px;
		background-color: #fff;
		margin: 0px 60px 20px 60px;
		float: left;
	}
	
	#main_content p {
		color: #333;
		line-height: 20px;
		padding:2px 0 4px;
	}
	
	.normal_heading {
		font-size: 28px;
		color: #E65A27;
		padding: 0px 0px 2px 0px;
		margin: 0px;
	}
	
	#nav_holder {
		width: 660px;
		height: 34px;
		padding-top: 15px;
		padding-left: 25px;
	}
	
	#home_nav {
		width: 81px;
		height: 34px;
		float: left;
	}
	
	#menu_nav {
		width: 749px;
		height: 34px;
		background:url("../graphics/menu_nav2.png") repeat-x;
		float: left;
	}
	
	#shopping_nav {
		width: 225px;
		height: 34px;
		background:url("../graphics/shopping_nav.png") repeat-x;
		float: right;
	}
	
	#shopping_nav p {
		font-size:11px;
		margin-top: 8px;
		margin-left: 95px;
		padding: 3px 15px;
		white-space: nowrap;
		text-align:right;
		background:url("../graphics/shopping_arrow.png") no-repeat;
	}
	
	#content_holder {
		width: 830px;
		background:url("../graphics/content_holder.png") repeat-y;
		margin: 0px auto;
		padding: 0px;
		border:0;
	}
	
	
	#anchor_list_holder {
		width: 540px;
		margin: 0px 0px 30px 0px;
		padding: 10px 0px 20px 0px;
	}
	
	#anchor_list_item {
		width: 540px;
		margin: 5px 0px 15px 0px;
	}
	
	
	#footer_holder {
		width:930px;
		background: #fff;
		padding: 5px 10px;
		border-top: 1px solid #ccc;
	}
	
	
	
	/********** event pages *********************************/
	
	#event_outreach_holder {
		width: 220px;
		padding-top: 0px;
		margin: 0px;
	}
	
	
	#event_content_text {
		width: 255px;
		float: left;
		padding-top: 30px;
		padding-right: 0px;
		margin: 10px 0px 0px 15px;
	}
	
	#event_content_text h5 {
		margin: 10px 0 15px 30px;
	}
	
	#event_content_text_headers {
		width: 300px;
		margin-left: 10px;
		padding-left: 20px;
		padding-top: 1px;
		background:url("../graphics/main_content_text.png") no-repeat;
	}
	
	#event_content_image {
		width: 300px;
		float: left;
		margin: 0px;
		padding: 30px 0 0 0;
		height: 1% /* hack for a browser bug */
	}
	
	#event_content_image img {
		padding: 15px 0px 10px 15px;
	}
	
	#event_listing_holder {
		width: 609px;
		height: 410px;
		border-top:thin #CCC;
		border-top-width:1px;
		border-top-style:solid;
	}
	
	#map_container {
		background-color: #F0F0F0;
		width: 412px;
		border: 1px solid #E65A27;
		margin: 15px 0 0 0;
	}
	

/***************** event stuff on normal pages ***************/

.event_list_item {
	padding: 5px 0px 5px 25px;
}

.event_list_item p {
	padding: 0px 0px 0px 15px !important;
	line-height: 16px !important;
}

.event_list_item h2 {
	background:url("../graphics/event_bullet.png") no-repeat;
	font-size: 12px;
	padding: 0px 0px 0px 15px !important;
}

	
	/************ calendar styles ****************************/
	
	#main_calendar_holder {
		width: 540px;
		margin-top: 15px;
	}
	
	.ee_miniCalendarNav {
		font-size: 12px;
	line-height: 16px;
	color: #333;
	}
	
	.ee_miniCalYear {
	font-size: 12px;
	line-height: 16px;
	color: #333;
	}
	
	.ee_miniCalendarDays {
		font-size: 12px;
	line-height: 16px;
	color: #333;
	width: 400px;
	border: 1px solid #CCC;
	}
	
	tr {
		border: 1px solid #CCC;
	}
	
	th {
		border: 1px solid #CCC;
		text-align: center;
		background-color: #CCC;
	}
	
	.ee_sunday  {
		border: 1px solid #E9E9E9;
		text-align: center;
		background-color: #E9E9E9;
	}
	
	.ee_monday  {
		border: 1px solid #E9E9E9;
		text-align: center;
	}
	
	.ee_tuesday  {
		border: 1px solid #E9E9E9;
		text-align: center;
	}
	
	.ee_wednesday  {
		border: 1px solid #E9E9E9;
		text-align: center;
	}
	
	.ee_thursday  {
		border: 1px solid #E9E9E9;
		text-align: center;
	}
	
	.ee_friday  {
		border: 1px solid #E9E9E9;
		text-align: center;
	}
	
	.ee_saturday  {
		border: 1px solid #E9E9E9;
		text-align: center;
		background-color: #E9E9E9;
	}
	
	#ee_listDetailsContainer {
		width: 540px;
		margin: 15px 0px 0px 0px;
	}
	
	.easyEventsList_heading {
		font-size: 12px;
		font-weight: bold;
		color:#333;
		margin: 0px;
		padding: 0px;
	}
	
	.easyEventsList_events {
		margin: 10px 0px 10px 0px;
	}
	
	.easyEventsList_item {
		margin: 10px 140px 20px 0px;
		border-bottom: 1px solid #CCC;
	}
	
	.easyEventsList_time {
		font-size: 12px;
		font-weight: bold;
		color:#333;
		margin: 0px 0px 5px 0px;
		padding: 0px;
	}
	
	.easyEventsList_title {
		font-size: 12px;
		color:#E65A27 !important;
		font-weight: bold;
		margin: 0px;
		padding: 0px;
	}
	
	.easyEventsList_description {
		font-size: 12px;
		color:#333;
		margin: 0px 0px 5px 0px;
		padding: 0px;
	}
	
	/********** shopping cart page **************************/
	
	#main_content_wide_holder {
		width: 609px;
		float: left;
		background:url("../graphics/content_holder.png") repeat-x;
		margin: 0px;
		padding: 0px;
		height: 1% /* hack for a browser bug */;
		border-left: thin #CCC;
		border-left-width:1px;
		border-left-style:solid;
	}
	
	.register_button {
		background:url(../graphics/register_button.png) no-repeat;
		width: 104px;
		height: 40px;
		border: none;
		margin:0;
		padding:0;
	}
	
	#checkout_main_content_container {
		width: 950px;
		margin: 0px;
		padding: 0px;
		float: left;
		background: #fff;
	}
	
	#checkout_main_content {
		padding:20px 25px;
		width:900px;
	}
	
	#checkout_menu_holder {
		margin: 0;
		height: 80px;
		width: 950px;
		padding: 20px 0 0 320px;
		background:url("../graphics/checkout_nav_header_background.png") no-repeat;
		float: left;
	}
	
	#cart_text p {
		padding: 0px;
		margin: 0px;
		font-size: 13px;
		font-weight: bold;
	}
	
	/*******************************************************/
	
	
	/*************** Form styling goes here ***************/
	
	.submit_button {
		margin-top: 5px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
    	font-size: 12px;
    	color: #fff;
		background:url(../graphics/submit_button.png) no-repeat;
		width: 80px;
		height: 30px;
		border: none;
		margin:0 0 0 0;
		padding: 10px 10px 0px 0px;
	}
	
	.click_here_button {
		margin-top: 5px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
    	font-size: 12px;
    	display: none;
		background:url(../graphics/click_here_button.png) no-repeat;
		width: 80px;
		height: 30px;
		border: none;
		margin:0 0 0 0;
		padding: 10px 10px 0px 0px;
	}
	
	#wlpeLogin {
		float: left;
		padding: 0;
		margin: 0;
	}
	
	#wlpeLoginForm {
		float: left;
		border: 1px solid #CCC;
		padding: 15px;
		margin: 25px 0px 0px 0px;
	}
	
	#wlpeLoginFieldset {
		border: none;
		padding: 15px;
	}
	
	#wlpeLegend {
		font-size: 14px;
		color: #E65A27;
		font-weight: bold;
		padding: 0px 0px 15px 0px;
	}
	
	#wlpeLoginButtons {
		border: none;
		padding: 0px 0px 0px 10px;
	}
	
	#wlpeUserButtons {
		border: none;
	}
	
	#wlpeUsernameLabel {
		font-size: 12px;
		font-weight: normal;
		color:#333;
		margin: 0px;
		padding: 5px 0px 0px 0px;
	}
	
	#wlpeUsername {
		margin: 0px 0px 0px 10px;
	}
	
	#wlpePasswordLabel {
		font-size: 12px;
		font-weight: normal;
		color:#333;
		margin: 0px;
		padding: 5px 0px 0px 0px;
	}
	
	#wlpePassword {
		margin: 0px 0px 0px 10px;
	}
		
	#wlpeRememberLabel {
		font-size: 12px;
		font-weight: normal;
		color:#333;
		margin: 0px;
		padding: 5px 0px 0px 0px;
	}
	
	#rememberme {
		margin: 0px 10px 0px 0px;
	}
	
	#formDiv {
		float: left;
		border: 1px solid #CCC;
		padding: 15px;
		margin: 25px 0px 0px 0px;
	}
	
	
	
	#formDiv p {
		padding: 0px 0px 0px 0px;
	}
	
	#formDiv h3 {
		padding: 0 0 15px 8px;
		font-size: 12px;
	}
	
	.text  {
		padding: 0px;
	}
	
	#loginform {
		border: 1px solid #CCC;
		padding: 15px;
		margin-bottom: 250px;
	} 
	
/***************** news items go here ********************/
	
#pagination_holder {
	margin-top: 40px;
	border-top: 1px solid #fff;
}


	.ditto_paging {
		border-top:thin;
	border-top-color: white;
    border-top: 1px solid #333;
    padding: 15px; 
    font-size: 86%;
    color: black;
}

#ditto_pages {
	margin-top: 20px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
    border-top: 1px solid #ccc;
}


#ditto_pages .ditto_currentpage {
	/* This is for next */
	font-size: 12px;
    padding: 1px 1px 2px; 
    margin-right: 1px;
    background-color: #333; 
    color: white;
} 
#ditto_pages .ditto_off {
	/* This is for previous */
	font-size: 12px;
    padding: 1px 1px 2px; 
    margin-right: 1px;
    color: #333;
}
#ditto_pages a, #ditto_pages a:link, #ditto_pages a:visited {
	font-size: 12px; 
    padding: 1px 1px 2px; 
    margin-right: 1px; 
    text-decoration: none !important; 
    color: #333;
} 
#ditto_pages a:hover {
    color: #333;
}

.white_link {
	color: #fff;
}
	/* end hide */
	
/******************* Added for news item 3-24-11 **************/
.home_link {
	color: #fff;
	font-weight: bold;
}

/***************** Mail Chimp Form **************/
#mc_embed_signup {
	float: left;
	width: 445px;
	padding: 15px 0 0 0;
}

.input-group ul li {
	color: #fff;
}

.mc-field-group {
	font-size: 12px;
}

#contact_line {
	float: left;
	padding: 15px;	
}
