/* Global styles */
body {
	margin: 0 0 0 0;
	font-family: Arial, sans-serif;
	font-size: 16px;
	text-shadow: transparent 0 0 1px;
}

img {
    border: 0;
}

.clearleft {
    clear: left;
}

.clearboth {
    clear: both;
}

/* Header: logo, links, etc. */
#header {
    padding-top: 20px;
	height: 60px;
}

#logo {
    height: 100%;
	float: left;
}

#logo img {
	height: 40px;
}

#links {
    height: 100%;
    margin: 0;
    float: right;
}

#links .link {
	font: 1.2em 'nevisBold', Arial, sans-serif;
    line-height: 70px;
	color: #E32B22;
	list-style-type: none;
	padding-left: 10px;
	padding-right: 10px;
    height: 100%;
    float: left;
    overflow: hidden;
    border-bottom: 3px solid #222;
	text-decoration: none;
}

#links .activelink {
    border-bottom: 3px solid #E32B22;
}

#links .link:hover {
	border-bottom: 3px solid #E32B22;
}

/* Banner */
#banner {
	margin-bottom: 35px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #222;
    clear: both;
}

/* Sidebar */
#sidebar {
	float: right;
	width: 220px;
} 

#main-content {
	width: 710px;
	margin-right: 30px;
	padding-right: 30px;
	border-right: 0px solid #CCC;
}

#sidebar ul {
    font-size: 0.8em;
    list-style-type: square;
    padding-left: 25px;
    line-height: 1.6em;
}

#sidebar li {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

#sidebar div.section {
	background: #EDF2F6;
	padding-top: 1px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
	width: 180px;
	margin-bottom: 20px;
}

#sidebar h2.title {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	font-size: 1.5em;
	/*cursor: default;*/
	/*font: 1.5em 'AurulentSansRegular', Arial, sans-serif;*/
    margin-bottom: 0.4em;
}

#sidebar #map {
	width: 180px;
	height: 180px;
}

#sidebar p {
	font-size: 0.8em;
	padding-left: 24px;
}

/* Sidebar - contact icons */
#sidebar #address {
	background: url('/images/base/small-icons/icon_address.png') no-repeat left top;
}

#sidebar #phone {
	background: url('/images/base/small-icons/icon_phone.png') no-repeat left top;
}

#sidebar #email {
	background: url('/images/base/small-icons/icon_email.png') no-repeat left top;
}

/* Sidebar - social media icons */
#sidebar #twitter {
	background: url('/images/base/small-icons/icon_twitter.png') no-repeat left top;
}

#sidebar #rss {
	background: url('/images/base/small-icons/icon_rss.png') no-repeat left top;
}

#sidebar #posterous {
    background: url('/images/base/small-icons/icon_posterous.png') no-repeat left center;
}

/* Sidebar - site icons */
#sidebar #architecture {
    background: url('/images/base/small-icons/icon_architecture.png') no-repeat left center;
}

#sidebar #performance {
    background: url('/images/base/small-icons/icon_performance.png') no-repeat left top;
}

#sidebar #features {
    background: url('/images/base/small-icons/icon_features.png') no-repeat left center;
}

#sidebar #download {
    background: url('/images/base/small-icons/icon_download.png') no-repeat left center;
}

#sidebar #privacy {
	background: url('/images/base/small-icons/icon_privacy.png') no-repeat left top;
}

#sidebar #pricing {
	background: url('/images/base/small-icons/icon_pricing.png') no-repeat left top;
}


/* Sidebar - support icons */
#sidebar #documentation {
	background: url('/images/base/small-icons/icon_documentation.png') no-repeat left top;
}

#sidebar #help-center {
	background: url('/images/base/small-icons/icon_discussion.png') no-repeat left center;
}

#sidebar #support-ticket {
	background: url('/images/base/small-icons/icon_support-ticket.png') no-repeat left top;
}

/* Sidebar - job icons */
#sidebar #systems-engineer {
	background: url('/images/base/small-icons/icon_systems-engineer.png') no-repeat left top;
}

#sidebar #performance-engineer {
	background: url('/images/base/small-icons/icon_performance-engineer.png') no-repeat left top;
}

#sidebar #customer-experience-engineer {
	background: url('/images/base/small-icons/icon_customer-experience-engineer.png') no-repeat left top;
}

#sidebar #rethinkdb-intern {
	background: url('/images/base/small-icons/icon_rethinkdb-intern.png') no-repeat left top;
}

/* Content */
.content {
	width: 960px;
	margin: 0 auto;
}

#content {
    margin-bottom: 60px;
}

#content .section p {
	line-height: 1.5em;
}

#content h1 {
	font: 2.1em 'AurulentSansRegular', Arial, sans-serif;
    margin-bottom: 0.4em;
}

#content h2 {
    font-size: 1em;
}

#content p {
	font-family: 'Helvetica Neue', Helvetica,  Arial, Geneva, sans-serif;
	/*font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;*/
}

#content a {
    color: #0040B6;
    text-decoration: underline;
}

#content a:hover {
    color: #CE271F;
}

.sprawl {
	border: none 0;
	border-top: 1px solid #CCC;
	height: 1px;
	width: 960px;
}

/* Main content */
#main-content h2 {
    font-size: 1.1em;
}

#main-content p {
    font-size: 0.9em;
}

#main-content h3 {
    font-size: 0.9em;
}

#main-content ul {
    font-size: 0.9em;
    line-height: 1.6em;
    list-style-type: square;
}

/* Footer */
#footer {
    clear: both;
	background: #222;
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 20px;
}

#footer a {
	text-decoration: none;
	color: white;
}

#footer a:hover {
	color: #CE271F;
}

#footer .content {
	margin-top: 10px;
}

#footer .column {
	float: left;
}

#footer .inner-column {
	margin-left: 60px;
	padding-left: 60px;
	border-left: thin solid #444;
}

#footer ul {
    padding-left: 0px;
	font: 0.95em/1.4em 'AurulentSansRegular', Arial, sans-serif;
	color: white;
}

#footer ul li {
    margin-top: 0px;
	list-style: none;
}

#footer h3 {
	color: white;
	font: 1.2em 'AurulentSansBold', Arial, sans-serif;
	margin-top: 0;
	margin-bottom: 0;
}

#footer .contact-us {
    color: white;
}

#footer .contact-us .phone {
    font-weight: bold;
    font-size: 1.3em;
    margin-top: 1.5em;
    margin-bottom:0;
}

#footer .contact-us .copyright {
    font-size: 0.8em;
    color: #888;
    margin-top: 0.8em;
}

#footer .contact-us .copyright a {
    color: #CCC;
}

