@charset "utf-8";
/* Begin Typography & Colors */
* { margin: 0; padding: 0; }
body { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; padding: 0px; margin-top: 0px; color:#35383d;}
input, button, textarea, select {  font: normal 12px/12px "Verdana", sans-serif; color:#2d3538; vertical-align: middle; }
legend { display: none; }
fieldset { border: none; }
ul, ol { margin-left:50px;}
ol { list-style-type: decimal;}
table { border-collapse: collapse; width: 100%; }
hr { display: none; }
img { padding: 0px; margin: 0px; border: none; text-align: center;}

a:link { text-decoration: none; color : #0099cc; border: 0px; -moz-outline-style: none;}
a:active { text-decoration: underline; color : #0099cc; border: 0px; -moz-outline-style: none;}
a:visited { text-decoration: none; color : #0099cc; border: 0px; -moz-outline-style: none;}
a:hover	{ text-decoration: underline; color : #025d87; border: 0px; -moz-outline-style: none;} 
a:focus { outline: none;-moz-outline-style: none;}

h1, h2, h3, h4 { font-family: Arial, Helvetica, sans-serif; }

dl {

	display:block;
	clear:both;
	border:1px dashed #292F33;
	padding:5px;
}

dt {
	font-weight:bold;
	padding-top:5px;
	font-size:13px;
	margin-left:10px;
}

dd {
	padding-top:5px;
	margin-left:40px;
	font-size:13px;
}

br{
	clear: both;
}

blockquote{
	background:#F7F7F7;
	padding:5px;
}

#header{
	background:#292F33;
	height:119px;
}
#header h1{
	display:none;
}

#container{
	width: 980px; 
	margin: 0 auto;
	margin-top:60px;
}

#content{
	border:1px solid #292F33;
	padding:10px;
}

#content .badge{
	background:url(../img/release-1.0.png) top right no-repeat;
	height:100px;
	margin-right:-20px;
	margin-top:-65px;
	float:right;
	width:100px;
}

#footer{
	text-align:center;
	margin-top:10px;
	margin-bottom:5px;

}

.loud{
	font-weight:bold;
	font-size:13px;
}

.block{
	display:block;
}

