@charset "UTF-8";
/*
 *     $Author: Wohlstadter $
 *       $Date: 2010-03-29 17:01:06 -0500 (Mon, 29 Mar 2010) $
 *   $Revision: 92 $
 *    $HeadURL: http://svn.xp-dev.com/svn/RiverWest_Volunteer/River_des_Peres/trunk/Site/WebContent/styles/layout.css $
 *     Subject: Primary css layout definitions used to structure the flow for all pages.
 */

* {
	margin: 0;
	padding: 0;
}

body {
	padding-top: 15px;
}

a {
	border: 0;
}

#container {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: auto;
	min-height: 6em;
}

#document_content, #sidebar_content, #footer_content {
	overflow: hidden;
}

#header_content {
	margin: 0;
	padding: 0; /* 1em 2em */
}

#header_content #menu * {
	margin: 0;
	padding: 0;
}

#header_content #menu {
	clear: both;
	behavior:url(../scripts/csshover.htc);
	float: left;
}

#header_content #menu ul {
	float: left;
}

#header_content #menu li {
	list-style-type: none;
	float: left;
	position: relative;
}

#header_content #menu li ul {
	position: absolute;
	width: 15em;
	left: -1px;
	display: none;
}

#header_content #menu li:hover ul {
	display: block;
}

#header_content #menu li ul li {
	width: 100%;
}

#header_content #menu a {
	display: block;
	padding: .1em 10px;
}


#body {
	clear: both;
	margin: auto;
}

#document {
/*	float: left; */
/*	width: 532px; */
}

#document_content {
	padding: 0 1em 1em .5em;
}

#document_content h2 {
}

#document_content h3 {
	padding: 1.25em 0 .25em;
}

#document_content p {
	padding: .5em .5em .5em 0;
}

#document_content .timestamp {
	margin-top: 2em;
}

#document_content ul.link {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}

#document_content li {
	margin-left: 2em;
}

#document_content .citation {
	margin-left: 4em;
	text-indent: -2em;
	padding-bottom: 1em;
}

#document_content .citation A {
	white-space: nowrap;
}

#event table {
	margin: 0 1em;
}

#event table th, #event table td {
	margin: 2em;
	padding: .25em;
}

#sidebar {
	float: right;
	width: 168px;
	margin-left: 1em;
}

#sidebar_content {
	margin: 0 .5em;
	padding: 0 1em 1em .5em;
}

#sidebar_content h2 {
}

#sidebar_content h3 {
	padding: .75em 0 0;
}

#sidebar_content p {
	padding: .25em 0 0 .25em;
}

#quote {
	clear: both;
}

#quote .quote {
}

#quote_content {
}

#quote_content .body {
	padding: 0 7em;
}

#quote_content .author {
	padding-left: 5em;
}

#quote_content .tagline {
	padding: 1em 0 .5em;
	text-align: center;
}

#footer {
	width: 100%;
	clear: both;
}

#footer_content {
	padding: .5em 10em;
	text-align: center;
}
