/* Banner gallery */
#gallery {
    height: 230px;
    width: 650px;
}

.banner {
    display: none;
    margin-left: 0;
    padding-top: 15px;
    padding-bottom: 50px;
}

.banner p {
    color: white;
	font: 1.4em 'AurulentSansRegular', Arial, sans-serif;
    margin-top: -5px;
    margin-bottom: 0;
    margin-left: 135px;
    width: 100%;
}

.banner p a {
    color: #E32B22;
    text-decoration: none;
}

.banner p a:hover {
    color: #E32B22;
    text-decoration: underline;
}

.first-banner {
    display: block;
}

#gallery-controls {
	height: 16px;
	width: 69px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	/* for IE */
  	filter:alpha(opacity=70);
  	/* CSS3 standard */
  	opacity:0.7;
}

#gallery-controls a {
	display: block;
	width: 16px;
	height: 16px;
	background-image: url(../images/index/pager-element.png);
	float: left;
	margin-right: 7px;
}

#gallery-controls a:hover {
	background-position: 0 -16px;
}

.activeSlide {
	background-position: 0 -32px;
}

.activeSlide:hover {
	background-position: 0 -32px !important;
}

/* Banner rollover buttons */
#banner-buttons {
    float: right;
    width: 275px;
    padding-top: 30px
}

a.button-rollover {
    display: block;
    width: 275px;
    height: 60px;
    margin-bottom: 15px;
    overflow: hidden;
    text-indent: -10000px;
    font-size: 0px;
    line-height: 0px;
}

a.button_download-rethinkdb {
    background: url('/images/index/button_download-rethinkdb.png') no-repeat 0 0;
}

a.button_rethinkdb-is-hiring {
    background: url('/images/index/button_learn-more.png') no-repeat 0 0;
}

a.button-rollover:visited {
    background-position: 0 0;
}

a.button-rollover:hover {
    background-position: 0 -60px;
}

a.button-rollover:active {
    background-position: 0 -60px;
}

/* Sidebar: recent tweets */

#recent-tweets h2 {
    margin-bottom: 3px;
}

#recent-tweets .tweet {
    border-bottom: thin solid #CCC;
    font-size: 0.9em;
    padding-bottom: 5px;
    padding-top: 5px;
}

#recent-tweets .tweet p {
    padding-left: 0;
}

#recent-tweets #read-more {
    font-style: italic;
    padding-left: 0;
    padding-top: 5px;
}

/* Content: features */
div.feature {
	margin-top: 50px;
	margin-bottom: 50px;
}

img.feature {
	float: left;
	width: 75px;
	height: 75px;
	margin-right: 50px;
}

#content h2.feature {
	font: 1.7em 'AurulentSansRegular', Arial, sans-serif;
    margin-bottom: 0.4em;
}

#content h3.feature {
	font: 1.1em/1.3em 'AurulentSansRegular', Arial, sans-serif;
	color: #676767;
    margin-left: 125px;
    margin-top: 0;
}

/* Content: content blocks */
#contentblocks {
    margin-top: 30px;
    margin-bottom: 20px;
}

.contentblock {
    float: left;
    width: 240px;
    margin-top: 10px;
    margin-bottom: 25px;
}

.contentblock.inner {
    margin-left: 59px;
    padding-left: 59px;
    border-left: 1px solid #CCC;
}

.contentblock hr {
	border: none 0;
	border-top: 1px solid #CCC;
	height: 1px;
    width: 90%;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
}

