/* CSS Document 
   ip.css
*/

*
{
	margin:0;
	padding:0;
	font-size:12px;
}

body 
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	width:100%;
	background:#ddd;
	color:#000;
}

a
{
	text-decoration:none;
}

.super_width , input ,textarea
{
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	-ms-box-sizing: border-box
}

#wrapper
{
	width:960px;
	margin:5px auto;
	padding:10px;
	background:#bbb;
	
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    
    box-shadow:
    inset 1px 1px 10px rgba(0,0,0,0.3) , 
    inset -1px 1px 10px rgba(0,0,0,0.3);
}

#header
{
	font-size:24px;
	width:auto;
	padding-left:20px;
	height:120px;
	line-height:50px;
	border-bottom:3px solid #999;
	color:#555;
}

#header a , #header b
{
	color:#000;
	font-size:24px;
}

#header2
{
	font-size:10px;
	width:auto;
	color:#777;
	margin-bottom:10px;
}

#content
{
	padding-top:10px;
}

#left
{
	width:768px;
	float:left;
}

#right
{
	float:left;
	width:180px;
	
	height: 610px;
	margin-left:10px;
	text-align:center;
	padding-top:10px;
	
	
	border-radius:2px;
	
	background:#ddd;
	
	box-shadow:
	inset 1px 1px 1px rgba(255, 255, 255, 0.5) ,
	1px 1px 5px rgba(0,0,0,0.7);
		
	border:1px solid #ccc;
}

form {
	margin:0;
	padding:0;
}
	
td {
	background:#fff;
	color:#000;
}

h1 {
	font-size:36px;
}
	
	
img {
	border:none;
}

#footer 
{
	text-align:center;
	margin:10px 0 0 0;
	padding:10px;
	font-size:11px;
	border-top:3px solid #999;
}

.map_container
{
	border-radius:2px;
	
	padding:5px;
	font-size:15px;
	
	
	margin:10px 0 10px 0;
	width:100%;
	
background:#ddd;
	
	box-shadow:
	inset 1px 1px 1px rgba(255, 255, 255, 0.5) ,
	1px 1px 5px rgba(0,0,0,0.7);
	border:1px solid #ccc;
}

#map 
{
	width: 100%;
	height: 400px;
}


#menu 
{

	width:auto;
	margin:0;
	padding:0;
}
	

.clear 
{
	clear:both;
}

.mangomain 
{
	border-radius:2px;
	
	padding:5px;
	font-size:15px;
	background:#ddd;
	
	box-shadow:
	inset 1px 1px 1px rgba(255, 255, 255, 0.5) ,
	1px 1px 5px rgba(0,0,0,0.7);
	border:1px solid #ccc;
	
	margin:0 0 10px 0;
}

.mangomain h1
{
	font-size:15px;
	border-bottom:2px solid #bbb;
	padding:10px;
	
}

.mangomain p
{
	margin:10px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
	line-height:20px;
}

.mangomain table tr th:first-child
{
	font-weight:bold;
	text-align:right;
	width:150px;
	
}

.mangomain table tr td , .mangomain table tr th
{
	padding:5px;
	background:#eee;
	
	
}

.mangomain table tr td input , .mangomain table tr td textarea
{
	padding:3px;
}

.hashes {
	width:500px;
	overflow:auto;
	height:30px;
}

pre {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

.myinputs {
	border:2px solid #ccc;
}

.info
{
	font-size:10px;
	width:auto;
	color:#777;
}

.black td
{
	background:#FEDACD;
}

.alert
{
	font-size:16px;
	color:#0066FF;
	text-decoration:none;
	font-weight:bold;
	padding:3px;
	border:1px dashed #fff;
}
a.alert:hover
{	
	border:1px dashed #555;
}

#searching
{
	border:3px solid #ccc;
	font-size:16px;
	padding:10px;
	display:none;
	position:absolute;
	top:300px;
	left:300px;
	background:#FFFFFF;
	color:#666666;
	-moz-opacity:0.90;
	opacity:0.90;
	filter:alpha(opacity=90);
}

.button
{	
	width:80px;
}

th
{
	text-align:center;
	font-weight:bold;
}

#social
{
	position:fixed;
	bottom:5px;
	right:5px;
	background:#555;
	padding:5px;
	padding-bottom:0px;
	border-radius:5px;
	width:400px;
}

#css3creations
{
	position:fixed;
	bottom:5px;
	left:5px;
	background:#555;
	padding:5px;
	color:#fff;
	border-radius:5px;
}
#css3creations a
{
	color:#fff;
	font-weight:bold;
}
