@charset "UTF-8";
/* CSS Document */


body {
	margin:0 0;
	font-family:Helvetica, Arial, Sans;
	color:#6f1c12;
	font-size:15px;
	background:#696969;
}
#container {
	width:900px;
	background-color:#fff;
	margin: 0px auto;
	padding: 0 25px;
	border-width:0 1px;
	border-color:#333;
	border-style:solid;
}

#header {
	background:url(/images/logo3.gif) no-repeat -4px 15px;
	width: 900px;
	height: 80px;
	border-bottom: 4px dashed #6f1c12;
	padding: 10px 0;
	margin: 0 0 5px 0;
}

#menu {
	float:right;
	width:400px;
}

#menu ol li {
	float:right;
	margin-left:10px;
	list-style-image:none;
	list-style:none;
	padding: 5px 10px 4px 10px;
	border: 1px solid #6f1c12;
	background-color:#9ab39f;
	font-size:17px;
	
}

#menu ol li:hover {
	background-color:#7a967e;
	font-size:17px;
	
}


#menu ol li a {
	text-decoration:none;
	color: #fff;	
}

#menu ol li a:hover {
	text-decoration:none;
	color: #fff;
}

#maincol {
	width:600px;
	float:left;
}
#sidebar {
	width: 250px;
	float:right;
	margin-top:15px;
	margin-right:10px;
} 
#sidebar #box{
	width: 240px;
	border: 1px solid #aaa;
	font-size: 13px;
	padding: 0 10px 10px 10px;
	background-color:#EDF3FE;
}

#sidebar #share {
	height:50px;
	margin: 0 0 15px 0;
}

#sidebar #share div{
 	margin-bottom:3px;
}
 
h1 {
	font-size:15px;
	line-height: 24px;
	font-weight:normal;
}
h2 {
	font-size:19px;
	font-weight:normal;
	line-height:22px;
}

#version {
	background-color:#d3e9d0;
	padding:15px 15px 10px 15px;
	margin-bottom:15px;
	border: 1px solid #6f1c12;
}

#instructions-left{
	float:left;
	width:170px;
	height:80px;
	padding: 0px 5px 0 0;
	text-align:left;
	font-size:12px;
	color:#000;
}

#code {
	width:325px;
	height:85px;
	float:left;
	margin-left:15px;

}


#textbox{
	width: 295px;
	height: 60px;
	text color:#000;
	padding:10px;
	text-align:left;
	overflow:hidden;

}
#subhead {
	border-bottom: 1px dashed #333;
	font-weight:bold;
	height:26px;
}

#faq {
	border-top: 1px dashed #333;
	border-bottom: 1px dashed #333;
	padding-top:25px;
}
.highlight {
	background-color: #FFFF00;
	font-weight:bold;
	padding:3px;
	font-size:13px;
}
.examples {
	font-size:11px;
	padding: 10px 0;
}
.examples a{
	color:#539212;
}
#footer {
	font-size:11px;
	height:50px;
	border-top: 4px dashed #6f1c12;
	padding-top: 15px;
	margin-top:10px;

}

/* stats */


#client {
	width:800px;
	border-top: 1px dashed #666;
	padding:10px 0;
	margin-top:10px;
}



#client #host {
	float:left;
	width:380px;
}

#client #host a{
	color: #539212;
	float:left;
}

#client #visits {
	float:left;
	width:130px;
}

#client #now-online {
	float:left;
	border: 1px solid #7A967E;
	font-size: 11px;
	margin-left: 10px;
	padding: 3px;
}

#client #max-online {
	float:left;
	width:140px;

}

#details {
width: 800px;
padding-bottom: 20px;
}

#details #date {
	float:left;
	margin-left:250px;
	width: 130px;
	height:20px;
}

#details #visits {
	float:left;
	width:130px;
	height: 20px;
}

#details #max {
	float:left;
	width:130px;
	height: 20px;
}
