/*
Theme Name: Academy BMX
Theme URI: http://www.academybmx.com/
Description: Academy BMX 2011
Author: Academy BMX
Version: 1.0
*/

@charset "UTF-8";

@font-face {
    font-family: 'BebasRegular';
    src: url('/wp-content/themes/academy/fonts/BEBAS___-webfont.eot');
    src: url('/wp-content/themes/academy/fonts/BEBAS___-webfont.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/academy/fonts/BEBAS___-webfont.woff') format('woff'),
         url('/wp-content/themes/academy/fonts/BEBAS___-webfont.ttf') format('truetype'),
         url('/wp-content/themes/academy/fonts/BEBAS___-webfont.svg#BebasRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/** GLOBAL **/
body{
	font-size: 11px;
	font-family: Arial;
}

/** MAIN **/
#bodywrap{
	margin: 20px auto;
	padding: 10px;

	width: 940px;
}
#header{	
	float: left;
	width: 940px;
}
	#logo{
		position: relative;
		left: 313px;
		
		width: 315px;
		height: 205px;
		
		display: block;
		
		z-index: 2;
	}
		#academy, #academy:hover, #academy:visited{
		}
		#academy{
			position: absolute;
			z-index: 10;
			
			width: 315px;
			height: 205px;
			
			display: block;
					
			background-image: url(/wp-content/themes/academy/img/logo.png);
			background-position: 0 0;
		}
			#academy.diss{margin:-9999px!important;}
			#academy.ha{margin:0!important;}
			
		#fb{
			position: absolute;
			z-index: 9;
			
			width: 315px;
			height: 205px;
			display: block;
		
			line-height: 114px;
			text-align: center;
			
			background-image: url(/wp-content/themes/academy/img/logo-faded.png);
			background-position: 0 0;
		}
			#fb iframe{
				margin: 115px 0 0 115px;
				
				z-index: 11;
				display: block;
			}
#navwrap{
	position: relative;
	top: -77px;
	
	z-index: 1;

	float: left;
	width: 940px;
	
	font-size: 12px;
	font-family: 'BebasRegular';
	
	letter-spacing: 2px;
	
	text-transform: uppercase;	
	text-align: center;
}
#navL{
	margin: 0 0 0 -30px;
	padding: 0 0 15px 30px;

	float: left;
	
	background-image: url(/wp-content/themes/academy/img/ribbon_left.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#navR{
	margin: 0 -30px 0 0;
	padding: 0 30px 15px 0;

	float: right;
	
	background-image: url(/wp-content/themes/academy/img/ribbon_right.png);
	background-repeat: no-repeat;
	background-position: right top;
}
	.nav{
		margin-top: -5px;
		
		float: left;
		width: 100%;
		
		background-color: #E0001A;
	}
	.nav li{
		margin-right: 15px;
		padding: 10px;
		
		float: left;
	}
		.nav li:last-child, .nav li.last{
			margin-right: 0;
		}
		.nav li a{
			display: inline-block;
		
			color: #FFFFFF;
			text-decoration: none;
		}
		.nav li a:hover{
			color: #500009;
		}

#container{	
	clear: both;
	float: left;
	width: 940px;
}
#feature{
	margin-bottom: 30px;
	position: relative;

	overflow: hidden;

	clear: both;
	float: left;
	width: 940px;
	height: 345px;
	
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
#feature a.next,
#feature a.prev{
	position: absolute;
    top: 50%;
    z-index: 1000;
    display: block;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    background-position: center;
}
#feature a.next{
	right: 10px;
	background-image: url('/wp-content/themes/academy/img/right-arrow.png');
}
#feature a.prev{
	left: 10px;
	background-image: url('/wp-content/themes/academy/img/left-arrow.png');
}
	#productsGallery{
		overflow: hidden;
		clear: both;
		width: 730px;
		position: relative;
	}
	#productsGallery a.next,
	#productsGallery a.prev{
		position: absolute;
	    top: 50%;
	    z-index: 1000;
	    display: block;
	    width: 32px;
	    height: 32px;
	    text-indent: -9999px;
	    background-position: center;
	}
	#productsGallery a.next{
		right: 10px;
		background-image: url('/wp-content/themes/academy/img/right-arrow.png');
	}
	#productsGallery a.prev{
		left: 10px;
		background-image: url('/wp-content/themes/academy/img/left-arrow.png');
	}
	.slides_container a, .slides_control{
		float: left;
		display: block;
	}
	#feature .slides_control{
		overflow: hidden;
		width: 940px;
		height: 345px!important;
	}
		#productsGallery .slides_control{
			overflow: hidden;
			width: 730px;
		}
		#productsGallery img{
			
		}
	#feature .pagination{	
		display: none;	
	}
	
#maincolumn{
	float: left;
	width: 700px;
}
	#maincolumn.products{
		width: 730px;
	}
#sidecolumn{
	margin-bottom: 10px;
	padding: 15px 10px 10px;
	
	float: right;
	width: 200px;
	
	background-color: #F9F9F9;
}
	#sidecolumn.product_list{
		float: left;
		width: 170px;
	}
		.product_list ul{
			margin-bottom: 40px;
		}
	#sidecolumn .aside{
		margin-bottom: 40px;
		
		clear: both;
		float: left;
	}
		#sidecolumn .aside ul{
			padding-left: 5px;
			
			list-style-position: inside;
			list-style-image: url('/wp-content/themes/academy/img/right_arrow.png');
		}
			#sidecolumn .aside ul li{
				margin-bottom: 8px;
				padding-top: 2px;
			}
				#sidecolumn .aside ul li a{
					display: block;
				}
					#sidecolumn .aside ul li a:hover{
						text-indent: 3px;

					}
		#search form{
			float: left;
		}
			#search input{
				padding: 5px;
				
				clear: both;
				float: left;
				width: 190px;
				
				border: none;
				
				background-color: #CCCCCC;
			}
#footer{
	padding: 10px 0;
	
	clear: both;
	float: left;
	width: 100%;
	
	border-top: 1px solid #CCCCCC;
}
		
/** LINKS **/
a{
	-o-transition-duration: .1s;
	-o-transition-property: color, background-color, text-indent, border;
	
	-webkit-transition-duration: .1s;
	-webkit-transition-property: color, background-color, text-indent, border;	
}
a:link, a:visited{
	color: #E0001A;
	font-weight: normal;
	text-decoration: none;
}
a:hover{
	color: #666666;
}

/** TYPOG **/
.info p{
	margin: 0 30px 0 0!important;
	
	float: left;
	
	color: #999999!important;
	font-size: 11px!important;
}
.post p{
	margin-bottom: 20px;

	color: #666666;
	font-size: 12px;
	
	line-height: 20px;
}
	.productinfo ul{
		margin: 5px 0 15px 20px;
	}
		.productinfo ul li{
			font-size: 12px;
			line-height: 16px;
			list-style: disc;
		}
#product_details p{
	font-size: 13px;
	line-height: 22px;
}
#sidecolumn p{
	color: #666666;
	font-size: 11px;
	line-height: 16px;
	
	text-align: justify;
}
#footer p{
	color: #999999;
	font-size: 12px;
	
	line-height: 16px;
}

/** HEADINGS **/
h1, h2, h3{
	font-family: 'BebasRegular';
}
h1{
	margin-bottom: 30px;
	padding-bottom: 30px;

	clear: both;

	color: #222222;
	font-size: 30px;
	
	text-align: center;
	
	letter-spacing: 2px;
	
	border-bottom: 2px solid #222222;
}
	.products h1{
		border-bottom: none;
	}
h2{
	margin: 0 0 10px;
	
	font-weight: normal;
	letter-spacing: 2px;
}
h3{
}
	.aside h3{
		margin-bottom: 10px;
		
		color: #999999;
		font-size: 10px;

		text-shadow: 1px 1px 1px #FFFFFF;
		letter-spacing: 2px;
	}
	.products h3{
		margin: 0;
		padding: 5px;
	
		color: #FFFFFF;
		font-size: 14px;
		font-family: 'Metrophobic';
		
		letter-spacing: normal;
		text-align: center;
		
		background-color: #E0001A;
	}
	#product_details h3{
		margin-bottom: 10px;
	}
	
/** POSTS **/
.post{
	margin-bottom: 60px;
	padding-bottom: 40px;
	
	float: left;
	width: 100%;
	
	border-bottom: 1px solid #CCCCCC;
}
	.post img{
		width: 100%;
		height: auto;
	}
.info{
	margin: 5px 0 30px;
	padding-bottom: 10px;

	float: left;
	width: 100%;
	
	border-bottom: 1px solid #EEEEEE;
}
.entry{
	width: 700px;
}

/** PRODUCTS **/
.tcp_products_list{
	margin-left: 5px;
}
.tcp_product{
	margin-bottom: 15px;

	float: left;
	width: 310px;
}
	.tcp_product a img{
		opacity: 1;	
	}
 		.tcp_product a:hover img{
			opacity: .5;
		}
.entry-post-thumbnail{
	margin: 5px;
	border-bottom: 1px solid #CCCCCC;
}
	.tcp_product:hover .entry-post-thumbnail{
		border-bottom: 1px solid #999999;
	}

#share{
	margin-bottom: 10px;
	padding-bottom: 10px;
	
	border-bottom: 1px solid #CCCCCC;
}
#product_details{
	margin-bottom: 30px;
}

/** PAGE NAVIGATION **/
.wp-pagenavi{
	margin-bottom: 30px;

	clear: both;
	float: left;
}
	.wp-pagenavi .pages, .wp-pagenavi .nextpostslink, .wp-pagenavi .page, .wp-pagenavi .previouspostslink, .wp-pagenavi .current{
		margin-right: 10px;
	}
	.wp-pagenavi .pages{
		color: #999999;
	}
	.wp-pagenavi .current{
		color: #E0001A;
		font-weight: 900;
	}
	
/** CONTACT **/
#contact{
	float: left;
	width: 380px;
	display: block;
}
#contact div, #contact label, #contact input, #contact textarea{
	margin-bottom: 20px;
	width: 380px;
	
	color: #222222;
	font-size: 14px;
}
	#contact label{
		margin-bottom: 10px;
		
		display: block;
		
		color: #999999;
	}
	#contact input, #contact textarea{
		font-size: 11px;
	}
	#contact .s{	
		padding: 5px;
		cursor: pointer;
	
		color: #FFF;
		font-size: 20px;
		font-family: 'BebasRegular';
		
		letter-spacing: 1px;
		
		text-align: center;
		
		border: none;
		
		background-color: #E0001A;
	}
		#contact .s:hover{	
			color: #500009;
		}
	#contact .error, p.error{
		color: #CC0000;
	}
		
/** TABLES **/
.wp-table-reloaded{
	margin-bottom: 20px;
	
	clear: both;
	float: left;
	width: 100%;
}
.wp-table-reloaded caption{
	display: none;
}

#slideshow-wrapper #slideleft, #slideshow-wrapper #slideright{
	background-color:#fff!important;
}
#productsGallery{
	margin-bottom: 20px;
}
	#productsGallery .pagination{
		display: none;
	}
	#productsGallery .slides_control{
		height: 500px!important;
	}
	#productsGallery .slides_control div{
		height: 500px;
	}
	
	#productsGallery .slides_container a{
		height: 500px!important;
	}
		#productsGallery .slides_container a img{
			max-height: 100%;
			// width: 100%;
			width: 730px;
		}
	
	
/** Products **/
.row{
	position: relative;
	margin-bottom: 40px;
	clear: both;
	float: left;
	width: 100%;
}
	.col{
		position: relative;
		margin-right: 6px;
		width: 170px;
		float: left; 
	}
		.col p{
		//	height: 45px;
		}
		.col img{
			width: 100%;
			height: 118px;
			overflow: hidden;
		}
		.col a.thumbnail{
			display: block;
			height: 118px;
			width: 170px;
			overflow: hidden;
		}
	.col:last-child{
		margin-right: 0;
	}
.row a img{
	transition: opacity 0.2s ease 0s; 
	-moz-transition: opacity 0.2s ease 0s; 
	-webkit-transition: opacity 0.2s ease 0s; 
	-o-transition:  opacity 0.2s ease 0s; 
	-ms-transition: opacity 0.2s ease 0s; 
}
.row a:hover img{
	opacity: .75;
}

/** dealers table **/
.wp-table-reloaded{
	font-size: 7.5pt!important;
}
.banner-details{
    display: none;
}