/* CSS Document */

/* undohtml ------------------------------------------------------------------ */

:link,:visited { text-decoration:none }
ul,ol,dl { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,dl,dd,dt,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
a img,:link img,:visited img, img, a { border:none; margin: 0; padding: 0; outline: none; }
a:active, a:focus{outline: none;}
address { font-style:normal }


/* undohtml ------------------------------------------------------------------ */


html{
	height: 100%;	
}

body{
	font-family: Geneva, Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	overflow: hidden;
	height: 100%;
	background: #000;
}

#eightball{

}

.thumb{
	display: none;
}

h1,h2{
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 10px;
	cursor: pointer;
	color: #222;
	text-shadow: 1px 1px 2px #666;
}

h1:hover,h2:hover{
	color: #111;
}

#ball{
	height: 100%;
}
#banner{
	position: absolute;
	right: 0;
	top: 0;
	width: 100px;
	height: 0;
	display: none;

}
#footer{
	text-align: center;
	padding: 15px;
	position: absolute;
	bottom: 0;
	float: none;
	clear: both;
	background: #32323C url(../img/footerbg.png) repeat-x;
	border-top: 5px solid #ABABAB;
	color: #fff;
	zoom: 1;
	width: 100%;
	overflow: hidden;
}
#footer #ul{
	zoom: 1;
	width: 1010px;
	margin: auto;
}

#footer div.li{
	float: left;
	text-align: left;
	width: 315px;
	margin-right:30px;
}
#footer div.last{
	margin-right:0px;
}
#footer:after, #footer #ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* social ------------------------------------------------------------------ */

.addthis_toolbox{
	margin-top: 5px;
}

.custom_images a{
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
}

.custom_images a:hover img{
    opacity: 1;
}

.custom_images a img{
    opacity: 0.75;
}