body { 
	margin: 0;
	padding: 0;
	background: url(bg2.jpg);
	color: #eee;
	font-family: Sans-serif;
	background-attachment: fixed;
	background-position: 0px -100px;
}
a {
	color: #ffcccc;
}

div.header {
	position: relative;
	height: 140px;
	background: url(bg1.jpg);
}

div.title {
	margin: 0;
	position: absolute;
	top: 10px;
	left: 10px;
}

div.title h2 a {
	font-size: 35px;
	letter-spacing: 0.05em;
	color: black;
}
div.title h1 a {
	position: relative;
	top: -40px;
	font-size: 20px;
	letter-spacing: 0.1em;
	color: white;
}

div.title a {
	margin: 0;
	padding: 0;
	font-family: Sans-serif;
	text-decoration: none;
}
div.title a:hover {
}

ul.nagivation {
	margin: 0;
	position: relative;
	left: 160px;
	top: 60px;
	width: 70%;
	border-top: 1px dashed black;
}
ul.nagivation li {
	display: block;
	float: left;
	list-style-type: none;
	margin: 0;
	margin-left: 10px;
	padding: 0;
}
a.navlink {
	text-decoration: none;
	font-family: Sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
}
a.navlink:hover {
	color: #f0f;
}

a.attachment .icon{
	background: url(at.png) center center no-repeat;
	padding-left: 14px;
	padding-right: 5px;
}
a.extlink .icon{
	background: url(extlink.png) center center no-repeat;
	padding-left: 14px;
	padding-right: 5px;
}

/** **/
div.wrap {
	margin: 0;
	padding: 0;
	background-color: #ee0;
}
div.wrap div.leftskip {
	float: left;
	width: 5%;
	min-height: 800px;
}
div.wrap div.contentwrap {
	width: 95%;
	float: right;
}
div.contentcontainer {
	margin-top: 10px;
	float: left;
	width: 70%;
	min-height: 800px;
}
div.content {
	font-family: Sans-serif;
	padding: 10px;
	color: #ddd;
}
div.sidebarcontainer {
	float: right;
	width: 28.99%;
	min-height: 800px;
}
div.sidebar {
	padding: 20px;
}
/** sidebar **/
input.searchfield {
	background: none;
	border: 1px solid gray;
	color: gray;
}
form.searchform {
	margin-top: 10px;
	margin-left: 10px;
}

div.sbbox {
	margin: 0;
	font-size: 16px;
}

ul.sblist, ul.sblisttags {
	font-size: 12px;
	padding: 0;
	margin-left: 10px;
}
ul.sblist a {
	color: #aac;
	font-style: italic;
}
ul.sblist li {
	list-style-type: none;
	margin: 0;
	margin-left: 0px;
	padding: 0;
}
ul.sblist li span {
	color: #888;
	margin-left: 10px;
}

ul.sblisttags li {
	display: block;
	float: left;
	list-style-type: none;
	margin: 3px;
	padding: 0;
}
ul.sblisttags a {
	color: #aac;
	text-decoration: none;
}



/** blog **/
div.blogpost {
	margin: 0;
}
div.blogpost div.posttitle {
	font-size: 18px;
	border-bottom: 1px solid gray;
	padding: 5px;
	font-weight: bold;
	letter-spacing: 0.05em;
}
div.blogpost div.posttitle a {
	color: white;
	text-decoration: none;
}
div.blogpost div.posttitle a:hover {
	color: gray;
}

div.blogpost div.posthead {
	padding: 5px;
	font-size: 10px;
}
div.blogpost div.postcontent {
	padding: 5px;
	font-size: 15px;
	line-height: 1.2em;
}
div.blogpost div.postcontent a{
	color: #0af;
}
div.blogpost div.postcontent a:hover {
	color: white;
}
div.blogpost div.postfooter {
	padding: 5px;
	font-size: 12px;
	text-align: right;
}
div.blogpost div.postfooter a {
	color: gray;
	font-size: 12px;
}
div.blogpost div.postfooter a:hover {
	color: white;
}
div.blogpost div.postcomments {
	margin-left: 30px;
}
div.blogpost div.postcomments span.pch1 {
	font-weight: bold;
	font-size: 18px;
}

a.lnk_older {
	float: right;
	font-weight: bold;
	color: #0af;
	text-decoration: none;
}
a.lnk_newer {
	float: left;
	font-weight: bold;
	color: #0af;
	text-decoration: none;
}

/** blog comments **/
div.postcomment {
	padding: 10px;
	margin-bottom: 10px;
}
div.commenthead {
	font-weight: bold;
	font-size: 16px;
	border-bottom: 1px solid gray;
}
div.commentwhen {
	font-size: 12px;
	margin-left: 10px;
}
div.commentcontent {
	margin-top: 10px;
	margin-left: 10px;
	font-size: 15px;
	border-bottom: 1px dotted gray;
	border-left: 1px dotted gray;
	padding: 3px;
}

form.addcommentform {
	margin-left: 20px;
}
form.addcommentform input,textarea {
	background: none;
	border: 1px solid gray;
	color: white;
	font-size: 13px;
}
form.addcommentform td.acflab {
	margin-right: 10px;
	text-align: right;
	font-size: 11px;
}

/** foooter **/
div.footer {
	clear: both;
	background-color: #111;
	height: 100px;
	border-top: 1px solid #444;
	font-size: 11px;
	text-align: center;
	padding: 10px;
}
div.footer a {
	color: pink;
}

/* code! */
div.code {
	font-family: Monospace;
	font-size: 12px;
}

button.codebtn {
	font-family: Monospace;
	font-size: 10px;
	border: 1px solid gray;
	background: none;
	color: #0af;
	padding: 1px;
	margin-top: 10px;
	margin-left: 10px;
}

textarea.code_ta {
	font-family: Monospace;
	font-size: 12px;
	border: none;
	width: 100%;
}

/* inline image stuff */
img.imgright {
	float: right;
	padding: 15px;
	border: none;
	max-width: 196px;
}
img.imgleft {
	float: left;
	padding: 15px;
	border: none;
	max-width: 196px;
}
img.imgcenter {
	padding: 15px;
	border: none;
	max-width: 100%;
}

/* admin stuff */
div.confirmdelete {
	border: 2px solid red;
	background: orange;
	color: black;
	position: fixed;
	left: 50px;
	top: 50px;
}

