html
{
    min-height: 100%; margin-bottom: 1px;
}

body{
    margin: 0;
    padding: 0;
    font-family: Verdana, "bitstream vera Sans", sans-serif;
    font-size:62.5%;  /* set it to about 10px font.  this allows using ems to size things. */
    text-align: center;
    color: #333;
    background: #D9D6CB;
}

input, select, td, th, textarea {font-size:1em} /* stupid IE */

#container{
    background: white url(Images/ContentBackground.gif) repeat-y;
    width: 760px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    border-bottom: 1px solid #BEBEBE;
}

#header{
    background: url(Images/Header.gif)  no-repeat top left;
    height: 88px;
}

#header h1 {
    font-family: "Trebuchet MS", Verdana, "bitstream vera Sans", sans-serif;
    margin: 0;
    padding: 10px 0px 0px 30px;
    font-size: 3em;
}

#header p.heading-subtitle{
    color: #fff;
    margin: 0;
    padding: 0 0 0 30px;
    font-size: .9em;
}

#header h1 a {
    text-decoration: none;
    color: #eee;
}

#content{
    padding: 20px 20px 20px 20px;
    float: left;
    font-size: 1.3em;
    line-height: 1.4em;
    width: 520px;
}

#content p{
    margin: 0 0 10px 0;
}

#content h2{
    font-family: "Trebuchet MS", Verdana, "bitstream vera Sans", sans-serif;
    font-size: 1.6em;
    padding:0;
    margin: 0 0 5px 0;
    color: #7b4140;
}

#content .post{
    margin-bottom: 25px;
}

#content .posted
{
	margin-top: 15px;
    padding-bottom: 5px;
    padding-left: 20px;
    background: url(Images/file.gif) no-repeat;
    color: #aaa;
    border-bottom: 1px solid #ccc;
}

.commentLink{
    padding-left: 20px;
    background: url(Images/comment.gif) no-repeat;
}

#alertBox{
    background: #ffffe0 url(Images/Information.png) no-repeat  5px;
    font-size: 1em;
    line-height: 1.2em;
    padding: 10px;
    margin: 0 0 10px 0; 
    border: 1px dotted #7b4140;
}

#alertBox h2{
	background: url(Images/alert.gif) no-repeat;
	padding-left: 20px;
}

#alertBox p{
	padding: 0 !important;
	margin: 0 0 0 20px !important;
	font-size: 8pt;
}

p.errorMessage
{
	background: #ffffe0 url(Images/exclamation.png) no-repeat 7px 7px;
	padding: 6px 10px 6px 30px;
	border: 1px dotted #7b4140;
	
}

#alertBox p{
	padding-left: 20px;
}

#sidebar{
	border-top: 15px #586A7C solid;
    margin: 0;
    margin-left: 560px;
    font-size: 1.1em;
    line-height: 1.4em;
    padding: 0;
    color: #999;
}

#sidebar h2{
    font-size: 100%;
    margin: 10px 10px 0px 10px;
    padding: 0 0 5px 0;
    font-weight: bold;
    color: #333940;
    border-bottom: 1px solid #BEBEBE;
}

#sidebar p, form{
    margin: 0px;
    padding: 10px
}

#sidebar ul{
  list-style: none;
  margin: 0px;
  padding: 10px;
}

#sidebar li{
    background: url('images/SideBarDisc.gif') no-repeat 0em 5px;
    padding-left:15px; padding-right:0; padding-top:0; padding-bottom:0
}

#clear{
    clear: both;
}

.comment{
    border: 1px solid #ccc;
    padding :  5px 10px 0px 5px;
    margin: 15px 0px 15px 0px;
	overflow: hidden;
	width: 500px;
}

#newComments .comment
{
	background: #e5ebf4;
}

.comment h3{
    margin: 0;
    font-size: 1em;
    font-weight: bold;
    background: url(Images/comment.gif) no-repeat;
	padding-left:25px;
}

.comment p{
	padding-left: 25px;
}

.commentCount{
	position: absolute;
	right: 5px;
}

.simpleBorder{
	border: 1px solid #ccc;
}

input.wide{ width: 250px }

textarea.largeMultiline
{
	width: 515px;
	height: 200px;
	font-family: Verdana, "bitstream vera Sans", sans-serif;
	padding: 2px;
}

a img{border: 0}

a:link { color: #5b80b2;}
a:visited { color: #5b80b2;}
a:hover {color: #036;}  


#stats h3{ margin:1.7em 0 1px 0}

/* Data Grid formating for the stats page */
table.dataGrid { width:80%;  border: 1px solid #369; border-collapse: collapse; width:100%; margin: 0; font-family: Tahoma,verdana, Arial;font-size:8pt; }
table.dataGrid  th { background: #fff; color: #369; padding: 1px 1px 1px 3px;text-align: left;}
table.dataGrid  tr { background: #eee; }
table.dataGrid  tr.alt { background: #fff; }
table.dataGrid  td, table.dataGrid tbody th { padding: 1px 1px 1px 3px; vertical-align: top;}