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

body{font-family:Lato; margin:0;}

#header{background:url(img/header-bg.png) repeat-x; height:175px; width:100%;}

/*Container for the charts*/
#cframe{width:960px; margin:10px 0 0 25px;}

/*Header Tags*/
#cframe h1{font-size:60px; font-weight:100; margin:0 0 17px; color:#222;}
#cframe h2{
	background-color: #0092AE;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    margin: 5px 0 20px 0;
    padding: 6px 0;
    position: relative;
    width: 960px;
	line-height:29px;
	text-align:center;
	float:left;
	height:30px;
}
#cframe h2:before, #cframe h2:after {
    content: " ";
    height: 0;
    position: absolute;
    width: 0;
	border-style: solid;
}
#cframe h2:before {
    border-width: 20px;
	border-color: transparent #FFFFFF transparent transparent;
    left: auto;
    right: 0;
    top: 0;
}
#cframe h2:after {
    border-color: #005B6D #005B6D transparent transparent;
    border-width: 6px 24px;
    left: 0;
    top: 100%;
}

h2 .rleft{float:left; display:inline; margin-left:15px;}
h2 .rright{float:right; display:inline; margin-right:35px;}

/*.overlabels{
	position:absolute;
	margin-top:200px;
	margin-left:200px;	
}*/

#cframe ul.topstats li{
	margin-bottom:15px;	
}

ul.topmembers:after{
 background: url("img/chartarrow.png") no-repeat scroll 0 0 transparent;
    content: "";
    display: inline-block;
    height: 56px;
    margin-left: -432px;
    margin-top: -45px;
    position: absolute;
	z-index:999;
    width: 25px;	
}
#membership03{}
#cframe h3{color:#555; font-size:16px; margin:0 0 15px;}
#cframe ol li{margin-top:10px; font-size:14px;}
#cframe .twothird:before{color:#555; font-weight:bold; font-size:16px; width:510px; display:block;}
#cframe ul{list-style:none; margin:0; padding:0;}
#cframe ul.topmembers li{width:180px; height:50px; margin:5px; font-size:13px; padding:5px; float:left;}
#cframe ul.topmembers li a{margin:4px; display:block; color:#0075a6; text-decoration:none;}
#cframe ul.topmembers li a:hover{text-decoration:underline;}
#cframe ul.topmembers li img{width:40px; height:40px; float:left; margin:5px 10px 0 0; background:#bbb;}
#cframe ul.topstats li{width:25%; height:60px; padding-top:20px; color:#666; border-top:1px solid #222; float:left;}
#cframe ul.topstats li span{display:inline-block; font-size:32px; margin-top:3px; font-weight:200; clear:left; color:#333;}

#cframe .lesstop{margin-top:-10px;}
#cframe .lessbottom{display:inline; margin-bottom:-10px;}

#cframe .fitted{height:inherit;}

.onethird, .twothird, .onequarter, .threequarter, .half, .full{float:left; margin:10px 0;}
.onequarter{width:240px; height:400px;}
.threequarter{width:700px; height:400px;}
.onethird{width:410px; height:300px;}
.twothird{width:546px; height:300px;}
.half{width:478px; height:300px;}
.full{width:100%; height:300px;}