

body {
	margin: 0;
	padding: 0;
	color: #FFF;
	font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 62.5%;
	text-align: center;
	background: #000 url(/images/site/background.png) left top repeat-x;
}
a {
	color: #FFF;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
p, ul, li, h1, h2, h3 {
	margin: 0;
	padding: 0;
}
hr.clear {
	clear: both;
	visibility: hidden;
	height: 0;
	border: none;
	background: transparent;
}

/* Header */
#header {
	width: 760px;
	height: 116px;
	margin: 0 auto;
}
#header h1 {
	float: left;
	margin-top: 20px;
}
#header h1 a {
	display: block;
	width: 89px;
	height: 76px;
	font-size: 0;
	text-indent: -5000px;
	/* background: url(/images/site/jolicloud.logo.png); */
	outline: none;
}

/* Register */
#register {
	clear: right;
	float: right;
	margin: 35px 0 15px 0;
}
#register a {
	display: block;
	width: 146px;
	height: 46px;
	background-image: url(/images/site/get.jolicloud.png);
	background-position: top center;
	font-size: 0;
	text-indent: -5000px;
	outline: none;
}
#register a:active {
	background-position: bottom center;
}

/* Navigation */
#navigation {
	position: relative;
	clear: both;
	float: left;
	width: 100%;
	overflow: hidden;
	background: #0F0F0F;
}
#navigation ul {
	position: relative;
	left: 50%;
	float: left;
	height: 64px;
}
#navigation ul li {
	position: relative;
	right: 50%;
	float: left;
	height: 45px;
	margin-top: 19px;
	padding: 0;
	list-style-type: none;
	font-size: 1.35em;
}
#navigation ul li.selected {
	background: url(/images/site/navigation.selected.png) bottom center no-repeat;
}
#navigation ul li a {
	display: block;
	float: left;
	padding: 0 8px;
	margin: 0 4px;
	height: 25px;
	line-height: 25px;
	color: #FFF;
	text-decoration: none;
	outline: none;
}
#navigation ul li a:hover {
	background: #161616;
}
#navigation ul li a:active {
	background: #000;
}
#navigation ul li.selected a {
	color: #000;
	background: #0BADD4;
}

/* Content */
#main {
	clear: both;
	background: #161616;
}
#content {
	width: 760px;
	margin: 0 auto;
	padding: 20px 0 10px;
	text-align: left;
}
#content h2 {
	margin-bottom: 20px;
	font-size: 2.1em;
	font-weight: normal;
}
#content h2 span {
	color: #0BADD4;
}
#content h2 span.author {
	color: #FFF;
	text-align: right;
	font-size: 0.6em;
}
#content h3 {
	font-size: 1.7em;
	font-weight: bold;
	margin: 25px 0 15px;
}
#content h4 {
	font-size: 1.5em;
	font-weight: normal;
	margin: 5px 0 15px;
}
#content li {
	font-size: 14px;

}
#content p {
	margin: 10px 0;
	font-size: 1.35em;
	line-height: 1.35em;
}
#content p.action {
	float: left;
}
#content p.action a {
	margin: 5px 0 5px 8px;
	padding: 7px 10px 5px;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: bold;
	background: #404040;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	outline: none;
}
#content p.action a:hover {
	background: #4E4E4E;
}
#content p.action a.disabled {
	color: #777;
}
#content p.action a.disabled:hover {
	background: #404040;
	cursor: default;
}

/* Home */
#content #baseline {
	text-align: center;
	font-size: 2.4em;
}
#first-look {
	display: block;
	height: 445px;
	position: relative;
	text-decoration: none;
	outline: none;
}
#first-look span {
	visibility: hidden;
	position: absolute;
	top: 155px;
	left: 298px;
	display: block;
	padding: 10px 0;
	width: 160px;
	font-size: 2.5em;
	text-align: center;
	color: #FFF;
	background: #191919;
	border: 2px solid #FFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#first-look:hover span {
	visibility: visible;
}

/* Tour */
#slider {
	width: 760px;
	margin: 0 auto;
	position: relative;
}
#slider .scroll {
	height: 535px;
	position: relative; /* fix for IE to respect overflow */
	clear: left;
	overflow: hidden;
}
#slider .scroll-container .panel {
	height: 535px;
	width: 760px;
	margin-right: 20px;
}
#slider .scroll-container .panel p {
	width: 560px;
	height: 50px;
	margin-top: -15px;
}
#slider .pagination {
	position: absolute;
	right: 0;
	top: 20px;
	z-index: 1000;
}

/* 2-column content */
#content-left, #content-right {
	margin-bottom: 25px;
}
#content-left {
	float: left;
	width: 500px;
}
#content-right {
	float: right;
	width: 240px;
}
#content-right .box {
	width: 220px;
	margin-bottom: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 3px solid #262626;
	background: #0F0F0F;
	text-align: left;
}
#content-right .box h3 {
	margin: 10px 0 5px 10px;
}
#content-right .box ul {
	list-style-type: none;
}
#content-right .box ul li {
	margin: 0 0 10px 0;
	font-size: 1.2em;
}
#content-right .box ul.profiles {
	background-color: #000;
}
#content-right .box ul.profiles li {
	margin: 0;
	border-top: 1px solid #0F0F0F;
	background-position: 7px center;
	background-repeat: no-repeat;
}
#content-right .box ul.profiles li.twitter {
	background-image: url(/images/logos/profiles/twitter.png);
}
#content-right .box ul.profiles li.flickr {
	background-image: url(/images/logos/profiles/flickr.png);
}
#content-right .box ul.profiles li.vimeo {
	background-image: url(/images/logos/profiles/vimeo.png);
}
#content-right .box ul.profiles li.facebook {
	background-image: url(/images/logos/profiles/facebook.png);
}
#content-right .box ul.profiles li a {
	display: block;
	padding: 6px 0 6px 30px;
	text-decoration: none;
}

/* Blog */
#content p.date {
	margin-top: -15px;
	font-size: 1.1em;
	color: #7A7A7A;
}
#content p.postmetadata {
	margin-top: 15px;
	text-align: right;
	font-size: 1.25em;
}
#content #s {
	width: 125px;
	margin: 0 10px;
}
#content-left li {
	margin-left: 40px;
}
#content .comment {
	margin: 10px 0;
	font-size: 1em;
}
#content .comment .comment-author {
	margin-bottom: 5px;
	font-size: 1.1em;
}
#content .comment .comment-author cite {
	display: block;
	float: left;
	margin: 5px 0 0 5px;
	font-weight: bold;
	font-style: normal;
}
#content .comment .comment-author cite a {
	text-decoration: none;
}
#content .comment .says {
	display: none;
}
#content .comment .comment-meta {
	display: inline;
	float: right;
	margin: 5px 0;
	font-size: 1em;
}
#content .comment .comment-meta a {
	text-decoration: none;
}
#content .comment em {
	display: block;
	clear: left;
	float: left;
}
#content .comment p em {
	display: inline;
	float: none;
}
#content .comment .avatar {
	display: block;
	float: left;
	width: 22px;
	height: 22px;
}
#content .comment p, #content .pingback p {
	clear: both;
	margin: 0;
	padding: 10px;
	font-size: 1.2em;
	background: #3D3D3D;
}

/* Supported Hardware */
#content .constructor {
	float: left;
	width: 358px;
	height: 40px;
	margin: 0 5px 5px 0;
	padding: 8px;
	background: #1F1F1F;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#content .constructor img {
	display: block;
	float: left;
	width: 32px;
	height: 32px;
	margin: 3px 0 0 2px;
}
#content .constructor p {
	margin: 2px 0 2px 45px;
	line-height: 1.1em;
}
#content .constructor p.name {
	font-size: 1.25em;
}
#content .constructor p.computers {
	font-size: 1.1em;
	color: #7F7B77;
}

/* Community */
#content p.path {
	font-size: 1.1em;
	margin: 2px 0 15px;
}
#content div.note {
	font-size: 0.8em;
	padding: 2px;
	margin: 5px 60px 5px 20px;
	border: 1px solid black;
	background-color: #0F0F0F;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#content div.note p {
	margin: 2px;
}
#content pre.code {
	margin: 10px;
	border-left: 2px solid black;
	padding: 2px 5px;
}
#content dt {
	font-size: 1.4em;
	font-weight: bold;
}
#content dd {
	margin: 5px 0 20px 40px;
}
#content .community-screenshot {
	text-align: center;
}

/* Contact Form */
#contact {
	width: 420px;
	margin: 0 auto;
	padding: 10px 20px;
	background: #323232;
	text-align: right;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#contact #state {
	text-align: left;
}
#contact label {
	margin-right: 5px;
}
#contact input.text, #contact select, #contact textarea {
	width: 280px;
	padding: 2px;
	font-size: 1em;
}
#contact textarea {
	width: 408px;
	height: 60px;
	padding: 5px;
	font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
}
#contact input.submit {
	margin: 5px 0 5px 8px;
	padding: 7px 10px 5px;
	color: #FFF;
	text-transform: uppercase;
	background: #404040;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	outline: none;
	border: none;
}
#content .left {
	text-align: left;
}

/* About */
#content #team li {
	clear: left;
	height: 48px;
	margin-bottom: 10px;
	list-style-type: none;
}
#content #team li img {
	display: block;
	float: left;
	width: 48px;
	height: 48px;
	margin-right: 5px;
}
#content #team li strong {
	display: block;
	margin-top: 5px;
}

/* Footer */
#footer {
	clear: both;
	width: 760px;
	height: 10px;
	margin: 10px auto;
	padding-bottom: 5px;
	font-size: 1.2em;
}
#footer a {
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}
#copyright {
	float: left;
	color: gray;
}
#links {
	float: right;
	list-style-type: none;
}
#links li {
	display: inline;
	margin-left: 5px;
}

