@charset "UTF-8";
/* CSS Document */

html, body, ul, ol, li, p, a, h1, h2, h3, h4, h5, h6, form, fieldset, img {
margin: 0;
padding: 0;
border: 0;
}

body {
background-color:#434242;
background-image: url(../images/bckgrnd_slice.png);
background-repeat:repeat-y;
background-position:top center;
font-family: Helvetica, sans-serif;
font-size: small;
color:#272727;
}

p {
padding-bottom:1em;
}

.highlight{
font-size:small;
padding-bottom:1em;
font-weight:normal;
color: #c9381d;
}

h1 {
font-size: 18px;
font-weight: Bold;
color: #0066cc;
padding-bottom:1em;
}

h2 {
font-size:small;
padding-bottom:1em;
color:#FF9900;
}

h3 {
font-size:small;
padding-bottom:1em;
font-weight:normal;
color: #c9381d;
}

h4 {
font-size: 120%;
font-weight:bold;
color: #c9381d;
padding-bottom:1em;
padding-top:1em;
}

hr {
border: none 0; 
border-top: 1px dashed #272727;
margin-bottom:1em;
}


h5 {
font-size:x-small;
color:#d3d3d3;
}

.dashed {
padding-top:1em;
border-bottom: dashed 1px #272727;
margin-bottom:1em;
}

a {
color: #0066cc;
font-weight:normal;
text-decoration:none;
}

a:hover {
color:#ff9900;
}

li {
list-style-image: none;
list-style-type: none;
margin-bottom: 20px;
border-bottom: 1px solid #d3d3d3;
padding-bottom: 15px;
}



.container {
width:970px;
margin: 0 auto;
padding:360px 0px 0px 0px;
background-image:url(../images/tommeehan_home.jpg);
background-repeat:no-repeat;
background-position:top center;
}

.container2 {
width:970px;
margin: 0 auto;
padding:360px 0px 0px 0px;
background-image:url(../images/tommeehan_home2.jpg);
background-repeat:no-repeat;
background-position:top center;
}


.main {
width:968px;
background-color:#ffffff;
background-image:url(../images/menu_slice.png);
background-repeat:repeat-x;
background-position:top center;
margin: 0 auto;
border-left:1px solid #272727;
border-right:1px solid #272727;
border-top:1px solid #272727;

}

.content {
padding-top:20px;
}

.fixtures {
width:364px;
}


.homebox {
padding-right:200px;
height:400px;
background-image:url(../images/rider-profile.jpg);
background-repeat:no-repeat;
background-position:top ;
}

.youcube {
height:360px;
}

.sponsors ul {
padding-bottom:1em;
}

.sponsors li {
margin: 0px;
padding: 0px 0px .5em 0px;
border-bottom: none;
}


.leftcol {
float:left;
width:585px;;
padding:0px 85px 0px 29px;
}


.rightcol {
width:240px;
float:right;
padding:0px 29px 0px 0px;
}



.menu {
text-align:left;
padding-top:16px;
height:34px;
}


.menu a {
font-weight:bold;
font-size:14px;
text-decoration:none;
color:#333333;
padding:0px;
}

.menu a:hover{
color:#0862c4;
}

.menu ul {
list-style: none;
}

.menu li {
font-size:small;
display:inline;
padding:0px 30px 0px 0px;
margin: 0px;
border-bottom: none;
}

.sel a, .sel a:visited, .sel a:hover{
color:#0862c4;
}

#twitter_div ul{
list-style:none;
}

#twitter_div li{
padding:0px 0px 10px 0px;
}

#twitter_div a{
color:#FFFFFF;
}


.thumbs{

	}

.thumbs ul{
	margin:0; padding:0; list-style:none;
	}

.thumbs li{
	float:left;
	padding: 0px 20px 0px 0px;
	border-bottom: none;
	}
	
.thumbs li img{
border-width:thin;
border-color:#CCCCCC;
padding:4px 4px 12px 4px;
background-color:#434242;
	}
	
.sets{
	float:right; width:39%;
	text-align:left;
	}

.sets ul{
	list-style:none;
	margin:0px;
	padding:0px;
	}
	
.sets li{
	padding-bottom:10px;
	}

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{
	border: none;
	}

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
	
#imageContainer>#hoverNav{
	left: 0;
	}

#hoverNav a{
	outline: none;
	}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

.tumblr li {
	list-style-image: none;
	list-style-type: none;
	margin-bottom: 20px;
	border-bottom: 1px solid #d3d3d3;
	padding-bottom: 15px;
}



.tumblr_description {
	font-size: 13px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #444;
}

.tumblr_post{
	
}

.tumblr_quote{
	font-weight: bold;
	font-size: 25px;
	line-height: 27px;
	letter-spacing: -1px;
	color: #44cc44;
	border-left: solid 5px #d3d3d3;
	padding-left: 10px;
	
}

.tumblr_quote_post{
	
}
.tumblr_open_quote{
	
}
.tumblr_close_quote{
	
}
.tumblr_source{
	
}
.tumblr_photo_post{
	
}
.tumblr_photo{
	
}
.tumblr_caption{
	font-size: 14px;
	font-weight: bold;
	color: #444;
	margin-top: 10px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	
}

.tumblr_link_post{
	
}
.tumblr_link{
	font: Bold 20px Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #CC99FF;
	
}
.tumblr_chat_post{
	
}
.tumblr_chat_post ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 1px;
	border-left: solid 5px #99ccff;
}

.tumblr_chat_post  ul li {
	font-size: 12px;
	padding: 4px 10px 4px 8px;
	color: #444;
	margin-bottom: 1px;
	padding-bottom: 0;
	border-bottom-style: none;
	
}

.tumblr_label{
	font-weight: bold;	
}
.tumblr_text_post{
	
}
.tumblr_text_post ol li {
	list-style-type: decimal;
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom-style: none;
}
.tumblr_title{
	font-weight: bold;
	font-size: 25px;
	line-height: 27px;
	letter-spacing: -1px;
	color: #44cc44;
	margin: 0px 0px 5px 0px;
	
}
.tumblr_video_post{
	
}
.tumblr_video{
	
}
.tumblr_audio_post {
	
}

.clearfloat {
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}


.footer {
border-top:1px solid #272727;
margin-top:10px;
}


