/***

   :: Theme Development: surprisehighway.com
   :: Last modified 01/13/07

	Font Palette
	***************************************
	

	Color Palette
	***************************************
	

***/

/* CSS reset courtesy of meyerweb.com */
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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

strong {font-weight: bold;}

/* Typography ----------------------------------------------------------------- */
body {font-size: 62.5%; line-height: 1.4em; font-family: Helvetica, Arial, sans-serif; color: #fff; background: #025185;}

h1 {font-size: 2.0em; line-height: 1.5em; font-weight: bold; margin-bottom: 25px; color: #C2C8D1;}
h2 {font-size: 3.0em; line-height: 1.5em; font-weight: bold; color: #000E2E;}
h3 {font-size: 1.1em; font-weight: bold;}

p {margin-bottom: 20px; font-size:2.0em; line-height: 1.5em;}
li {font-size: 2.0em; line-height: 1.5em;}
p.meta {margin-bottom: 0em;}
ul,
ol {margin-bottom: 18px;}
li {margin-left: 20px;}
a {text-decoration: none; color: #C2C8D1; border-bottom: 1px dotted;}
a:hover {border-bottom-style: solid; color: #F4FFF9}


/* Layout ----------------------------------------------------------------- */
#container {width: 800px; margin: 50px auto;}
