a 			{ color: #666666; }
a:hover			{ color: #999999; }

/*-----------------------------------------------------------------------------
	Header
	Add a graphic logo, using the following CSS
-----------------------------------------------------------------------------*/

#header {
	background: white url(/wp-content/images/tt_logo.png) no-repeat scroll 0% 0%;
	height:90px;
	margin-left: 10px;
	cursor:pointer;
}

#header-image {
	background: white url(/wp-content/images/Em-Mad.jpg) no-repeat scroll 0% 0%;
	height:100px;
	margin-left: 0px;
	overflow:visible;
	cursor:pointer;
	
}
#header-image.span-2 {width:141px;}
#header-image a {display:none;}

#header h1		 { display: none;  }
#header .description { display: none; }

.span-12 {
width:810px;
}
#header-paragraph p {
color:#3F5B7F;
font-family:arial,sans-serif;
font-size:12pt;
margin:0px 60px 10px;
line-height:1.3}
/*-----------------------------------------------------------------------------
	Navigation Colors
	Customize the navbar with this CSS
-----------------------------------------------------------------------------*/




.container 		{ 
	border-top: 3px solid #638FC9;
	background: white;
}

a 				{ color: #666666; }
a:hover			{ color: #999999; }


#nav, #subnav	{ background: #CCCCCC; }

#nav li.current_page_item a		{ background: #ACABAB; color: #FFF;}
#nav li.shop a		{ background: #638FC9; color: #FFF; border-left: #CCCCCC 2px solid;}
#nav li.shop a:hover	{ background: #666666; color: #FFF;}
#nav li a:hover 	{ background: #638FC9; color: #FFF;}

#nav li a,
#subnav li a 	{ color: #FFF; }

#nav li.current_page_item a,
#subnav li.current_page_item a,
#subnav li a:hover 	{ color: #FFF; }
.digg {float: right; width: 42px; padding-right: 10px; margin-left: 10px;}

#nav li a,
#subnav li a 	{ color: #F2FFDF; }

#nav li.current_page_item a,
#subnav li.current_page_item a,
#subnav li a:hover 	{ color: #F2FFDF; }

/*-----------------------------------------------------------------------------
	Styling of Posts
	CSS to style the way posts look
-----------------------------------------------------------------------------*/
#maincontent .post h2 {
	font-size:1.8em;;
}
.post {
padding:1px;
}

.entry img {float:right;
	padding:5px;
	margin: 0px 10px 5px 5px}
	
	.entry a.thickbox img {float:none;}
	
object {float:right;
	margin: 10px}
/*-----------------------------------------------------------------------------
	Category-Specific
	CSS to work with specific Categories (using category number from <div class="post" id="post-7" id="category-3"> in post.php.
-----------------------------------------------------------------------------*/


.category-4 h2 {
background:#FFFF9B none repeat scroll 0%;
border:2px dotted #AAAAAA;}

.category-5 {border:1px dotted #AAAAAA;
	background-color: #FFFF9B;}
.category-5 h2 {font-size: 1.2em !important;
		border-bottom:1px dotted #AAAAAA;}
	
.category-5 .small {display:none !important;}
.category-5 p {font-size:0.8em}
 
	 /*-----------------------------------------------------------------------------
	Running Log
	CSS to style running logs in post-run.php.
-----------------------------------------------------------------------------*/
.comments {font-weight:bold;
}

.post-meta
 {background:#D9D9F0 none repeat scroll 0%;
 }
.post-meta-key {
           font-weight:bold;
}
.post-meta li {background:none;}

 /*-----------------------------------------------------------------------------
	Sidebar
	CSS to style the sidebar.
-----------------------------------------------------------------------------*/
.center   {
display:block;
text-align:center;
}
.center h3 {margin: 15px 0px 5px 0px;}
#sidebar li.new {
background:transparent url(../images/icons/bullet_new_blue.gif) no-repeat scroll left 3px;}
