/*  
Theme Name: Tomac WP Theme
Theme URI: http://tomacracing.org/
Description: Tomac WP Theme
Version: 1.0
Author: Tomac
Author URI: http://tomacracing.com/
*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Helvetica, Arial, Sans-Serif;
    margin: 0;
	padding: 0;
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	background-position:bottom right;
    background-attachment:fixed;
	color: #000000;
	}
p, h2, h3 { margin:10px 0; padding:0; font-weight:normal; }
p { font-size:1.2em; line-height:1.4em; }
h2 { font-size:2.4em; line-height:1.4em; }
h3 { font-size:9px; color:#000000; }
a { color:#DD1100; text-decoration:none; }
a:hover { text-decoration:underline; }
h2 em { font-family:"Courier New", Courier, monospace; }
#content img { border:2px solid black; }

#sponsorenlink { position:fixed; bottom:0; right:0; }
#sponsorenlink a { display:block; width:350px; height:560px; }

#page {
	background-color: none;
	text-align: left;
    position:absolute;
	top:0;
	left:0;
    padding:0;
    margin:0;
	}

#brand {
    position:fixed;
	bottom:50px;
	right:0;
	}

#content {
	position:absolute;
	top:50px;
	left:225px;
	width:425px;
	}
	
#secondbox {
	position:absolute;
	top:50px;
	left:675px;
	width:250px;
	}

.post, .minipost {
	padding:0;
	margin:0 0 40px 0;
}
	
	
/* Sidebar */	
#sidebar {
	letter-spacing:1px;
	font-size:1.2em;
	position:fixed;
	top:137px;
	left:0;
	width:200px;
	text-align:right;
	}

#sidebar ul {
	list-style-type:none;
	padding:0;
	margin:0 0 20px 0;
	}

#sidebar li {
	list-style-type:none;
	padding:0;
	margin:0 0 5px 0;
	}

#sidebar li.current-cat a, #sidebar li.current_page_item a {
	font-size: 2em;
	color:#000000;
	}

#sidebar ul ul {
	list-style-type:none;
	padding:0 10px 0 0;
	margin:0;
	}

/* Sidebar */	
#footer {
	font-size: 1em;
	letter-spacing:1px;
	position:fixed;
	bottom:20px;
	left:20px;
	width:180px;
	text-align:left;
	}
	
#footer a {
	color:#AAAAAA;
	}