html, body 
		{	margin: 0; padding: 0;
			}
			
html	{	background: #000 url("images/bg.jpg") top left repeat-x; color: #fff;
			font-family: verdana, helvetica, geneva, arial, sans-serif;
			font-size: 12px;
			}
			
/* AURUM GLOBAL */
a		{	outline: none;
			}

img		{	border: none; 
			margin: 0; padding: 0;
			}
			
.clear	{	clear: both;
			}
			
.important
		{	color: #f00;
			font-weight: bold;
			}
			
.highlight-contact
		{	color: #933;
			}
			
.bump-size
		{	font-size: large;
			}
			
/* site links */		
a:link, a:visited
		{	margin: 0 0 0 0; 
			color: #fff;
			text-decoration: none;
			border-bottom: 1px dashed #fff;
			}
			
a:hover
		{	text-decoration: none;
			border: none;
			}

/* CONTAINER */
div#container 
		{	margin: 0 auto; /* center, not in IE5 */
			width: 940px; height: auto !important; /* real browsers */
			background: #000;
			}

/* HEADER */
div#header 
		{	height: 44px;
			background: #7c4802 url("images/hdr_bg.jpg") no-repeat; color: #fff;
			}
			
img#logo	
		{	float: left;
			width: 106px; height: 22px;
			margin: 17px 0 0 0;
			}
			
div#nav	{	float: left;
			width: 765px; height: 28px;
			margin: 6px 0 0 58px;
			}
						
#nav-item1
		{	background: url("images/hdr_nav_link1.jpg") no-repeat;
			width: 83px;
			}
			
#nav-item2
		{	background: url("images/hdr_nav_link2.jpg") no-repeat;
			width: 85px;
			}
			
#nav-item3
		{	background: url("images/hdr_nav_link3.jpg") no-repeat;
			width: 152px;
			}
			
#nav-item4
		{	background: url("images/hdr_nav_link4.jpg") no-repeat;
			width: 238px;
			}
			
#nav-item5
		{	background: url("images/hdr_nav_link5.jpg") no-repeat;
			width: 98px;
			}
			
#nav-item6
		{	background: url("images/hdr_nav_link6.jpg") no-repeat;
			width: 109px;
			}
			
#nav-item1, #nav-item2, #nav-item3, #nav-item4, #nav-item5, #nav-item6
		{	float: left; display: block;
			height: 28px;
			margin: 0; padding: 0;
			border: none;
			}
			
#nav-item1:hover, #nav-item2:hover, #nav-item3:hover, #nav-item4:hover, #nav-item5:hover, #nav-item6:hover
		{ 	background-position: 0 -28px;
			}

#nav-item1 span, #nav-item2 span, #nav-item3 span, #nav-item4 span, #nav-item5 span, #nav-item6 span
		{  	display: none;
			}

/* CONTENT */
div#content	
		{	width: 940px;
			}
			
div#content-inside-hdr
		{	width: 940px; min-height: 109px; height: 109px;
			background: url("images/content-header-bg.jpg") repeat-x; 
			}

/* social media menu */
div#content-social
		{	float: right;
			width: 175px; height: 57px;
			/* background: url("images/content-social-bg.jpg") no-repeat; */ 
			}
		
/* 
div#content-social a
		{ 	height: 38px; overflow: hidden;
			}
			
#content-social-img1 {	background: url("images/social-content-facebook.jpg") no-repeat; }	
#content-social-img2 {	background: url("images/social-content-twitter.jpg") no-repeat; }	
#content-social-img3 {	background: url("images/social-content-myspace.jpg") no-repeat; }	
#content-social-img4 {	background: url("images/social-content-flickr.jpg") no-repeat; }
			
#content-social-img1, #content-social-img2, #content-social-img3, #content-social-img4
		{	float: left; display: block;
			width: 34px; height: 76px;
			margin: 8px 7px 0 9px;
			
			border: none;
			}
			
#content-social-img1:hover, #content-social-img2:hover, #content-social-img3:hover, #content-social-img4:hover
		{ 	background-position: 0 -38px;
			}

#content-social-img1 span, #content-social-img2 span, #content-social-img3 span, #content-social-img4 span
		{  	display: none;
			}
*/

/* playlist */
#callout-playlist
		{	width: 266px; height: 186px;
			background: #000;
			font-size: 10px;
			}	
			
#callout-playlist p
		{	padding: 0; margin: 0;
			}	

/* subscribe */
#callout-subscribe
		{	width: 266px; height: 186px;
			background: url("images/content-callout-bg.jpg") top no-repeat;
			
			}
			
#callout-subscribe div
		{	margin: 6px 0 0 10px;
			}
			
#callout-subscribe p
		{	margin: 13px 0 7px 10px; padding: 0;
			font-size: 11px;
			}
			
#callout-subscribe form
		{	margin: 2px 0 1px 0;
			}
			
#callout-subscribe input
		{	border: none;
			}
			
#callout-subscribe a
		{	color: #ffc; border-color: #ffc;
			font-weight: bold;
			}
			
#callout-subscribe a:hover
		{	
			color: #f5e100;
			}
			
#callout-subscribe p.enter-email
		{	margin-top: 2px;
			clear: both;
			}
			
#content-wrapper
		{	width: 940px;
			background: url("images/content-bg.jpg") repeat-y;
			}
			
#content-callouts
		{	float: left;
			width: 266px;
			background: #0c0c0c;
			}
			
#content-pageinfo
		{	float: left;
			width: 418px;
			margin: 2.5em 0 8em 0; 
			background: #eee; color: #000;
			font-family: verdana; font-size: 12px; 
			line-height: 18px;
			}		
			
#content-pageinfo .pageinfo-wrapper
		{	margin: 0 15px 0 20px;
			}
			
#content-pageinfo-extended
		{	width: 500px;
			}
			
.pageinfo-title1, .pageinfo-title2, .pageinfo-title3, .pageinfo-title4, .pageinfo-title5, .pageinfo-title6, .pageinfo-title7
		{	position: relative; 
			top: 90px; left: 266px;
			width: 410px; height: 19px;
			}
			
#content-pageinfo p, #content-pageinfo h3 
		{	margin: 0 0 13px 0; padding: 0;
			}
			
#content-pageinfo a
		{	color: #bf452a;
			border-bottom: none;
			}
			
#content-pageinfo a:hover
		{	color: #000; 
			border-bottom: none;
			}
			
p.post-edit-p
		{	clear: both;
			}
			

			
a.post-edit-link
		{	color: #fff!important; background: #f00;
			font-size: 11px!important;
			padding: 3px;
			text-transform: uppercase;
			border: none;
			font-weight: bold;
			}

.post-edit-link:before
		{	content: "\5E \ ";			
			}
			
			
#content-pageinfo h2
		{	margin: 0; padding: 0;
			}
			
#content-pageinfo .entry
		{	margin: 0 0 30px 0;
			}
			
#content-pageinfo abbr
		{	display: block;
			border-bottom: none;
			font-weight: italic;
			}
			
#content-photo-section
		{	position: relative; float: left;
			width: 248px; height: 200px;
			}
			
#photo-pull
		{	margin: 0 13px;
			padding: 230px 0 0 0;
			}
			
#photo-pull-hdr img
		{	width: 206px; height: 38px;
			
			}
			
#photo-pull-img-wrapper
		{	width: 206px; height: 156px;
			}
			
#photo-pull-img-wrapper img
		{	float: left;
			width: 206px; height: 155px;
			}
			
/* FOOTER */
div#footer 
		{	clear: both;
			width: 940px; height: 116px;
			background: url("images/footer-bg.gif") repeat-x;
			font-size: 11px;
			}
			
div#footer-info
		{	float: left; width: 50%;
			margin: 18px 0 0 0;
			}
		
div#footer-menu
		{	float: right; display: inline;
			margin: 18px 19px 0 0;
			text-align: right;
			}
			
div#footer-menu a
		{	margin: 0 0px 0 0;
			}
			
			
div#footer-menu #footer-copy
		{	margin: 10px 6px 0 0;
			}
	
img#footer-au	
		{	float: left;
			width: 39px; height: 47px;
			margin: 0 20px;
			}
			
div#footer-menu p
		{	 margin: 5px 0 10px 0; padding: 0;
			}
			
div#footer-menu a:link + p
		{	margin: 5px 0 10px 0; padding: 0;
			}
	
div#footer ul
		{	float: left; width: 30%;
			margin: 0 30px 0 0; padding: 0;
			list-style-type: none; line-height: 16px;
			}
			
div#footer-social
		{	margin: 10px 0 0 0; padding: 0;
			}
			
p#footer-copy
		{	font-size: 10px;
			}
			
div#footer-social a:link, div#footer-social a:visited
		{	border-bottom: none;
			}
			
.home-event-date 
		{	padding: 0 0 0 10px;
			}
			
/* WordPress Overwrites */
			
.content-main-img
		{	position: absolute; 
			top: -24px; left: 34px;
			width: 260px; height: 208px;
			}
			
/* main form div */
div.wpcf7	
		{	font-size: 10px; font-weight: bold;
			text-transform: uppercase;
			}
			
/* contact page has ID 21 */			
#contact-info
 		{	padding-bottom: 10px;
			}

#contact-info ul
		{	float: left; width: 40%;
			margin: 0 10% 15px 0; padding: 0;
			list-style-type: none; line-height: 18px;
			}
			

#post-21 h2
		{	color: #000;
			margin: 0 0 20px 0; padding: 2px 0;
			clear: both;
			}
			
#post-21 p.c7hdr
		{   background: #ddd; border-bottom:1px dashed #999!important; 
			margin: 30px 0 10px 0; padding: 7px 0 7px 5px;
			font-size: 14px; font-weight: bold;
			width: 374px;
			text-transform:uppercase;
			clear: both;
			}
			
#post-21 > p.c7hdr
		{	margin: 0 0 6px 0;
			}
			
abbr	{	
			}
			
div.entry
		{	margin: 0; padding: 0;
			}
			
.cty	{	font-style: italic;
			}
			

p.form-submit input {
			float: right;
			margin-top: -37px;
			margin-right: 10px;
			margin-bottom: 0;
			cursor: pointer;
			border: outset 1px #ccc;
			background:#999;
			color:#666;
			font-weight:bold;
			padding: 1px 2px;
			background: url("images/formbg.gif") repeat-x left top;
			width: 100px;
			}

.highlight
		{	color: #69ffff;
			}
			
.highlight-footer
		{	color: #ff8d00;
			font-weight: bold;
			float: left; width: 20%;
			text-align: right;
			margin-right: 6%;
			}
			
.highlight-events-date
		{	
			}
			
.highlight-c7
		{	color: #ff8d00;
			font-weight: bold;
			float: left; width: 20%;
			text-align: right;
			margin-right: 4%;
			}
			
.inside-hdr-bg
		{ 	text-transform: uppercase; 
			background: #000; 
			font-size: 17px; font-weight: bold; 
			color: #fff; 
			padding: 0 0 0 5px;
			}
			
/* Mailing List Form - <alist.php :: /alist> */

#content-alist
		{ 	margin: 0 0 0 20px;
			}

#content-alist dd
		{	margin: 0 0 10px 0; padding: 0;	
			}
			
#content-alist p
		{	margin: 0; padding: 0;
			}

/* The menu... */

#about-menu p 
{	text-align: center;
	color: #000;
	border-top: 1px dashed #999;
	padding-top: 8px; 
	}

#about-menu a, #about-menu a:visited
	{	color: 000; border-bottom: 1px dashed #000; font-weight: normal;
		}
		
#about-menu a:hover
	{	color: 000; border-bottom: none; font-weight: normal;
		}
		
#about-menu div#menu
{	width:550px;
	margin: 0 auto;
	text-align:left;
	text-align: left; font-family: verdana;
}

#about-menu dl{width: 100%;overflow: auto;margin: 0 0 1em;
    background: url(dot.gif) repeat-x 0 1.2em}
	
#about-menu dt, #about-menu  dd.price{font-weight: bold; background: #eee; font-size: 12px;}

#about-menu  dt{float: left; color: #000;}

#about-menu  dd{margin:0; }

#about-menu dd.price{float: right;padding: 0 3px 0 0; background: #eee; color: #888; font-weight: normal;}

#about-menu dd.ingredients
	{	float: left;
		width: 100%;
		padding: 3px 0;
   		font: italic 12px verdana, sans-serif; color: #555;
		}
		
/* WP Cleaner Archives */
.car-yearmonth { font-weight: bold; }
