/* soften reset */

html, body, input {
	padding: 0;
	margin: 0;
	color: #fff;
	/* font-family: "Lucida Grande","Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;*/
}

.site input[type="text"] {
	padding-left:2px!important;
}

/*--- site wide rules only ---*/

.site a {
	
}

.site a:visited {
	text-decoration: underline;
}

.themeclock {
	background: #82858c url("../img/site_bg.gif");
	font-family: "Century Gothic", Futura, Arial, Helvetica, sans-serif;
}

/* begin social networks and app links */
.site #main .socialnetworks {
	position: absolute;
	z-index: 1;
	margin: 0;
	padding: 0;
	top: 30px;
	left: 760px;
	list-style-type: none;
	width: 220px;
}

.site #main .socialnetworks li {
	display: inline;
}

.site #main .socialnetworks li a {
	float: left;
	height: 70px;
	width: 70px;
}

/* top buttons on */
.site #main .socialnetworks .first a {
	background: transparent url("../img/button_facebook.png") no-repeat;
	_background: transparent url("../img/button_facebook.gif") no-repeat;
}

.site #main .socialnetworks li.second a {
	background: transparent url("../img/button_twitter.png") no-repeat;
	_background: transparent url("../img/button_twitter.gif") no-repeat;
}

.site #main .socialnetworks li.last a {
	background: transparent url("../img/button_youtube.png") no-repeat;
	_background: transparent url("../img/button_youtube.gif") no-repeat;
}

/* top buttons off */
.site #main .socialnetworks .first a:hover {
	background: transparent url("../img/button_facebook_off.png") no-repeat;
	_background: transparent url("../img/button_facebook_off.gif") no-repeat;
}

.site #main .socialnetworks li.second a:hover {
	background: transparent url("../img/button_twitter_off.png") no-repeat;
	_background: transparent url("../img/button_twitter_off.gif") no-repeat;
}

.site #main .socialnetworks li.last a:hover {
	background: transparent url("../img/button_youtube_off.png") no-repeat;
	_background: transparent url("../img/button_youtube_off.gif") no-repeat;
}

.site #main .socialnetworks li a span {
	text-indent: -1000em;
	display: block;
} 


/* end social networks and app links */

.themeclock #container #content #logo span {
	display: block;
	height: 120px;
	text-indent: -1000em;
	background: transparent url("../img/logo.png") 0 23px no-repeat;
	_background: transparent url("../img/logo.gif") 0 23px no-repeat;
}

.alarm {
	background: #82858c url("../img/alarm_site_bg.gif");
}

.themeclock #badge {
	background: url("../img/icon_downloads.png") no-repeat;
	_background: url("../img/icon_downloads.gif") no-repeat;
	text-indent: -3000em;
	position: absolute;
	display: block;
	height: 76px;
	width: 134px;
	top: -9px;
	left: 75px;
	z-index: 5;
}

.themeclock #comingsoon,
.themeclockalarm #comingsoon {
	position: absolute;
	z-index: 2;
	top: 10px;
	left: 910px;
	opacity: 0.85;
	filter:alpha(opacity=85);
	display: block;
	width: 134px;
	height: 76px;
	background: url("../img/icon_coming_soon.png") no-repeat;
	_background: url("../img/icon_coming_soon.gif") no-repeat;
} 

.themeclock #intro,
.themeclockalarm #intro {
	position: relative;
}

#intro #themeclockicon .downloadnow {
	/* download animation */
}

.themeclock .coverflowcontent {
	display: block;
	margin-top: 25px;
	height : 292px;
	background: url("../img/portfolio_bg.gif") no-repeat;
	padding: 26px 0 0 0;
}

.themeclock p {
	font-size: 1.3em;
}

.themeclock .blog {
	text-decoration: underline;
	color: #fc3!important;
	font-size: 1.5em;
	position: absolute;
	z-index: 4;
	top: 1.4em;
	left: 40.5em;
}

.themeclock .downloadaction {
	text-decoration: underline;
	color: #fc3!important;
	font-size: 0.9em;
}

.themeclock .ramp {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 240px;
	width: 99.9%;
	background: url("../img/ramp.gif") 0 0 repeat-x;
	opacity:.10;
	filter:alpha(opacity=10);
}

.themeclock .ramp {
	opacity:.25;
	filter:alpha(opacity=25);
}

.themeclock #container {
	position: relative;
	width: 80em;
	margin: 0 auto;	
}

.themeclock a:link {
	color: #fc3;
	text-decoration: underline;
}

.site a:visited {
	color: #aaa;
}

.themeclock a:focus {
	color: #fff;
}

.themeclock a:hover {
	color: #f58426;
}

.themeclock a:active {
	color: #61bb46;
}

.themeclock .errormessage {
	background: #ffc;
	padding: 0.5em;
	font-weight: bold;
	color: #f00;
	font-family: Helvetica, Arial;
	font-size: 1.5em;
	
}
/* begin skiplinks (RNIB based - tab viewable) */

#skiplinks { 
	position:absolute;
}

#skiplinks ul li { 
	font-size: 1.4em;
	list-style: none;
}

#skiplinks ul li a { 
	position:absolute;
	left:-10000em;
	z-index:48;
	white-space:nowrap;
	color:#5b5344;
	opacity:.85;
	filter:alpha(opacity=85);
	line-height:1.4em;
	padding: 0 3px 0 3px;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
}

#skiplinks ul li a:focus,
#skiplinks ul li a:active {
	left:0em;
	top: 0em;
	background-color:#f7f6f0;
}
/* end skiplinks */

/* added general focus state for Accessibility : Roz 08/01/2007 */
a:focus, a:active, input:focus {
	/* color: #5B5344!important; */
	/* background-image: none !important; */
	/* background-color: #ffc !important; */
	outline: 1px dotted #5B5344!important;
	-moz-outline:1px dotted #5B5344;
	text-decoration: none;
}

/* CSS utility Styles */

/* IR  */
.themeclock .ir {
	position: relative;
	/* default heading styles - just in case and to cater for images off */
	font-size: 77%;
	font-weight: bold;
}

.themeclock .ir span  {
	position: absolute;
	z-index: 4;
	display: block;
	top: 0;
	left: 0;
	/* standardised height */
	height: 20px;
	width: 100px;
	background: url("../img/h_defaultimage.gif") 0 0 no-repeat;
}

/* forms */

.themeclock .form {
	
}

.themeclock .form .action .primary {
	cursor:pointer;
	color:#fff;
	background-color:#5b5344;
	font-size:93%;
	line-height:130%;
	border:1px solid;
	border-color:#8c816c #333 #333 #8c816c;
	position:relative;
	top:2px;
	*top:0px;
}

.themeclock .form .action .secondary {

}

.themeclock .form .action .tertiary {

}

.themeclock .form .action input,
.themeclock .form .action a.primary,
.themeclock .form .action a.secondary,
.themeclock .form .action a.tertiary {
	cursor:pointer;
	border:none !important;
}

/* Generic */

.themeclock .form .date {
	list-style-type: none;
	background-color: #ccc;
}

.themeclock .form .date li {
	float: left;	
}

.themeclock .form .date .formdivider,
.themeclock .form .date span {
	padding: 0 0.5em 0 0.5em;
}

.themeclock .form .field {
	padding:10px 0 !important;
	clear: both;
}

.themeclock .form fieldset {
	clear: both;
	width:65%;
	border:1px solid #999;
	padding: 0.5em;
}

.themeclock .form input, .form select {
	border:1px solid #999;
}

.themeclock .form input.noborder { 
	border:solid 0;
} 

.themeclock .form input.large { 
	width:13em;
} 
 
.themeclock .form input.medium { 
	width:3em;
}

.themeclock .form input.small { 
	width:2em;
}

.themeclock .form input {
	float:left;
} 

.themeclock .form label {
	clear:both;
	float:left;
	width:10.8em;
	padding-right:1em;
	font-weight:normal;
	text-align:right;
}

.themeclock h1, .themeclock h2, .themeclock h3, .themeclock h4, .themeclock h5, .themeclock h6 {
	color: #fff;
}

.themeclock #intro img {
	position: absolute;
	margin: 11px 0 0 16px;
}

.themeclock #intro h1 {
	padding-top: 0.4em;
	position: relative;
	margin-left: 5.5em;	
	height: 1.3em;
}

.themeclock #intro p {
	margin-left: 11em;
	color: #fff;
}

.themeclock .rounded p {
	padding-bottom: 0.5em;
	font-size: 1.5em;
}

.themeclock #intro p {
	padding-bottom: 0.9em;
	padding-right:1em;
/*
background: transparent url("../img/on_the_app_store_badge.gif") right bottom no-repeat;
*/
}

.themeclock #description {
	margin-top: 1em;
}

.themeclock #features .xc {
	padding-top: 0.8em;
	padding-left: 0.8em;
	border-color:#323232;
	background-color: #323232;
}

.themeclock #features .x2, 
.themeclock #features .x3, 
.themeclock #features .x4 {
	background:#323232; 
	border-left:1px solid #323232; 
	border-right:1px solid #323232;
}

.themeclock #features .x1 {
	background:#323232;
}

/* theme clock alarm */

.alarm #features .xc {
	border-color:#054f55;
	background-color: #054f55;
}

.alarm #features .x2, 
.alarm #features .x3, 
.alarm #features .x4 {
	background:#054f55; 
	border-left:1px solid #054f55; 
	border-right:1px solid #054f55;
}

.alarm #features .x1 {
	background:#054f55;
}


/* *** */

.themeclock #features a {
	text-decoration: underline;
}

.themeclock .themes {
	margin-top: 3em;
}

.themeclock .themes h2 {
	position:absolute;
	text-indent: -1000em;
}

.themeclock .themes ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.themeclock .themes ul li {
	width: 460px;
	padding: 0;
	display: inline;	
}

.themeclock .themes ul .col2 {
	margin-left: 2.95em;
}

.themeclock .themes ul li img {
	padding-bottom: 2.4em;
}

.themeclock #about {
	color: #fff;
}

.themeclock #about p {
	
}

.themeclock #features {
	margin-bottom: 2.5em;
}

.themeclock #features h2 {
}

.themeclock #features ul {
	margin: 0;
	padding-left: 2em;
	width: 30em;
	position: relative;
}  

.themeclock #features ul li {
	 font-size: 1.3em; 
	 line-height: 1.25; 
	 padding-bottom: 1.25em;
}

.themeclock .contact {
	margin: 10px 0 40px 0;
	text-align: center;
}

.themeclock #extras {
	clear: both;
	width: 37em;
	float: left;
}

.themeclock #extras h2,
.themeclock #featurepoints h2 {
	margin-bottom: 0.5em;
}

.themeclock #featurepoints {
	width: 37em;
	float: left;
}

.themeclock .feedback {
	clear: both;
}

/* reviews */

.themeclock .reviews {
	
}

.themeclock .reviews h2 {
	margin-bottom: 0.2em;
	clear: both;
}

.themeclock .reviews ul {
	clear: both;
	list-style-type: none;
	padding-left: 1em!important;
	width: 95%!important;
}

.themeclock .reviews ul li {
	width: 14em;
	float: left;
	padding-bottom: 0!important;
}

.themeclock .reviews h3 {
	display: inline;
	font-size: 1em;
	color: #2F3036;
}

.themeclock .reviews .reviewer {
	display: block;
	padding-left: 0;
	font-size: 0.9em;
	color: #2F3036;
}

.themeclock .reviews .rating0,
.themeclock .reviews .rating1,
.themeclock .reviews .rating2,
.themeclock .reviews .rating3,
.themeclock .reviews .rating4,
.themeclock .reviews .rating5 {
	display: block;
	height: 1em;
	margin-top: 0.5em;
}

.themeclock .reviews .rating0 .ir span,
.themeclock .reviews .rating1 .ir span ,
.themeclock .reviews .rating2 .ir span ,
.themeclock .reviews .rating3 .ir span ,
.themeclock .reviews .rating4 .ir span,
.themeclock .reviews .rating5 .ir span   {
	height: 29px;
	width: 122px;
}

.themeclock .reviews .rating0 .ir span {
	background: #676e7f url("../img/star_ratings.png") no-repeat 0 -153px;
	_background: #676e7f url("../img/star_ratings.gif") no-repeat 0 -153px;
}

.themeclock .reviews .rating1 .ir span {
	background: #676e7f url("../img/star_ratings.png") no-repeat 0 -123px;
	_background: #676e7f url("../img/star_ratings.gif") no-repeat 0 -123px;
}

.themeclock .reviews .rating2 .ir span {
	background: #676e7f url("../img/star_ratings.png") no-repeat 0 -92px;
	_background: #676e7f url("../img/star_ratings.gif") no-repeat 0 -92px;
}  

.themeclock .reviews .rating3 .ir span {
	background: #676e7f url("../img/star_ratings.png") no-repeat 0 -62px;
	_background: #676e7f url("../img/star_ratings.gif") no-repeat 0 -62px;
}  

.themeclock .reviews .rating4 .ir span {
	background: #676e7f url("../img/star_ratings.png") no-repeat 0 -30px;
	_background: #676e7f url("../img/star_ratings.gif") no-repeat 0 -30px;
}  

.themeclock .reviews .rating5 .ir span {
	background: #676e7f url("../img/star_ratings.png") no-repeat 0 2px;
	_background: #676e7f url("../img/star_ratings.gif") no-repeat 0 0;
}  

.themeclock .reviews .description {
	margin-left: 0;
	font-size: 0.9em;
}

.themeclock #about a {
	color: #fc3;
}

.themeclock #about p {
	width: 680px;
}

.themeclock #about .xc {
	height: 235px;
	padding-left: 5px;
}

.themeclock #about img {
	position: absolute;
	z-index: 1;
	margin-top: 14px;
	left: 740px;
}

/* CSS rounded corners */

.rounded {
	background: transparent;
	width:100%;
	zoom: 1;
	/*
	opacity: 0.7;
	filter:alpha(opacity=70);	
	*/
}

.rounded p, .rounded h2 {
	/* opacity: 0.7;filter:alpha(opacity=90);*/zoom: 1;
}

.rounded h1, .rounded h2 {margin:0 10px;}
.rounded p {margin:0 10px; letter-spacing:1px;}

.xt, .xb {display:block; background:transparent; font-size:1px;}
.x1, .x2, .x3, .x4 {display:block; overflow:hidden;}
.x1, .x2, .x3 {height:1px;}
.x2, .x3, .x4 {background:#222; border-left:1px solid #222; border-right:1px solid #222;}
.x1 {margin:0 5px; background:#222;}
.x2 {margin:0 3px; border-width:0 2px;}
.x3 {margin:0 2px;}
.x4 {height:2px; margin:0 1px;}

.xc {display:block; background:#222; border:0 solid #222; border-width:0 1px;}

.alarm .x2, .alarm .x3, .alarm .x4 {
	background:#01282b; 
	border-left:1px solid #01282b; 
	border-right:1px solid #01282b;
}

.alarm .x1 {
	background:#01282b;
}

.alarm .xc {
	background:#01282b; border:0 solid #01282b;
}


