/*
Theme Name: TPJ Customs
Theme URI: http://tpjcustoms.com/
Description: A custom theme for TPJCustoms.com
Author: CleverRobot
Author URI: http://CleverRobot.net/
Tags: custom, wordpress, grunge, motorcycle
*/

/* -------------------- Reset Everything -------------------- */  
   
   
* {
        padding:0;
        margin:0;
      }

.access {
	display:none;
	}
	
.clear {
	clear:both;
	height:0px;
	font-size:0px;
	line-height:0px;
	overflow:hidden; }

a {
	outline:none;
	}

a img {
	border:none;
	}

.clearfix:after {
          content: ".";
          display: block;
          height: 0;
          clear: both;
          visibility: hidden;
      }
      
* html .clearfix {
	height: 1%;
	}
	
.clearfix {
	display: block;
	}
      
     
/* -------------------- Layout -------------------- */  
   
.container {
    margin:0 auto;
    width:775px;
    height: 680px;
    background-image: url(images/tpj-background.png);
    background-repeat: no-repeat;
    
      }
      
.apparel .container, .gal .container, .contactus .container, .info .container, .bikes .container, .parts .container, .links .container {
	margin:0 auto;
    width:775px;
    height: 680px;
    background-image: url(images/ind-background.png);
    background-repeat: no-repeat;
    }

       
.columns .column {
    padding:0;
    height:100%;
    margin-top: 50px;
     }
        
.columns:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
      }
      
.columns .column {
    float:left;
    overflow:hidden;
      }
      
.columns .third {
	float:right;
	}


.navigation {
	width:600px;
	margin-left: 350px;
	padding-top: 75px;
	
	}
	
.bottomnav {
	margin-left: 90px;
	}
	
.header{
	width:300px;
	margin-left: 85px;
	padding-top: 50px;
	}


.main {
	margin-top: 70px;
	}
	
.main .first {
	width:240px;
	margin-right: 10px;
	margin-left: 70px;
	height: 300px;
	}
	
.main .second {
	width:160px;
	margin-left: 20px;
	}
	
.main .third {
	width:180px;
	margin-right: 70px;
	
	
	}
 
/* -------------------- Navigation -------------------- */  
   
.navigation ul li {
 	list-style-type: none;
 	display: inline;
 	font-size: 14px;
 	}
 
.navigation ul li a {
	color: #00ff00;
	text-decoration: none;
	margin-left: 25px;
	text-transform: uppercase;
	}
	
.navigation ul li a:hover {
	color: white;
	}
	
		
.bottomnav ul li {
	list-style-type: none;
	display: inline;
	
	}
	
.bottomnav ul li a {
	color: white;
	font-size: 12px;
	text-decoration: none;
	margin-right: 10px;
	}
	
.bottomnav {
	margin-top: 20px;
	}

/* -------------------- Typography -------------------- */  
   
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color:#ffffff;
    background-color: black;
    font-size: 12px;
      }   

.copyright {
	color: white;
	font-size: 12px;
	}
	
h1 a {
	text-decoration: none;
	color: white;
	font-family: helvetica;
	font-size: 30px;
	}
	
h2 {
    font-weight:normal;
    text-transform:uppercase;
    font-size:12px;
	}
	
h3 {
	font-size: 18px;
	color: gray;
	margin-bottom: 5px;
	font-family: arial;
	font-weight: normal;
	}
	
/* -------------------- Home Page -------------------- */  

.topleft p {
	margin-top: 15px;
	}
	
.topleft img {
	float: left;
	padding-right: 10px;
	width: 100px;
	}
	
.topleft {
	height: 130px;
	overflow: hidden;
	}

.bottomleft {
	height: 150px;
	overflow: hidden;
	}
	
.topright {
	height: 130px;
	overflow: hidden;
	}

.bottomright {
	height: 150px;
	overflow: hidden;
	}
	

hr {
	margin: 10px 0 10px 0;
	}
	
/* -------------------- Gallery Page -------------------- */  

.gal .first {
	width: 640px;
	overflow-y: scroll;
	}
	
/* -------------------- Links Page -------------------- */  

.links .first {
	width: 640px;
	overflow-y: scroll;
	}
	
/* -------------------- Apparel Page -------------------- */  

.apparel .first {
	width: 640px;
	overflow-y: scroll;
	}
	

/* -------------------- Bikes Page -------------------- */  

.bikes .first {
	width: 640px;
	overflow-y: scroll;
	}

/* -------------------- Parts Page -------------------- */  

.parts .first {
	width: 640px;
	overflow-y: scroll;
	}	
	
/* -------------------- Information Page -------------------- */  

.info .first {
	width: 640px;
	overflow-y: scroll;
	}

.date {
	color: gray;
	font-size: 12px;
	}
	
.homecontent p, .infocontent p {
	margin-bottom: 10px;
	}

table a {
	color: white;
	text-decoration: none;
	}

.gal table td, .bikes table td {
	padding-top: 20px;
	}
	

.gal table td img, .bikes table td img {
	padding-top: 10px;
	}
