/* RESET */
body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd, img, form, fieldset, blockquote {  
    margin:0px; padding:0px; border:0px;   
}
a {
	outline: none;
	border: none;
	text-decoration: none;
}
body {
	background:  #0f1010 url(../img/page_bg.png) 0 0 repeat-x;
	color: #d3d3d3;
	padding: 0;
	margin:  0;
	text-align: center;
	font-family: "Helvetica Neue","Helvetica",Arial,sans-serif;
	/*font-family: "share-regular-1","share-regular-2", "Lucinda Grande","Helvetica Neue","Helvetica",Arial,sans-serif;*/
	font-size: 62.5%; /* 62.5% means 1em = 10px */
	font-weight: lighter;
}
p {
	font-size: 1.3em;
	color: #d3d3d3;
	line-height: 1.3em;	
}
div#wrapper{
	border: 0px solid green;
	text-align: left;
	overflow: hidden;
}
.center {
	border: 0px solid pink;
	text-align: left;

}

/* COLUMN_THIRD */
.column_third {
	background: #121213 url(../img/column_gradient.png) 0 55px repeat-x;
	padding: 0;
	float: left;
	border-right: 1px solid #242525;
	overflow: hidden;
	
}


.column_third h2{
	color: purple;
	background: transparent url(../img/column_headers.png) -8px 0 repeat-x;
	height: 55px;
	overflow: hidden;
	text-indent: -9999px;
	border-right: 1px solid #1b1c1c;
	border-left: 1px solid #242525;
	float: left;
	width: 100%;
	display: block;
	position: relative;
	left: -1px;
	border-bottom: 1px solid #595959;
	margin-bottom: -1px;
	
}
.column_third li img{
	float: left;
	margin: 0 10px 0 0;
	border: 1px solid #999999;
	outline: 1px solid #222;
}
.column_third li {
	margin: 0;
	font-size: 1.4em;
	position: relative;
	color: #9a9b9b;
	line-height: 1.2em;
	background: #121213 url(../img/column_gradient.png) repeat-x scroll 0 -60px;
	cursor: pointer;
	/*width: 100%;*/
}
div#beta li p{
	font-size: 0.9em;
	color: #ddd;
}
div#delta li p{
	font-size: 0.9em;
	margin-left: 60px;
	color: #ddd;
}
.column_third strong {
	font-size: 1.9em;
	color: white;
	position: relative;
	top: 2px;
	margin-right: .1em;

}
.column_third small {
	font-size: 0.8em;
	color: #95defa;
	display:  block;
	border: 0px dotted red;
	position: absolute;
	bottom: 8px;
	right: 20px;
}

/* UL NEWS */
ul#news{
	list-style: none;
	float: left;
}
ul#news li{
	/* padding: 10px 20px 30px; */
	border-top: 1px solid #595959;
	border-bottom: 1px solid #252525;
}
/* UL TWITTER */
ul#twitter{
	list-style: none;
	float: left;
}
ul#twitter li{
	/*padding: 10px 20px 25px;*/
	border-top: 1px solid #595959;
	border-bottom: 1px solid #252525;
}

/* DIV ALPHA */
div#alpha {
	background: #434344;
	float: left;
	width: 100%;
	
}
div#alpha a {
	color: white;
	font-weight: bold;
}
a#get_it {
	color: #95DEFA;		
}
div#alpha p a:hover {
	border-bottom: 1px dotted #95DEFA;
}
div#alpha h2 {
	background: transparent url(../img/decomplicate_the_night.png) 0 0 no-repeat;
	text-indent: -9999px;
	margin: 20px 0 0 20px;
	display: block;
	width: 176px;
	height: 22px;
}
div#alpha p {
	margin: 10px 20px 20px;
	
}

/* DIV BETA */
div#beta h2{
	background-position: -4px 0;
}
div#beta small {
	background: transparent url(../img/green_arrow.png) right 4px no-repeat;
	padding-right: 18px;
}

/* DIV GAMMA */
div#gamma {
	background: #171717 url(../img/middle_gradient.png) 0 0 repeat-x;
}
div#gamma h2{
	background-position: -488px 0;

}
div#gamma p {
	margin: 10px 20px 20px;
	float: left;
}


/* DIV DELTA */
div#delta h2{
	background-position: -969px 0;
	
}

/* FOOTER */
div#footer {
	float: left;
	clear: both;
	width: 100%;
	background: black;
	padding: 9px 0;
}
div#footer div.left{
	display:  block;
	border: 0px dotted #ccc;
	float: left;
	height: 30px;
}

/* COMPLICATORS */
a#comp_facebook {
	background: transparent url(../img/shame_f.png) 0 0 no-repeat;
	float: left;
	width: 262px;
	height: 37px;
	position: relative;
	left: 21px;
	margin: 0 0 10px 0;
	overflow: hidden;
	text-indent: -9999px;
}
a#comp_facebook:hover {
	background: transparent url(../img/shame_f.png) right 0 no-repeat;
}
a#comp_left, a#comp_right {
	background: transparent url(../img/shame_arrows.png) 0 0 no-repeat;
	float: left;
	width: 22px;
	height: 18px;
	border: 0px dotted red;
	overflow: hidden;
	text-indent: -9999px;
	position: relative;
	left: 130px;
	margin-top: 10px;
	margin-bottom: 20px;
	
}
a#comp_right {
	background: transparent url(../img/shame_arrows.png) right 0 no-repeat;
	clear: right;
}
a#comp_left:hover {
	background: transparent url(../img/shame_arrows.png) left bottom no-repeat;
}
a#comp_right:hover {
	background: transparent url(../img/shame_arrows.png) right bottom no-repeat;
}

div#wrap_complicators {
	border: 1px solid #343435;
	width: 262px;
	height: 182px;
	float: left;
	overflow: hidden;
	margin-left: 20px;
	white-space: nowrap;
	position: relative;
	/*background: transparent url(../img/shame_complicators.jpg) 0 0 no-repeat; */
}
div#wrap_complicators:hover {
	border: 1px solid #a1e3fb;
}
div#wrap_complicators ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 2500px;
	border: none;
}
div#wrap_complicators ul li{
	float: left;
	/*background: transparent url(../img/shame_complicators.jpg) -262px 0 no-repeat; */
	width: 262px;
	margin: 0;
	padding: 0;
	height: 182px;
	text-indent: -9999px;
	overflow: hidden;
	border: none;
	list-style: none;
}
div#wrap_complicators ul li a{
	width: 262px;
	margin: 0;
	padding: 0;
	height: 182px;
	float: left;
	border: none;
}
li#cabbie a
{
	background: transparent url(../img/shame_complicators.jpg) 0 0 no-repeat;
}
li#forgetter a
{
	background: transparent url(../img/shame_complicators.jpg) -262px 0 no-repeat;
}
li#stand a
{
	background: transparent url(../img/shame_complicators.jpg) -524px 0 no-repeat;
}
li#crier a
{
	background: transparent url(../img/shame_complicators.jpg) -786px 0 no-repeat;
}
li#bag a
{
	background: transparent url(../img/shame_complicators.jpg) -1048px 0 no-repeat;
}
li#sleaze a
{
	background: transparent url(../img/shame_complicators.jpg) -1310px 0 no-repeat;
}
li#bouncer a
{
	background: transparent url(../img/shame_complicators.jpg) -1572px 0 no-repeat;
}
