/* Cascading Style Sheets
    Copyright (C) 2008 */

html {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	cursor: default;
	font-family: georgia;
	height: 100%;
	text-align: center;
	/* background-color: #cdc6c6; */
	background-color: #ffffff;
}
form {
    padding: 0px;
    margin: 0px;
}
a {
    cursor: pointer;
}
#header div.b, #sidebar div.b, #content div.b {
	/* border: solid 1px #cdc6c6; */
	border: solid 1px #a8d5d6;
}

#container {
    position: relative; /* MAYBE REMOVE */
	margin: 0 auto;
	padding: 0 15px 0 15px;
	width: 904px;
	text-align: left;
}

#header {
	background-color: #ffffff;
	display: block;
	margin: 10px 0 10px 0;
	padding: 1px;
	width: 900px;
	height: 105px;
}
#header div.b {
	display: block;
	width: 896px;
	height: 101px;
	padding: 1px;
	background: url("/images/logo.png") no-repeat center center;
}
#header a {
	width: 100%;
	height: 100%;
	display: block;
	/* background: url("/images/logo.gif") no-repeat center center; */
}

#middle {
	
}

#sidebar {
	background-color: #ffffff;
	display: block;
	margin: 0 10px 0 0;
	float: left;
	padding: 1px;
	width: 230px;
}
#sidebar div.b {
	display: block;
	width: 218px;
	padding: 5px;
	font-size: 9pt;
}

#content {
	background-color: #ffffff;
	display: block;
	float: left;
	padding: 1px;
	width: 658px;
}
#content div.b {
	display: block;
	width: 636px;
	padding: 10px;
}

#footer {
	clear: both;
	text-align: right;
	height: 10px;
}

/* titles */
#aboutme {
	/* padding-top: 28px;
	padding-bottom: 15px; */
	padding: 28px 6px 15px 6px;
	background: url("/images/aboutme.gif") no-repeat center top;
	height: 90px;
	/* height: 92px; */
}
#profilepic {
	/* background: url("/images/profile_small.jpg") no-repeat left top; */
	width: 60px;
	height: 90px;
	/* height: 92px; */
	float: left;
	display: block;
}
/* #profilepic img {
	border: solid 1px gray;
} */
#profiletext {
	width: 146px;
	float: left;
	display: block;
}
#profiletext h1 {
    margin: 0;
    padding-left: 8px;
    font-size: 10pt;
}
#profiletext p {
    margin: 0;
    padding: 5px 0 0 8px;
    font-size: 9pt;
}
#profiletext p.email {
    padding-top: 14px;
}
#archive {
	padding: 28px 6px 15px 6px;
	background: url("/images/archive.gif") no-repeat center top;
}
#links {
	padding: 28px 6px 0px 6px;
	background: url("/images/links.gif") no-repeat center top;
}

ul {
    padding: 0 0 0 10px;
    margin: 0;
    /* list-style-image: url("/images/listopen.gif"); */
}
ul.main {
    padding: 0 0 0 18px;
}
li {
    margin-top: 2px;
}
li.open {
    list-style-image: url("/images/listopen.gif");
}
li.closed {
    list-style-image: url("/images/listclosed.gif");
}
ul.none li {
    list-style: none !important;
    list-style-image: none;
}

a:link {
	color: #6c6c6c;
	text-decoration: none;
}
a:visited {
	color: #494949;
	text-decoration: none;
}
a.static:visited {
	color: #6c6c6c;
}
a:hover {
	color: #a0a0a0;
	border-bottom: 1px dotted #a0a0a0;
}
#header a:link,#header a:visited,#header a:hover,.avatar a:link,.avatar a:visited,.avatar a:hover {
	border-bottom: 0;
}
#links ul {
    padding: 0;
}

#content h1 a:link, #content h1 a:visited {
    color: #2a999c;
}
#content h1 a:hover {
    color: #a0a0a0;
}
#content h1 {
    color: #2a999c;
    /* font-size: 14pt; */
    font-size: 13pt;
    font-weight: normal;
    margin-top: 0;
}
#content h2 {
    color: #9e9e9e;
    font-size: 9pt;
    font-weight: normal;
    margin: 0 0 8px 0;
}
#content h3 {
    color: #2a999c;
    font-size: 11pt;
    font-weight: normal;
    margin-top: 20px;
}
#content h4 {
    color: #2a999c;
    font-size: 11pt;
    font-weight: normal;
    margin-top: 0;
}
#content h5 {
    color: #2a999c;
    font-size: 9pt;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 4px;
}
#content p {
    font-weight: normal;
    /* margin: 0; */
    margin-bottom: 0;
    font-family: arial;
    font-size: 8.5pt;
	letter-spacing: 0.75pt;
	line-height:1.5;
}
#content div.post {
    padding: 17px 0 17px 0;
    border-bottom: dotted 1px #dadada;
}
.commentsList {
    padding: 0 20px 15px 20px;
}
.newComment, .commentsDisabled {
    clear: both;
}
.leaveComment {
    padding: 0 20px 0 20px;
}
#content div.comment {
    padding: 12px 0 12px 0;
    border-bottom: dotted 1px #dadada;
    clear: both;
}
#content div.highlight {
    background-color: #ebebeb;
}
#content div.first {
    padding-top: 0 !important;
}
#content div.last {
    padding-bottom: 0 !important;
    border-bottom: 0 !important;
}

#content div.comment .body {
    width: 540px;
    display: block;
    float: left;
}
#content div.comment .avatar {
    width: 50px;
    display: block;
    float: left;
    padding-left: 6px;
}
#content div.comment .avatar img {
    border: 0;
}

/* POST FOOTER AND TAGS */
#content .postfooter, #content .posttags {
    color: #9e9e9e;
    font-size: 9pt;
    font-weight: normal;
}
#content .postfooter {
    margin-top: 10px;
}
.clr {
    clear: both;
}

/* FORMS */
.form form {
    margin-top: 15px;
}
.form td {
    font-size: 9pt;
}
.form label {
    font-weight: bold;
}
input {
	color: #000000;
	font-family: arial;
	font-size: 9pt;
	background-color: #fcfcfc;
	border: solid 1px #cacaca;
	width: 300px;
}
textarea {
	color: #000000;
	font-family: arial;
	font-size: 9pt;
	background-color: #fcfcfc;
	border: solid 1px #cacaca;
	width: 300px;
	height: 90px;
	scrollbar-face-color: #fcfcfc;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #fcfcfc;
}
input.btn {
	color: #000000;
	font-family: georgia;
	font-size: 9pt;
	background-color: #dbdbdb;
	border: solid 1px #dadada;
	border-style: outset;
	text-align: center;
	font-weight: bold;
	margin-top: 13px;
	display: block;
	width: 130px;
	padding: 0 3px 0 3px;
}
div.chk {
	margin-top: 8px;
}
div.chkTop {
	margin-top: 0 !important;
}
div.chk input {
	color: #000000;
	font-size: 8pt;
	background-color: Transparent;
	width: auto;
	border: none;
	margin-right: 3px;
}
div.chk label {
	font-weight: normal;
}

.top {
    vertical-align: top;
    padding-top: 7px;
}
.hide {
    display: none !important;
}
.rel {
    position: relative;
	width: 100%;
}
div.notify {
    padding: 8px;
    margin: 15px 1px 0px 1px;
    background-color: #fffbe2;
    border: 1px solid #ffe222;
    font-weight: bold;
    font-size: 11pt;
}
#reqComment {
    position: absolute;
    top: 0px;
    left: 307px;
}

#content p a:link {
	color: #ff1493;
	text-decoration: none;
}
#content p a:visited {
	color: #ff82c6;
	text-decoration: none;
}

.rss {
    padding-left: 20px;
    background: url("/images/rss.png") no-repeat left center;
    height: 16px;
    font-size: 9.5pt;
    line-height: 1.3em;
}