/* general stuff */
body, html {
    margin: 0px;
    height: 100%;
    background: #131313;
}
body {
    height: 100%;
}
body, p, td, div {
    font-family: "Trebuchet MS", Verdana;
    font-size: small;
    color: #FFFFFF;
}


div.spacer {
    clear: both;
}
div.divider {
    border-bottom: #666667 2px solid;
    padding-top: 10px;
    margin-bottom: 10px;
}
a {
    color: #89E900;
    text-decoration: none;
}
a:hover {
    color: #009CFF;
    text-decoration: underline;
}
a img {
    border: 0px;
}
h1 {
    margin: 0px;
    padding: 0px;
    padding-bottom: 5px;
    margin-bottom: 3px;
    border-bottom: #666667 1px solid;
    font-size: large;
}
h1 a {
    color: #FFFFFF;
    text-decoration: none;
}
h1 a:hover {
    color: #009CFF;
    text-decoration: underline;
}

h2 {
    font-size: medium;
    font-weight: bold;
    color: #FFFFFF;
    margin: 0px;
    padding: 0px;
    padding-bottom: 10px;
}

h3 {
    font-size: small;
    font-weight: bold;
    color: #FFFFFF;
    margin: 0px;
    padding: 0px;
    padding-bottom: 10px;
}

form {
    padding: 0px;
    margin: 0px;
}
input {
    background: #131313;
    border: #6A6A6B 1px solid;
    color: #FFFFFF;
    font-family: Verdana;
    font-size: small;
    padding: 2px;
    cursor: pointer;
}
textarea:focus, input[type="text"]:focus {
	background: #666667;
}

/* header */

div#page {
    background: #131313 url(pics/pagebg.gif) no-repeat bottom left;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0px 0px 120px 0px;
}
div#header {
    padding-left: 255px;
    padding-top: 55px;
    background: #131313 url(pics/headerimg.gif) no-repeat top left;
}
div#header div#tagline {
    color: #898989;
    padding-left: 5px;
}

div#pageholder {
    width: 760px;
    padding-left: 10px;
    padding-top: 10px
}

/* main menu */

div#menu {
    background: transparent url(pics/menubg.gif) no-repeat bottom right;
    height: 30px;
    text-align: right;
    padding-right: 120px;
    padding-top: 10px;
    color: #FFFFFF;
}
div#menu ul {
	list-style: none;
	margin: 0px;
    float: right;
}
div#menu ul li {
	float: left;
    padding-top: 10px;
    padding-bottom: 10px;
}
div#menu a {
    color: #89E900;
    background: transparent;
    text-decoration: none;
    padding: 10px 0px 10px 15px;
}
div#menu a:hover {
    color: #009CFF;
    text-decoration: underline;
    padding: 10px 0px 10px 15px;
    background: transparent url("pics/menuhighlight.gif") no-repeat top left;
}


/* main column */

div#column1 {
    width: 520px;
    float: left;
}
div#column1 div#content {
    padding: 10px;
    min-height: 177px;
    height: auto !important;
    height: 177px;
    background: #555556 url(pics/bodybg.gif) no-repeat top left;
}
div#column1 div#contentFooter {
    background: transparent url(pics/bodyfoot.gif) no-repeat top left;
    padding-top: 8px;
    padding-bottom: 10px;

}
div#column1 div#contentFooter div#copyright {
    font-size: x-small;
    color: #009CFF;  
    width: 50%;
    float: left;
}
div#column1 div#contentFooter div#design {
    font-size: x-small;
    color: #555556;  
    width: 50%;
    float: right;
    text-align: right;
}
div#column1 div#contentFooter div#design a {
    color: #555556;
    text-decoration: none;
}
div#column1 div#contentFooter div#design a:hover {
    color: #009CFF;
    text-decoration: underline;
}



/* sub column */

div#column2 {
    width: 230px;
    float: right;
    background: transparent;
}

div#column2 div#charlie {
    background: #484848 url(pics/aboutbg.gif) no-repeat top left;
    min-height: 91px;
    height: auto !important;
    height: 91px;
    padding: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}
div#column2 div#charlie div#photo {
    width: 90px;
    float: left;
}
div#column2 div#charlie div {
    font-size: small;
}

div#column2 div.box {
    background: #484848 url(pics/boxbg.gif) no-repeat top left;
    min-height: 30px;
    height: auto !important;
    height: 30px;
    margin-top: 10px;
    padding: 5px;
}
div#column2 div.boxFooter {
    background: transparent url(pics/smallfoot.gif) no-repeat top left;
    padding-top: 5px;
}

div#searchBox div input#s {
    width: 150px;
    padding-top: 3px;
    padding-bottom: 3px;
    cursor: text;
    font-size: x-small
}
div#searchBox div input {
    cursor: pointer;
    font-size: x-small
}

div#column2 div.box ul {
    margin: 0px;
	margin-top: 0px;
    padding: 0px;
}
div#column2 div.box ul li {
    list-style: none;
    padding-left: 10px;
    background: transparent url(pics/subbullet.gif) no-repeat 0px 11px;
}
div#column2 div.box ul li a {
    display: block;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;

}



/* page stuff */

.pageIcon {
	width: 42px;
	height: 45px;
	float:left;
	background: url(pics/title.gif) no-repeat;
}
.pageHome {
	background: url(pics/page.gif) no-repeat;
	padding-left: 18px;
	float: right;
	font-size: x-small;
    height: 18px;
}
.pageLinks {
	background: url(pics/link.gif) no-repeat;
	float: right;
	font-size: x-small;
    height: 18px;
}



/* post stuff */

.post {
	padding-top: 10px;
}
.postDate {
	width: 42px;
	height: 45px;
	float:left;
	background: url(pics/date-bg.gif) no-repeat;
}
.postMonth {
	font-size: x-small;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	display:block;
	padding-top: 2px;
}
.postDay {
	font-size: large;
    font-weight: bold;
	color: #009cff;
	text-align: center;
	display:block;
	padding-top: 3px;
}
.postTitle {
	float: left;
	margin-left: 10px;
    width: 445px;
}


.postEntry {
	padding-top: 0px;
}
.postCategory {
	background: url(pics/category.gif) no-repeat;
	padding-left: 20px;
	float:left;
	font-size: x-small;
	color: #999999;
    height: 18px;
}
.postComments {
	background: url(pics/comment.gif) no-repeat;
	padding-left: 20px;
	float: right;
	font-size: x-small;
    height: 18px;
}
.postAddComment {
	background: url(pics/addComment.gif) no-repeat;
	padding-left: 18px;
	float: right;
	font-size: x-small;
    height: 18px;
}

.pageLinks ul {
	list-style: none;
	margin: 0px;
    float: left;
}
.pageLinks ul li {
	float: left;
}
.postNavigation {
	padding: 0px;
}
.postNavigation .previousEntries a {
	float: left;
}
.postNavigation .nextEntries a {
	float: right;
}


#comments, #respond {
	border-bottom: 2px #666667 dotted;
	padding: 10px 0 5px 0;

}
.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
}
.commentlist li{
	padding: 5px 10px;
}
.commentlist .alt {
	background: #666667;
}
.commentlist cite {
	font-weight: bold;
	font-style: normal;
	font-size: medium;
	color: #009CFF;
}

.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: x-small;
}
#commentform {
	margin-top: 10px;
    font-size: x-small;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	color: #FFFFFF;

}
#commentform input{
    font-size: small;
    width: 200px;

}
#commentform textarea{
    font-size: small;
    height: 115px;
    width: 495px;
	margin-top: 3px;
}

#commentform #submit{
    width: 150px;
    padding-top: 3px;
    padding-bottom: 3px;
    float: right;
    cursor: pointer;
}
