/*
Theme Name: TomD
Theme URI: http://wordpress.org/
Description: The original WordPress theme that graced versions 1.2.x and prior.

*/

body,table,tr,th,td,dd,dt,dl,p,div,form,input,
pre,textarea,fieldset,blockquote,ul,ol,li,h1,
h2,h3 {
	margin: 0; padding: 0;
	}

/*
// Setup default structure for the page.
*/

body {
	background: #B0B0B0 url('images/background.jpg') repeat-x top;
	font: 12px/18px Helvetica, Arial, sans-serif;
	}

/*
// Tidy Resets
*/

img,a img { 
	border: 0;
	}
ol,ul {
	list-style: none;
	}
h2 span {
	display: none;
	}

/*
// Reset all the anchors.
*/

a {
	color: #990000;
	text-decoration: underline;
	}
a:hover {
	color: #990000;
	text-decoration: none;
	}

/*
// Remove all focus styles.
*/

:focus {
	outline: none;
	}

/*
// Clearfix
*/

.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
	}
.clearfix {
    display:inline-block;
	}
.clearfix {
    display:block;
	}
* html .clearfix {
    height:1px;
	}

/*
// Set for the sake of defining them.
*/

span.amp {
  	font-family: Baskerville, Palatino, "Book Antiqua", serif;
	font-style: italic;
	font-weight: normal !important;
  	}

.wrapper {
	width: 988px;
	margin: 0 auto;
	}

#bottom_shine {
	background: url('images/bottom_shine.jpg') repeat-x bottom;
	padding: 30px 0 100px;
	}
#header {
	padding: 0 0 25px;
	}

/* @group Navigation */

#navigation {
	margin: 45px 0 0 0;
	float: left;
	}
#navigation li {
	float: left;
	height: 13px;
	}
#navigation li a {
	text-decoration: none;
	background-repeat: no-repeat;
	float: left;
	height: 13px;
	color: #fff;
	font-family: Futura, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	padding: 7px 8px;
	}
#navigation li a:hover {
	background: #fff;
	text-decoration: none;
	background-repeat: no-repeat;
	float: left;
	height: 13px;
	color: #990000;
	font-family: Futura, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	padding: 7px 8px;
	}
#navigation li ul {
	display: none;
	}
#navigation li.over ul {
	position: absolute;
	color: #990000;
	padding: 10px;
	background: #fff;
	width: 150px;
	border-top: 6px solid #810505;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
	display: block;
	margin: 28px 0 0;
	}
#navigation li.over ul li a {
	}

	#navigation ul li {
		float: none;
		clear: left;
		display: block;
		line-height: 15px;
		font-style: italic;
	}

	#navigation ul a {
		color: #990000;
		font-size: 10px;
		line-height: 15px;
		float: none;
	}
	
	#navigation ul li.over a,
	#navigation ul a:hover {
		color: #000000;
		font-size: 10px;
		padding:0 0 0 11px; margin:0;
	}

/* @end */

#logo {
	background: url('images/tom_douglas.gif') no-repeat;
	width: 199px; height: 77px;
	float: left;
	}
#logo a {
	text-decoration: none;
	width: 199px; height: 77px;
	float: left;
	text-indent: -100000px;
	}
#top_picture {
	background: #fff;
	padding: 8px 6px;
	text-align: center;
	}
	
/* @group Content */

#content {
	background-color: #fff;
	padding: 15px;
	}
#left {
	width: 668px;
	float: left;
	}
.post {
	padding: 15px 0; margin: 15px 0;
	border-bottom: 1px solid #ccc;
	}
.first {
	
	padding: 0px 10px 0px 0px;
	}
.post h2 a {
	font-family: "HelveticaNeue-Light";
	font-weight: normal;
	text-decoration: none;
	color: #333;
	font-size: 18px;
	text-transform: uppercase;
	}
.intro-h2 {
	font-family: "Helvetica Neue";
	font-weight: bold;
	text-decoration: none;
	color: #990000;
	text-transform: uppercase;
	}
.post h2 small {
	font: normal 12px "HelveticaNeue-Light";
	text-transform: uppercase;
	color: #990000;
	}
.post h2 a:hover {
	text-decoration: underline;
	color: #333;
	text-transform: uppercase;
	}
.post p {
	padding: 8px 0;
	line-height: 21px;
	}
.meta {
	font-size: 11px;
	padding: 0 !important;
	}
.meta span {
	color: #990000;
	}
#right {
	width: 255px;
	float: left;
	border-left: 1px solid #9a9a9a;
	margin: 30px 0 0 19px; padding: 0 0 0 15px;
	}
#right h2 {
	background: url('images/h2-bg.jpg') no-repeat bottom left;
	font-family: "HelveticaNeue-Light";
	font-weight: normal;
	color: #990000;
	text-transform: uppercase;
	margin: 0 0 5px; padding: 0 0 6px;
	font-size: 18px;
	}
#right h2 small {
	font-family: "HelveticaNeue-Light";
	font-size: 12px;
	}
#right ul {
	text-transform: uppercase;
	padding: 0 0 25px;
	font-size: 11px;
	}
#right a {
	text-decoration: none;
	}
#right a:hover {
	text-decoration: underline;
	}

/* @end */

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* @group Footer */

#footer {
	background: #999 url('images/footer.jpg') repeat-x top;
	padding: 30px 0;
	}
#footer .wrapper {
	color: #666;
	text-align: center;
	}
#footer p {
	font-size: 11px;
	padding: 5px 0;
	}
#footer a {
	text-decoration: none;
	color: #666;
	}
#footer a:hover {
	text-decoration: underline;
	color: #666;
	}

/* @end */

#right li {
	margin: 0 0 25px;
	}
#right li ul li {
	margin: 0 0 0;
	}
