@charset "utf-8";

html {
    /* overflow: -moz-scrollbars-vertical;*/
	overflow: scroll;
}

body {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light",
             "Helvetica Neue", trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-weight: 300;
	background:#535353; 
	color:white;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: black;
}

#container {
	width: 895px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

/** top banner with logo and menu **/
#header {
	background: black;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	position:relative;
	height:90px;
}

#logo_iphone {
	float: left;
	margin-top: 3px;
	margin-left: 29px;
	margin-right: 55px;
}

#slogan {
	color:white;
	
font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Arial, Helvetica, sans-serif; 
	font-size:42px;
	font-weight: 300;
	margin-top: 55px;
}

#home_links {
	margin-top: 105px;
}

#wtjay_text_link {
	float:left;
	font-size:.8em;
	margin-top: 10px;
	margin-right: 70px;
	color: white;
	text-decoration:none;
	line-height: normal;
}

#wtjay_text_link a {
	font-weight: normal;
}

#wtjay_badge_link img
{
	border:0;
}

/* ************ */

#logo {
	background-image:url(../images/blackcube_logo.png);
	width:154px;
	height:70px;
	position:absolute;
	left:20px;
	bottom:10px;
}

/** content area **/
#main_bg {
	background:#636466 url(../images/bg_main.jpg) repeat-x;
}

#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(../images/bg_main.jpg);
}

#main_content_pic, #content {
	margin-top:20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */	
	height:431px;
	width:895px;
	position:relative;
}

#content {
	width:815px;
	padding: 40px;
	height: 100%;
	min-height:351px;

	font-size: 12pt;
	color: #c0c0c0;
	line-height:1.8em;
}

#content a {
	color:#fff;	
	text-decoration:none;
	font-weight:bold;
}

#content a:hover {
	color:#9cffff;
}

/* position of menu */
#menu {
	position:absolute;
	top:40px;
	right:5px;
	z-index:10;
}

/* styling for menu elements **/
#menu_top, #menu_top ul
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
list-style-type: none;
}

#menu_top a {
	display:block;
	width:6em;
}

#menu_top li
{
	float:left;
	width:6em;
}

#menu_top li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

#menu_top li:hover ul {
	left: auto;
}

#menu_top li:hover ul, #menu_top li.sfhover ul {
	left: auto;
}


#menu_top a { padding: 3px 5px; }

#menu_top a:link, #menu_top a:visited
{
text-decoration: none;
text-transform:uppercase;
font-size:.7em;
color:#73a534;
font-weight:bold;
}

#menu_top a:active, #menu_top a:hover
{
color: white;
text-decoration: none;
}


.clear {clear: left}

#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font-size:.7em;
	color: white;
	background-color:#333;
	text-align:center;
}
#footer p {
	margin:0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 20px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footer a:link, #footer a:visited {
	text-decoration:none;
	color:white;
	font-weight:bold;
}

#footer a:active, #footer a:hover {
	color:#9cfFFF;
}

h1
{
	font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue", sans-serif;
	font-weight: 300;
	color: white;
}

.text-content-width
{
	width:67%;
}

.faq-question
{
	font-weight: bold;
}

.faq li
{
	margin-bottom: 1em;
}

#what-menu
{
	background:white;
	padding-bottom: 4px;
}

#what-menu li
{
	text-transform:capitalize;
	width: 6em;
	padding:4px 0 0 4px;
	background:white;
}

#what-menu a:hover
{
	color:black;
}

.label
{
	font-weight: bold;
}

/* Tumblr */

.tumblr_posts
{
	text-align: justify; 
	text-justify: newspaper;
	line-height: 1.5em;
	list-style-type: none;
	width:67%;
}

.tumblr_title
{
	font-weight: bold;
	font-size: 1.2em;
}

. tumblr_body
{
}