/* CSS Document for the "Fluorescent Dusk" CoffeeCup Software HTML Editor Template
   Copyright 2008 CoffeeCup Software - coffeecup.com */

/*##############################################################
  Eric Meyer's Latest version of Reset.css (includes Baseline)
##############################################################*/ 

html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {border: 0}
table {border-collapse: collapse; border-spacing: 0}
ol, ul {list-style: none}
q:before, q:after,
blockquote:before, blockquote:after {content: ""}
strong {font-weight:bold}

/*#######################
  Element Styles 
#######################*/

body {font-size:12px; font-family:Arial, Verdana, Helvetica, sans-serif; color:#fff; background:#000 url(../images/body_bg.png) left top repeat}
a {outline:none; color:#3edae4; text-decoration:none}
	a:hover {text-decoration:underline}
p {line-height:1.25em; margin:10px 0}
small {font-size:.95em}
em {font-style:italic}

h2 {margin:15px 0; font-size:2em; font-weight:bold; text-transform:uppercase}
h3 {font-size:1.25em; font-weight:bold}

/*#######################
  Layout Styles 
#######################*/
 
#wrapper {width:960px; margin:0 auto}

	#header_wrapper {width:100%; background:url(../images/header_wrapper_bg.png) left top repeat-x}
	
	#header {margin:0 auto; padding:10px 15px; width:930px; height:92px; background:url(../images/header_bg.png) left top no-repeat}
		#header img {float:left; display:inline; margin-right:10px; width:65px}
		#header h1 {font-size:2.5em; font-weight:bold; text-transform:lowercase; color:#853d75}

		#navigation {margin-top:15px; font-size:1.5em; font-weight:bold; color:#1e2624; text-transform:lowercase}
			#navigation li {display:inline; margin-right:6px}
				#navigation li a {color:#1e2624}
								
	#content {padding:15px; width:930px}
	
		#content img {float:left; display:inline; margin:0 15px 15px 0}
		#content img.right {float:right; display:inline; margin:0 0 15px 15px}

		/* Form Styles */
		#content input, textarea {width:350px}	
		#content input#submit {width:auto; font-weight:bold}											

			#footer {clear:both; padding-top:100px; font-size:.9em}
