/* LAYOUT */

body, html {
	background:#222;
	background:url("../img/grid.png") top left repeat;
	color:#FFF;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 1em;
	margin:0;
	padding:0;
}

#wrapper {
	position:relative;
	background: #000;
    margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
    width: 960px;
	-moz-box-shadow: 0px 0px 10px #111;
	-webkit-box-shadow: 0px 0px 10px #111;
}

#header {
    background-color: #000;
	padding: 10px;
}

#content {
    background-color: #000;
    float: left;
    padding: 10px;
    width: 600px;

}

#sidebar {
    float: right;
	margin-right: 20px;
    width: 300px;
}

#footer {
	clear:both;
    background-color: #000;
	padding: 5px 10px 5px 10px;
}

#leaderboard {
	width:728px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#mpu {
	width: 300px;
	height: 250px;
	/* border: 1px solid #222222; */
	margin-bottom:20px;
}

.callout {
	background-color: #FF9900;
	color: #000;
	padding: 10px;
	margin-top:20px;
	margin-bottom: 20px;
	border: 1px solid #222222;
}

.callout h2 {
	color: #000;
}

.callout p {
	font-size:.8em;
}

#content img {
	margin-bottom: 10px;
}

#buy {
	width: 300px;
	height: 100px;
	border: 1px solid #222222;
}

/* STYLE */

#header #myheading {
	  margin:0; padding:0;
      width:415px; height:50px;
      background:url("../img/cflogofire.png") top left no-repeat;
}

#header #myheading span {
	display:none;
}

h2 {
	color: #FF9900;
	font-size: 1.5em;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
}

p {
	margin-bottom: 10px;
}

div.hr {
	border: 0;
	height: 1px;
	background-image: url(../img/line.gif);
	background-repeat: repeat-x;
	margin: 5px 0px 5px 0px;

}

div.hr hr {
	display:none;
}

div.hr2 {
	margin: 0 10px 0 10px;
}

#footer p {
	font-size: .9em;
}

.nb {
	height:20px;
	color: #FF9900;
	font-weight:bold;
	font-size: .8em;
	float:right;
}

.clear {
	clear:both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

strong {
	font-weight:bold;
	color:#FF9900;
}

#sidebar img {
	margin: 10px 0 10px 0;
}

/* FORMS */

form {
	float:left;
	width:600px;
	margin-top:10px;
}

form input, form select, form textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 350px;
	float: right;
	margin-bottom: 10px;
}

form label {
	float: left;
	text-align: right;
	width: 160px;
	padding-right: 20px;
	margin-bottom: 18px;
}

form br {
	clear: left;
}

form .buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: 100%;
}

.warning {
	background-color:#FF9900;
	color: #000;
	width: 100%;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}

#footer hr {
	margin-bottom: 10px;
}

#sharer {
	position:absolute;
	top:20px;
	right: 20px;
}
