/*
Theme Name: Light-O-Matic
Theme URI: http://dsmedialabs.com
Description: The 2010 custom theme for Light-O-Matic.
Author: Noe Ruiz
Version: 1.0
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background
*/
*:focus { outline: none }
body {
	background: #222628 url(images/background-repeat.jpg) repeat-x top;
	margin: 0; padding: 0;
}

#cage {
	background: url(images/background.jpg) no-repeat;
	width: 1024px;	height: 768px;
	margin: 0 auto;	
}

/* Header Styles */

#hdr h1, h2 {
	padding: 0; margin: 0;
	float: left;
}

#hdr h3 {
	position: absolute;
	font: normal 14px Helvectica Neue, Arial;
	color: #ccc; margin: 120px 0 0 400px;
}

/* Logo Link */

#hdr h1 a {
	display: block; text-indent: -999px;
	margin: 26px 0 0 72px;
	width: 210px; height: 46px;
}

/* Header Title */

#hdr h2 {
	font: normal 20px Helvetica Neue, Arial;
	color:#8a8a8a; margin: 38px 0 0 124px;
}

#hdr h2 span { color: #fff; font-weight: bold;}

/* App Store Button */

#app-store {
	display: block; margin: 22px 0 0 0; overflow: hidden;
	background: url(images/app-store.png) no-repeat;
	width: 154px; height: 52px; float: right; text-indent: -999px;
}

#app-store-review {
	display: block; margin: 22px 0 0 0; overflow: hidden;
	background: url(images/app-store-review.png) no-repeat;
	width: 154px; height: 52px; float: right; text-indent: -999px;
}

/* Buy Now Button */

#buy-now {
	display: block; margin: 54px 0 0 0; text-indent: -999px;
	background: url(images/buy-now.png) no-repeat; overflow: hidden;
	width: 157px; height: 48px; float: right;
}

#now-free {
	display: block; margin: 54px 0 0 0; text-indent: -999px;
	background: url(images/now-free.png) no-repeat; overflow: hidden;
	width: 157px; height: 48px; float: right;
}

/* Main Body Message Styles */
.message {
	margin: 120px 80px 0 410px;
	
}
.message p strong {
	font: normal 24px Helvetica Neue, Arial;
	color: #fff; 
}

.message p {
	font: normal 18px Helvetica Neue, Arial;
	color: #bababa; line-height: 20px; padding: 0; margin: 0 0 10px 0;
}

/* iPhone Screenshot Styles */

#iphone {
	width: 224px; height: 336px; position: absolute;
	overflow: hidden; margin: 155px 0 0 70px;
}
#iphone div {
	width: 224px; height: 301px;
}
#iphone ul {
	height: 66px;
	margin: 300px 0 0 0; padding: 0; list-style: none; position: absolute;
	background:#000 url(images/screenshots/iphone-nav.png) repeat-x;
}
#iphone ul li {
	display: block; float: left; padding: 0 12px 4px 12px;
	margin: 2px 0 0 0;
	-moz-border-radius: 4px; -webkit-border-radius:4px;
}
#iphone ul li:nth-child(3), #iphone ul li:nth-child(4) {
	margin: 4px 0 0 0;
}
#iphone ul li:nth-child(4) {
	padding: 0 14px 4px 14px;
}

#iphone ul li a img {
	border: none;
}

#prevBtn,#nextBtn {display: none;}


/* Information Styles */

#info {
	margin: 80px 0 0 402px; background: url(images/table-background.png) no-repeat;
	width: 582px; height:306px; 
}
#info p {
	font: normal 18px Helvetica Neue, Arial;
	color: #bababa;
}
#info ul {padding: 0; margin: 0 0 0 1px; list-style: none;}
#info ul li {
	display: block; float: left;
}
#info ul li a {
	display: block; float: left; margin:10px 10px 0 10px; padding: 0 21px;
	height: 52px; overflow: hidden; text-indent: -999px;
}
#strobelight, #flashlight, #safetymode {
	height: 234px;
}
#strobelight {
	background: url(images/strobe-background.png) bottom right no-repeat;
}
#flashlight {
	background: url(images/flashlight-background.png) bottom right no-repeat;
}

#safetymode {
	background: url(images/motion-background.png) bottom right no-repeat;
}

#info div p strong { font: Bold 20px Helvetica Neue, Arial; color: #fff; margin: 0 0 0px 0!important; display: block;}

#info div p {
	margin: 0 0 10px 0; padding: 0 30px;
	line-height: 26px;
}
#info div p:first-child {
	padding: 30px 30px 0;	
}

#strobe-link {
	background: url(images/icon-strobelight.png) no-repeat; 
	width: 155px; height: 34px; display: block; margin: 18px 0 0 10px!important;
}
#flash-link {
	background: url(images/icon-flashlight.png) no-repeat;
	width: 130px; height: 60px!important; display: block; 
}
#safety-link {
	background: url(images/icon-motionmode.png) no-repeat;
	width: 120px; height: 52px!important; display: block; margin: 18px 0 0 10px!important;
}

.ui-state-active {
	background: #202020;
}
li:first-child.ui-state-active {
	-webkit-border-top-left-radius:4px;
	-moz-border-radius-topleft: 4px;
}

li:last-child.ui-state-active {
	-webkit-border-top-right-radius:4px;
	-moz-border-radius-topright:4px;
}


.ui-tabs .ui-tabs-hide {
     display: none;
}

#footer {
	width: 90%;
	margin: 90px auto 0;
	border-top: 1px solid #555;	
}
#footer p:first-child {
	float: left;
}
#footer p:last-child {
	float: right;
}
#footer p {
	font: normal 12px Arial; color: #555;
	margin: 4px 0;
}
#footer p a {
	color: #999!important;text-decoration: none;
}
#copyright {
	margin: -34px;
}
#copyright p {
	padding: 0; margin: 0; font: normal 12px Arial; color: #555;
	text-align: center;
}

/* Watch Video Styles */

#watch-video {
	width:244px; height: 48px; display: block;
	color: #ccc; font: normal 20px Helvetica Neue, Arial;
	text-decoration: none; text-align: center;
	background:url(images/watch-button.png);
	position: absolute; line-height: 48px;
	margin: 20px 0 0 56px;
}
#watch-video:hover {color: #56d1ff;}

.clear:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
