/* Main Style Sheet for Star 88.3
   www.star883.org
   
   Developed by Reusser Design, LLC
   www.reusserdesign.com
   
*/


/*-----------------------------------------------------------------------------------------
	MAIN Styles - They apply to the entire website, unless otherwise defined below
	----------------------------------------------------------------------------------------*/

html {
	margin: 0;
	padding: 0;
	font-size:100%;
	}
	

body {
	margin: 0;
	padding: 0;
	background-image:url(http://blog.star883.org/themes/star883_v2/images/bg_fade_light_yellow.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color:#faeb83;
	background-attachment:fixed;
	font-size: .75em; 
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	}

img { /* needed for firefox */
	border: 0px;
	}
	
a {
	color:#990033;
	text-decoration:underline;
	}

a:hover {
	text-decoration:none;
	
	}

a:visited {
	color:#333333;
	}

	h1, h2, h3, h4, h5, h6 {
	  margin-bottom: 0.5em;
	}
	h1 {
	  
		font-size:1.8em; color:#cf441b; margin:1em 1.2em; border-bottom: 2px dashed #f3cfc4; font-weight:normal;
	}
	h2, .eventDateTitle{ color:#cf441b;
		font-size:1.3em;
		font-weight:normal;	
		margin-bottom:8px;		
		border-bottom:1px dashed #f3cfc4;}
	h3, h4, h5, h6 {
	  font-size: 1.1em;
	}
	h3{
		text-transform:uppercase;
		color:#990000;}
	

p {
	font-size:1em;
	line-height:normal;
	
	}

.paragraphs p { 
	margin: 0px;
	padding: 2px 0 5px 0;
	line-height: normal;
	}

.paragraphs h3 {
	margin: 15px 0 1px 0;
	}
/*
ul {
	list-style-type: none;
	padding: 0px;
	}

ul li {
	color: #666;
	margin:0;
  	padding:0;
  	}
  	
ol {
	margin-left: 0px;
	padding-left: 30px;
	}
  	
ol li {
	color: #666;
	margin-left: 0px;
	margin-bottom: 10px;
	}
	
ul li ul, ol li ol, ol li ul, ul li ol {
	margin-top: 10px !important;
	}
   */
  
/* forces the hand cursor on links in Safari */
a:link, a:hover {
	cursor: pointer;
	}



/*-----------------------------------------------------------------------------------------
	Structural Components
	----------------------------------------------------------------------------------------*/
	
#wrapper {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 0;
	padding: 0 30px 0 30px;
	text-align: left;
	}
	
#masthead {
	width: 750px;
	margin: 0;
	padding: 0;
	/*background-image: url(/images/masthead_bg_normal.jpg);*/
	height: 161px;
	visibility:visible;
	}
	
	
#mainnav {
background-color:#cf441b;
	}
	
#maincontent {
	background-color:#FFFFFF;

	}
	
#footer {
	clear: both;
	margin: 0;
	padding: 0;
	width: 750px;
	height: 55px;
	background-color:#cf441b;
	font-size:.9em;
	}
	
ol ol {
	list-style-type: lower-alpha;
}


ul.bulletlist {
	margin-left: 25px;
	}


ul.bulletlist li {
	list-style-type: disc;
	margin: 0px 20px 10px 0px;
	}
	



/*-----------------------------------------------------------------------------------------
	Classes
	----------------------------------------------------------------------------------------*/
	
.starmail {
	text-align:right;
	color:#FFFFFF;
	padding-top:3px;
	padding-right:3px;
	}

#footer p {color:#FFAB80;}
#footer a {color:#FFFFFF; text-decoration:none;}
#footer a:hover {text-decoration:underline;}



.headrow{
	color: #FFFFFF;
	font-weight:normal;
	background-color:#B13505;
	text-align:center;
}

.headrow:first-line{
	font-weight:bold;
	font-size:1.1em;
}

.imgpad {padding:3px;
border:1px solid #DDDDDD;
}

.light_text, .date {color: #999999}

/*-----------------------------------------------------------------------------------------
	Business Listings
	----------------------------------------------------------------------------------------*/
#categories{
	width:100%;
}
#zipcodes{
	width:100%;
}
#businesses{
	width:100%;
}
#business_listing{
	width:380px;	
	background-color:#eeeeee;	
	
}
#business_listing_odd{
	width:380px;
	
}

