#wrap-it-up {
max-width: 1000px;
margin: auto;
}

body {
	margin: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #ddd;
	background-color: #333;
	}
a {
	text-decoration: none;
	font-weight: bold;
	color:  #066;
	outline: none;
	}
a:hover {
	text-decoration: none;
	font-weight: bold;
	color:  #ccc;
	background: #066;
	outline: none;
	}
hr {
	color: #ccc;
	text-align: left;
	background-color: #ccc;
	border:0px;
	width: 30%;
	margin-left: 0;
	height: 3px
	}

h1 {
	font-size: 48px;
	line-height: 44px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h2 {
	font-size: 32px;
	line-height: 32px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: -10px;
	border-bottom: 1px solid #ccc;
	}
h3 {
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: -10px;
	}

#topbar {
	padding: 10px;
	margin: 10px;
	background: #777;
	border: 5px solid #ccc;
	height: 60px;
	}	
	
#leftbar {
	position: absolute;
	/*padding: 10px;*/
	/*left: 0px;*/
	margin: 0px 10px 10px 10px;
	/*background: #777;
	border: 5px solid #ccc;*/
	width: 175px;
	min-height: 500px;
	}
#content {
	position: relative;
	padding: 10px;
	margin: 10px 10px 10px 205px;
	background: #777;
	border: 5px solid #ccc;
	min-height: 500px;
	}


.menu {
	width: 155px;
	}
.menu div {
	border: 5px solid #ccc;
	/*border: 1px solid #ccc;*/
	background: #777;
	margin: 0px 0px 10px 0px;
	padding: 10px;
}
#leftbar div div p{
margin: 0;
}
.menu a {
	text-decoration: none;
	display: block;
	font-weight: normal;
	color:  #ccc;
	outline: none;
	border-bottom: 1px solid #888888;
}

.menu span {
	border-bottom: 1px solid #ccc;
	font-size: 18px;
	display: block;
}

.menu input[type=text] {
	border: 1px solid #ccc;
	width: 130px;
	margin-right:auto;
	margin-left:auto;
}
.menu select {
	width: 130px;
	margin-right:auto;
	margin-left:auto;
}

.submitbutton {
	margin-left: auto;
	margin-right: auto;
	width: 100px;
	}

#error {
	color: red;
	font-weight: bold;
}
#commentusername {
	color: blue;
	border-bottom: 1px solid #ccc;
}
#commenttext {
	margin-left: 20px;
}
	
#editbox {
	padding: 5px 5px 5px 5px;
	background: #fff;
	border: 5px solid #ccc;
	width: 100%;
	height: 75%;
}
#toc {
	padding: 10px;
	right: 0px;
	float: right;
	margin: 10px 0px 10px 10px;
	background: #777;
	border: 1px solid #ccc;
	}
#toc a {
	text-decoration: none;
	font-weight: normal;
	color:  #ccc;
	outline: none;
	display: block;
}

#toc span {
	padding: 5px 10px;
	border-bottom: 1px solid #ccc;
	display: block;
}

div div img{
/*float: left;*/
}
.subhead {
position:absolute;
top:75px;
}
#topbar div{
position: absolute;
width: 100%;
}

pre {
/*border: 1px solid #ccc;*/
/*padding: 4px;*/
font-size:8pt;
/*white-space:normal;*/
}
textarea {
width:100%;
height:400px;
}
div.code {
border: 1px solid #ccc;
width:90%;
height: 200px;
overflow:auto;
font-family: monospace;
white-space: pre;
background-color: white;
color: black;
}
p.edittime {
margin-top: 60px;
border-top: 1px solid #ccc;
bottom:0px;
}
#email {
height: 18px;
overflow: hidden;
}
#disqus_thread h3 {
	padding:0px;
	margin:0px;
}
.imginpage {
	max-width: 100%;
}

