body {
	background-color: black;
	color: #BFB2B3;
	font-family: "Georgia", "Times New Roman", "Times", serif;
	font-style: italic;
	font-weight: normal;
}

img {
	border-style: none;
}


#main {
	width: 900px;
	text-align: left;
    margin-left: 50px;
}

h1 {
	font-size: 60px;
	font-weight: normal;
	display: inline;
	}
	
#logo {
	color: #F545F5;
	float: left;
}

h2 {
	font-size: 20px;
	font-weight: normal;
	display: inline;
	}

#logo h2 {
	font-size: 15px;
	position: absolute;
	margin-left: -101px;
	margin-top: 55px;
	display: inline;
	font-style: normal;
}

#embed h2 {
	font-size: 15px;
	display: inline;
	color: #FF7D7D;
}

h3 {
	font-size: 16px;
	font-weight: normal;
	display: inline;
	}

h4 {
	font-size: 10px;
	font-weight: normal;
	display: inline;
}

.disclaimer {
	float:right;
	text-align: right;
	font-size: 10px;
}

.faq-contents ol {
	font-size: 12px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.close {
	float: right;
}
	
.hidden {
	display: none;
}

.code {
	color: green;
}

.title, .description {
	color: #BFB2B3;
}

.title-container {
	color: #7391FF;
}

.carousel a {
	color: #F545F5;
}

#logo {
	float: left;
	width: 100px;
}

#logo a:link,
#logo a:visited,
#logo a:active {
	text-decoration: none;
}


#header-navigation {
	margin-bottom: 50px;
}

#header-navigation, 
#footer-navigation {
	float: right;
	list-style: none;
}

#header-navigation li, 
#footer-navigation li {
	display: inline;
	padding-left: 20px;
}

#auth
{
	float: right;
	margin-top: 10px;
}

#bookmarklet {
    width: 150px;
    margin: 0px;
    padding: 20px 100px 0px 300px;
}

#content {
	clear: both;
}

.breathe {
	margin: 30px;
}


a:link,
a:visited,
a:hover,
a:active {
	border: none;
	color: #F545F5;
}

a:link,
a:visited,
a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/* page sections */

.clear {
	clear: both;
}

.controls #prev {
	float: left;
}

.controls #next {
	float: right;
}

.halign {
	float: left;
	margin-right: 50px;
}

.section {
	margin-bottom: 50px;
}

.section p, table {
	color: #BFB2B3;
}

.section ol, ul {
	color: #BFB2B3;
	list-style-type: none;
}

.red {
	color: #FF7D7D;
}

.green {
	color: #9CFF5E;
}

.blue {
	color: #7391FF;
}


/* carousel item component layout */

.carousel {
	min-height: 220px;

}
.carousel li {
	position: relative;
}

.carousel .head,
.carousel .foot,
.carousel img {
	position: absolute;
	left: 9px;
}

.carousel .head,
.carousel .foot {
	height: 25px;
	width: 150px;
	font-size: 12px;
}

.carousel .head {
	top: 5px;
}


.carousel img {
	top: 58px;
}

.carousel .foot {
	top: 170px;
}

