html {
	background: url(/img/clouds.jpg) no-repeat fixed 0 0;
}

body {
	color: #333;
	font: 15px/21px Arial, Helvetica, sans-serif;
	text-align: center;
	width: 100%;
	height: 100%;
}

h1 { color: #555; font-weight: bold; font-size: 30px; margin: 30px 0 30px 0; }
h2 { color: #555; font-weight: bold; font-size: 24px; margin: 24px 0 24px 0; }
h3 { color: #555; font-weight: bold; font-size: 20px; margin: 20px 0 20px 0; }
h4 { color: #555; font-weight: bold; font-size: 16px; margin: 18px 0 18px 0; }

h1.mainTitle { text-indent: -9999px; margin-top: 0; }

p { margin: 0 0 16px 0; }

/* Links */

a.link { text-decoration: none; border-bottom: 1px dashed #60aabe; color: #60aabe; }
a.link:hover { color: #fff; text-shadow: 1px 1px 3px #000; }

a.link[href ^='http://'] { padding-right: 20px; background: transparent url( /img/icons/icon_ext.gif ) top right no-repeat; }
a.disable { color: #aaa; text-decoration: none; padding-right: 0px; background: none; border-bottom: 1px dashed #aaa; }

a#contact-colorbox { background: transparent url( /img/icons/icon_popup.gif ) top right no-repeat; }

p.mobileOnly {
	display: none;
	border: 2px solid #bddfe8;
	background-color: #fff;
	opacity: 0.8;
	border-radius: 6px;
	padding: 10px;
}

/* Space the top part */

#spacer { width: 100%; height: 200px; }

/* Header top */

#main-header { background: url( /img/header-bg.png ); 
	position:relative; height: 160px; width: 960px; z-index: 50;
	margin: 20px auto 20px auto; text-align: left; 
}
#main-header img { position: absolute; left: 20px; top: 20px; }
#main-header #header-icon { position:absolute; right: 120px; top: 5px; width: 244px; height: 230px; background: url(/img/pocket.png) no-repeat; }

/* Nav section (top nav) */

#topFixed { margin: 0 auto; width: 100%; }

ul#nav { position: absolute; left: 40px; bottom: 10px; z-index: 10; }
ul#nav li { float: left; list-style-type: none; margin-right: 20px; }
ul#about { position: absolute; right: 40px; bottom: 10px; z-index: 10; float: right; list-style-type: none; }
ul#nav #toplink { display: none; z-index: 100; }

#navbg { width: 960px; height: 40px; }
#mini-title {
	position: absolute; left: 590px; bottom: 23px; height: 40px; width: 200px; margin-left: 20px;
	background: url( /img/mini-title.png ); display: none; z-index: 100;
}
.standard-nav { position: absolute; bottom: 0px; z-index: 1; }
.fixed-nav { position: fixed; top: 0px; /*background: url( /img/nav-bg2.png );*/
	background: #fff; background: rgba(255,255,255,0.95);  
	-moz-box-shadow: 0px 0px 15px #aaa; -webkit-box-shadow: 0px 0px 15px #aaa; box-shadow: 0px 0px 15px #aaa;
	-webkit-border-bottom-right-radius: 20px; -webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px; -moz-border-radius-bottomleft: 20px;
	border-bottom-right-radius: 20px; border-bottom-left-radius: 20px; }

/* Standard content sections */

.main-content { width: 930px; min-height: 200px; padding: 5px 30px 5px 0; margin: 0 auto 20px auto;
				background: url(/img/content-bg.png) repeat-x; position:relative; }

.content-block { padding-left: 60px; padding-right: 10px; text-align: left; position: relative; }
.missing { width: 800px; padding: 20px 0 40px 80px; }
.top-icon { position: fixed; right: 5px; bottom: 5px; display: none; }

.missing ul { }
.missing ul li { margin-left: 40px; padding-left: 0px; list-style-type: circle; margin-bottom: 5px; }

/* about block */

#about-block { min-height: 0px; }
#about-block .icon-box { top: 4px; }

/* software block */
#software-block ul { }
#software-block ul li { list-style-type: disc; margin-left: 40px; padding-left: 10px; }

#software-block p.screenshots {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#software-block p.screenshots.music {
	width: 680px;
}
#software-block p.screenshots.trackpad {
	width: 450px;
	margin-bottom: 30px;
}


#software-block p.screenshots img { 
	float: left;
	display: block; 
	margin-right: 20px; 
	box-shadow: 4px 4px 8px #888;
	-webkit-box-shadow: 4px 4px 8px #888;
	-moz-box-shadow: 4px 4px 8px #888;
}

/* Web nav block */

#web-block { background: url(/img/content-bg-2.png) repeat-x; }

#website-nav-block { margin-bottom: 20px; }

.web-nav { float: left; position: relative; height: 130px; width: 50px;  }
.web-nav img { filter:alpha(opacity=50); opacity:0.5; }
.web-nav img#left:hover, .web-nav img#right:hover { cursor: hand; cursor: pointer; filter:alpha(opacity=100); opacity:1; }

#left { position: absolute; top: 50px; }
#right { position: absolute; top: 50px; left: 10px; }

#website-nav-carousel { 
	float: left; background: #fff; height: 134px; 
	-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;
	-webkit-box-shadow: 0px 4px 22px -7px #333; -moz-box-shadow: 0px 4px 22px -7px #333; box-shadow: 0px 4px 22px -7px #333; 
}
#website-nav-carousel li { float: left;  }
#website-nav-carousel li:hover { cursor: hand; cursor: pointer; }
#website-nav-carousel .item-crsl { padding: 15px; width: 141px; height: 100px; }
#website-nav-carousel .item-crsl img { padding-bottom: 6px; filter:alpha(opacity=40); opacity:0.4; }

#website-nav-carousel .selected { }
#website-nav-carousel .selected img { border-bottom: 4px solid #fea330; filter:alpha(opacity=100); opacity:1; }

#website-content-block { width: 800px; min-height: 560px; margin-left: 30px; margin-bottom: 30px; }
#website-content-block .webinfo-block { position: absolute; left: 60px; margin-right: 10px; }
#website-content-block .selected { display: block; }
.site-img { width: 625px; margin: 0 auto 0 auto; }

#website-content-block ul { }
#website-content-block ul li { list-style-type: disc; margin-left: 40px; padding-left: 10px; }

.small-link { float: right; font-size: 15px; font-weight: normal; }

.site-detail p, .site-detail li { font-size: 14px; }

/* photo block and other images */
.photoCompare { position: relative; width: 500px; height: 330px; margin-bottom: 20px; cursor: hand; cursor: pointer; }
.photoCompare img { position: absolute; top:0; left:0; width: 500px; }
.photoCompare .proc { display: none; z-index: 2; }
.photoCompare.show .proc { display: block; }
.photoCompare.show .orig { display: none; }

.photoCompare.threeD, .photoCompare.threeD img { -webkit-transition: all 0.3s cubic-bezier(0.25,0.1,0.25,1.0); 
	-moz-transition: all 0.4s cubic-bezier(0.25,0.1,0.25,1.0); }
.photoCompare.threeD { -webkit-transform: perspective(1000px) rotateY(0deg); 
	-moz-transition: all 0.4s cubic-bezier(0.25,0.1,0.25,1.0); -moz-transform: perspective(1000px) rotateY(0deg);  }
.photoCompare.threeD .orig { opacity: 1.0; display: block; z-index: 1; -webkit-transform: perspective(1000px) rotateY(0deg); 
	-moz-transform: perspective(1000px) rotateY(0deg); }
.photoCompare.threeD .proc { opacity: 0; display: block; z-index: 0; -webkit-transform: perspective(1000px) rotateY(-180deg);
	-moz-transform: perspective(1000px) rotateY(-180deg); }
.photoCompare.threeD.show { -webkit-transform: perspective(1000px) rotateY(180deg); }
.photoCompare.threeD.show .orig { -webkit-opacity: 0; -moz-opacity: 0; opacity: 0;  }
.photoCompare.threeD.show .proc { -webkit-opacity: 1.0; -moz-opacity: 1.0; opacity: 1.0; }

#photo-block img,
#travel-block img,
#links-block .link-img img {
	margin: 0 20px 10px 0;
	box-shadow: 4px 4px 8px #888;
	-webkit-box-shadow: 4px 4px 8px #888;
	-moz-box-shadow: 4px 4px 8px #888;
}

/* Left hand icons */

.icon-box { position: absolute; left: -16px; top: 45px; width: 63px; height: 46px; }
.wrench { background: url( /img/icon-wrench.png ) no-repeat; }
.globe { background: url( /img/icon-globe.png ) no-repeat; }
.camera { background: url( /img/icon-camera.png ) no-repeat; }
.plane { background: url( /img/icon-plane.png ) no-repeat; }
.linkurl { background: url( /img/icon-link.png ) no-repeat; }
.question { top: 65px; background: url( /img/icon-question.png ) no-repeat; }
.info { background: url( /img/icon-info.png ) no-repeat; }

/* Links section */

#links-block { background: url(/img/content-bg-2.png) repeat-x; }
.link-block { }
.link-img { float: left; width: 265px; height: 200px; margin: 0 30px 0 0 }
.link-text { float: left; width: 550px; font-size: 13px; line-height: 16px; }
.link-text p { margin-bottom: 8px; }

.horiz-divider { display: block; text-align: center; margin: 20px auto 20px auto; }

.heavy { font-weight: bold; }

/* Footer section */

.footer-content { position:relative; width: 920px; padding: 20px 20px 10px 20px; margin: 0 auto 0 auto;
				background: url(/img/content-bg.png) repeat-x; 
				font-size: 13px; }
#footer-left { float: left; width: 500px; text-align: left; line-height: 16px; }
#footer-right { float: right; }
.footer-icon { vertical-align: middle; }

/* Rounded corners */

.round {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
}

.round-top {
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-khtml-border-top-left-radius: 15px;
	-khtml-border-top-right-radius: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.round-bottom {
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-khtml-border-bottom-left-radius: 15px;
	-khtml-border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

/* Clearfix */

.clear {
	clear: both;
}

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

