/*
Theme Name: TopDiggers
Theme URI: http://www.topdiggers.com/
Description: A theme built around the main <a href="http://www.topdiggers.com" target="_blank">topdiggers.com</a> website.
Version: 1.0
Author: Ali Wright
Author URI: http://www.ts-a.com/
Tags: custom header, fixed width, three columns, widgets

	TopDiggers v1.0
	http://www.ts-a.com/

	This theme was designed and built by Ali Wright,
	web developer at http://www.ts-a.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

html, body {
	background-color: #FFCC99;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin: 0px;
}
form {
	margin: 0px;
}
a, a:link, a:active, a:visited, a:hover {
	color: #0000FF;
	text-decoration: underline;
}
.highlight {
	background-color: #FFFF00;
}
.captionBox {
	width: 250px;
	color: #999999;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	float: right;
	margin: 5px 0px 10px 10px;
	clear: right;
}
.captionBoxSmall {
	width: 150px;
	color: #999999;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	float: right;
	margin: 5px 0px 10px 10px;
	clear: right;
}
h1 {
	margin: 10px 0px 0px 0px;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	padding: 0px;
}
.introH1 {
	margin: 10px 0px 0px 0px;
	font-size: 26px;
	font-weight: bold;
	line-height: 32px;
	padding: 0px;
	color: #FF9900;
}
h2 {

	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	padding: 0px;
}
#container {
	width: 920px;
	padding: 0px;
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
}
html>body #container {
	width: 920px;
	padding: 0px;
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
}
#top {
	width: 920px;
	height: 86px;
	background-image: url(images/top-back-image.gif);
	background-repeat: no-repeat;
	margin: 0px;
}
#topLogo {
	position: relative;
	top: 12px;
	left: 20px;
	float: left;
	width: 250px;
	height: 54px;
}
#topTime {
	position: relative;
	top: 30px;
	left: 50px;
	float: left;
	width: 322px;
	height: 60px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color:#990000;
}
#topCreditCards img {
	margin-bottom: 5px;
}
#topGetAQuote {
	position: relative;
	top: 5px;
	left: 110px;
	float: left;
	width: 222px;
	height: 51px;
}
#main {
	background-color: #FFFFFF;
	padding: 1px;
	height: auto; /*expands to accomodate the content */
	min-height: 600px;
	overflow: hidden;
	border-right: 10px solid #FFCC99;
	border-left: 10px solid #FFCC99;
}
#content {
	float: left;
	width: 508px;
	padding: 5px 15px 10px 15px;
	text-align: left;
	padding-bottom: 2000px;
	margin-bottom: -1985px;
	background-color: #FFFFFF;
}
#adminContent {
	float: left;
	width: 680px;
	padding: 5px 15px 10px 15px;
	text-align: left;
	padding-bottom: 2000px;
	margin-bottom: -1985px;
	background-color: #FFFFFF;
}
div.horRule {
	height: 1px;
	border-top: 1px solid #E5E5E5;
	margin-top: 10px;
	margin-bottom: 5px;
	clear: both;
}
#rightNav {
	float: left;
	width: 180px;
	background-color: #FFCC66;
	text-align: center;
	padding-bottom: 2000px;
	margin-bottom: -1997px;
}
#rightNavLong {
	float: left;
	width: 180px;
	background-color: #FFCC66;
	text-align: center;
	padding-bottom: 20000px;
	margin-bottom: -19999px;
}

#breadcrumb {
	float: left;
	font-size: 10px;
	color: #999999;
	padding: 0px 0px 5px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
}
#breadcrumb a, #breadcrumb a:link, #breadcrumb a:active, #breadcrumb a:visited, #breadcrumb a:hover  {
	color: #999999;
	text-decoration: underline;	
}


/*WordPress styles*/
textarea#comment { width: 400px; padding: 5px; }

.commentmetadata { font-size: 10px; }

.time {
	color: #666666;
	font-size: 11px;
}

#content a {
	color: #006699;
}
.trackback {
	border: 1px solid #CCCCCC;
	background-color: #F2F2F2;
	padding: 4px;
	width: auto;
	color: #666666;
	font-size: 10px;
	line-height: 11px;
}
.search {
	text-align: left;
	width: auto;
	padding: 5px;
}
h2 {
  line-height: 30px;  
	color: #006F72;
	font-size: 14px;
}
h2 a {
	color: #006F72;
}
.this-is-louise {
	position: absolute;
	width: 1300px;
	z-index: 10;
	margin:0 auto;
	top: 0px;
	left: 50%;
  margin-left: -650px; /*set this value to half the size of the div*/
}
.this-is-louise img {
	position: relative;
	text-align: right;
	left: 1120px;
	top: 30px;
}
.rss {
	text-align: center;
  width: auto;
  padding: 10px 10px 0px 10px;
  font-size: 11px;
  line-height: 13px;
}
