@charset "UTF-8";

/*   
Theme Name: Team 4 Wheel Parts
Theme URI: http://www.team4wheelparts.com
Description: A custom designed theme for Team 4 Wheel Parts
Author: Jad Limcaco
Author URI: http://designinformer.com
*/

/* ------------------------------
   COLOR GUIDE
   Red:             #7f1b00
   Blue:            #042359
   Dark Brown:      #603302
   Light Brown:     #B8AE8E
   Yellow Brown:    #EBCD9C
   ------------------------------ /*

/* ---------------------------------------------------------------------------------------
   CSS RESET
   --------------------------------------------------------------------------------------- */  
   html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins,
   kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
                        { margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline; }
   :focus               { outline:0; }
    body                { line-height:1; color:black; background:white; }
   ol, ul               { list-style:none; }
   table                { border-collapse:separate; border-spacing:0; }
   caption, th, td      { text-align:left; font-weight:normal; }
   blockquote:before    { content:""; }
   blockquote:after     { content:""; }
   q:before, q:after    { content:""; }
   blockquote, q        { quotes:"" ""; }

/* ---------------------------------------------------------------------------------------
   @FONT-FACE
   --------------------------------------------------------------------------------------- */  					  			  			   
   @font-face             { font-family:'LeagueGothic'; font-weight: normal; font-style: normal; 
                            src:url("fonts/League_Gothic-webfont.eot");
                            src:local('☺'),
                                url("fonts/League_Gothic-webfont.woff") format('woff'),
                                url("fonts/League_Gothic-webfont.ttf") format('truetype'),
                                url("fonts/League_Gothic-webfont.svg#webfont") format('svg'); }	

/* ---------------------------------------------------------------------------------------
   HTML ELEMENTS
   --------------------------------------------------------------------------------------- */
   html, body           { height: auto; }
   body                 { font-size:13px; font-family:Arial, sans-serif; background:url(images/bg-dirt.jpg) fixed; color:#1a1a1a; }
   h1                   { font-family:'LeagueGothic', Arial, sans-serif; color:#042359; font-size:33px; line-height:33px; font-weight:normal;
                          text-transform:uppercase; margin-bottom:5px; }
   h2                   { font-family:'LeagueGothic', Arial, sans-serif; color:#042359; font-size:33px; line-height:33px; font-weight:normal;
                          text-transform:uppercase; margin-bottom:5px; }
   h4					{ font-weight: bold; font-size: 16px; margin-bottom: 15px; }
   p                    { line-height:20px; margin:0 0 20px 0; font-size:13px; }
   strong               { font-weight:bold; }
   em                   { font-style:italic; color:#413a23; border-bottom:dotted 1px #afa78d; }
   a                    { color:#7f1b00; text-decoration:none; }
   a:hover              { color:#042359; text-decoration:underline; }
/*   a:active             { position:relative; top:1px; }*/
	sup					{font-size: xx-small; vertical-align: top;}
	sup.large			{font-size: x-large; vertical-align: top; display: inline-block; margin-top: -5px;}

/* ---------------------------------------------------------------------------------------
   DEFAULT CLASSES
   --------------------------------------------------------------------------------------- */  
   .no-bg               { background-image:none; }
   .no-display          { display:none; }
   .no-border           { border:0; }
   .clear               { clear:both; }
   .left                { float:left; }
   .right               { float:right; }
   .center              { text-align:center; }
   .alignleft           { float:left; margin:0px 20px 10px 0px; }
   .alignright          { float:right; margin:0px 0px 10px 20px; }
   .aligncenter         { margin:0 auto; }
   .strong              { font-weight:bold; }
   
   /* COLORS
   ----------------- */
   .red                 { color:#7f1b00; }
   .blue                { color:#042359; }
   .dark-brown          { color:#603302; }
   .light-brown         { color:#B8AE8E; }
   .yellow-brown        { color:#EBCD9C; }

/* ---------------------------------------------------------------------------------------
   LAYOUT
   --------------------------------------------------------------------------------------- */
   .wrapper             { min-height: 100%; height: auto !important; height: 100%; margin: 0 auto -200px; }
   #page-wrap           { width:980px; margin:0 auto; }
   
/* ---------------------------------------------------------------------------------------
   PAGE NUMBERS
   --------------------------------------------------------------------------------------- */  
   #wp_page_numbers ul, #wp_page_numbers li, #wp_page_numbers a
                                        { font-size: 18px; font-family:Arial, sans-serif; font-weight:bold; text-decoration:none; }
   #wp_page_numbers                     { display:block; width:400px; margin:20px 0 0 0; }
   #wp_page_numbers li                  { float: left; display: block; margin-bottom:40px; }
   #wp_page_numbers li a                { padding: 5px 8px; display: block; color: #7e7968; border:solid 1px #7e7968; margin-right:5px; background:#fff7db;
                                          -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; }
   #wp_page_numbers li a:hover          { border-color: #595443; background:#aca282; color:#fff7db; }
   #wp_page_numbers li.active_page a    { border:solid 1px #595443; color:#1d2a32; background:#cebf8d; }
   .space                               { text-indent:-9999px; width:20px !important; }
    
/* ---------------------------------------------------------------------------------------
   HEADER
   --------------------------------------------------------------------------------------- */  
   #header-bg           { background:url(images/bg-header.jpg) repeat-x left top; }
   #header              { width:980px; margin:0 auto; display:block; height:183px; }
   #logo                { width:356px; height:109px; display:block; float:left; margin:45px 0 0 0; }
   #logo a              { width:356px; height:109px; background:url(images/team4wp-logo.png) left top no-repeat; text-indent:-9999px; display:block; }
   #subscribe           { float:right; color:#fff; width:180px; margin:10px 0 0 0; }
   #subscribe p         { float:left; margin:0; }
   #subscribe img       { margin:3px 5px 0 0; display:block; float:right; }
   #subscribe img:hover { opacity:.5; }

/* IMAGES
   ----------------- */
	.border-shadow{ border:solid 4px #fff; -webkit-box-shadow: 2px 1px 6px  #525252;-moz-box-shadow: 2px 1px 6px #525252; box-shadow: 2px 1px 6px #525252; margin:5px; }
	
/* ---------------------------------------------------------------------------------------
   NAVIGATION
   --------------------------------------------------------------------------------------- */  
  /* #nav                 { width: 475px; height: 69px; padding: 0; text-indent: -9999px; overflow: hidden; margin: 10px 0 0 0; position: relative; float: right; clear:right; display:block; }
   #nav li a            { height: 69px; position:absolute; top:0; display:block; }
   #nav a:active        { top:0; }*/

	
   /* LINK STATE
   ----------------- */
   /*.home                { left: 0px; width: 99px; background: url(images/nav.png) 0 0 no-repeat; }
   .greg                { left: 99px; width: 100px; background: url(images/nav.png) -99px 0 no-repeat; }
   .rides               { left: 199px; width: 90px; background: url(images/nav.png) -199px 0 no-repeat; }
   .team                { left: 289px; width: 88px; background: url(images/nav.png) -289px 0 no-repeat; }
   .contact             { left: 377px; width: 98px; background: url(images/nav.png) -377px 0 no-repeat; }
*/
   /* HOVER STATE
   ----------------- */
   /*.home:hover        { background: url(images/nav.png) 0 -69px no-repeat; }
   .greg:hover        { background: url(images/nav.png) -99px -69px no-repeat; }
   .rides:hover       { background: url(images/nav.png) -199px -69px no-repeat; }
   .team:hover        { background: url(images/nav.png) -289px -69px no-repeat; }
   .contact:hover     { background: url(images/nav.png) -377px -69px no-repeat; }*/

   /* ON STATE
   ----------------- */
/*   #on-home           { left: 0px; width: 99px; background: url(images/nav.png) 0 -138px no-repeat; }
   #on-greg           { left: 99px; width: 100px; background: url(images/nav.png) -99px -138px no-repeat; }
   #on-rides          { left: 199px; width: 90px; background: url(images/nav.png) -199px -138px no-repeat; }
   #on-team           { left: 289px; width: 88px; background: url(images/nav.png) -289px -138px no-repeat; }
   #on-contact        { left: 377px; width: 98px; background: url(images/nav.png) -377px -138px no-repeat; }*/

/* ---------------------------------------------------------------------------------------
   NAVIGATION 2 With Brands tab
   --------------------------------------------------------------------------------------- */ 
	/*#nav {clear:right; display:block; float:right; height:69px; margin:10px 0 0; overflow:hidden; padding:0; position:relative; text-indent:-9999px; width:552px; }
	#nav li a { display:block; height:69px; position:absolute; top:0; }
	#nav a:active { top:0; }*/
	
	/* LINK STATE
   ----------------- */
	/*.home { background:url("images/nav2.png") no-repeat scroll 0 0 transparent; left:0; width:99px; }
	.greg { background:url("images/nav2.png") no-repeat scroll -99px 0 transparent; left:99px; width:101px; }
	.rides {background:url("images/nav2.png") no-repeat scroll -199px 0 transparent; left:199px; width:90px; }
	.team {background:url("images/nav2.png") no-repeat scroll -289px 0 transparent; left:289px; width:88px;}
	.brands { background:url("images/nav2.png") no-repeat scroll -365px 0 transparent; left:365px; width:76px; }
	.contact { background:url("images/nav2.png") no-repeat scroll -441px 0 transparent; left:441px; width:104px; }*/
	
	/* HOVER STATE
   ----------------- */
	/*.home:hover { background:url("images/nav2.png") no-repeat scroll 0 -69px transparent; }
	.greg:hover { background:url("images/nav2.png") no-repeat scroll -99px -69px transparent; }
	.rides:hover { background:url("images/nav2.png") no-repeat scroll -199px -69px transparent; }
	.team:hover { background:url("images/nav2.png") no-repeat scroll -289px -69px transparent; }
	.brands:hover { background:url("images/nav2.png") no-repeat scroll -365px -69px transparent; }
	.contact:hover { background:url("images/nav2.png") no-repeat scroll -441px -69px transparent; }*/
	
	/* ON STATE
   ----------------- */
	/*#on-home { background:url("images/nav2.png") no-repeat scroll 0 -138px transparent; left:0; width:101px;}
	#on-greg { background:url("images/nav2.png") no-repeat scroll -99px -138px transparent; left:99px; width:104px; }
	#on-rides { background:url("images/nav2.png") no-repeat scroll -199px -138px transparent; left:199px; width:90px; }
	#on-team { background:url("images/nav2.png") no-repeat scroll -289px -138px transparent; left:289px; width:88px; }
	#on-brands { background:url("images/nav2.png") no-repeat scroll -365px -138px transparent; left:365px; width:76px;}
	#on-contact { background:url("images/nav2.png") no-repeat scroll -441px -138px transparent; left:441px; width:104px; }*/
	

/* ---------------------------------------------------------------------------------------
   NAVIGATION 3 With Brands tab and without The Rides
   --------------------------------------------------------------------------------------- */ 
	/*#nav {clear:right; display:block; float:right; height:69px; margin:10px 0 0; overflow:hidden; padding:0; position:relative; text-indent:-9999px; width:463px; }
	#nav li a { display:block; height:69px; position:absolute; top:0; }
	#nav a:active { top:0; }*/
	
	/* LINK STATE
   ----------------- */
	/*.home { background:url("images/nav3.png") no-repeat scroll 0 0 transparent; left:0; width:99px; }
	.greg { background:url("images/nav3.png") no-repeat scroll -99px 0 transparent; left:99px; width:101px; }
	.team { background:url("images/nav3.png") no-repeat scroll -199px 0 transparent; left:199px; width:90px; }
	 .brands { background:url("images/nav3.png") no-repeat scroll -289px 0 transparent; left:289px; width:78px;}
	 .contact { background:url("images/nav3.png") no-repeat scroll -365px 0 transparent; left:365px; width:100px; }*/

	
	/* HOVER STATE
   ----------------- */
	/*.home:hover { background:url("images/nav3.png") no-repeat scroll 0 -69px transparent; }
	.greg:hover { background:url("images/nav3.png") no-repeat scroll -99px -69px transparent; }
	.team:hover { background:url("images/nav3.png") no-repeat scroll -199px -69px transparent; }
	.brands:hover { background:url("images/nav3.png") no-repeat scroll -289px -69px transparent; }
	.contact:hover { background:url("images/nav3.png") no-repeat scroll -365px -69px transparent; }*/

	
	/* ON STATE
   ----------------- */
	/*#on-home { background:url("images/nav3.png") no-repeat scroll 0 -138px transparent; left:0; width:101px;}
	#on-greg { background:url("images/nav3.png") no-repeat scroll -99px -138px transparent; left:99px; width:104px; }
	#on-team  { background:url("images/nav3.png") no-repeat scroll -199px -138px transparent; left:199px; width:90px; }
	#on-brands { background:url("images/nav3.png") no-repeat scroll -289px -138px transparent; left:289px; width:78px; }
	#on-contact { background:url("images/nav3.png") no-repeat scroll -365px -138px transparent; left:365px; width:100px;}*/

	
/* ---------------------------------------------------------------------------------------
   NAVIGATION 4 With Robby Gordon
   --------------------------------------------------------------------------------------- */ 
	/*#nav {clear:right; display:block; float:right; height:120px; margin:10px 0 0; overflow:hidden; padding:0; position:relative; text-indent:-9999px; width:509px; }
	#nav li a { display:block; height:120px; position:absolute; top:0; }
	#nav a:active { top:0; }*/
	
	/* LINK STATE
   ----------------- */
	/*.home { background:url("images/nav4.png") no-repeat scroll 0 0 transparent; left:0; width:99px; }
	.greg { background:url("images/nav4.png") no-repeat scroll -99px 0 transparent; left:99px; width:101px; }
	.gordon { background:url("images/nav4.png") no-repeat scroll -199px 0 transparent; left:199px; width:125px; }
	.team { background:url("images/nav4.png") no-repeat scroll -323px 0 transparent; left:323px; width:87px;}
	.contact { background:url("images/nav4.png") no-repeat scroll -410px 0 transparent; left:410px; width:100px; }*/

	
	/* HOVER STATE
   ----------------- */
	/*.home:hover { background:url("images/nav4.png") no-repeat scroll 0 -120px transparent; }
	.greg:hover { background:url("images/nav4.png") no-repeat scroll -99px -120px transparent; }
	.gordon:hover { background:url("images/nav4.png") no-repeat scroll -199px -120px transparent; }
	.team:hover { background:url("images/nav4.png") no-repeat scroll -323px -120px transparent; }
	.contact:hover { background:url("images/nav4.png") no-repeat scroll -410px -120px transparent; }*/

	
	/* ON STATE
   ----------------- */
	/*#on-home { background:url("images/nav4.png") no-repeat scroll 0 -240px transparent; left:0; width:101px;}
	#on-greg { background:url("images/nav4.png") no-repeat scroll -99px -240px transparent; left:99px; width:101px; }
	#on-gordon  { background:url("images/nav4.png") no-repeat scroll -199px -240px transparent; left:199px; width:125px; }
	#on-team { background:url("images/nav4.png") no-repeat scroll -323px -240px transparent; left:323px; width:87px; }
	#on-contact { background:url("images/nav4.png") no-repeat scroll -410px -240px transparent; left:410px; width:100px;}*/
	
	
	
	/* ---------------------------------------------------------------------------------------
   NAVIGATION 5 50th
   --------------------------------------------------------------------------------------- */ 
	/*#nav {clear:right; display:block; float:right; height:120px; margin:10px 0 0; overflow:hidden; padding:0; position:relative; text-indent:-9999px; width:547px; }
	#nav li a { display:block; height:120px; position:absolute; top:0; }
	#nav a:active { top:0; }*/
	
	/* LINK STATE
   ----------------- */
	/*.home { background:url("images/nav5.png") no-repeat scroll 0 0 transparent; left:0; width:99px; }
	.greg { background:url("images/nav5.png") no-repeat scroll -99px 0 transparent; left:99px; width:101px; }
	.gordon { background:url("images/nav5.png") no-repeat scroll -199px 0 transparent; left:199px; width:125px; }
	.team { background:url("images/nav5.png") no-repeat scroll -323px 0 transparent; left:323px; width:85px;}
	.fifty { background:url("images/nav5.png") no-repeat scroll -408px 0 transparent; left:408px; width:42px;}
	.contact { background:url("images/nav5.png") no-repeat scroll -450px 0 transparent; left:450px; width:100px; }*/

	
	/* HOVER STATE
   ----------------- */
	/*.home:hover { background:url("images/nav5.png") no-repeat scroll 0 -120px transparent; }
	.greg:hover { background:url("images/nav5.png") no-repeat scroll -99px -120px transparent; }
	.gordon:hover { background:url("images/nav5.png") no-repeat scroll -199px -120px transparent; }
	.team:hover { background:url("images/nav5.png") no-repeat scroll -323px -120px transparent; }
	.fifty:hover { background:url("images/nav5.png") no-repeat scroll -408px -120px transparent; }
	.contact:hover { background:url("images/nav5.png") no-repeat scroll -450px -120px transparent; }
	*/

	
	/* ON STATE
   ----------------- */
	/*#on-home { background:url("images/nav5.png") no-repeat scroll 0 -240px transparent; left:0; width:101px;}
	#on-greg { background:url("images/nav5.png") no-repeat scroll -99px -240px transparent; left:99px; width:101px; }
	#on-gordon  { background:url("images/nav5.png") no-repeat scroll -199px -240px transparent; left:199px; width:125px; }
	#on-team { background:url("images/nav5.png") no-repeat scroll -323px -240px transparent; left:323px; width:85px; }
	#on-fifty { background:url("images/nav5.png") no-repeat scroll -408px -240px transparent; left:408px; width:42px; }
	#on-contact { background:url("images/nav5.png") no-repeat scroll -450px -240px transparent; left:450px; width:100px;}*/
	
	/* ---------------------------------------------------------------------------------------
   NAVIGATION 6 Jeep Giveaway & Remove Contact
   --------------------------------------------------------------------------------------- */ 
	#nav {clear:right; display:block; float:right; height:120px; margin:10px 0 0; overflow:hidden; padding:0; position:relative; text-indent:-9999px; width:582px; }
	#nav li a { display:block; height:120px; position:absolute; top:0; }
	#nav a:active { top:0; }
	
	/* LINK STATE
   ----------------- */
	/*.home { background:url("images/nav6.png") no-repeat scroll 0 0 transparent; left:0; width:99px; }*/
	.greg { background:url("images/nav7.png") no-repeat scroll 0 0 transparent; left:0; width:138px; }
	.gordon { background:url("images/nav7.png") no-repeat scroll -138px 0 transparent; left:138px; width:120px;}
	.deegan { background:url("images/nav7.png") no-repeat scroll -258px 0 transparent; left:258px; width:120px; }
	.team { background:url("images/nav7.png") no-repeat scroll -378px 0 transparent; left:378px; width:85px;}
	.fifty { background:url("images/nav7.png") no-repeat scroll -463px 0 transparent; left:463px; width:139px;}
	

	
	/* HOVER STATE
   ----------------- */
	/*.home:hover { background:url("images/nav6.png") no-repeat scroll 0 -120px transparent; }*/
	.greg:hover { background:url("images/nav7.png") no-repeat scroll 0 -120px transparent; }
	.gordon:hover { background:url("images/nav7.png") no-repeat scroll -138px -120px transparent; }
	.deegan:hover { background:url("images/nav7.png") no-repeat scroll -258px -120px transparent; }
	.team:hover { background:url("images/nav7.png") no-repeat scroll -378px -120px transparent; }
	.fifty:hover { background:url("images/nav7.png") no-repeat scroll -463px -120px transparent; }
	

	
	/* ON STATE
   ----------------- */
	/*#on-home { background:url("images/nav6.png") no-repeat scroll 0 -240px transparent; left:0; width:101px;}*/
	#on-greg { background:url("images/nav7.png") no-repeat scroll 0 -240px transparent; left:0px; width:138px; }
	#on-gordon  { background:url("images/nav7.png") no-repeat scroll -138px -240px transparent; left:138px; width:120px; }
	#on-deegan  { background:url("images/nav7.png") no-repeat scroll -258px -240px transparent; left:258px; width:120px; }
	#on-team { background:url("images/nav7.png") no-repeat scroll -378px -240px transparent; left:378px; width:85px; }
	#on-fifty { background:url("images/nav7.png") no-repeat scroll -463px -240px transparent; left:463px; width:139px; }
	


	
/* ---------------------------------------------------------------------------------------
   FEATURED
   --------------------------------------------------------------------------------------- */ 
   #featured                      { height:300px; margin:30px 0 0 0; }
   #featured-flash                { float:left; width:655px; height:286px; position:absolute; margin-top:10px; background:url(images/temp/flash-bg.png) no-repeat; display:block;
                                    padding:16px 0 0 17px;}
									
   /* SLIDER
   ----------------- */								
   #slider                        { position:relative; background:url(images/loading.gif) no-repeat 50% 50% #202834; width:622px; height:229px; display:block; }
   #slider img                    { position:absolute; top:0px; left:0px; display:none; }
   .nivo-slice                    { display:block; position:absolute; z-index:50; height:100%; }
	
   /* ABOUT
   ----------------- */		
   #featured-post                 { float:right; width:281px; height:240px; background:url(images/bg-featured.png) top right no-repeat; padding:30px; }
   #featured-post .post-meta      { border-bottom:dashed 1px #958262; }
   #featured-read-more            { margin:0; }
   #featured-read-more            { width:154px; height:48px; display:block; margin:0; clear:both; }
   #featured-read-more a          { width:154px; height:48px; display:block; background:url(images/continue-featured.png) left top no-repeat; text-indent:-9999px; }
   #featured-read-more a:hover    { width:154px; height:48px; display:block; background:url(images/continue-featured.png) left bottom no-repeat; text-indent:-9999px; }
   
   
 
	      
   
/* ---------------------------------------------------------------------------------------
   MAIN CONTENT AREA
   --------------------------------------------------------------------------------------- */ 
   
   /* GREG POST
   ----------------- */
   .post-adler                      { display:block; background:url(images/post-adler-bg.jpg) left top repeat; width:598px; margin:0 auto 30px; position:relative; left:-30px;  }
   .post-adler h2                   { width:385px; padding:50px 183px 0 30px; background:url(images/post-adler-header.jpg) center top no-repeat; }
   .post-adler .post-excerpt        { padding:0 30px; }
   .post-adler .post-meta           { margin-left:30px; }
   .post-adler-footer               { clear:both; width:598px; height:35px; background:url(images/post-adler-footer.jpg) left bottom repeat; margin:0 auto; }
   .post-adler .more-link           { margin:0; }
   .post-adler .more-link           { width:154px; height:48px; display:block; background:url(images/continue-featured.png) left top no-repeat; text-indent:-9999px; }
   .post-adler .more-link:hover     { width:154px; height:48px; display:block; background:url(images/continue-featured.png) left bottom no-repeat; text-indent:-9999px; }
   
   .video-link           { margin:0; }
   .video-link           { width:175px; height:46px; display:block; background:url(images/view-more-videos.png) left top no-repeat; text-indent:-9999px; margin:15px 30px 0 0; float:left;}
   .video-link:hover     { width:175px; height:46px; display:block; background:url(images/view-more-videos.png) left bottom no-repeat; text-indent:-9999px; }

   .gallery-link           { margin:0; }
   .gallery-link           { width:145px; height:46px; display:block; background:url(images/view-gallery.png) left top no-repeat; text-indent:-9999px; margin:15px 0 0 0; float:left;}
   .gallery-link:hover     { width:145px; height:46px; display:block; background:url(images/view-gallery.png) left bottom no-repeat; text-indent:-9999px; }
   
   #main-wrapper        { width:600px; float:left; padding-top:48px; background:url(images/main-top.png) left top no-repeat; display:block; margin-top:20px;  }
   #main                { width:540px; background:url(images/main.png) left top repeat-y; display:block; padding:10px 30px 10px; }
   #main-bottom         { width:600px; height:111px; background:url(images/main-bottom.png) left top no-repeat; display:block; margin-bottom:30px; }
   #breadcrumbs         { font-size:11px; margin-bottom:20px; padding: 10px 0; display:block; border-bottom:dashed 1px #bfb79c; }
   .main_content        { width: 520px; display:block; float: left; }
   .aux_content         { width: 350px; display:block; float: right; }
   .blog-post-title     { display:block; height:35px; background:url(images/blog-post.png) left top no-repeat; font-family:'LeagueGothic', Arial, sans-serif; color:#042359;
                          font-size:24px; font-weight:normal; text-transform:uppercase; padding:17px 20px 0 20px; float:left; margin-bottom:40px; text-shadow:0px 0px 3px #dbbe89; }
	
/* ---------------------------------------------------------------------------------------
   POST
   --------------------------------------------------------------------------------------- */ 
   
   /* READ MORE
   ----------------- */	
   .more-link                     { width:540px; height:48px; display:block; background:url(images/continue.jpg) left top no-repeat; text-indent:-9999px; margin:0 0 40px 0; clear:both; }
   .more-link:hover               { background:url(images/continue.jpg) left bottom no-repeat; }
   
   /* THE POST
   ----------------- */	
   .post                          { width:540px; display:block; }
   .post-excerpt p                { width:310px; float:left; display:block; }
   .post-content                  { padding-bottom:20px; background:url(images/divider.png) center bottom no-repeat; }
   .post-content h2               { font-family:Arial, sans-serif; font-size:20px; border-bottom:solid 1px #b8ae8e; border-top:solid 1px #b8ae8e; display:block; clear:both;
                                    margin:0 0 10px 0; font-weight:bold; text-transform: none; color:#603302; padding:2px 5px; line-height:28px; }
   .post-content h3               { font-family:Arial, sans-serif; font-size:16px; font-weight:bold; margin-bottom:10px; line-height:24px; }
   .post-content ul,
   .post-content ol               { margin-bottom:30px; *margin-left: 5px; }
   .post-content ul li            { background:url(images/bullet.gif) no-repeat left 6px; line-height:21px; margin-bottom:10px; padding:0 0 0 20px; }
   .post-content ol li            { border-bottom:1px dashed #b8ae8e; line-height:21px; list-style-position:outside; list-style-type:decimal; margin:0 0 10px 20px; padding-bottom:10px; }
   .post-content blockquote p     { border-left:5px solid #b8ae8e; color:#443811; display:block; font-family:Georgia,Times New Roman,Times,serif; font-size:12px; font-style:italic;
                                    line-height:24px; margin:20px 0 20px 40px; padding:0 10px; width:450px; }
   .post-meta                     { display:block; padding-bottom:5px; margin-bottom:10px; font-size:12px; border-bottom:dashed 1px #d1c9ae; float:left; }
   .post-thumb                    { border:solid 4px #fff; margin:0 0 20px 20px; float:right;
                                    -webkit-box-shadow: 2px 1px 6px  #525252;-moz-box-shadow: 2px 1px 6px #525252; box-shadow: 2px 1px 6px #525252; }	
   .post-thumb a:hover            { opacity:.7; }
   .post-thumb-left               { border:solid 4px #fff; margin:0 20px 20px 0; float:left;
                                    -webkit-box-shadow: 2px 1px 6px  #525252;-moz-box-shadow: 2px 1px 6px #525252; box-shadow: 2px 1px 6px #525252; }	
   .post-content img              { border:solid 4px #fff; -webkit-box-shadow: 2px 1px 6px  #525252;-moz-box-shadow: 2px 1px 6px #525252; box-shadow: 2px 1px 6px #525252; }							   
   /* POST AUTHOR
   ----------------- */		
   #post-author                   { width:540px; padding-bottom:40px; padding-top:20px; background:url(images/divider.png) center bottom no-repeat; margin-bottom:15px; }
   #post-author .avatar           { border:solid 4px #fff; margin:0 0 20px 20px; float:right;
                                    -webkit-box-shadow: 2px 1px 6px  #525252;-moz-box-shadow: 2px 1px 6px #525252; box-shadow: 2px 1px 6px #525252; }
   #post-author-block             { width:290px; float:left; }
   #post-author h2                { color:#042359; font-size:24px; margin-bottom:15px; }
   #read-bio                      { width:154px; height:47px; display:block; margin:20px 0 0 0; }
   #read-bio a                    { width:154px; height:47px; background:url(images/bio.png) left top no-repeat; text-indent:-9999px; display:block; } 
	   
   /* POST SOCIAL
   ----------------- */		
   #post-social                   { width:540px; padding-bottom:40px; background:url(images/divider.png) center bottom no-repeat; }
   #post-social h2                { color:#042359; font-size:24px; margin-bottom:15px; }
   #post-social ul li             { background:none; float:left; margin-right:10px; padding:0; }
   #post-social ul li a:hover     { opacity:.5; }

   /* POST COMMENTS
   ----------------- */		
   #post-comments                 { width:540px; padding-bottom:20px; margin-top:20px; }
   #comments, #reply, .widgettitle              { color:#042359; font-size:24px; margin-top:15px; margin-bottom:15px; }
   #reply                         { margin-top:20px; }
   #post-comments .comments-box   { margin-bottom:10px; position:relative; display:block; width:540px; }
   .avatar-wrapper                { display:block; margin:0 25px 0 0; position:absolute; left:0; top:15px; width:50px; height:66px;
                                    background:url(images/comment-bg.png) left bottom no-repeat; }
   #post-comments .avatar         { border:3px solid #b8ae8e; width:50px; height:50px; }
   #post-comments cite, cite a    { font-weight:bold; font-style:normal; text-decoration:none; }
   #post-comments .comment-date   { color:#787878; font-size:11px; font-weight:normal; padding-bottom:5px; border-bottom:dashed 1px #cac4b2; }
   #post-comments .comment-text   { display:block; background:#fff7de; border:1px solid #b8ae8e; height:auto !important; margin:0 0 0 25px; padding:15px 15px 15px 55px; width:440px; }
   #post-comments .comment-field  { display:block; height:140px; border:#b8ae8e solid 1px; padding:5px 10px; font-family:Verdana, Arial, sans-serif; font-size:11px; width:518px; }
   
   #submit                        { margin:10px 0 20px 0; }
   .row                           { display:block; width:290px; height:25px; margin-bottom:10px; }
   .row input                     { border:#b8ae8e solid 1px; float:left; width:200px; margin-left:15px; padding:5px; background-color:#FFF; }
   .row input:focus,
   #box-wrapper textarea:focus    { border: solid 1px #837b63;}
   #box-wrapper textarea          { width: 500px; border:#b8ae8e solid 1px; margin: 10px 0; }
   .row label                     { float:left; display:block; width:60px; text-align:right; margin-top:10px; }

/* ---------------------------------------------------------------------------------------
   SIDEBAR
   --------------------------------------------------------------------------------------- */ 
   #sidebar-wrapper           { width:380px; float:left; padding-top:25px; background:url(images/sidebar-top.png) left top no-repeat; display:block; margin:50px 0; }
   #sidebar                   { width:380px; background:url(images/sidebar.png) left top repeat-y; display:block; }
   #sidebar-bottom            { width:380px; height:28px; background:url(images/sidebar-bottom.png) left top no-repeat; display:block; }
   
   /* SEARCH
   ----------------- */
   #sidebar-search            { width:300px; padding:20px 31px 0 32px; display:block; background:url(images/sidebar-alt.png) repeat-y; text-align:center; margin-bottom:30px;
                                border-top:solid 1px #9d8762; border-bottom:solid 1px #9d8762; }
   .s                         { width:240px; display:block; font-size:14px; color:#6c5b3e; padding:10px 38px 10px 10px; height:19px; margin:0 auto;
                                background:#fff7de; border:solid 1px #9d8762; opacity: 0.5; -webkit-transition:opacity 0.3s linear;
								-webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; }
   .s:hover                   { opacity: 1; }
   .s:focus                   { color:#333; border:solid 1px #6a5c44; opacity: 1; }
   .searchsubmit              { width:25px; height:25px; display:block; position:relative; float:right; right:18px; top:-34px; }
   li.widget 				{list-style:none;}
							 
   /* FILTER
   ----------------- */
   #sidebar-search .toggle_trigger               { float:right; padding:1px 0 2px 20px; margin:10px -15px 10px 0; background:url(images/toggle_arrow.gif) no-repeat left 1px; }
   #sidebar-search .active                       { background-position: left bottom;}
   #sidebar-search .filter_block                 { overflow:hidden; padding:0; float:left; margin-bottom:20px; width:300px; background:#c0a77b; 
                                                   -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;
												   box-shadow:inset 0 0 10px #99845f; -moz-box-shadow:inset 0 0 10px #99845f; }
   #sidebar-search .filter_block div             { padding:10px; width:280px; float:left; text-align:left; border-top: 1px solid #ae9260; border-bottom:1px solid #cdb17e; }
   #sidebar-search .filter_block div:first-child { border-top:none;}
   #sidebar-search .filter_block div:last-child  { border-bottom:none;}
   #sidebar-search .filter_block strong          { float:left; width:100px; text-align:right; padding:0 10px 0 0; font-family:'LeagueGothic', Arial, sans-serif; font-size:2em;
                                                   text-transform:uppercase; color:#46220c; font-weight:normal; }
   #sidebar-search .filter_block select          { float:left; width:170px; margin-top:3px;}

   /* THE TEAM
   ----------------- */
   #sidebar-team              { width:300px; padding:0 48px 0 32px; display:block; margin-bottom:30px; }
   #sidebar-team h2           { width:300px; height:32px; background:url(images/sidebar-team.png) left top no-repeat; text-indent:-9999px; }
   #sidebar-team p            { display:block; margin:0; }
   #sidebar-team a            { border-bottom:solid 1px #b59c71; padding:7px 5px 0; display:block; text-decoration:none; color:#46220c; height:27px; cursor:pointer;
                                -webkit-transition:background 0.3s linear; background:#c3a87b; }
   #sidebar-team a:hover      { background:#b59c71; color:#7f1b00; }
   .sidebar-team-name         { float:left; display:block; width:130px; text-align:left; font-weight:normal; font-weight:bold; }
   .sidebar-team-ride         { float:right; display:block; width:150px; text-align:left; font-weight:normal; font-size:11px; }
   
   /* FEATURED BRANDS
   ----------------- */
   #sidebar-featured-brands   		{ width:340px; padding:0 px 0px; margin-left: 13px; display:block; margin-bottom:30px; }
   #sidebar-featured-brands h2		{ width:300px; height:32px; background:url(images/sidebar-featured-brands.png) left top no-repeat; text-indent:-9999px; }
   #sidebar-featured-brands p		{display:block; margin:0; }
   #sidebar-featured-brands a:hover img       { opacity:.7; }
  /** #sidebar-featured-brands a 		{ border-bottom:solid 1px #b59c71; padding:7px 5px 0; display:block; text-decoration:none; color:#46220c; height:27px; cursor:pointer;
                                	-webkit-transition:background 0.3s linear; background:#c3a87b; }
   #sidebar-featured-brands a:hover	{ background:#b59c71; color:#7f1b00; }**/
   .sidebar-featured-brands-name	{float:left; display:block; width:130px; text-align:left; font-weight:normal; font-weight:bold; }
   .sidebar-featured-brands-ride	{float:right; display:block; width:150px; text-align:left; font-weight:normal; font-size:11px; }
	   
   /* REPRESENT
   ----------------- */
   #sidebar-represent              { width:300px; padding:30px 31px 30px 32px; display:block; background:url(images/sidebar-alt.png) repeat-y; margin-bottom:30px;
                                     border-top:solid 1px #9d8762; border-bottom:solid 1px #9d8762; }
   #sidebar-represent h2           { width:280px; height:28px; background:url(images/sidebar-represent.png) left top no-repeat; text-indent:-9999px; margin-bottom:20px; }						
   #sidebar-represent p            { color:#603302; font-size:24px; margin-bottom:10px; font-family:'LeagueGothic', Arial, sans-serif; text-transform:uppercase; }								
   #sidebar-represent img          { margin:0 10px; }
   #sidebar-represent a:hover img  { opacity:.7; }
   
   /* TIPS & TRICKS
   ----------------- */
   #sidebar-tips              { width:300px; padding:30px 31px 30px 32px; display:block; margin-bottom:30px; text-align:center; }
   #sidebar-tips a:hover img  { opacity:.7; }
   
   /* EVENTS
   ----------------- */
   #sidebar-events            { width:300px; padding:30px 31px 30px 32px; display:block; background:url(images/sidebar-alt.png) repeat-y; margin-bottom:30px;
                                border-top:solid 1px #9d8762; border-bottom:solid 1px #9d8762; }
   #sidebar-events h2         { width:280px; height:36px; background:url(images/sidebar-races.png) left top no-repeat; text-indent:-9999px; margin-bottom:20px; }
   #sidebar-events p          { margin:0; padding:0; }
   #sidebar-events p a        { border-bottom:solid 1px #b59c71; padding:7px 5px; display:block; color:#603302; font-size:11px; }
   #sidebar-events p a:hover  { text-decoration:none; background:#b59c71; color:#7f1b00; }
   #sidebar-events p a strong { font-weight:bold; font-size:13px; }
   
   /* OFF ROAD
   ----------------- */
   #sidebar-off-road                   { width:300px; padding:0 48px 0 32px; display:block; margin-bottom:30px; font-size:11px; font-weight:bold; display:block; }
   #sidebar-off-road a                 { color:#7f1b00; text-decoration:none; }	
   #sidebar-off-road a:hover           { color:#042359; }  
   #sidebar-off-road a img             { padding-bottom:10px; }
   #sidebar-off-road a:hover img       { opacity:.7; }
   
   /* ADS
   ----------------- */
   #sidebar-ads               { width:300px; padding:30px 31px 30px 32px; display:block; background:url(images/sidebar-alt.png) repeat-y; text-align:center; margin-bottom:30px;
                                border-top:solid 1px #9d8762; border-bottom:solid 1px #9d8762; }
   #sidebar-ads h2            { width:280px; height:47px; background:url(images/sidebar-sponsors.png) left top no-repeat; text-indent:-9999px; margin-bottom:20px; }	
   #sidebar-ads img           { margin:0 3px 6px 3px; }
   #sidebar-ads img:hover     { opacity:.7; }

/* ---------------------------------------------------------------------------------------
   FOOTER
   --------------------------------------------------------------------------------------- */
   .push                { height: 233px; } /* This is for the Sticky Footer */
   #footer-wrapper      { height:365px; background:url(images/bg-footer.jpg) center top repeat-x #000; display:block; }
   #footer              { height:200px; width:660px; margin:0 auto; display:block; background:url(images/bg-footer-truck.png) left top no-repeat; padding:0 0 0 320px; }
   #footer h2           { color:#92accd; padding-top:50px; margin-bottom:20px; }
   #footer img          { margin-right:5px; }
   #footer a            { color:#91a0ad; text-decoration:none; }
   #footer a:hover      { text-decoration:underline; color:#6c9ecd; }
   #footer a:hover img  { opacity:0.7; }
   #footer p            { color:#6f6f6f; margin:5px 0;}
   #footer-left         { display:block; width:200px; float:left; }
   #footer-right        { float:right; display:block; width:435px; padding-top:0; }
   #footer-menu         { color:#92accd; margin-bottom:5px; font-size:16px; }
   #partner             { width:138px; height:14px; background:url(images/partner-4wd.png) left top no-repeat; margin:0; padding:0; text-indent:-9999px; display:block; }
   #partner:hover       { opacity:0.8; }

   /* SPONSORS
   ----------------- */
   .sponsors                      { display:block; width:902px; height:53px; margin:0 auto; padding:10px 29px 20px; overflow:hidden; background:#000; }
   #greg-sponsor                  { margin-bottom:5px; padding:10px 0 10px 40px; border:solid 1px #3e322d; }
   .sponsors a, .sponsors a img   { border:0; margin:0; padding:0; display:block; float:left; }
   .sponsors a img                { opacity:0.4; }
   .sponsors a:hover img          { opacity:1; }

/* ---------------------------------------------------------------------------------------
   PAGES
   --------------------------------------------------------------------------------------- */
   #author-page-wrapper, #rides-page-wrapper
                                 { width:960px; background:url(images/author-page-top.jpg) center top no-repeat; display:block; padding-top:39px; }
   #rides-page-wrapper           { margin: 20px auto 20px auto; }
   #author-page-wrapper          { margin: 20px auto 0 auto; }
   #author-page-wrapper.featured { padding-top:0; background:none; }
   
   #author-page                  { width:900px; background:url(images/author-page.jpg) center top repeat-y; padding:0 30px 0; display:block; overflow:hidden; }
   #author-page.featured         { width:960px; padding:0; overflow: hidden; }
   #author-page-bottom           { width:960px; height:39px; background:url(images/author-page-bottom.jpg) center top no-repeat; display:block; }
   
   #author-page h1, #category-title, .tab_content h2, #featured-static h1, .header-2
                                 { color:#042359; font-size:48px; margin-bottom:15px; border-bottom:dotted 1px #a7a597; padding-bottom:15px; margin-top:5px; }
   .tab_content h3               { font-family:'LeagueGothic', Arial, sans-serif; color:#042359; font-size:28px; line-height:30px;
                                   font-weight:normal; text-transform:uppercase; margin-bottom:5px; }
								   
   /* ---------------------------------------------------------------------------------------
   FEATURED ARTICLES - 01-11
   --------------------------------------------------------------------------------------- */    
   #featured-static{
	   float: left;
	   width: 520px;
   }
   
   .featured-name-1{ 
   	   font-family:'LeagueGothic', Arial, sans-serif; 
	   color:#042359; 
	   font-size:35px; 
	   line-height:45px; 
	   font-weight:normal;
       text-transform:uppercase; 
	   margin-bottom:5px; 
	   }
   
   .featured-name-2{ 
   	   font-family:'LeagueGothic', Arial, sans-serif; 
	   color:#7e1b00; 
	   font-size:35px; 
	   line-height: 45px; 
	   font-weight:normal;
       text-transform:uppercase; 
	   margin-bottom:5px; 
	   }
   
   #featured-image-main{
	   background:url(images/featured-blog-background.gif); 
	   background-repeat:no-repeat;
	   width: 351px;	   
	   height: 394px;
	   float:right;
   }
   
    #featured-image-crop{
	   width: 207px;
	   height: 200px;
	   overflow:hidden;
	   margin-top: 117px;
	   margin-left: 45px;
   }
   
   #featured-wrapper{
	   width:960px; 
	   background:url(images/featured_container_background.jpg) center top no-repeat; 
	   display:block; 
	   padding-top:39px;  
	   margin-top:25px;
	}
	
   #featured-page{ 
   	   width:900px; 
	   padding:0 30px 0; 
	   display:block; 
	   overflow:hidden;
	}
   
   #featured-previous{
	    background: url("images/author-page.jpg") repeat-y scroll center top transparent;
		width:900px; 
		padding:25px 30px 0; 
		margin-top: -5px
		display:block; 
		overflow:hidden;
	} 
	
	.previous_entries { font-family:'LeagueGothic', Arial, sans-serif; color:#e5d0aa; font-size:33px; line-height:33px; font-weight:normal;
                          text-transform:uppercase; margin-bottom:5px; }}

 	#featured-previous ul, #featured-previous ol{
		margin-bottom:20px; 
	}
	
   #featured-previous ul li{ background:url(images/bullet.gif) no-repeat left 6px; line-height:21px; margin-bottom:10px; padding:0 0 0 20px; }
   
   #featured-previous ol li{ border-bottom:1px dashed #b8ae8e; line-height:21px; list-style-position:outside; list-style-type:decimal; margin:10px 10px 10px 20px; padding-bottom:10px; }
   
   #featured-previous ul{ margin: 0; padding: 0; list-style: none;}
 
 html body #featured-previous li      { margin: 0 5px 50px; padding: 0; position: relative; float: left; width: 285px; text-align: center; background: none;}
   
   #featuredlist img 		         { padding: 4px 5px 3px 5px; background: url(images/team_thumb_bg.gif) no-repeat;}
   
   #featuredlist h2                { overflow: hidden; margin: -30px 0 0; padding: 0; float: left; width: 100%; position: relative; z-index: 99; font-size:24px; }
   
   #featuredlist h2 a              { color: #e5d0aa; background: #384153; height: 70px; line-height: 75px; display: block;}
   
   #featuredlist h2 afocus, .#featuredlist h2 a:hover {
	background: #1c1c1c;
	}
   #featuredlist li:hover img      { opacity:0.85; }         
   #featuredlist li:hover h2 a     { background-position: center bottom; text-decoration: none;}


   
   /* THE TEAM
   ----------------- */
   #author-page ul, #author-page ol
                                 { margin-bottom:20px; }
   #author-page ul li            { background:url(images/bullet.gif) no-repeat left 6px; line-height:21px; margin-bottom:10px; padding:0 0 0 20px; }
   #author-page ol li            { border-bottom:1px dashed #b8ae8e; line-height:21px; list-style-position:outside; list-style-type:decimal; margin:0 0 10px 20px; padding-bottom:10px; }
   #authorlist ul 			     { margin: 0; padding: 0; list-style: none;}
   html body #authorlist li      { margin: 0 0 50px; padding: 0; position: relative; float: left; width: 300px; text-align: center; background: none;}
   #authorlist img 		         { padding: 4px 5px 3px 5px; background: url(images/team_thumb_bg.gif) no-repeat;}
   #authorlist h2                { overflow: hidden; margin: -30px 0 0; padding: 0; float: left; width: 100%; position: relative; z-index: 99; font-size:24px; }
   #authorlist h2 a              { color: #e5d0aa; background: url(images/team_thumb_title.png) no-repeat center top; height: 47px; line-height: 47px; display: block;}
   #authorlist li:hover img      { opacity:0.85; }         
   #authorlist li:hover h2 a     { background-position: center bottom; text-decoration: none;}
   #author-page-greg             { display:block; width:806px; height:210px; margin:0 auto 40px; position:relative; }
   #author-page-greg h2 a        { display:block; width:186px; height:58px; color: #e5d0aa; background: url(images/greg-adler-author-title.png) left top no-repeat; text-indent:-9999px;
                                   top:20px; left:610px; position:absolute; }
   #author-page-greg:hover h2 a  { background-position: left bottom; text-decoration: none; }
   #author-page-greg:hover img   { opacity:0.85; }
   
   /* TOGGLE
   ----------------- */
   .toggle                       { display:block; float:left; width:600px; }
   .acc_trigger                  { float: left; overflow: hidden; width: 600px; }
   h3.acc_trigger                { padding-left:44px; background:url(images/toggle.png) no-repeat bottom left; height:34px; color:#052964; margin-bottom:10px;  }
   .acc_trigger:hover	         { cursor: pointer; color:#7f1b00; }
   .acc_container                { padding-left:44px; border-top:dotted 1px #858373; padding:20px 0 20px; margin-bottom:20px; float: left; overflow: hidden;width: 556px;}
   h3.active                     { background:url(images/toggle.png) no-repeat top left; color:#7f1b00; }
   h3.acc_trigger:active         { position:relative; top:1px; }

   /* TABS
   ----------------- */
   .tab_content                                       { padding: 40px 30px 20px; display:block; overflow:hidden; } 
   #author-page-wrapper ul.authortabs                 { list-style: none; width: 960px; overflow: hidden; position: relative; z-index: 50; margin:0; padding: 0; }
   #author-page-wrapper ul.authortabs li              { float: left; margin: 0; padding: 0; background:none; }
   ul.authortabs li a                                 { text-indent: -99999px; float: left; height: 168px; }
   #author-page-wrapper ul.authortabs li a:hover      { background-position: left -169px;}
   #author-page-wrapper ul.authortabs li.active a     { background-position: left -338px; }

   /* GREG TABS
   ----------------- */
   #greg_about 						  { margin-top: -20px; }
   img.author_banner 				  { margin: -40px 0 0 -30px;}
   
   .greg-video-banner                 { background:url(images/greg/greg-banner-video.jpg) left top no-repeat; display:block; width:960px; height:334px; margin:-40px 0 0 -30px; }
   .greg-video-banner .embed          { width:384px; height:231px; display:block; padding:15px 0 0 546px; }
/*   .greg-video-banner a               { display:block; text-indent:-9999px; width:345px; height:46px; display:block; margin:17px 0 0 571px;
                                        background:url(images/greg/greg-rc.jpg) left top no-repeat; }
   .greg-video-banner a:hover         { background:url(images/greg/greg-rc.jpg) left bottom no-repeat; }*/
   
   ul.authortabs li a:active          { position:relative; top:0; }
   ul.authortabs li a.greg_about      { background: url(images/greg/tab-greg-about.png) no-repeat; width: 227px; }
   ul.authortabs li a.greg_veh1       { background: url(images/greg/tab-greg-veh1.png) no-repeat; width: 239px; }
   ul.authortabs li a.greg_veh2       { background: url(images/greg/tab-greg-veh2.png) no-repeat; width: 240px; }
   ul.authortabs li a.greg_veh3       { background: url(images/greg/tab-greg-veh3.png) no-repeat; width: 254px; }
   
   /* ROBBY GORDON TABS
   ----------------- */
    #gordon_about 						  { margin-top: -20px; }   
   .gordon-video-banner                 { background:url(images/gordon/gordon-banner-video.jpg) left top no-repeat; display:block; width:960px; height:334px; margin:-40px 0 0 -30px; }
   .gordon-video-banner .embed          { width:384px; height:231px; display:block; padding:15px 0 0 546px; }

   ul.authortabs li a:active          { position:relative; top:0; }
   ul.authortabs li a.gordon_about      { background: url(images/gordon/tab-gordon-about.png) no-repeat; width: 227px; }
   ul.authortabs li a.gordon_veh1       { background: url(images/gordon/tab-gordon-veh1.png) no-repeat; width: 239px; }
   ul.authortabs li a.gordon_veh2       { background: url(images/gordon/tab-gordon-veh2.png) no-repeat; width: 240px; }
   ul.authortabs li a.gordon_veh3       { background: url(images/gordon/tab-gordon-veh3.png) no-repeat; width: 254px; }
   
      /* BRIAN DEEGAN TABS
   ----------------- */
    #deegan_about 						  { margin-top: -20px; }   
   .brian-video-banner                 { background:url(images/brian/brian-banner-video.jpg) left top no-repeat; display:block; width:960px; height:334px; margin:-40px 0 0 -30px; }
   .brian-video-banner .embed          { width:384px; height:231px; display:block; padding:15px 0 0 546px; }

   ul.authortabs li a:active          { position:relative; top:0; }
   ul.authortabs li a.deegan_about      { background: url(images/brian/tab-deegan-about.png) no-repeat; width: 316px; }
   ul.authortabs li a.deegan_mulisha       { background: url(images/brian/tab-deegan-mulisha.png) no-repeat; width: 325px; }
   ul.authortabs li a.deegan_videos       { background: url(images/brian/mulisha-products.png) no-repeat; width: 319px; }
   
   #author-page ul.deegan-thumb {margin: 20px auto 0; width:560px;}
   #author-page ul.deegan-thumb li { list-style: none; float: left; margin: 0 15px; padding: 0px;}
   #author-page ul.deegan-thumb li a img {border: 3px solid #432214;}
   
   /* BRENT TABS
   ----------------- */
    #brent_about 						  { margin-top: -20px; }   
   .brent-video-banner                 { background:url(images/brent/brent-banner-video.jpg) left top no-repeat; display:block; width:960px; height:334px; margin:-40px 0 0 -30px; }
   .brent-video-banner .embed          { width:384px; height:231px; display:block; padding:15px 0 0 546px; }

   ul.authortabs li a:active          { positi+on:relative; top:0; }
   ul.authortabs li a.brent_about      { background: url(images/brent/tab-brent-about.png) no-repeat; width: 227px; }
   ul.authortabs li a.brent_veh1       { background: url(images/brent/tab-brent-veh1.png) no-repeat; width: 239px; }
   ul.authortabs li a.brent_veh2       { background: url(images/brent/tab-brent-veh2.png) no-repeat; width: 240px; }
   ul.authortabs li a.brent_veh3       { background: url(images/brent/tab-brent-veh3.png) no-repeat; width: 254px; }
   
   /*--------------------Schedule------------------*/
	ul.schedule						  { list-style: none; margin: 20px 0; padding: 0; border-top: 1px solid #bebbab;}
	ul.schedule li 					  { border-bottom: 1px solid #bebbab; padding: 10px; margin: 0; text-align: right; }
	ul.schedule li.odd 				  { background: #ccc9b8; }
	ul.schedule li strong 			  { float: left; }
	
   .schedule                          { width:590px; display:block; }
   .schedule th, .schedule td         { padding:8px 5px; text-align:center; line-height:18px; }
   .schedule th                       { font-family:'LeagueGothic', Arial, sans-serif; color:#042359; font-size:24px; font-weight:normal; text-transform:uppercase; }
   .schedule tr                       { display:block; border-bottom:solid 1px #a9a187; width:590px; }
   .schedule .date                    { width:130px; }
   .schedule .location                { width:235px; border-right:solid 1px #a9a187; border-left:solid 1px #a9a187; }
   .schedule .city                    { width:150px; }
   .schedule tr.schedule-title        { border-bottom:solid 4px #a9a187; }
   
   
   
   /* CAROUSEL
   ----------------- */
   #author-page .carousel_placement				 { width: 700px; margin: 0 auto; border:none;}
   #author-page .carousel_wrap 					 { position: relative;}
   #author-page .carousel			             { list-style:none; margin:0 auto; padding:0; width: 555px; }
   #author-page .carousel ul.thumbs              { float: left; list-style:none; padding:0;  }
   #author-page .carousel ul.thumbs li           { float:left;  margin:0; padding:0; background:#432215; }
   #author-page .carousel ul.thumbs li img 		 { float: left;}
   #author-page .carousel ul.thumbs li a         { opacity:1; }
   #author-page .carousel ul.thumbs li a:hover   { opacity:0.8; }
   #author-page .carousel ul.thumbs li.active a  { opacity:1; }
   a.right-scroll 								 { background: url(images/carousel-right.png) no-repeat; width:33px; height: 33px; float: left; text-indent: -99999px;
                                                   position: absolute; right: -15px; bottom: 50px; z-index: 999; }
   a.left-scroll 								 { background: url(images/carousel-left.png) no-repeat; width:33px; height: 33px;float: left; text-indent: -99999px;
                                                   position: absolute; left: -15px; bottom: 50px; z-index: 999;}
   .carousel_placement a:hover 					 { cursor: pointer;}
/*   html .carousel_placement a:active             { position: absolute; bottom: 30px; }*/
   body.author .carousel_placement .carousel_wrap img { display: block; margin: 0 auto; } 

   /* KELLY TABS
   ----------------- */
   ul.authortabs li a.kelly_about     { background: url(images/kelly/tab-kelly-about.png) no-repeat; width: 227px; }
   ul.authortabs li a.kelly_veh1      { background: url(images/kelly/tab-kelly-veh1.png) no-repeat; width: 238px; }
   ul.authortabs li a.kelly_veh2      { background: url(images/kelly/tab-kelly-veh2.png) no-repeat; width: 240px; }
   ul.authortabs li a.kelly_cancer    { background: url(images/kelly/tab-kelly-cancer.png) no-repeat; width: 255px; }
   .specs-col                         { display:block; width:450px; }

   /* RIDES
   ----------------- */
   #rides-logos                  { list-style-type:none; margin:0; padding:0; background:none; }
   ul#rides-logos li             { float:left; background:none; padding:0; margin:0; }
   ul#rides-logos li a           { width:200px; height:135px; margin:0 5px 20px; display:block; text-align:center; background:#fff; padding:2px;
                                   -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:5px; border:solid 1px #b4ac92; }
   ul#rides-logos li a:hover     { -webkit-box-shadow:0px 0px 5px #423f2a; -moz-box-shadow:0px 0px 8px #423f2a; box-shadow:0px 0px 5px #423f2a; border:solid 1px #513f00; }
   

   #author-page ul, #author-page ol
                                 { margin-bottom:20px; }
   #author-page ul li            { background:url(images/bullet.gif) no-repeat left 6px; line-height:21px; margin-bottom:10px; padding:0 0 0 20px; }
   #author-page ol li            { border-bottom:1px dashed #b8ae8e; line-height:21px; list-style-position:outside; list-style-type:decimal; margin:0 0 10px 20px; padding-bottom:10px; }
   #authorlist ul 			     { margin: 0; padding: 0; list-style: none;}
   html body #authorlist li      { margin: 0 0 50px; padding: 0; position: relative; float: left; width: 300px; text-align: center; background: none;}
   #authorlist img 		         { padding: 4px 5px 3px 5px; background: url(images/team_thumb_bg.gif) no-repeat;}
   #authorlist h2                { overflow: hidden; margin: -30px 0 0; padding: 0; float: left; width: 100%; position: relative; z-index: 99; font-size:24px; }
   #authorlist h2 a              { color: #e5d0aa; background: url(images/team_thumb_title.png) no-repeat center top; height: 47px; line-height: 47px; display: block;}
   #authorlist li:hover img      { opacity:0.85; }         
   #authorlist li:hover h2 a     { background-position: center bottom; text-decoration: none;}
   
   #category-title               { padding-top:10px; }
   .vehicle_select 			     { float: right; margin: 5px 0 0; padding: 8px 10px 0 0; height: 31px; width: 239px; text-align: right; background: url(images/rides_bg.gif) no-repeat; }
   
   /* PERFORMANCE PARTS
   ------------------------ */	
   .performance-parts            { display:block; height:46px; padding-right:11px; background:url(images/red-bg-right.png) right center no-repeat; float:left; }
   .performance-parts a          { background:url(images/red-bg.png) left center no-repeat; font-family:'LeagueGothic', Arial, sans-serif; color:#ece3c5; height:31px;
                                   font-size:24px; font-weight:normal; text-transform:uppercase; padding:15px 20px 0 60px; float:left; text-shadow:0px 0px 3px #401c1c; }
								   
/*FORCE PRETTYPHOTO DISPLAY: NONE; FIXES INFINITE BOTTOM SCROLL*/
	.pp_pic_holder, .pp_overlay, .ppt 				 {display: none;}
	
	   /* KC CONTEST -- CAN REMOVE SEPT 1, 2011
   ------------------------ */	
   .kc-contest {
   border: 1px dashed #432214;
   padding: 10px;
   }
   
   .kc-contest img {
   margin-right: 15px;
   width: 300px;
   border: 1px solid #ccc; }
   
   .kc-contest p{
   width: 550px;
   padding: 25px 0 0 0;
   margin: 0px;
   }
   
   .contact-wrapper {
   border: 1px dashed #898567;
   padding: 10px;
   margin: 20px 0;
   width: 500px;
   }
   
   .contact-wrapper p {
   margin-bottom: 0px;
   }
   
   .contact-wrapper small {
   font-size: 11px;
   line-height: 15px;
   margin: 10px 0;
   display: inline-block;
   }
   
   .contact-wrapper span {
   display: inline-block;

   }
   
   h3.contact-label {
    color: #042359;
    font-family: 'LeagueGothic',Arial,sans-serif;
    font-size: 30px;
    margin: 0 0 7px 0;
    text-transform: uppercase;
   }
   
   input#send {
       background: url("/wp-content/themes/team-4wp/images/submit.png") no-repeat scroll left top transparent;
    border: 0 none;
    font-size: 0;
    height: 46px;
    margin-right: 20px;
    width: 110px;
	}
   
