/*
-----------------------------------------------
Style Sheet

Site: delmarrendezvous.com
Author:   designedbyevan.com
Version:  2009.6
----------------------------------------------- */


/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }


/* prevent blue linked image borders */
a img, :link img, :visited img, fieldset { border:none; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,button { margin:0; padding:0; }



/* global elements
 * ------------------------------------------------------------------------- */

/* ---------- A note on font-sizing ---------- 
Default font size in IE6, IE7 and FireFox is 16px. 
Default for Safari 2 is 16px for "standard fonts" and 13px for "fixed-width fonts." (Safari 3 uses 16px for all fonts.) 
I am ignoring the Safai 13px mono-space type issue since this site does not use any mono-spaced fonts.
*/

html {
	font-size:100% /* IE has problems scaling text in ems. Using a percentage makes for better text rendering when scaled. */
	}

body {
	background:#fff;
	font-size:.75em; /* 75% of 16px = 12px */
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	color:#000;
	margin:12px;
	}

a:link, a:visited {
	color:#9b3643;
	}
	
a:hover, a:active {
	color:#faae4b;
	}

h1 {
	font-size:1.5em;
	margin-bottom:5px;
	}

p {
	margin-bottom:12px;
	}

ol { 

	list-style:decimal;
	margin-bottom:12px;
	list-style-position:inside;
	}

input {
	cursor:pointer;
	}

#logo, #map {
	margin-bottom:25px;
	}
	