/**********************************************/
/* chinesehistoriccemetery.org : Layout CSS   */
/**********************************************/
/* Author: Zach Habersang 
 * Contact: zachhabersang(at)gmail(dot)com || www(dot)zhabersang(dot)com
 * Created: 27 January 2008
 * ----------------------------------------------
 * SECTIONS:
 * #1: General Definitions
 * #2: CHC Content Template Definitions
 * ----------------------------------------------
 * style.css :: frontend CSS
 */

/*^^^^^^^^^^  General Definitions ^^^^^^^^^^*/ 
html { }

body { background: #CCC; margin: 0; padding: 0; font: 85% Arial, "Sans Serif"; line-height: 1.8em; }

a { text-decoration: none; }
a:hover { text-decoration: underline; }

img { border: 0; }

h3 { margin: 0; padding: 0; font-weight: bold; color: inherit; }

p { color: inherit; } 

/*^^^^^^^^^^  CHC Content Template Definitions ^^^^^^^^^^*/

#shell { margin: 8px auto 8px auto; width: 75%; }

#banner { background: #000; width: 100%; height: 60px; }
#banner div.text { color: #FFF; float: left; font-size: 130%; font-weight: bold; padding: 4px 0 0 6px; }
#banner div.text span { font-size: 80%; }
#banner img.logo { float: right; }

#main { width: 100%; }

#main-header { background: #668033; height: 15px; }

#side { background: #FFF; width: 20%; border-left: 1px solid #000; }
#side a { display: block; color: #668033; font-weight: bold; margin: 8px 0 2px 8px; }

#content { background: #FFF; width: 80%; border-right: 1px solid #000; border-left: 1px solid #000; }
#content div.main-header { background: #668033; height: 15px; }
#content div.main-content { padding: 6px; }
#content div.main-content  h2 { color: #b98601; text-transform: uppercase; }
#content div.main-content  h3 { color: #000; font-weight: bold; }
#content div.main-content  p { padding: 8px; }
#content div.main-content img { margin: 0 4px; }

#footer { background: #000; padding: 4px; text-align: center; color: #FFF; font-size: 80%; }
#footer img { display: block; width: 62px; height: 25px; margin: 4px auto; }
#footer a { color: #FFF; font-weight: bold; margin: 0 2px; }

/*
 * ---------------------------------------
 * End File: style.css
 */ 
