@charset "UTF-8";
/* OVERALL STYLES */
@font-face {
    font-family: 'LeagueGothicRegular';
    src: url('../_includes/League_Gothic-webfont.eot');
    src: url('../_includes/League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../_includes/League_Gothic-webfont.woff') format('woff'),
         url('../_includes/League_Gothic-webfont.ttf') format('truetype'),
         url('../_includes/League_Gothic-webfont.svg#LeagueGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{
	background:#ebeaea;
}
a{
	color:#09F;
	text-decoration:none;
}
a:hover{
	color:#0CF;
}
h1, h2, h3{
	font: 60px/1em 'LeagueGothicRegular', Arial, sans-serif;
	letter-spacing:0;
	color:#333;
}
h1{
	font-size:40px;
	margin:0;
	padding:18px 0 0 12px;
}
.intro a{
	color:#000;
}
.intro a:hover{
	color:#666;
}
strong{
	color:#000;
}
a strong{
	color:#09F;
}
h2{
	font-size:68px;
	color:#333;
}
h3{
	font-size:37px;
	margin:25px 0 12px 0;
	color:#333;
}

p{
	line-height:19px;
	font-size:14px;
}

/* HEADER AREA */
#header{
	height:211px;
	background-image:url(../_images/head_bg.jpg);
}
#head_inner{
	width:810px;
	margin:0 auto;
	background-image:url(../_images/head_main.png);
	height:211px;
	text-align:center;
}

/* MIDDLE AREA */
#white{
	width:100%;
	background:#fff;
}
#mainarea{
	width:810px;
	margin:0 auto;
	color:#666;
}
#mid_left{
	margin:0 23px 40px 0;
	width:620px;
	float:left;
}
#mid_left h2{
	margin:0 0 12px;
	padding:0 0 10px;
}

#mid_right{
	width:167px;
	float:right;
}
#mid_nav{
	width:167px;
}
#mid_nav ul{
	list-style:none;
	margin:23px 0 0;
	padding:0;
	font-weight:bold;
	font-size:13px;
}
#mid_nav li{
	margin-top:13px;
}
.fixed{
	position:fixed;
	z-index:10;
}

h2, #mid_right h3{
	border-bottom:1px solid #ccc;
}
#mid_right h3{
	color:#999;
	margin:0 0 23px;
	padding:28px 0 13px;
}
.thumb {
	float:left;
	margin:0 12px 12px 0;
	box-shadow:0 1px 5px 0 #CCC;
}

#stats p{
	font-size:11px;
	text-transform:uppercase;
	margin:0;
	padding:0;
	/*width: 167px;
	float:left;*/
}
.statsect{
	margin:0 12px 0 0;
}


/* FOOTER AREA */
#footer{
	clear:both;
	font-size:12px;
	font-weight:bold;
	display:table;
	margin:40px 0 0 0;
	position:relative;
	z-index:17;
	background:#fff;
	width:810px;
}
#footer h4{
	border-bottom:1px solid #ccc;
	font-size:14px;
	padding:0 0 10px;
	margin:0;
	color:#333;
}
#footer h4 a{
	color:#333;
}
#footer h4 a:hover{
	color:#999;
}
#footer li{
	display:inline;
}
#footer ul{
	padding:0;
}
#foot_left{
	float:left;
	width:400px;
}
#foot_left a{
	margin:0 15px 0 0;
}
#foot_right{
text-align:right;
	width:810px;
}
#foot_right a{
	color:#7cc9fd;
	margin:0 0 0 15px;
}
#foot_right a:hover{
	color:#43a1ff;
}



#feet{
	position:relative;
	z-index:20;
	background:#c1c1c2 url(../_images/floor.jpg) center top no-repeat;
	height:172px;
}
#feet_inner{
	width:810px;
	margin:0 auto;
	background:url(../_images/feet.png) center top no-repeat;
	height:172px;
}

/* Designs Page */
#designs #mid_left{
	width:810px;
	margin-right:0;
}
#designs #mid_left ul{
	list-style:none;
	margin:0;
	padding:0;
	width:822px;
}
#designs #mid_left li{
	margin:0;
	padding:0;
	display:block;
	float:left;
	margin:0 12px 12px 0;
	background-color:#0CF;
	bottom:0;
position:relative;
-moz-transition: all 0.4s; /* Firefox 4 */
-webkit-transition: all 0.4s; /* Safari and Chrome */
-o-transition: all 0.4s; /* Opera */
}
#designs #mid_left li:hover{
	bottom:6px;
}
#designs #mid_left li a{
	-moz-box-shadow: 0 0 2px #888;
-webkit-box-shadow: 0 0 2px#888;
box-shadow: 0 0 2px #888;
display:block;
transition: all 0.3s;
-moz-transition: all 0.7s; /* Firefox 4 */
-webkit-transition: all 0.7s; /* Safari and Chrome */
-o-transition: all 0.7s; /* Opera */

}
#designs mid_left li a img{
	height:auto;
	width:80%;
}
#designs #mid_left a:hover{
	opacity:0.7;
	
	
	-moz-box-shadow: 0 6px 5px #888;
-webkit-box-shadow: 0 6px 5px#888;
box-shadow: 0 6px 5px #888;
}
