/**
 * tobymiller.css
 *
 * A layout and appearance stylesheet designed for tobymiller.com for the
 * purpose of managing webcontainer look and feel. This would include such things
 * as position, float, margin, padding, color, background-color,
 * background-image, etc.
 *
 * @author Toby Miller <tmiller@tobymiller.com>
 * @copyright Copyright (C) 2008, Toby Miller
 * @license http://www.opensource.org/licenses/mit-license.php The MIT License
 */
BODY, HTML {
	background-color:#191919;
}
A:hover {
	text-decoration:underline;
}
div.outerleft {
	float:left;
	width:50%;
	margin-left:-378px;
}
div.innerleft {
	margin-left:378px;
}
div.centercontent {
	float:left;
	width:756px;
}
div.outerright {
	float:right;
	width:49.9%;
	margin-left:-378px;
}
div.innerright {
	margin-left:378px;
}

div#header,
div#topnav,
div#content,
div#bottomnav,
div#footer,
div#copyright {
	clear:both;
	width:100%;
	overflow:hidden;
}
div#header div.siteTitle {
	color:#fff;
	font-size:1.5em;
	margin:35px 0 35px 0;
	float:left;
	position:relative;
}
div#header div.siteTitle a {
	color:#fff;
	font-size:1.5em;
}
div#header div.siteNumber {
	display:block;
	position:absolute;
	font-size:0.5em;
	color:#fc0;
	top:-5px;
	right:-15px;
}
div#header,
div#footer {
	background-color:#333;
}
div#topnav,
div#bottomnav {
	border:0;
	height:27px;
}
div#topnav div.centercontent ,
div#bottomnav div.centercontent {
	padding-top:4px;
}
div#topnav {
	background-image:url(/img/topnav_bkg.jpg);
}
div#bottomnav LI {
	float:right;
}
div#bottomnav {
	background-image:url(/img/bottomnav_bkg.jpg);
}
div#footer {
	color:#fff;
	font-size:0.8em;
	padding:15px 0;
}
div#footer UL,
div#footer LI {
	list-style-type: none;
	padding:0;
	margin:0;
}
div#footer LI {
	margin-top:0.5em;
	border-bottom:1px solid #666;
}
div#footer TABLE {
	width:100%;
	margin-left:-10px;
	margin-right:-10px;
}
div#footer TD {
	padding-left:10px;
	padding-right:10px;
}
div#footer A {
	color:#fc0;
	font-weight:normal;
}
div#content {
	border:1px solid #e6e6e6;
	border-width:1px 0;
	background-color:#f2f2e8;
}
div#content div.centercontent {
	margin:40px 0;
}
div#content div.centercontent h1 {
	margin-top:0;
}
div#content div.centercontent div.code {
	border:1px solid #ccc;
	padding:10px;
	background-color:#fff;
}
div#content div.centercontent div.code ol {
	margin-left:3em;
}
div#content div.centercontent div.code ol li {
	color:#c9c9c9;
}
div#content div.centercontent div.code ol li div {
	color:#000;
}
div#content div.centercontent span.note {
	color:#666;
	font-size:0.7em;
}
div#content em.pubDate {
	display:block;
	margin:-1em 0 2em;
}
div#bottomnav div.centercontent {
	text-align:right;
}
div#copyright div.centercontent {
	color:#666;
	font-size:0.8em;
	margin:1em 0;
	text-align:right;
}
a.tooltip {
	position:relative;
	z-index:1;
	color:inherit;
	font-weight:normal;
	color:#396;
	cursor:text;
}
a.tooltip:hover {
	z-index:2;
	text-decoration:none;
}
a.tooltip span {
	display:none;
}
a.tooltip:hover span {
	display:block;
	position:absolute;
	width:150px;
	top:25px;
	left:20px;
	color:#666;
	background-color:#ffc;
	border:1px solid #999;
	padding:5px;
	font-size:11px;
	text-decoration:none;
}
table.grid #crawled tr.loading td {
	color:#ccc;
}
table.grid tr.unused td,
table.grid tr td.unused {
	color:#ccc;
	background-color:#efefe0;
}
table.grid tr.highlighted td,
table.grid tr td.highlighted {
	background-color:#c4efc2;
}
fieldset {
	padding:10px;
	border:1px solid #ccc;
}
legend {
	color:#666;
	background-color: transparent;
	font-style:italic;
}

/**
 * specific to flash detection
 * (these are the rules applied when flash/javascript are not present)
 */
.flash,
.upgradeflash {
	position:absolute;
	top:-10000px;
	left:-10000px;
}

/**
 * specific to recaptcha
 */
.recaptchatable .recaptcha_image_cell, #recaptcha_table {
	background-color:#e6e6e6 !important;
}
#recaptcha_table {
	border-color: #ccc !important;
}
#recaptcha_response_field {
	/*border-color: #ccc !important;
	background-color:green !important;*/
}
.recaptchatable .recaptcha_image_cell #recaptcha_image {
	border:1px solid #ccc !important;
}

/**
 * snowball calculator
 */
#payment-schedule .debt {
	overflow:hidden;
	clear:both;
}
#payment-schedule .debt div {
	float:left;
	width:100px;
	margin-right:5px;
	padding:2px;
	border:1px solid #ccc;
}
#payment-schedule .debt.heading div,
#payment-schedule .debt.footing div {
	font-weight:bold;
}

