/*--------------------------------------------------------
 1.BACKGROUND
 --------------------------------------------------------*/

body {
	background: url("../images/spunklab/background.jpg") center no-repeat #a3a3a3 fixed;
}
.raster {
	background: transparent;
}

/*--------------------------------------------------------
 MENU
 --------------------------------------------------------*/

#launch-but {
	width: 180px;
	height: 33px;
	position: absolute;
	left: 20px;
	top: 0px;
	cursor: pointer;
	display: none;
}
#launch-but #circle {
	position: absolute;
	width: 180px;
	height: 33px;
	top: 50%;
	left: 50%;
	margin: -16.5px 0 0 -90px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background-color: black;
}
#launch-but #circle-overlay {
	position: absolute;
	width: 180px;
	height: 43px;
	top: 50%;
	left: 50%;
	margin: -64.5px 0 0 -90px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background: url("../images/spunklab/launch_button_bg_hover_ar.png") transparent no-repeat center;
}
#menu-overlay {
	position: absolute;
	display:none;
	width: 180px;
	height: 43px;
	top: 0px;
	left: 20px;
	/*margin: -64.5px 0 0 -90px;*/
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background: url("../images/spunklab/launch_button_bg_hover.png") transparent no-repeat center;
	z-index: 11;
}
#launch-but #label {
	position: relative;
	line-height: 33px;
	width: 100%;
	z-index: 5;
}
#navContainer {
	border-top: 1px solid #2f2f2f;
	border-bottom: 1px solid #2f2f2f;
}
#nav li a {
	color: #666;
}
#nav li a.active {
	color: black;
}
#sideBar #logo {
  height: auto;
  margin: 50px auto 20px;
  width: 98px;
}

#content-wrapper {
	display:none;
}
/******************************************
 * 	TEXT
 ******************************************/
h2 {
	margin-bottom: 23px;
}

h3 {
	margin-bottom: 15px;
}
h4 {
	margin-bottom: 8px;
}
h5, h6 {
	margin-bottom: 6px;
}

.tweet .txt,p,#footer,#nav li a,blockquote p.clientRef,.field, .tarea,ul.list {
	color: #555555;
}
