/* 
 * basics
 */
	h1 { color: #494949; font-weight: normal; font-size: 20px; line-height: normal; margin-bottom: 15px}
	a { color: #4b8dc9; text-decoration: none;outline:none;}
	a:hover { color: #e79214; text-decoration: underline;}
	p{ margin: 0; padding: 0 0 10px 0;}
	
	.molengo { font-family: 'Molengo', arial, serif;}
	
	
/* 
 * Layout
 */
	body{ background: #fff url(/images/bg.jpg) top left repeat-x; color: #918e88; font-size: 12px; font-family: Arial, Helvetica, sans-serif; line-height: 18px;}
	
	#wrapper{ width: 960px; margin: 0 auto; padding-bottom: 30px}
	
	#hd { height: 90px; padding: 20px 0 0 0; margin-bottom: 30px;}
	#hd span { background: url(/images/scriptsrc-logo.png) no-repeat left top; width: 496px; height: 96px; margin: 0 auto; display: block; text-indent: -99999em; padding-bottom: 20px}
	#hd span a { width: 496px; height: 96px; display: block;}
	
	#subhd { background: url(/images/rule-line.png) bottom center no-repeat; text-align: center; padding: 0 0 20px 0; margin: 0 0 30px 0}
	#subhd p { font-size: 15px}
	
	#container{ width: 695px; margin: 0 auto; padding-bottom: 0;}
 
 	.red { color: #e70f0f}
 	
 	#corner-badge a{ width: 178px; height: 178px; background: url(/images/badge.png) top left no-repeat; text-indent: -99999em; position: absolute; top: 0px; right: 0px;}
 	
 	.box {background: url(/images/box.png) top left no-repeat; width: 332px; height: 168px; padding-top: 12px; margin:0 6px 30px 6px; float: left; position: relative; text-align: center}
 	
 	.logo { width: 332px; height: 96px; display: block; margin-bottom: 1px}
 	
 	.my_clip_button { background: url(/images/btn-copy.png) top left no-repeat; width: 165px; height: 71px; text-indent: -99999em; float: left; cursor:default; }
 	.my_clip_button.hover { background-position: 0 -71px }
 	.my_clip_button.active { background-position: 0 -71px }
	
	.info a{ background: url(/images/btn-info.png) top left no-repeat; width: 165px; height: 71px; text-indent: -99999em; float: right}
	.info a:hover { background-position: 0 -71px}
	
	.fetext{ display: none}
	
	#copied { width: 100%; height: 34px; font-size: 17px; padding-top:18px; bottom: 0px;left:0; position: fixed; text-align: center; color: #fff; z-index: 99; background: url(/images/copied-bg.jpg) top left repeat-x;display:none;}
	
	.download {height: 23px; width:100%; float: left; position: relative; top:-12px;}
	.download-wrap { position: relative; float:left; left: 50%}
	.download-push { float: left; position: relative; right: 50%}
	.download-left {background: url(/images/downloads-left.png) top left no-repeat; width: 21px; height: 23px; float: left}
	.download-right {background: url(/images/downloads-right.png) top left no-repeat; width: 21px; height: 23px; float: left}
	.download-rep {background: url(/images/downloads-rep.png) top left repeat-x; height: 23px; padding-top: 0px; float: left; color: #fff}
	
	.js-info { width: 400px; height: 300px; line-height: 30px; padding: 15px}
	
	.share-info { width: 400px; height: 200px; line-height: 30px; padding: 15px; text-align: center; background: url(/images/share-bg.jpg) bottom center no-repeat; background-position: 42px 150px }
	.badges { margin: 0 auto; width: 199px; margin-top: 50px}
	.twitter a{background: url(/images/twitter.png) top left no-repeat; width: 86px; height: 114px; float: left; text-indent: -99999em; margin-right: 30px}
	.digg a{background: url(/images/digg.png) top left no-repeat; width: 83px; height: 113px; float: left; text-indent: -99999em}
	
	
/* 
 * Layout / Footer
 */

	#footer{ color: #ffffff; font-size: 11px; width: 700px; margin: 0 auto; background: url(/images/rule-line.png) top center no-repeat; padding: 10px 0 20px 0; text-align:center }
	#footer .footer-links { width: 700px; margin: 0 auto; text-align:center}
	#footer .footer-links ul { list-style: none;}
	#footer .footer-links li { color: #494949; display: inline; padding: 0 10px 0 10px; border-right: 1px solid #494949}
	#footer .footer-links a{ color: #494949; text-decoration:none; }
	#footer .footer-links a:hover{ color: #e70f0f;}
	#footer .footer-links .noborder { border-right: 0px}
	.links { }
	.ai-logo a{ background: url(/images/ai-logo.png) top left no-repeat; width: 82px; height: 14px; text-indent: -99999em; font-size: 0px; float: right; margin: 3px 0 0 0}

