@charset "utf-8";
/* CSS Document */
body{
	margin:0px;
	padding:0px;
}
#theToon{
	position:relative;
	top:0;
	left:0;
	z-index:1;
	
}
/* Chrome, Fox, Safari */
.rounded-corners {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
}

.rounded-corners-right{
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

/* IE (uses HTC solution border-radius.htc file) */
.rounded-corners {
    behavior: url(/css/border-radius.htc);
    border-radius: 4px;
}

#banForceOneHori{
	position:absolute;
	right:10;
	top:10;
	text-align:right;
	width:738px;
	height:100px;
	padding:5px;
	z-index:999;	
}

#banForceOneHori2{
	position:absolute;
	right:10;
	bottom:2;
	text-align:right;
	width:738px;
	height:100px;
	padding:5px;
	z-index:999;	
}

#shareDiss{

position: absolute;
left: 0px;
top: 0px;
text-align: left;
font-size: 11px;
font-family: arial;
margin-left: -5px;
padding-right: 0px;
padding-top: 12px;
padding-left: 12px;
height: 500px;
width: 82px;
margin-top: 140px;
opacity:0.2;
}

#shareDiss:hover{
	opacity:1;
}


#large_banner{

position: fixed;
text-align: center;
display: block;
margin: 0 auto;
background: lightslategrey;
opacity: 1;
z-index: 99999999;
width: 100%;
bottom: 0;
padding: 4px;

}



#shareSquare{
position: absolute;
left: 0;
top: 0;
text-align: center;
margin: 0 auto;
vertical-align: middle;
background-color: #FFF;
width: 310px;
height: 260px;
padding: 5px;
z-index: 9999;
}

#shareSquareSmall{
	position:absolute;
	left:85;
	top:20;
	text-align:center;
	vertical-align:middle;
	background-color:#FFF;
	width:210px;
	height:210px;
	padding:5px;
	z-index:9999;
}

#banForceOne{
	position:absolute;
	right:10;
	top:10;
	text-align:right;
	width:180px;
	height:620px;
	padding:5px;
	visibility:hidden;
	z-index:9999;	
}


#banBoxOne{
	position:absolute;
	left:10;
	bottom:10;
	text-align:center;
	background-color:#333;
	width:310px;
	height:260px;
	padding:5px;
	z-index:9999;	
}

#banBoxOneTwo{
	position:absolute;
	left:10;
	bottom:10;
	text-align:center;
	/*background-color:#333;*/
	width:346px;
	height:290px;
	padding:5px;
	z-index:9999;	
}

#banBoxOneGoat{
	position:fixed;
	top:4px;
	text-align:left;
	vertical-align:top;
	background-color:none;
	height:25px;
	width:280px;
	padding:20px;
	color:#000000;
	z-index:9999;
	font-size:12px;	
    opacity:0.3;
}

#banBoxOneGoat:hover{
	opacity:1;
}
