/*
Title: Two-Column Liquid
Author: Jeremy Boggs
Version: 1.0
Created: 20 January 2006
Updated: 7 March 2006
*/


/*-----------------------------------------
Layout
------------------------------------------*/

/* Generic */
*{margin:0; padding:0;}
body {margin: 20px;}

/* Wrap */
#wrap{width: 100%;}

/* Contents */
#contentwrap {display:block; width: 100%}
#content1 {display:block; float:left;padding: 10px 0;}
#content2 {display:block; float:left;padding: 10px 0;}
#content1 {width: 60%;}
#content2 {width: 39.9%;}
/* Footer */
#footer {clear:both;}


/*-----------------------------------------
Typography
------------------------------------------*/

/* Generic */
body {font: 75.25% "Lucida Grande",Verdana, sans-serif;}
p,ul,ol,h1,h2,h3,h4,h5,h6 {margin-left:20px; margin-right: 20px; padding:10px 0;} /* first number in padding is top and bottom, second is left and right */
li{margin-left: 14px;}
p, ul, ol {font-size: 1em;}
h1 {font-size: 2em;}
h2 {font-size: 1.5em}

/* Header */
#header h1#logo {font-size: 2em; margin-left: 20px; margin-right: 20px;}
#header h1#logo a {text-decoration:none;}
ul.mainnav {list-style:none; margin-left:20px;}
ul.mainnav li {display:inline; list-style:none; margin-left:0; margin-right: 12px;}
ul.mainnav a {text-decoration:none;}

/* Contents */
#content1 {line-height: 24px;}
#content2, #content3 {font-size: 0.9em;line-height: 14px;}

/*-----------------------------------------
Colors, Borders, and Background Images
------------------------------------------*/

/* Generic */
body {background: #555; color: #4e4e4e;}
h1 {color: #4e4e4e;}

/* Repeated content. */
.mainnav a:link, .mainnav a:visited {color: #555;}
.mainnav a:hover, .mainnav a:active {color: #999;}

/* Wrap */
#wrap {background: #fff;}

/* Header */
#header {background: #ff7f00; color: #999;}
h1#logo a {color: #000;}

/* Footer */
#footer {background: #ddd;}

