/*
Theme Name: tki
Theme URI: http://tkimotorsport.com
Description: Custom theme for tkimotorsport.com.
Version: 1.0
Author: Jordan Greer
Author URI: http://jordangreer.com
Tags: blue, custom header, fixed width, two columns, widgets

*/


/* 	CSS Definitions for tkimotorsport.com
	Copyright Jordan Greer 2009
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #4D4D4F;
	margin: 0px;
	padding: 0px;
	background-color: #EBEBEB;
	background-image: url('images/page-background.png');
	background-repeat: repeat-x;
}

a {
	color: #216296;
}

img {
	border: 0px;
}

/* main container for all page content */
#top_container {
	background: white;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -16px;
}

/* defines the logo div */
#logo {
	background: #CCCCCC url('images/logo.png') no-repeat;
	padding-top: 100px;
	width: inherit;
}


/* displays the car image */
#car {
	background: #CCC url('images/header-rotation/rotate.php') no-repeat;
	padding-top: 325px;
	width: inherit;
}

/* navigation menu */
#menu ul {
	background-color: #363739;
	text-align: center;
	margin: 1px 0 0 0;
	padding: 12px;
	font-size: 1.2em;
}

#menu li {
	display: inline;
	list-style-type: none;
}

#menu a {
	color: #BFBFBF;
	text-decoration: none;
	padding: 5px 20px;
	margin: 0 5px;
}

#menu a#current {
	background: #222324;
	color: white;
}

#menu a:active {
	background: #222324;
	color: white;
}


#menu a:hover {
	color: white;
	background: #222324;
}


/* main content of the page */
#content_container {
	padding: 20px;
}


/* footer */
#footer {
	background: #EBEBEB url('images/footer.png') no-repeat;
	width: 950px;
	padding-top: 35px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: .85em;
	clear: both;
}

#footer img {
    padding: 0 30px;
}


/************************************
*	WORDPRESS CUSTOMIZATIONS		*
************************************/

/* blog posts */
h2 {
    margin: 10px 0 0 0;
}

h2 a {
    text-decoration: none;
color: black;
}

/* blog post dates */
small {
    color: #AAA;
    font-size: .85em;
    margin-bottom: 6px;
}


/* blog post content on home page */
.entry p {
	/* margin-top: 0; */
}


/* right hand column */
#sidebar {
    margin-left: 615px;
    width: 300px;
}

/* column where the actual page content appears */
.narrowcolumn {
    float: left;
	width: 600px;
}

/* comment count, edit link, etc. */
.postmetadata {
	text-align: right;
}

/* sidebar customizations */
#sidebar ul {
    list-style-type: none;
}

#sidebar h2 {
    background: #CCC url('images/sidebar-bg.png') repeat-x;
    font-size: .85em;
    padding: 5px;
}

#sidebar h2 a {
    color: black;
    text-decoration: none;
}


/* RSS widget customization */
#rss-3 ul {
    margin: 0;
    padding: 0 0 0 20px;
    font-size: .85em;
    list-style-type: circle;
}

#rss-3 img {
    display: none;
}


/* archives widget customization */
.widget_archive ul {
    padding-left: 19px;
    font-size: .85em;
}


/* slightly modifies the look of the blog comments */
.commentlist {
    list-style-type: none;
    padding: 0;
}

.commentlist li {
    margin: 10px;
    font-size: .85em;
}

#carspecs td {
padding: 10px;
padding-left: 0px;
padding-right: 60px;

}

#schedule td {
padding: 5px;
padding-left: 0px;
padding-right: 40px;

}
