/* @override http://www.statstack.com/wp-content/themes/statstack/style/statstack.css */

/*  
Theme Name: Stat Stackin'
Theme URI: http://www.statstack.com/
Version: 1.0.0
Description: Designed by StatStack.com
Author: J.J. Mancini

	Copyright: (c) 2010 StatStack.
	License: GNU/GPL Version 2 or later. http://www.gnu.org/licenses/gpl.html

*/
/*-------------------------------------------------------------------------------------------

INDEX:

1. SETUP
-1.1 Defaults
-1.2 Hyperlinks
-1.3 Font Decoration
-1.4 Rounding

2. SITE STRUCTURE & APPEARANCE
-2.1 Containers & Columns
-2.2 Navigation - Stacked Menu
-2.2.1 Drop-down menus
-2.3 Header
-2.4 Content
-2.5 Sidebar
-2.6 Footer


3. POSTS
-3.1 Typographic Elements
-3.2 Images
-3.3 Pagination / WP-Pagenavi
-3.4 Info boxes

4. WIDGETS
-4.1 Generic Widgets
-4.2 Specific Widgets
-4.3 WooTabs

5. COMMENTS
-5.1 Comments
-5.2 Pingbacks / Trackbacks
-5.3 Comments Form

6. MISC
-6.1 Buttons
-6.2 Info Boxes
-6.3 Conatct Form 

7. LAYOUTS
-7.1 Stat Area

-------------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------*/
/* 1. SETUP */
/*-------------------------------------------------------------------------------------------*/

/* 1.1 Defaults */
body {
	color: #333;
	font-size: 11px;
	padding: 10px 0 40px;
	background: #618c3d url(../_img/background-green4.jpg) repeat center fixed;
}
a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-weight: normal;
}
p {
	overflow: hidden;
}
.float-right {
	float: right;
}
.float-left {
	float: left;
}
/* 1.2 Hyperlinks */

a:link, a:visited  { color: #3088ff; text-decoration:none;}
a:hover {text-decoration:underline;}

/* 1.3 Font Decoration */
.red:link, .red:visited {
	color: #be3430;
}
.blue:link, .blue:visited {
	color: #0079cc;
}
.green:link, .green:visited {
	color: #8ac920;
}
.crammed {
	letter-spacing: -1px;
}
.boldest {
	font-weight: 900;
}
h2 {
	color: #000;
	font-size: 30px;
	letter-spacing: 1px;
	margin: 0 0 10px 0;
	padding-bottom: 5px;
	line-height: 30px;
	font-weight: 100;
	border-bottom: 1px solid #999;
}
h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited,
h4 a:link, h4 a:visited, h5 a:link, h5 a:visited, h6 a:link, h6 a:visited  { text-decoration: none; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover  {text-decoration: underline;}

/* 1.4 Rounding */
.round {
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  border-radius: 15px;
}
.round5 {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}
.round-top {
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 15px;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -khtml-border-top-left-radius: 15px;
  -khtml-border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.round-right {
  -moz-border-radius-topright: 15px;
  -moz-border-radius-bottomright: 15px;
  -webkit-border-top-right-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
  -khtml-border-top-right-radius: 15px;
  -khtml-border-bottom-right-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.round-bottom {
  -moz-border-radius-bottomleft: 15px;
  -moz-border-radius-bottomright: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
  -khtml-border-bottom-left-radius: 15px;
  -khtml-border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.round-left {
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-bottomleft: 15px;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -khtml-border-top-left-radius: 15px;
  -khtml-border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.round-topleft {
  -moz-border-radius-topleft: 15px;
  -webkit-border-top-left-radius: 15px;
  -khtml-border-top-left-radius: 15px;
  border-top-left-radius: 15px;
}
.pad-10 {
	padding: 10px;
}

/*-------------------------------------------------------------------------------------------*/
/* 2. SITE STRUCTURE & APPEARANCE */
/*-------------------------------------------------------------------------------------------*/

/* 2.1 Containers & Columns */
.container_12 {
	margin-bottom: 20px;
	overflow: visible;
}
#header {
	margin: 15px 0 10px 0;
}
.slider {
	height: 400px;
	background: transparent url(../_img/bg/450.png) repeat-x 0 0;
	margin-bottom: 20px;
}

/* 2.4 Content */
#content {
	/*background: transparent url(../_img/bg/1400.png) repeat-x 0 0;*/
	background: #fff;
	margin-bottom: 20px;
}
.stub {
	background: transparent url(../_img/bg/2402.png) repeat-x 0 0;
}
.stub h3{
	color: #000;
	font-size: 28px;
	letter-spacing: 1px;
	margin: 0 0 10px 0;
	padding-bottom: 5px;
	line-height: 28px;
	font-weight: 100;
	border-bottom: 1px solid #999;
}
.stub p {
	font-size: 16px;
	font-weight: 200;
}
.stub .awards {
	font-size: 16px;
	font-weight: 200;
	text-align: center;
}
.stub li {
	list-style: none;
	font-size: 16px;
	font-weight: 200;
	margin-left: 10px;
}	
.stub span {
	font-weight: bold;
}
.list {
	-moz-column-count: 3;
	-moz-column-gap: 10px;
	-webkit-column-count: 3;
	-webkit-column-gap: 10px;
	column-count: 3;
	column-gap: 10px;
}
.list li{
	margin-left: 50px;
	font-size: 12px;
	font-weight: 200;
	
}
.list ol li a {
	display:block;
	text-decoration:none;
	line-height:25px;
	border-top: 1px solid #f5f5f5;
	padding-left:10px;
	cursor:pointer;
}
.list ol li a:hover { 
	color:#000;
	background: -moz-linear-gradient(top, #f9f7d6, #f4f1be);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f9f7d6), color-stop(1, #f4f1be));
}
.list ol li a strong { margin-right:10px; }
.alpha60 {
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.3);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
.top-search {
	margin-bottom: -20px;
	color: #fff;
	height: 110px;
}
.top-search .url-form {
	margin: 0px 10px 0 10px;
}
	.top-search label {
		font-size: 18px;
		letter-spacing: 1px;
		padding-bottom: 5px;
		line-height: 22px;
		font-weight: 100;
	}
	
	.top-search .searchurl input.surl {
		float: left; 
		width: 760px;
		padding: 5px;
		border-color: #d5d9c7 #d5d9c7 #d5d9c7 #d5d9c7;
		border-width: 1px;
		border-style: solid;
		background: #f8f6de;
		height: 22px;
		margin-top: 3px;
	}
		.top-search .searchurl a:hover {
			text-decoration: none;
		}
	.top-search .surl {
		font-size: 18px;
		color: #555a61;
		font-weight: normal;
	}
	.top-search .awesome {
		margin: 2px 0 0 15px;
	}


/*.shadow{
	background: url(http://panic.com/transmit/img/header-shadow.png) center no-repeat;
	height: 22px;
}*/
#footer {
	margin: 50px 0 0 0;
    border-top: 1px solid #;
    padding:0px 0 0 0;
	float: left;
	width: 100%;
	min-width: 960px;
	clear: both;
	display: inline;
	color: #565656;
	/*background: #333;
	background: -moz-linear-gradient(top, #333, #111);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #484848), color-stop(1, #2c2c2c));*/
}
	#footer h3{
		color: #fff;
		font-size: 28px;
		letter-spacing: 1px;
		margin: 0 0 10px 0;
		padding-bottom: 5px;
		line-height: 28px;
		font-weight: 100;
		border-bottom: 1px solid #999;
	}
	#footer ul{
		margin-bottom: 20px;
	}
		#footer li {
			list-style: none;
			margin-left: 5px;
		}
			#footer li a{
				color: #2ba2f6;
				text-decoration: none;
				font-size: 12px;
			}
			#footer li a:hover{
				color: #68b4e9;
			}
.fcol1, .fcol2, .fcol3 {
	padding: 10px 10px 0 10px;
}
#footer .fcol4 h3 {
	color: #fff;
	font-size: 28px;
	letter-spacing: 1px;
	margin: 0 0 10px 0;
	padding-bottom: 5px;
	line-height: 28px;
	font-weight: 100;
	border-bottom: 1px solid #ccc;
}
	#footer .fcol4 p {
		color: #eee;
		margin: 0 0 5px 10px;
		padding-bottom: 5px;
		font-size: 12px;
	}
	#footer .fcol4 span {
		font-size: 10px;
		color: #c6d980;
	}
	#footer .fcol4 img {
		padding: 0px 10px 0px 0px;
	}
.copyright {
	margin: 0;
	padding: 0;
	font-size: 10px;
}
	div.copyright p{
		margin: 0;
		padding: 0;
		font-size: 10px;
	}
.fcol {
	background: #202020;
	opacity: .92;
}
/* 2.2 Navigation - Stacked Menu */
#theMenu {
	background: #e7e7e7;
}
.stacked-menu {
	background: #fff;
	margin: 10px 10px 30px 10px;
	padding: 3px 3px 3px 3px;
	border: 3px solid #323232;
}
.stacked-menu a{
	color: #fff;
	display: block;
}
.stacked-menu .parent a:hover{
	display: block;
	text-decoration: none;
	color: #eee;
}
	.stacked-menu ul{
		margin-bottom: 0px;
	}
		.stacked-menu li{
			display: block;
			list-style: none;
			height: 32px;
			line-height: 30px;
		}
		.stacked-menu .parent li{
			background: transparent url(../_img/stacked-menu/bg-ul.gif) repeat-x 0 0;
			height: 30px;
			color: #fff;
			font-weight: bolder;
		}
		.stacked-menu .ico-fav{
			background: transparent url(../_img/stacked-menu/ico-heart.png) no-repeat 0 0;
			padding-left: 25px;
			margin-left: 9px;
		}
		.stacked-menu .ico-clock{
			background: transparent url(../_img/stacked-menu/ico-clock.png) no-repeat;
			padding-left: 25px;
			margin-left: 9px;
		}
		.stacked-menu .ico-flag{
			background: transparent url(../_img/stacked-menu/ico-flag.png) no-repeat;
			padding-left: 25px;
			margin-left: 9px;
		}
		.stacked-menu .ico-pie{
			background: transparent url(../_img/stacked-menu/ico-pie.png) no-repeat;
			padding-left: 25px;
			margin-left: 9px;
		}
		.stacked-menu .ico-fav .active{
			background: transparent url(../_img/stacked-menu/ico-heart.png) no-repeat;
			padding-left: 25px;
			margin-left: 9px;
		}
		.stacked-menu .ico-clock .active{
			background: transparent url(../_img/stacked-menu/ico-clock.png) no-repeat;
			padding-left: 25px;
			margin-left: 9px;
		}
		.stacked-menu .ico-flag .active{
			background: transparent url(../_img/stacked-menu/ico-flag.png) no-repeat;
			padding-left: 25px;
			margin-left: 9px;
		}
		.stacked-menu .ico-pie .active{
			background: transparent url(../_img/stacked-menu/ico-pie.png) no-repeat;
			padding-left: 25px;
			margin-left: 9px;
		}
			.stacked-menu .sub-menu li{
				overflow: hidden;
				background: #f2f2f2;
				color: #777;
				font-weight: 400;
				border-bottom: 1px solid #f8f8f8;
				border-top: 1px solid #e6e6e6;
				background: transparent url(../_img/stacked-menu/ico-logoss.png) no-repeat 14px 0px;
				padding-left: 25px;
				text-indent: 10px;
			}
			.stacked-menu .sub-menu li:hover{
				background: transparent url(../_img/stacked-menu/ico-logoss.png) no-repeat 14px -30px;
				text-decoration: underline;
			}
			.stacked-menu p {
				background: #f2f2f2;
				margin: 0px;
				padding: 10px;
				border-bottom: 1px solid #f8f8f8;
				border-top: 1px solid #e6e6e6;
				text-align: center;
	
}
			.stacked-menu p a {
				display: inline-block;
				color: #666;
				font-weight: bold;
				background: url(../_img/icons/add.png) no-repeat;
				text-indent: 20px;
				font-size: 12px;
				line-height: 14px;
			}
			.stacked-menu .parent p a:hover {
				display: inline-block;
				color: #888;
			}





/*-----------------------------*/
/* Slider STYLES */
/*-----------------------------*/

#slider {

}
.slider .state {
	float: right;
	margin: 0px 3px 0;
	position: relative;
	height: 0px;
	z-index: 55;
}
	.slider .state p{
		float: right;
		margin-top: 10px;
		width: 17px;
		height: 17px;
		padding-right: 8px;
		background: url(../_img/slider-state.png) no-repeat;
	}
	.slider .state p:hover{
		background: url(../_img/slider-state.png) no-repeat 0 -17px;
		text-decoration: none;
	}
	.slider .state a:hover{
	
		text-decoration: none;
	}
	.slider-speech {
		text-align: center;
		height: 120px
	}
.searchurl input.surl {
	float: left; 
	width: 880px;
	height: 42px;
	padding: 7px 0 7px 7px;
	border-color: #d5d9c7 #d5d9c7 #d5d9c7 #d5d9c7;
	border-width: 1px;
	border-style: solid;
	margin-bottom: 10px;
	background: #fdfff7;
}
	.searchurl input.submit {
		margin-top: 10px;
		float: right;
		font-size: 14px;
	}
	.searchurl a:hover {
		text-decoration: none;
	}
.surl {
	font-size: 28px;
	color: #555a61;
	font-weight: normal;
}

.scroll {
  width: 940px;
  position: relative; /* fix for IE to respect overflow */
  clear: left;
}

.scrollContainer div.panel {
  width: 940px; /* change to 560px if not using JS to remove rh.scroll */
  height: 400px;
}
div.panel {
    z-index: 50;
}

/* 1.2 Slider URL Area */
.slider-url {
	padding: 20px;
	border-bottom: 1px solid #e1f0d8;
	height: 250px;
}
	.slider-url label{
		font-size: 18px;
		color: #656565;
	}
.features {
	height: 110px;
}
	.features h3{
		font-size: 18px;
		font-weight: 200;
		margin: 0px;
		padding: 10px 10px 0 10px;
		color: #5e5e5e;
	}
	.features p{
		font-size: 12px;
		padding: 0px 10px 0 10px;
		color: #666;
		width: 130px;
	}
	.features .history {
		background: url(../_img/feature/history.png) no-repeat center 60px;
		height: 110px;
	}
	.features .favorite {
		background: url(../_img/feature/heart-bg.png) no-repeat center;
		height: 110px;
	}
	.features .claim {
		background: url(../_img/feature/lunar-bg.png) no-repeat center;
		height: 110px;
	}
	.features .score {
		background: url(../_img/feature/statstack-score.png) no-repeat center;
		height: 110px;
	}
.capture {
	padding: 85px;
}

	#slider-search .url-form {
	height: 140px;
	}
#slider-stats {
	background: url(/_img/freshapps.com.png);
}
	#slider-stats img{
		float: right;
		opacity: .8;
	}
.sitedata {
	width: 400px;
	height: 400px;
	float: right;
	background: #202020 url(../_img/sitedata-shadow.png) no-repeat -25px;
	opacity: .92;
	position: relative;
}
	.sitedata h2{
		padding: 10px;
		color: #fff;
		font-size: 42px;
		letter-spacing: 1px;
		margin: 20px 0 0 15px;
		line-height: 36px;
		font-weight: 100;
		border: none;
	}
		.sitedata h2 span{
		font-size: 28px;
		color: #aaa;
	}
	.sitedata p{
		padding: 10px;
		color: #ddd;
		margin: 0 0 0 18px;
		font-size: 14px;
	}
	.sitedata .action-icons{
		position: absolute;
		bottom: 0;
		padding: 10px 10px 30px 10px;
		margin: 0 80px 0 0;
		color: #fff;
		font-size: 13px;
	}
	
	.sitedata .icon-area{
		margin: 0 0 0 50px;
		font-size: 13px;
		float: left;
		width: 50px;
		text-align: center;
	}
	.sitedata .icon-area img{
		margin-bottom: 10px;
	}
	.sitedata .icon-area a{
		color: #ccc;
	}


/* 1.2 Slider Area 2 - Loading Area */
.slider #slider-loading{

	}
.slider .transparency {
	opacity:0.5;  
    filter:alpha(opacity=50);  
    -moz-opacity:0.5;  
    background-color:#000000;  
    width:940px;  
    height:1500px;  
    position:absolute;  
    top:0px;  
    left:0px;  
    z-index:-1;
}
	.slider .loading-box{
		position: relative;
		width: 300px;
		height: 175px;
		background: #333;
		margin: 100px auto;
		color: #fff;
		padding: 15px;
	}
	.slider .loading-box img{

		background: #333;
		margin: 0 auto;
		text-align: center;
	}
		.slider .loading-box h4{
			font-weight: normal;
			text-align: center;
			font-size: 18px;
		}

/*-------------------------------------------------------------------------------------------*/
/* 7. LAYOUTS */
/*-------------------------------------------------------------------------------------------*/
/* 7.1 Statstack Area */
.statstack {
     
}
.statstack h3{
     font-size: 14px;
     text-align: center;
     line-height: 14px;
}
.statstack .legend{
	height: 50px;
	padding: 10px;
	margin: 0 -20px 10px 10px;
	background: -moz-linear-gradient(top, #f9f7d6, #f4f1be);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f9f7d6), color-stop(1, #f4f1be));
	opacity: .7;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}
	.statstack .legend h4{
		color: #333333;
		font-size: 14px;
		
	}
.statstack .stat-area {
     /*border-bottom: 3px solid #f2f2f2;*/
     margin-right: -20px;
}
	.statstack .ui-options {
	    float: left;
	    position: absolute;
	    background: #e7e7e7;
	    width: 20px;
	    margin-left: -20px;
	    padding-left: 4px;
	}
     .statstack .stat-area .header{
          border-bottom: 1px solid #909090;
     }
     .statstack .stat-area .header h5{
          font-size: 10px;
          margin: 0;
          color: #909090;
          text-align: left;    
     }
     .statstack .stat-area .sa-staticon{
          text-align: center;
          padding-left: 10px;
     }
          .statstack .stat-area .sa-staticon img{
               padding: 10px 0 0 5px;
          }
     .statstack .stat-area .sa-statscore{
         
     }
          .statstack .stat-area .sa-statscore .score{
               text-align: center;
               font-size: 26px;
               color: #4f4b4c;
               font-weight: 500;
               line-height: 70px;
          }
     .statstack .stat-area .sa-stattrend .scoretype{
          background: none;
     }
          .statstack .stat-area .sa-stattrend .trend{
               text-align: center;
               font-size: 24px;
               line-height: 70px;
               font-weight: 600;
          }
          	.statstack .stat-area .sa-stattrend .steady{
				font-weight: normal;
			}
          	.statstack .stat-area .sa-stattrend .good{
				color: #9fca57;
			}
          	.statstack .stat-area .sa-stattrend .bad{
				color: #ae5352;
			}
     .statstack .alt{
         
     }
.statstack .scoretype {
          background: url(../_img/icons/icons-help32x16.png) no-repeat right 0;
     }
.statstack .scoretype:hover {
          background: url(../_img/icons/icons-help32x16.png) no-repeat right -16px;
     }



.statstack .ss-score {
	background: -moz-linear-gradient(top, #fff, #f8f8f8);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #f8f8f8));
	margin: 0 -240px 0px 0;
	height: 220px;
	padding: 15px 0 15px 0;
	
}
	.shadow {
		margin: 0 -240px 0px 0;
		background: url(../_img/bg/header-shadow.png) 50% 0px no-repeat;
		height: 20px;
		opacity: .2;
	}
	.ss-score h3 {
			font-size: 28px;
			letter-spacing: 1px;
			margin: 0 0 10px 0;
			padding-bottom: 5px;
			line-height: 28px;
			font-weight: 100;
			border-bottom: 1px solid #999;
	}
	.ss-score p {
			font-size: 20px;
			letter-spacing: 1px;
			margin: 0;
			padding: 5px;
			line-height: 22px;
			font-weight: 100;
			text-align: center;
			color: #666;
	}
		.ss-score .img-ss-score {
			text-align: center;
		}
		.ss-score .img-ss-score-left {
			margin-right: 0px;
		}
		.ss-score .img-ss-score-right {
			margin-left: -3px;
		}
	.ss-score .explanation {
		font-size: 14px;
	}
	.ss-score-icon p {
			font-size: 12px;
			letter-spacing: 0px;
			margin: 0;
			padding: 5px;
			line-height: 22px;
			font-weight: normal;
			text-align: center;
			color: #bbb;
	}
.similar-sites {
	
}
.similar-sites ul{
	list-style: none;
	margin: 0px;
	font-size: 14px;
	letter-spacing: 1px;
	margin: 0;
	padding: 5px;
	line-height: 9px;
	font-weight: 100;
	color: #666;
}
	.similar-sites .ss-links li{
		font-size: 14px;
		letter-spacing: -1px;
		margin: 0;
		padding: 5px;
		line-height: 12px;
		font-weight: 900;
		text-align: left;
		color: #fff;
		background: url(../_img/icons/ss-blank-20.png) 3px 2px no-repeat;
	}
	.similar-sites li a{
		font-weight: 100;
		letter-spacing: 1px;
		padding-left: 7px;
	}
	.similar-sites li a{
		
	}
	.green {
	
}
	.red {
	
}
/* 7.2 Statstack Area - Homepage */
.homepage {
	margin-right: -240px;
}
.homepage .item {
	padding: 20px 220px 20px 20px;
	background: -moz-linear-gradient(top, #fff, #f8f8f8);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #f8f8f8));
}
.homepage .item h2 {
	color: #000;
	font-size: 52px;
	letter-spacing: 1px;
	margin: 0 0 10px 0;
	padding-bottom: 5px;
	line-height: 28px;
	font-weight: 100;
	text-decoration: none;
	border: none;
}
.homepage .item p {
	padding: 20px 0px 0px 20px;
	font-size: 24px;
}
.homepage .item .f-normal {
	padding: 45px 0px 20px 20px;
	font-size: 24px;
	font-weight: lighter;
}
	.homepage .item .f-normal span{
		font-family: Georgia, "Times New Roman", Times, serif;
		font-style: italic;
		color: #888;
	}
	.homepage .item .formula {
		height: 105px;
	}
.homepage .item .f-ss-score {
	padding: 45px 0px 20px 20px;
	font-size: 24px;
	font-weight: lighter;
	height:80px;
}
.homepage .item .img-ss-score {
	margin-bottom: -80px;
}
.homepage .item .f-history {
	padding: 35px 0px 40px 20px;
	margin: 0 0 -20px -20px;
	font-size: 24px;
	font-weight: lighter;
	height: 90px;
	text-align: right;
	background: url(../_img/homepage/history.png) bottom left no-repeat;
}



.button { background: #222 url(../_img/bg/overlay-button.png) repeat-x 0 0; display: inline-block; padding: 5px 15px 6px; color: #fff !important; font-size: 13px; font-weight: bold; line-height: 1; text-decoration: none; -moz-border-radius: 5px; -webkit-border-radius: 5px; -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.25); -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.25); text-shadow: 0 -1px 1px rgba(0,0,0,0.25); border-bottom: 1px solid rgba(0,0,0,0.25); position: relative; cursor: pointer; overflow: visible; width: auto; }
	button::-moz-focus-inner { border: 0; padding: 0; }
	
	.button:hover { background-color: #111; color: #fff; }
	.button:active { -webkit-transform: translateY(1px); -moz-transform: translateY(1px); }
	/* Small Buttons */
	.small.button { font-size: 11px; }
	/* Large Buttons */
	.large.button { font-size: 14px; padding: 8px 19px 9px; }
	/* Colors for our beloved buttons */
	.green.button { background-color: #91bd09; }
	.green.button:hover { background-color: #749a02; }
	.blue.button { background-color: #2daebf; }
	.blue.button:hover { background-color: #007d9a; }
	.red.button { background-color: #e33100; }
	.red.button:hover { background-color: #872300; }
	.magenta.button{ background-color: #a9014b; }
	.magenta.button:hover { background-color: #630030; }
	.orange.button { background-color: #ff5c00; }
	.orange.button:hover { background-color: #d45500; }
	.orangellow.button { background-color: #ffb515; }
	.orangellow.button:hover { background-color: #fc9200; }
	.white.button { background-color: #fff; border: 1px solid #ccc; color: #666 !important; font-weight: normal; text-shadow: 0 1px 1px rgba(255,255,255,1); }
	.white.button:hover { background-color: #eee; }
	/* Secondary buttons (perfect for Cancels or other secondary actions */
	.secondary.button { background: #fff url(/images/gradients/36px-black.png) repeat-x 0 0; color: #555 !important; text-shadow: 0 1px 1px rgba(255,255,255,0.5); border: 1px solid #bbb; -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1); -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1); }
	.secondary.button:hover { background-color: #eee; color: #444 !important; border-color: #999; }

	/* Make the buttons super awesomer */
	.super.button { background-image: url(../_img/bg/super-button-overlay.png); font-size: 13px; padding: 0; border: 1px solid rgba(0,0,0,.25);  }
	.super.button span { display: block; padding: 4px 15px 6px; border-top: 1px solid rgba(255,255,255,.2); line-height: 1; }
	.small.super.button { font-size: 11px;  }
	.small.super.button span { padding: 2px 12px 6px; -webkit-border-radius: 11px; -moz-border-radius: 11px; }
	.small.white.super.button span { padding: 3px 12px 5px; }
	.large.super.button { background-position: left bottom; -webkit-border-radius: 18px; -moz-border-radius: 18px; }
	.large.super.button span { font-size: 14px; padding: 7px 20px 9px; -webkit-border-radius: 17px; -moz-border-radius: 17px; }
	
.awesome, .awesome:visited, .awesome:link {
	background: #222 url(../_img/bg/alert-overlay.png) repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	float: right;
}
 
	.awesome:hover							{ background-color: #111; color: #fff; }
	.awesome:active							{ top: 1px; }
	.small.awesome, .small.awesome:visited 			{ font-size: 11px; padding: ; }
	.awesome, .awesome:visited,
	.medium.awesome, .medium.awesome:visited 		{ font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
	.large.awesome, .large.awesome:visited 			{ font-size: 14px; padding: 8px 14px 9px; }
	
	.green.awesome, .green.awesome:visited		{ background-color: #91bd09; }
	.green.awesome:hover						{ background-color: #749a02; }
	.blue.awesome, .blue.awesome:visited		{ background-color: #2daebf; }
	.blue.awesome:hover							{ background-color: #007d9a; }
	.red.awesome, .red.awesome:visited			{ background-color: #e33100; }
	.red.awesome:hover							{ background-color: #872300; }
	.magenta.awesome, .magenta.awesome:visited		{ background-color: #a9014b; }
	.magenta.awesome:hover							{ background-color: #630030; }
	.orange.awesome, .orange.awesome:visited		{ background-color: #ff5c00; }
	.orange.awesome:hover							{ background-color: #d45500; }
	.yellow.awesome, .yellow.awesome:visited		{ background-color: #ffb515; }
	.yellow.awesome:hover							{ background-color: #fc9200; }

