/******************************************************************************
 * Calindora CSS Style Definitions (http://dc.calindora.com)
 *
 * Copyright (c) 2009 Jason Lynch
 *
 * Permission is hereby granted, free of charge, to any person obtaining a
 * copy of this software and associated documentation files (the "Software"),
 * to deal in the Software without restriction, including without limitation
 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
 * and/or sell copies of the Software, and to permit persons to whom the
 * Software is furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
 * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
 * NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
 * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
 * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
 * USE OR OTHER DEALINGS IN THE SOFTWARE.
 ******************************************************************************/

/******************************************************************************
 * Layout
 ******************************************************************************/

#page {
	margin: auto;
	max-width: 70em;
}

#header {
	border-bottom: 1px solid black;
	padding: 1em;
	text-align: center;
}

#content {
	float: right;
	padding: 1em 0 1em 1%;
	width: 73%;
}

#sidebar {
	float: left;
	padding: 1em 1% 1em 0;
	width: 25%;
}

#footer {
	border-top: 1px solid black;
	clear: both;
	padding: 1em;
	text-align: center;
}

/******************************************************************************
 * Tables
 ******************************************************************************/

table {
	background: #BFE5FF;
	border: 2px solid #2499FF;
	margin: auto;
	margin-bottom: 1em;
}

th {
	background: #81CCFF;
	border-bottom: 1px solid #2499FF;
	padding: 1px 8px;
	text-align: center;
}

td {
	padding: 3px 8px;
	text-align: right;
}

td.left {
	text-align: left;
}

tr.highlight {
	background: #FFF6BF;
}

/******************************************************************************
 * Definition Lists
 ******************************************************************************/

dt {
	float: left;
	clear: left;
	width: 20em;
	margin-bottom: 0.2em;
	color: #555555;
	text-align: right;
	position: relative;
}

dd {
	clear: right;
	margin-left: 20.5em;
	margin-bottom: 0.2em;
	padding-left: 0.5em;
}
