body{
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #252525;
	height: 100%;
	border: 0;
	margin: 0;
	/*background: url(background2.png) no-repeat center center;*/
}


h1{
	font-weight: bold;
	font-size: 1.6em;
}

h2{
	font-weight: bold;
	font-size: 1.3em;
}

h3{
	font-size:1.0em;
	font-weight: normal;
	font-style: italic;
}

hr{
        background-color:#f1a01d;
        border: solid 1px #f1a01d;
        width:75%;
}

a{
	color: #921300;
	font-style: normal;
	text-decoration: none;
}

a:hover{
	color: #f1a01d;
}

dd{
	margin-bottom:0.5em;
}

/* @group Header Stuff */

div.content{
	margin-top: 5px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background: url(phoenixdev_log.png) no-repeat left top;
}

div.navigation{
	padding-top: 60px;
}

p.navigation_links{
	border: 0;
	margin: 0;
	bottom: 0;
	height: 1em;
	text-align: right;
	vertical-align: bottom;
}

/* @end */

/* @group Left bar stuff */

div.left{
	margin-top: 85px;
	float: left;
	width:165px;
	margin-left: 15px;
	clear: left;
}

.sideheading{
	margin-bottom: 0px;
	text-align: left;
}

.sideheading img{
	border: 0;
}

.sidelist{
	list-style-type: circle;
	list-style-position: inside;
	padding: 0px 0px 2px 0px;
	margin: 1px;
}

/*div.sidebox{
	width: 150px;
	border: solid 1px #f1a01d;
	border-left: solid 1px #921300;
	border-right: solid 1px #921300;
	border-top: solid 2px #f1a01d;
	border-bottom: solid 2px #f1a01d;
	overflow: hidden;
	font-size: 0.7em;
	background: url(transparent-bg.png) repeat;
	padding: 3px;
} */

div.sidebox ul{
	list-style-type: circle;
	list-style-position: inside;
	padding: 0px 0px 2px 0px;
	margin: 1px;
}

/*div.sidebox li{
	list-style-type: circle;
	list-style-position: inside;
	margin: 1px;
} */

div.sidebox{
	width: 150px;
	border-left: solid 1px #921300;
	border-right: solid 1px #921300;
	border-top: solid 2px #f1a01d;
	border-bottom: solid 2px #f1a01d;
	overflow: hidden;
	font-size: 0.7em;
	background: url(images/transparent-bg.png) repeat;
	padding: 3px;
}

div.left a{
	color: #252525;
}

div.left a:hover{
	color: #921300;
}

/* @end */

/* @group Right bar stuff */

div.right{
	margin-top: 20px;
	float: right;
	width: 600px;
	/*height: 55em;*/
	border-left: solid 1px #921300;
	border-right: solid 1px #921300;
	border-top: solid 2px #f1a01d;
	border-bottom: solid 2px #f1a01d;
	/*background: url(transparent-bg.png) repeat;*/
	overflow: visible;
	text-align: justify;
	padding: 7px;
}

/* @end */

div.footer{
	width: 100%;
	clear: both;
	text-align:center;
	font-size: 0.7em;
	padding-top:1em;
}

.comments label{
	display:block;
        text-align:right;
	width:7em;
	float:left;
	padding-right:1em;
}

.comments .submit{
	margin-left:8em;
}

.comments .author{
	font-size:0.8em;
}
