/* Artfully masterminded by ZURB  */

/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Header Styles
:: Footer Styles
:: Thumbnail style 
*/



/************** Slider Orbit****************/

#featured img {width: 100%}

/* -----------------------------------------
   H Tag Styles
----------------------------------------- */
h2 {text-shadow:1px 1px #555555;}

/* -----------------------------------------
   Header Styles
----------------------------------------- */
span.highname {color: #ec008c;}
span.model-title {color: #ec008c; font-size: 24px;}




/* -----------------------------------------
   Footer Styles
----------------------------------------- */
.footer-bg {background:#000000; padding: 10px; font-weight:bold;
 font-style: tahoma; text-shadow:1px 1px #666666; margin-top: 40px; color:#a3a3a3; }



/* Thumbnail style */


.model_name_box {background: #252525; height:auto;
                 padding: 5px; color: #fff; margin: 0 0 22px 0;}

.model_name_box a {color: #fff;}
.model_name_box a:hover { text-decoration: underline;}

.more_updatesname {background: #252525; height:auto; font-size: 10px;
                 padding: 5px; color: #fff; margin: 0 0 22px 0;}

.latestupdate_thumb {padding: 5px; margin: 0 0 22px 0;}

.model_thumb {margin: 0 0 22px 0; padding: 10px;}

.update_info {font-size: 10px;}

.model_title {font-size: 12px;}

/******* back in top arrow sprite ********/
#navlist{position:relative;}
#navlist li{margin:0;padding:0;list-style:none;position:absolute;top:0;}
#navlist li, #navlist a{height:49px;display:block;}

#toparrow{left:0px;width:50px;}
#toparrow{background:url('../images/arrow.png') 0 0;}
#toparrow a:hover{background: url('../images/arrow.png') 0 -49px;}

.arrowcenter { margin-left: auto;   margin-right: auto;   width: 50px;  }




/* -----------------------------------------
   Awesome button
----------------------------------------- */

.awesome, .awesome:visited {
	background: #222 url(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;
}

	.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; }

	