/*
Title: Clockworklings
Author: (r)This site runs like Clockwork (http://www.clockwork.net)
Update: December 2009
*/

html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a, img {
	border: 0;
	margin: 0;
	padding: 0;
}

body  {
	font: 100% Helvetica, Arial, Verdana, sans-serif;
	background: #000 url(/amm/themes/clockworklings/images/bg_pattern.jpg) top center repeat;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000000;
}
p {
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 20px 0;
}
a {
	color: #ffcc00;
	text-decoration: none;
}
a:hover {
	color: #ffeb9a;
}
h1, h2, h3, h4, h5, h6 {
	font: 100% Gotham, Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 28px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 13px;
}
h6 {
	font-size: 12px;
}
#page_container { 
	width: 960px; 
	background: url(/amm/themes/clockworklings/images/bg_page.jpg) 0 0 no-repeat;
	margin: 0 auto;
	text-align: left; 
} 
.container {
	width: 960px; 
	margin: 0 auto;
	text-align: left; 
}
#header { 
	position: relative;
	height: 169px;
} 
#logo {
	position: absolute;
	top: 28px;
	left: 0;
}
#header h1 {
	width: 260px;
	height: 47px;
	position: absolute;
	top: 33px;
	right: 0;
}
#header h1 a {
	display: block;
	width: 260px;
	height: 47px;
	text-indent: -9999em;
	background: url(/amm/themes/clockworklings/images/btn_what_are.gif) 0 0 no-repeat;
}
#header h1 a:hover {
	background: url(/amm/themes/clockworklings/images/btn_what_are.gif) 0 -47px no-repeat;
}
#sidebar h2 {
	margin: 0 0 5px 0;
	font-weight: bold;
	color: #fff;
}
	#cocktails #sidebar h2, 
	#actionchess #sidebar h2 b,
	#tic_tac_math #sidebar h2 {
		color: #59cfed;
		font-weight: bold;
	}
	#rocket_hunter #sidebar h2 b {
		color: #60D52E;
		font-weight: bold;
	}
	#actionchess #sidebar h2,
	#actionchess #sidebar h2 {
		font-weight: normal;
	}
	#bubbler #sidebar h2 {
		color: #ffcc00;
	}
#sidebar h3 {
	margin: 0 0 25px 0;
	font-weight: normal;
	color: #fff;
}
	#cocktails #sidebar h3,
	#bubbler #sidebar h3,
	#actionchess #sidebar h3,
	#rocket_hunter #sidebar h3,
	#tic_tac_math #sidebar h3	 {
		color: #c2f6ff;
	}
	#sidebar h3 span.citation {
		font-size: 14px;
		font-weight: normal;
		padding: 5px 0 0 0;
		display: block;
	}

#sidebar h4 {
	font-size: 14px;
	font-weight: normal;
	color: #003c4c;
	text-transform: uppercase;
}
#sidebar p {
	color: #fff;
}
#features {
	width: 300px;
	height: 258px;
	background: url(/amm/themes/clockworklings/images/bg_features.jpg) top left no-repeat;
}
#features h4 {
	padding: 15px 10px;
}
#features p {
	margin: 10px;
}
#features ul {
	color: #eafaff;
	font-size: 16px;
	margin: 20px 10px;
}
#features ul li {
	padding: 0 0 0 20px;
	margin: 0 0 20px;
	background: url(/amm/themes/clockworklings/images/icon_check.gif) 0 0 no-repeat;
	list-style: none;
}
#main_content { 
	width: 640px;
	float: left;
	margin: 0 0 0 10px;
	padding: 0;
}
#sidebar {
	float: left;
	width: 300px; 
	padding: 45px 0 0 0;
} 
#grey_bar {
	background: #444444 url(/amm/themes/clockworklings/images/bg_greybar.jpg) top left repeat-x;
	height: 258px;
}
#grey_bar ul {
	padding: 0 0 0 10px;
	margin: 0;
	height: 238px;
	float: left;
}
#grey_bar li {
	display: block;
	float: left;
	list-style: none;
	height: 100%;
	width: 128px;
	margin: 0 30px 0 0;
}
#grey_bar li a {
	display: block;
	position: relative;
	height: 238px;
	width: 128px;
	background: url(/amm/themes/clockworklings/images/bg_iphone_small2.jpg) 0 -238px no-repeat;
}
#grey_bar li.selected a,
#cocktails #grey_bar li.cocktails.app a,
#bubbler #grey_bar li.bubbler.app a,
#actionchess #grey_bar li.actionchess.app a,
#rocket_hunter #grey_bar li.rocket_hunter.app a,
#tic_tac_math #grey_bar li.tic_tac_math.app a
 {
	background: url(/amm/themes/clockworklings/images/bg_iphone_small2.jpg) 0 0 no-repeat;
}
#grey_bar li a img {
	position: absolute;
	top: 80px;
	left: 28px;
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
}
#grey_bar li a:hover img, #grey_bar li.selected a img,
#cocktails #grey_bar li.cocktails.app a img,
#bubbler #grey_bar li.bubbler.app a img,
#actionchess #grey_bar li.actionchess.app a img,
#rocket_hunter #grey_bar li.rocket_hunter.app a img,
#topic_tiles #grey_bar li.topic_tiles.app a img,
#tic_tac_math #grey_bar li.tic_tac_math.app a img
 {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}
#grey_bar #about {
	width: 310px;
	margin: 0 0 0 20px;
	padding: 75px 0 0 0;
	float: left;
}
	#about h3, #about h4, #about p {
		color: #fff;
	}
	#about h4, #TB_window h4 {
		font-size: 12px;
		color: #bab9b9;
		margin: 0 0 20px 0;
		font-style: italic;
	}
p.clockworkling_photo {
	text-align: center;
}
#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
#common_foot p {
	color: #666;
	margin: 0 0 5px 0;
}
#common_foot {
	background: #000;
	padding: 15px 0 30px 0;
}

#common_foot ul {
	list-style: none;
	margin: 0;
	font-size: 10px;
}

#common_foot ul li {
	float: left;
	color: #bebebe;
	margin: 0 10px 0 0;
}

#common_foot ul li a {
	color: #bebebe;
	text-decoration: underline;
}

#common_foot ul li.current a {
	color: #666;
}

#common_foot ul li a:hover {
	text-decoration: none;
	color: #fff;
}
#common_foot ul li #mobile_site a, #common_foot ul li #mobile_site {
	color: #777;
	text-decoration: none;
}
#common_foot ul li #mobile_site a {
	background: url(/amm/themes/clockworklings/../images/icn_switch.gif) 2px 0 no-repeat;
	padding: 0 2px 0 18px
}

#common_foot ul li #mobile_site  a:hover {
	text-decoration: none;
	color: #ffcc00;
	background: url(/amm/themes/clockworklings/../images/icn_switch.gif) 2px -13px no-repeat;
}

#TB_ajaxContent {
	padding: 0 !important;
}

#TB_window {
	width: auto !important;
}

#TB_ajaxContent .bg {
	background: url(/amm/themes/clockworklings/images/bg_lightbox.png) no-repeat top center #fff !important;
	padding: 20px 15px;
}

#TB_title {
	background: transparent !important;
	height: 0px !important;
}

#TB_closeAjaxWindow {
	display: none;
}

#TB_ajaxWindowTitle {
	display: none;
}

#TB_window h2 {
	font-size: 28px;
	color: #fff;
	line-height: 1em !important;
	margin-bottom: 90px;
	text-align: center;
}
#TB_window p {
	font-size: 14px;
}
.btn_close_light {
	float: right;
	display: block;
	width: 19px;
	height: 22px;
	background: url(/amm/themes/clockworklings/images/btn_close_light.png) no-repeat top left;
	text-indent: -1000px;
	overflow: hidden;
	margin: 0 0 0 20px;
}
.btn_download a {
	height: 65px;
	padding: 0 0 0 65px;
	display: block;
	font-size: 12px;
	color: #fff;
	background: url(/amm/themes/clockworklings/images/btn_download.gif) 0 0 no-repeat;
}
.btn_download a:hover {
	background: url(/amm/themes/clockworklings/images/btn_download.gif) 0 -65px no-repeat;
}
.btn_download a span {
	display: block;
	font-size: 18px;
	padding: 16px 0 5px 0;
	font-weight: bold;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
