/**
 * Jolicloud Website 2.0 - http://www.jolicloud.com/
 * Screen Stylesheet
 */

/* General */
body {
	background: #333642;
	color: #a5a8b3;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	text-shadow: #000 0 1px 1px;
}
h1 {
	color: #fff;
	font-size: 32px;
	text-align: center;
	text-shadow: #000 0 1px 3px;
}
h2 {
	margin: 30px 0 15px;
	color: #fff;
	font-size: 24px;
	text-shadow: #000 0 1px 3px;
}
h3, .h3 {
	margin: 30px 0 15px;
	color: #d8dae3;
	font-size: 18px;
	text-shadow: #000 0 1px 3px;
}
h4 {
	margin: 10px 0 5px;
	color: #d8dae3;
	font-size: 16px;
}
h2, h3, h4 {
	clear: both;
	font-weight: normal;
}
a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 12px 0;
	line-height: 1.4em;
}
q {
	quotes: "\201C" "\201D" "\2018" "\2019";
}
q:before {
	content: open-quote;
}
q:after {
	content: close-quote;
}
q:before {
	content: '\201C';
}
q:after {
	content: '\201D';
}
.quote q {
	color: #fff;
	font-size: 20px;
	line-height: 1.4em;
}
.quote p {
	margin-top: 6px;
	text-align: right;
	font-size: 16px;
}
.quote p:before {
	content: '- ';
	color: #fff;
}
hr {
	clear: both;
	height: 0;
	margin: 25px 0;
	border-top: 1px solid #252730;
	border-bottom: 1px solid #3d404f;
}
dl {
	line-height: 1.4em;
}
dt {
	margin-top: 10px;
	color: #d8dae3;
	font-weight: bold;
}
dd {
	margin-top: 3px;
	font-size: 12px;
}
kbd {
	padding: 1px 3px;
	background: #25272f;
	color: #fff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	font-size: 1.0em;
}

/* Useful Layout Classes */
.clear {
	clear: both;
}
.center {
	clear: both;
	text-align: center;
}
.left {
	float: left;
}
.right {
	float: right;
}
.half {
	width: 47%;
}
.one-third {
	width: 33%;
}
.two-thirds {
	width: 66%;
}
.four-columns section, .three-columns section, .two-columns section {
	float: left;
	margin-bottom: 15px;
	font-size: 13px;
}
.four-columns section {
	width: 20%;
	padding: 0 1% 0 4%;
}
.three-columns section {
	width: 25%;
	padding-left: 8%;
}
.three-columns section h3 {
	height: 30px;
	line-height: 30px;
	margin-left: -36px;
	margin-bottom: -8px;
	padding-left: 36px;
	background-repeat: no-repeat;
}
.two-columns section {
	width: 46%;
	padding: 0 2%;
}
.toc {
	background: #25272f;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 15px 10px;
	overflow: hidden;
}
.toc p {
	margin: 10px 10px 0;
}
p.notice {
	padding: 5px;
	margin: 15px 50px;
	background-color: #25272f;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
pre.code {
	margin: 10px;
	padding: 2px 10px;
	border-left: 2px solid #777;
	font-size: 1.0em;
	text-indent: 0;
	white-space: normal;
}

/* Header & Common Navigation Styles */
header {
	padding-top: 30px;
	background: #333642 url(/images/site/background.png) top left repeat-x;
	border-bottom: 1px solid #3c404c;
}
header img {
	display: block;
	margin: 0 auto;
}
header #logo a {
	float: left;
	display: block;
	width: 64px;
	height: 64px;
	font-size: 0;
	text-indent: -5000px;
	background: url(/images/site/jolicloud-logo.png) top left no-repeat;
}
#navigations {
	width: 710px;
	height: 65px;
	margin-bottom: 25px;
}
#navigations, #top-user-buttons {
	float: right;
}
#top-user-buttons a span {
	display: none;
}
#login-button {
	display: block;
	background: url(/images/menu/login_button.png) no-repeat;
	width: 64px;
	height: 35px;
}
#login-button:active {
	background-position: left -35px;
}
#signup-button {
	display: block;
	background: url(/images/menu/signup_button.png) no-repeat;
	width: 64px;
	height: 9px;
	margin: 6px 0 0 0;
}
nav {
	float: right;
	margin-top: 0;
	font-size: 16px;
}
nav ul {
	margin: 0 20px 0 -20px;
}
nav li {
	float: left;
	margin: 9px 5px 0 7px;
	padding: 0 15px 0 0;
	background: url(/images/menu/separator.png) no-repeat right 5px;
}
nav li a span {
	display: block;
}
nav li a span span {
	display: none;
}
nav li a {
	display: block;
	background: url(/images/menu/entries.png) no-repeat left top;
	color: #cad1e0;
}

/* Main Navigation */
#navigation li.community {
	background: transparent;
}
#navigation li a {
	height: 18px;
	margin-bottom: 7px;
}
#navigation li:last-child {
    margin-right: 0;
    padding-right: 0;
}
#navigation li.selected.subnavigation a span {
	height: 25px;
	background: url(/images/menu/subnavigation.png) no-repeat center 18px;
}
#navigation li.blog a {
	width: 42px;
}
#navigation li.blog.selected a, #navigation li.blog a:hover {
	background-position: 0 -18px;
}
#navigation li.product a {
	width: 68px;
	background-position: -70px 0;
}
#navigation li.product.selected a, #navigation li.product a:hover {
	background-position: -70px -18px;
}
#navigation li.download a {
	width: 84px;
	background-position: -166px 0;
}
#navigation li.download.selected a, #navigation li.download a:hover {
	background-position: -166px -18px;
}
#navigation li.support a {
	width: 69px;
	background-position: -281px 0;
}
#navigation li.support.selected a, #navigation li.support a:hover {
	background-position: -281px -18px;
}
#navigation li.community a {
	width: 97px;
	background-position: -379px 0;
}
#navigation li.community.selected a, #navigation li.community a:hover {
	background-position: -379px -18px;
}

/* Subnavigation */
#subnavigation {
	width: 475px;
}
#subnavigation.community {
	width: 540px;
}
#subnavigation li {
	margin: 5px 1px 0 7px;
	padding: 0 12px 0 0;
	background-position: right 7px;
}
#subnavigation li:last-child {
    margin-right: 0;
    padding-right: 0;
}
#subnavigation li a {
	height: 16px;
}
#subnavigation li.selected a,
#subnavigation li a:hover {
	color: #fff;
}
#subnavigation.product li.index a {
	width: 62px;
	background-position: 0 -36px;
}
#subnavigation.product li.index.selected a, #subnavigation.product li.index a:hover {
	background-position: 0 -52px;
}
#subnavigation.product li.features a {
	width: 56px;
	background-position: -88px -36px;
}
#subnavigation.product li.features.selected a, #subnavigation.product li.features a:hover {
	background-position: -88px -52px;
}
#subnavigation.product li.compatibility a {
	width: 124px;
	background-position: -168px -36px;
}
#subnavigation.product li.compatibility.selected a, #subnavigation.product li.compatibility a:hover {
	background-position: -168px -52px;
}
#subnavigation.product li.specifications {
	background: transparent;
}
#subnavigation.product li.specifications a {
	width: 72px;
	background-position: -318px -36px;
}
#subnavigation.product li.specifications.selected a, #subnavigation.product li.specifications a:hover {
	background-position: -318px -52px;
}
#subnavigation.support li.index a {
	width: 62px;
	background-position: 0 -68px;
}
#subnavigation.support li.index.selected a, #subnavigation.support li.index a:hover {
	background-position: 0 -84px;
}
#subnavigation.support li.faq a {
	width: 31px;
	background-position: -87px -68px;
}
#subnavigation.support li.selected.faq a, #subnavigation.support li.faq a:hover {
	background-position: -87px -84px;
}
#subnavigation.support li.getsatisfaction a {
	width: 100px;
	background-position: -142px -68px;
}
#subnavigation.support li.getsatisfaction.selected a, #subnavigation.support li.getsatisfaction a:hover {
	background-position: -142px -84px;
}
#subnavigation.support li.wiki a {
	width: 31px;
	background-position: -268px -68px;
}
#subnavigation.support li.wiki.selected a, #subnavigation.support li.wiki a:hover {
	background-position: -268px -84px;
}
#subnavigation.support li.feedback {
	background: transparent;
}
#subnavigation.support li.feedback a {
	width: 63px;
	background-position: -323px -68px;
}
#subnavigation.support li.feedback.selected a, #subnavigation.support li.feedback a:hover {
	background-position: -323px -84px;
}
#subnavigation.community li.index a {
	width: 127px;
	background-position: 0 -100px;
}
#subnavigation.community li.index.selected a, #subnavigation.community li.index a:hover {
	background-position: 0 -116px;
}
#subnavigation.community li.joliclouders a {
	width: 146px;
	background-position: -153px -100px;
}
#subnavigation.community li.joliclouders.selected a, #subnavigation.community li.joliclouders a:hover {
	background-position: -153px -116px;
}
#subnavigation.community li.promote a {
	width: 114px;
	background-position: -326px -100px;
}
#subnavigation.community li.selected.promote a, #subnavigation.community li.promote a:hover {
	background-position: -326px -116px;
}
#subnavigation.community li.install-parties {
	background: transparent;
}
#subnavigation.community li.install-parties a {
	width: 85px;
	background-position: -466px -100px;
}
#subnavigation.community li.install-parties.selected a, #subnavigation.community li.install-parties a:hover {
	background-position: -466px -116px;
}

/* Main Section & Content */
#top {
	position: relative;
	padding: 30px 0;
	clear: both;
}
#main {
	clear: both;
	padding-top: 20px;
	background: #2e303b url(/images/site/main-top.png) top left repeat-x;
}
#content {
	padding-bottom: 50px;
	background: #2e303b url(/images/site/main-bottom.png) bottom left repeat-x;
	font-size: 14px;
}
.page {
	width: 900px;
	margin: 0 auto;
}
#content p a {
	font-weight: bold;
}
#content ul, #content ol, #content li {
	margin: 0 0 0 20px;
	padding: 3px 0;
	line-height: 1.4em;
}
#content aside h2, #content aside h3, #content aside h4, #content aside p, #content aside li {
	margin-left: 30px;
}
#content aside li {
	list-style: none;
	margin: 0 0 0 10px;
	padding: 5px 0;
	font-size: 14px;
	line-height: 1.2em;
}

/* Footer */
footer {
	clear: both;
	padding: 25px 0 15px;
	background: #333642;
	border-top: 1px solid #3c404c;
}
footer section {
	float: left;
	width: 20%;
	margin-bottom: 50px;
	font-size: 13px;
}
footer p {
	margin: 0;
}
footer h4 {
	height: 16px;
	margin: 15px 0;
	font-weight: 200;
	font-size: 15px;
	padding: 0;
	text-transform: uppercase;
	background: url(/images/titles/footer.png) top left no-repeat;
}
footer h4.work-with-us {
	background-position: 0 -16px;
}
footer h4.account {
	background-position: 0 -32px;
}
footer h4.resources {
	background-position: 0 -48px;
}
footer h4.legal {
	background-position: 0 -64px;
}
footer h4 span {
	display: none;
}
footer li {
	margin: 5px 0 0 1px;
	list-style: none;
}
footer a {
	color: #a4a7bd;
}
#links {
	padding: 0 100px;
}
#copyright {
	clear: left;
	color: #202129;
	font-size: 10px;
	text-shadow: none;
}
#copyright-jolicloud {
	float: right;
	width: 205px;
	height: 47px;
	margin-top: -18px;
	background: url(/images/site/copyright.png) top left no-repeat;
	font-size: 0;
	text-indent: -5000px;
}

/* Home: Rediscover your netbook */
#rediscover {
	position: relative;
	height: 300px;
}
#computer {
	float: right;
	width: 500px;
	text-align: center;
}
#get-jolicloud {
	float: left;
	width: 400px;
	text-align: center;
}
#get-jolicloud .baseline {
	margin-top: 30px;
	font-size: 20px;
	color: #fff;
	text-align: center;
}
#get-jolicloud .account {
	font-size: 13px;
}
#get-jolicloud a {
	display: block;
	width: 200px;
	height: 54px;
	margin: 30px auto 0;
	background: url(/images/site/get-jolicloud.png) top left no-repeat;
	font-size: 0;
	text-indent: -5000px;
}
#get-jolicloud a:active {
	background-position: 0 -54px;
}
#options section {
	text-align: center;
}
#options section h3 {
	margin-bottom: 20px;
}
#options section a {
	display: block;
	width: 180px;
	height: 141px;
	margin: 0 auto;
	-webkit-transition: all 0.25s ease-out;
}
#options section a:hover {
	margin-top: -5px;
	padding-bottom: 5px;
}
#options section ul {
	text-align: left;
	margin-left: 50px;
}

/* Home and Product arguments with pictograms */
#different h3, #applications h3 {
	height: 22px;
	margin-left: -36px;
	padding-left: 36px;
	padding-top: 14px;
}
#different h3 {
	background: url(/images/icons/different.png) top left no-repeat;
}
#applications h3 {
	background: url(/images/icons/applications.png) top left no-repeat;
}
#different-social h3, #applications-social h3 {
	background-position: 0 -36px;
}
#different-cloud h3, #applications-cloud h3 {
	background-position: 0 -72px;
}
#different-connected h3, #applications-connected h3 {
	background-position: 0 -108px;
}

/* Download */
#download {
	position: relative;
	width: 634px;
	height: 250px;
	margin: 70px auto 0;
	font-size: 11px;
	background: url(/images/download/delimiters.png) 5px 17px no-repeat;
}
#download-sections {
	position: absolute;
	top: 17px;
	left: 0;
	z-index: 2;
	margin: 0;
	padding: 0;
	background: url(/images/download/section.png) top left no-repeat;
	list-style-type: none;
}
#download-sections li {
	width: 262px;
	height: 43px;
	padding: 3px 0;
}
#download-sections li a {
	display: block;
	height: 36px;
	font-weight: bold;
	background-image: url(/images/download/platforms.png);
	background-repeat: no-repeat;
}
#download-sections li a:hover {
	text-decoration: none;
}
#download-sections li.jolicloud-express a {
	background-position: 8px top;
}
#download-sections li.jolicloud-iso a {
	background-position: 8px bottom;
}
#download-sections li a span {
	display: block;
	margin-left: 49px;
}
#download-sections li a span.name {
	padding: 4px 0;
	font-size: 13px;
	color: #fff;
}
#download-sections li a:active span.name {
	color: #868891;
}
#download-sections li a span.platform {
	font-size: 11px;
	color: #868891;
}
#download-sections li a span.note, #download-sections li a span.arrow {
	display: none;
	position: absolute;
	text-indent: -5000px;
	left: -120px;
	background-image: url(/images/download/notes.png);
}
#download-sections li a span.note {
	width: 206px;
}
#download-sections li a span.arrow {
	width: 68px;
	height: 36px;
}
#download-sections li.selected a span, #download-sections li a:hover span {
	display: block;
	pointer-events: none;
}
#download-sections li.jolicloud-express a span.note {
	height: 43px;
	top: -55px;
}
#download-sections li.jolicloud-express a span.arrow {
	top: -6px;
	background-position: 0 -49px;
}
#download-sections li.jolicloud-iso a span.arrow {
	top: 82px;
	background-position: 0 -139px;
}
#download-sections li.jolicloud-iso a span.note {
	height: 49px;
	top: 118px;
	background-position: 0 -175px;
}
#download-container {
	position: absolute;
	overflow: hidden;
	top: 0;
	right: 0;
	width: 351px;
	height: 250px;
	padding: 0 25px;
	z-index: 1;
	background: url(/images/download/container.png) top left no-repeat;
	text-align: center;
}
#download-container a {
	text-decoration: underline;
}
#download-container a:hover {
	text-decoration: none;
}
#download-container p.guide a {
	font-size: 14px;
	font-weight: bold;
}
#download-container p.important {
	margin-bottom: 12px;
	color: #fff;
	font-weight: bold;
}
#download-container p.button a {
	display: block;
	width: 269px;
	height: 68px;
	margin: 0 auto;
	background-repeat: no-repeat;
}
#download-container p.button span {
	display: none;
}
#download-container p.button a:active {
	background-position: left -68px;
}
#download-container section {
	height: 240px;
	padding: 5px;
}
#download-jolicloud-express p.button a {
	background-image: url(/images/download/button-jolicloud-installer-standalone.png);
}
#download-jolicloud-iso p.button a {
	background-image: url(/images/download/button-jolicloud-iso.png);
}
#download-share {
	position: absolute;
	width: 134px;
	height: 18px;
	top: 34px;
	right: 0;
}
#download-share-twitter, #download-share-facebook {
	display: block;
	width: 60px;
	height: 22px;
}
#download-share-twitter {
	float: left;
	background: url(/images/download/share-twitter.png) top center no-repeat;
	text-indent: -5000px;
}
#download-share-facebook {
	float: right;
}
#download-partners ul {
	margin: 0;
	text-align: center;
}
#download-partners li {
	margin: 0 10px;
	padding: 0;
	display: inline-block;
	list-style-type: none;
}
#download-partners li.joyent {
	background: url(/images/download/logo-joyent.png) top center no-repeat;
}
#download-partners li.iguane {
	background: url(/images/download/logo-iguane.png) top center no-repeat;
}
#download-partners li.typhon {
	background: url(/images/download/logo-typhon.png) top center no-repeat;
}
#download-partners li a {
	display: block;
	width: 100px;
	padding-top: 55px;
	font-size: 11px;
}
#download-thank-you {
	position: relative;
	margin: 30px auto 0;
	font-size: 14px;
	text-align: center;
}
#download-thank-you p.button a {
	display: block;
	width: 269px;
	height: 68px;
	margin: 30px auto 0;
	background-image: url(/images/download/button-create-account.png);
	background-repeat: no-repeat;
}
#download-thank-you p.button a:active {
	background-position: left -68px;
}
#download-thank-you p.button span {
	display: none;
}
#download-thank-you .md5 {
	font-size: 11px;
}
#steps h3 {
	background-image: url(/images/icons/steps.png);
}
#step-1 h3 {
	background-position: top left;
}
#step-2 h3 {
	background-position: center left;
}
#step-3 h3 {
	background-position: bottom left;
}

/* Feedback & Contact Forms */
form {
	margin: 0 0 0 36px;
}
label {
	clear: left;
	display: block;
	float: left;
	width: 200px;
	text-align: right;
	padding-right: 10px;
	padding-top: 9px;
}
.field {
	clear: left;
	padding-bottom: 10px;
}
.field input, .field textarea, .field select {
	background: #262730;
	margin: 0;
	padding: 6px;
	border: 1px solid #21222b;
	color: #858892;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
}
.field input {
	font-size: 14px;
	width: 250px;
}
.field input:focus, .field textarea:focus {
	outline: none;
	color: #fff;
	border-color: #000;
	background-color: #0d0e11;
}
.field input.placeholder, .field textarea.placeholder {
	color: #47494f;
}
.field textarea {
	height: 150px;
	width: 380px;
	max-width: 380px;
	font-size: 14px;
}
.field .send-button {
	margin-left: 210px;
	width: 89px;
	height: 35px;
	background: url(/images/site/send-button.png) no-repeat;
	display: block;
	cursor: pointer;
	border: none;
	font-size: 0;
	text-indent: -5000px;
}
.field .send-button:active {
	background-position: left -35px;
}

/* Features */
.feature {
	clear: left;
	overflow: hidden;
}
.feature .screenshot {
	float: left;
	display: block;
	width: 280px;
	margin-left: 25px;
	margin-right: -15px;
	background: url(/images/site/screenshot_background.png) no-repeat;
}
.feature .screenshot img {
	margin: 5px;
}
.feature .screenshot span {
	margin: 0;
	padding-left: 10px;
	font-size: 11px;
}

/* Compatibility */
#compatibility .col {
	float: left;
	width: 445px;
	margin: 20px 0 0 0;
}
#compatibility .constructor {
	padding-bottom: 25px;
	background-position: 0 5px;
	min-height: 50px;
}
#compatibility .constructor ul {
	margin: 0 0 0 150px;
	list-style: none;
	overflow: hidden;
}
#compatibility .constructor ul li {
	clear: left;
	float: left;
}

/* Guides */
#content ul.download li {
	height: 48px;
	padding: 5px 0 5px 53px;
	list-style-type: none;
}
#content ul.download li.mac {
	background: url(/images/logos/systems/mac.png) top left no-repeat;
}
#content ul.download li.windows {
	background: url(/images/logos/systems/windows.png) top left no-repeat;
}
#content ul.download li.linux {
	background: url(/images/logos/systems/linux.png) top left no-repeat;
}
#content .guide img {
	display: block;
	margin: 10px auto;
	text-align: center;
}

/* Tabs */
#content .ui-tabs .ui-tabs-nav {
	list-style-type: none;
}
#content .ui-tabs .ui-tabs-nav ul {
	margin: 15px 0;
}
#content .ui-tabs .ui-tabs-nav li {
	float: left;
	margin: 0;
}
#content .ui-tabs .ui-tabs-nav li a {
	display: block;
	float: left;
	margin: 10px 20px 20px 0;
	padding: 0 8px;
	height: 25px;
	line-height: 25px;
	background: #25272f;
	color: #fff;
	outline: none;
	text-decoration: none;
	text-shadow: none;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
#content .ui-tabs .ui-tabs-nav li a:hover {
	background: #fff;
	color: #25272f;
}
#content .ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
	background: #fff;
	color: #25272f;
}
#content .ui-tabs .ui-tabs-hide {
	display: none !important;
}

/* Joliclouders */
#joliclouders-photos {
	float: left;
	width: 675px;
}
.joliclouder {
	float: left;
	margin: 0 5px 30px;
	width: 168px;
	cursor: pointer;
}
.joliclouder .photo {
	width: 168px;
	height: 126px;
	background: url(/images/joliclouders/background.png) no-repeat;
	padding: 1px 0 0 3px;
}
.joliclouder p {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #fff;
	font-weight: bold;
}
.joliclouder .description {
	display: none;
}
#joliclouder-description {
	float: left;
	width: 225px;
}
#joliclouder-description h2 {
	margin-top: 0;
}
#joliclouder-description dd {
	font-size: 12px;
}

/* Support welcome page */
#support-welcome {
	overflow: hidden;
	margin-bottom: -25px;
}
#support-welcome a.large-button {
	float: left;
	width: 234px;
	height: 104px;
	margin: 10px 10px 25px 40px;
}
#support-welcome a.large-button:active {
	background-position: 0 -104px;
}
#support-welcome a.large-button span {
	display: none;
}
#support-welcome .large-button.guide-express {
	background-image: url(/images/support/welcome_guide_express.png);
	background-position: top left;
}
#support-welcome .large-button.guide-partition {
	background-image: url(/images/support/welcome_guide_partition.png);
	background-position: top left;
}
#support-welcome .large-button.guide-upgrade {
	background-image: url(/images/support/welcome_guide_upgrade.png);
	background-position: top left;
}
#support-welcome .large-button.faq {
	background-image: url(/images/support/welcome_faq.png);
	background-position: top left;
}
#support-welcome .large-button.getsatisfaction {
	background-image: url(/images/support/welcome_getsatisfaction.png);
	background-position: top left;
}
#support-welcome .large-button.wiki {
	background-image: url(/images/support/welcome_wiki.png);
	background-position: top left;
}
#support-welcome .large-button.feedback {
	background-image: url(/images/support/welcome_feedback.png);
	background-position: top left;
}
#getsatisfaction p.date {
	display: block;
	font-size: 12px;
	margin: -10px 0 10px;
}

/* Communities */
#community {
	height: 380px;
}
#communities {
	overflow: hidden;
	margin-top: 5px;
}
#communities div {
	width: 720px;
	margin: 0 auto;
}
#communities h3 {
	margin-top: 0;
}
#communities .item {
	float: left;
	margin: 10px 20px 25px;
	width: 200px;
}
#communities .item a {
	display: block;
	width: 100%;
	height: 70px;
}
#communities .item span {
	display: block;
	text-align: center;
	padding-top: 8px;
	color: #fff;
}
#communities .item a span {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
}
#communities .hashtag {
	clear: both;
	margin-top: 25px;
	font-size: 12px;
}
#twitter-widget {
	padding-right: 25px;
}
#twitter-widget .twtr-tweet {
	border-bottom: 1px solid #3c404c;
}
#facebook-widget iframe {
	height: 320px !important;
}
.item a.facebook span {
	background-image: url(/images/social/facebook.png);
	background-position: center 0px;
}
.item a.twitter span {
	background-image: url(/images/social/twitter.png);
	background-position: center 16px;
}
.item a.flickr span {
	background-image: url(/images/social/flickr.png);
	background-position: center 14px;
}
.item a.youtube span {
	background-image: url(/images/social/youtube.png);
	background-position: center 5px;
}
.item a.getsatisfaction span {
	background-image: url(/images/social/getsatisfaction.png);
	background-position: center 14px;
}
.item a.vimeo span {
	background-image: url(/images/social/vimeo.png);
	background-position: center 8px;
}

/* Constructors */
.constructor {
	background-repeat: no-repeat;
}
.constructor.acer {
	background-image: url(/images/constructors/acer.png);
}
.constructor.advent {
	background-image: url(/images/constructors/advent.png);
}
.constructor.airis {
	background-image: url(/images/constructors/airis.png);
}
.constructor.archos {
	background-image: url(/images/constructors/archos.png);
}
.constructor.asus {
	background-image: url(/images/constructors/asus.png);
}
.constructor.asrock {
	background-image: url(/images/constructors/asrock.png);
}
.constructor.averatec {
	background-image: url(/images/constructors/averatec.png);
}
.constructor.axioo {
	background-image: url(/images/constructors/axioo.png);
}
.constructor.bandai {
	background-image: url(/images/constructors/bandai.png);
}
.constructor.bangho {
	background-image: url(/images/constructors/bangho.png);
}
.constructor.belinea {
	background-image: url(/images/constructors/belinea.png);
}
.constructor.benq {
	background-image: url(/images/constructors/benq.png);
}
.constructor.blusens {
	background-image: url(/images/constructors/blusens.png);
}
.constructor.cherrypal {
	background-image: url(/images/constructors/cherrypal.png);
}
.constructor.clevo {
	background-image: url(/images/constructors/clevo.png);
}
.constructor.coby {
	background-image: url(/images/constructors/coby.png);
}
.constructor.colorful {
	background-image: url(/images/constructors/colorful.png);
}
.constructor.commodore {
	background-image: url(/images/constructors/commodore.png);
}
.constructor.compaq {
	background-image: url(/images/constructors/compaq.png);
}
.constructor.ctl {
	background-image: url(/images/constructors/ctl.png);
}
.constructor.dell {
	background-image: url(/images/constructors/dell.png);
}
.constructor.ecs {
	background-image: url(/images/constructors/ecs.png);
}
.constructor.elevo {
	background-image: url(/images/constructors/elevo.png);
}
.constructor.elonex {
	background-image: url(/images/constructors/elonex.png);
}
.constructor.emachines {
	background-image: url(/images/constructors/emachines.png);
}
.constructor.epson {
	background-image: url(/images/constructors/epson.png);
}
.constructor.fic {
	background-image: url(/images/constructors/fic.png);
}
.constructor.foxconn {
	background-image: url(/images/constructors/foxconn.png);
}
.constructor.fujitsu {
	background-image: url(/images/constructors/fujitsu.png);
}
.constructor.fujitsu-siemens {
	background-image: url(/images/constructors/fujitsu-siemens.png);
}
.constructor.fukato {
	background-image: url(/images/constructors/fukato.png);
}
.constructor.gateway {
	background-image: url(/images/constructors/gateway.png);
}
.constructor.gigabyte {
	background-image: url(/images/constructors/gigabyte.png);
}
.constructor.hannspree {
	background-image: url(/images/constructors/hannspree.png);
}
.constructor.hercules {
	background-image: url(/images/constructors/hercules.png);
}
.constructor.hp {
	background-image: url(/images/constructors/hp.png);
}
.constructor.intel {
	background-image: url(/images/constructors/intel.png);
}
.constructor.jw {
	background-image: url(/images/constructors/jw.png);
}
.constructor.kohjinsha {
	background-image: url(/images/constructors/kohjinsha.png);
}
.constructor.lenovo {
	background-image: url(/images/constructors/lenovo.png);
}
.constructor.lg {
	background-image: url(/images/constructors/lg.png);
}
.constructor.medion {
	background-image: url(/images/constructors/medion.png);
}
.constructor.minix {
	background-image: url(/images/constructors/minix.png);
}
.constructor.msi {
	background-image: url(/images/constructors/msi.png);
}
.constructor.nec {
	background-image: url(/images/constructors/nec.png);
}
.constructor.nokia {
	background-image: url(/images/constructors/nokia.png);
}
.constructor.ocz {
	background-image: url(/images/constructors/ocz.png);
}
.constructor.packard-bell {
	background-image: url(/images/constructors/packard-bell.png);
}
.constructor.pioneer {
	background-image: url(/images/constructors/pioneer.png);
}
.constructor.positivo {
	background-image: url(/images/constructors/positivo.png);
}
.constructor.point-of-view {
	background-image: url(/images/constructors/point-of-view.png);
}
.constructor.sagemcom {
	background-image: url(/images/constructors/sagemcom.png);
}
.constructor.samsung {
	background-image: url(/images/constructors/samsung.png);
}
.constructor.sharp {
	background-image: url(/images/constructors/sharp.png);
}
.constructor.siragon {
	background-image: url(/images/constructors/siragon.png);
}
.constructor.sony {
	background-image: url(/images/constructors/sony.png);
}
.constructor.sotec {
	background-image: url(/images/constructors/sotec.png);
}
.constructor.sylvania {
	background-image: url(/images/constructors/sylvania.png);
}
.constructor.system76 {
	background-image: url(/images/constructors/system76.png);
}
.constructor.teclast {
	background-image: url(/images/constructors/teclast.png);
}
.constructor.toshiba {
	background-image: url(/images/constructors/toshiba.png);
}
.constructor.umid {
	background-image: url(/images/constructors/umid.png);
}
.constructor.velocity-micro {
	background-image: url(/images/constructors/velocity-micro.png);
}
.constructor.viewsonic {
	background-image: url(/images/constructors/viewsonic.png);
}
.constructor.viliv {
	background-image: url(/images/constructors/viliv.png);
}
.constructor.virgin-media {
	background-image: url(/images/constructors/virgin-media.png);
}
.constructor.vyepc {
	background-image: url(/images/constructors/vyepc.png);
}
.constructor.winward {
	background-image: url(/images/constructors/winward.png);
}
.constructor.workhorse {
	background-image: url(/images/constructors/workhorse.png);
}
.constructor.zareason {
	background-image: url(/images/constructors/zareason.png);
}
.constructor.zoostorm {
	background-image: url(/images/constructors/zoostorm.png);
}
.constructor h3 {
	display: none;
}

/* About */
#investors ul, #investors li {
	margin: 10px 0;
	padding: 0;
	list-style-type: none;
}
#investors img {
	float: left;
	margin-right: 5px;
}
#investors span {
	display: block;
}
#investors p {
	clear: left;
	padding: 5px 0;
}

/* Jobs*/
.button a {
	display: block;
	height: 35px;
	cursor: pointer;
}
.button.apply a {
	width: 269px;
	background: url(/images/jobs/apply-button.png) no-repeat;
}
.button.resume a {
	width: 269px;
	background: url(/images/jobs/resume-button.png) no-repeat;
}
.button a:active {
	background-position: left -35px;
}
.button span {
	display: none;
}
.date {
	font-size: 11px;
}

/* Titles */
.image-heading {
	height: 28px;
	margin: 0 auto;
	font-size: 0;
	text-indent: -5000px;
	background-position: center top;
	background-repeat: no-repeat;
}
#computer #title-home-welcome {
	width: 400px;
	height: 32px;
	margin: 10px auto;
	background: url(/images/titles/home-welcome.png);
}
#computer #title-home-anywhere {
	width: 161px;
	height: 18px;
	background: url(/images/titles/home-anywhere.png);
}
#title-product-index {
	background-image: url(/images/titles/product-index.png);
}
#title-product-features {
	background-image: url(/images/titles/product-features.png);
}
#title-product-compatibility {
	background-image: url(/images/titles/product-compatibility.png);
}
#title-product-specifications {
	background-image: url(/images/titles/product-specifications.png);
}
#title-download-index {
	background-image: url(/images/titles/download-index.png);
}
#title-download-thanks-express, #title-download-thanks-iso {
	background-image: url(/images/titles/download-thank-you.png);
}
#title-guides-jolicloud-express {
	background-image: url(/images/titles/guides-jolicloud-express.png);
}
#title-guides-partition-install {
	background-image: url(/images/titles/guides-partition-install.png);
}
#title-guides-jolicloud-upgrade {
	background-image: url(/images/titles/guides-jolicloud-upgrade.png);
}
#title-support-index {
	background-image: url(/images/titles/support-index.png);
}
#title-support-faq {
	background-image: url(/images/titles/support-faq.png);
}
#title-support-getsatisfaction {
	background-image: url(/images/titles/support-getsatisfaction.png);
}
#title-support-wiki {
	background-image: url(/images/titles/support-wiki.png);
}
#title-support-feedback {
	background-image: url(/images/titles/support-feedback.png);
}
#title-community-index {
	background-image: url(/images/titles/community-index.png);
}
#title-community-joliclouders {
	background-image: url(/images/titles/community-joliclouders.png);
}
#title-community-promote {
	background-image: url(/images/titles/community-promote.png);
}
#title-community-install-parties {
	background-image: url(/images/titles/community-install-parties.png);
}
#title-about-company {
	background-image: url(/images/titles/about-company.png);
}
#title-about-manifesto {
	background-image: url(/images/titles/about-manifesto.png);
}
#title-jobs-index, #title-jobs-show, #title-jobs-apply, #title-jobs-resume {
	background-image: url(/images/titles/jobs.png);
}
#title-press-index {
	background-image: url(/images/titles/press-index.png);
}
#title-contact-index {
	background-image: url(/images/titles/contact-index.png);
}
#title-legal-tos {
	background-image: url(/images/titles/legal-tos.png);
}
#title-legal-privacy {
	background-image: url(/images/titles/legal-privacy.png);
}
#title-legal-disclaimer {
	background-image: url(/images/titles/legal-disclaimer.png);
}
#title-jolicloud-blog {
	background-image: url(/images/titles/jolicloud-blog.png);
}
#title-building-jolicloud {
	background-image: url(/images/titles/building-jolicloud.png);
}