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

body{
	background:url(images/bg.jpg);
	background-color:#000000;
	background-repeat:repeat-x;
}


a:link {
	color: #e4d0ab;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #e4d0ab;
}
a:hover {
	text-decoration: none;
	color: #672813;
}
a:active {
	text-decoration: none;
	color: #e4d0ab;
}



h1 {
	
	font-size: 16px;
	color:#e4d0ab;
}

h2 {
	
	font-size: 12px;
	color:#e4d0ab;
	font-weight:100;
}


.off_white {
	
	color: #e4d0ab;
}


.small {
	font-size: 10px;
	color: #e4d0ab;
	text-align: center;
}


#wrapper{
	width:960px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:17px;
	color:#672813;
	position:absolute;
	top:0px;
	left:50%;
	margin: 0px 0px 0px -465px;
	padding:0px 0px 100px 0px;
}

#header{
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background:url(images/header.jpg);
	background-color:transparent;
	background-repeat:no-repeat;
	height:411px;
	width:960px;
	clear:both;
	float:left;
	
}

#footer_body{
	margin:30px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
		background:url(images/footer_bg.jpg);
	background-color:transparent;
	background-repeat:no-repeat;
	width:960px;
	height:64px;
	clear:both;
	float:left;
	
}

#break{
	margin:30px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
		background:url(images/break.jpg);
	background-color:transparent;
	background-repeat:no-repeat;
	width:960px;
	height:32px;
	clear:both;
	float:left;
	
}

#sub_footer{
	margin:30px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color:transparent;
	background-repeat:no-repeat;
	width:960px;
	height:64px;
	clear:both;
	float:left;
	
}

#body{
	margin:30px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
		background:url(images/body_bg.jpg);
	background-color:transparent;
	background-repeat:no-repeat;
	width:960px;
	clear:both;
	float:left;
	
}


#nav{
	margin:30px 0px 0px 630px;
	padding: 0px 0px 0px 0px;
	background-color:transparent;
	background-repeat:no-repeat;
	width:320px;
	float:left;
	
}


#body_left{
	margin:40px 0px 0px 100px;
	padding: 0px 0px 0px 0px;
	background-color:transparent;
	background-repeat:no-repeat;
	width:400px;
	float:left;
	
}


#body_right{
	margin:40px 0px 0px 40px;
	padding: 0px 0px 0px 0px;
	background-color:transparent;
	background-repeat:no-repeat;
	width:350px;
	float:left;
	
}



#home{
	background:transparent url(images/home_link.jpg) 0px 0px no-repeat;
	text-indent:-9000px;
	display:block;
	width:79px;
	height:24px;	

		
	
}


#home_off{

	background:transparent url(images/home_link.jpg) -90px 0px no-repeat;
	text-indent:-9000px;
	display:block;
	width:79px;
	height:24px;	

		
	}

#home:hover{

	background:transparent url(images/home_link.jpg) -90px 0px no-repeat;
	text-indent:-9000px;
	display:block;
	width:79px;
	height:24px;	

		
	}
	
	
	
	
#bikes{
	background:transparent url(images/bikes_link.jpg) 0px 0px no-repeat;
	text-indent:-9000px;
	display:block;
	width:84px;
	height:24px;	

		
	
}


#bikes_off{

	background:transparent url(images/bikes_link.jpg) -96px 0px no-repeat;
	text-indent:-9000px;
	display:block;
	width:84px;
	height:24px;	

		
	}

#bikes:hover{

	background:transparent url(images/bikes_link.jpg) -96px 0px no-repeat;
	text-indent:-9000px;
	display:block;
	width:84px;
	height:24px;	

		
	}
	
	
#products{
	background:transparent url(images/products_link.jpg) 0px 0px no-repeat;
	text-indent:-9000px;
	display:block;
	width:116px;
	height:24px;	

		
	
}


#products_off{

	background:transparent url(images/products_link.jpg) -144px 0px no-repeat;
	text-indent:-9000px;
	display:block;
	width:116px;
	height:24px;	

		
	}

#products:hover{

	background:transparent url(images/products_link.jpg) -144px 0px no-repeat;
	text-indent:-9000px;
	display:block;
	width:116px;
	height:24px;	

		
	}
		
	
	
	
	


/* BLOG CSS */

	
		
	
			a img { border-width: 0px; }
		
		.clear {
			clear: both;
		}
		
		#container {
		  width: 960px;
		}
		
		#left {
			float: left;
			width: 280px;
			margin:50px 0px 0px 50px;
			padding:10px 10px 10px 10px;
		}
		
		#left a.h2 {
			text-transform: uppercase;
			font-size: 2em;
			line-height: 1em;
			color: {color:Text};
			text-decoration: none;
		}
		
			#left a.h2:hover {
				color: {color:Text};
				background: none;
				text-decoration: none;
			}
			
		#left .space {
			width: 100%;
			height: 20px;
		}
		
			#left .space.small {
				width: 100%;
				height: 10px;
			}
		
		#right {
			width: 500px;
			margin:50px 80px 0px 0px;
			float: right;
		}
		
			#right .post {
				margin: 0 0 50px 0;
			}
			
			img {
			  max-width: 100%;
			}
			
			#right .post h3 {
				font-weight: normal;
				font-size: 1.5em;
				margin: 0;
			}
		
			#right .post a.h3 {
				color: {color:Text};
				text-decoration: none;
				font-size: 1.5em;
				margin: 0;
			}
			
				#right .post a.h3:hover {
					background: none;
				}
			
			#right .post a.h3.link {
				text-decoration: underline;
			}
			
				#right .post a.h3.link:hover {
					color: {color:Link Text Hover};
					background: {color:Link Background Hover};
				}
			
			#right .post blockquote {
				border-left: 2px solid {color:Text};
				padding: 0 0 0 15px;
				margin-left: 0px;
			}
			
			/* this is for chat */
			#right .post table {
				margin: 10px 0 0 0;
				border-collapse: collapse;
			}
			
				#right .post table tr {
					margin: 1px 0;
				}
				
				#right .post table tr td {
					padding: auto;
					vertical-align: top;
				}
				
				#right .post table tr td.name {
					text-align: right;
					padding: 1px 15px;
				}
				
				#right .post table tr td.words {
					width: 100%;
					text-align: left;
					padding: 1px;
				}
			/* that was for chat */
			
			ol.notes {
          margin: 0 0 50px 0;
          padding: 0 0 0 0;
      }

          ol.notes img {
              display: none;
          }
			
		#right #footer {
			position: relative;
			right: 0px;
			text-align: right;
		}
		
			#right #footer .credit {
				color: #9C9C9C;
				margin: 50px 0 0 0;
			}
			
				#right #footer .credit a {color: #9C9C9C;}
				#right #footer .credit a:hover {color: {color:Text}; background: none; }

				
	a.install {
        width: 96px;
        height: 20px;
        background: url(http://static.tumblr.com/thpaaos/dHHkt0jor/install_theme.png);
        display: block;
        position: absolute;
        top: 26px;
        right: 3px;
    }


	

