/*
paddingstuff : top right bottom left
*/

#sidebar {
        background-color: WhiteSmoke;
	position:absolute; 
	left:5px; 
	top:7px;
	width:215px;
        font-size:90%
}

#rightbar {
        background-color: WhiteSmoke;
        position: absolute; 
	left:605px; 
        top:7px;
        width:196px;
        font-size:90%
	}

table.news th, table.news td {
        font-size:90%
}


/*for homepage */
#content {
        position: absolute; 
        top:7px;
	left:235px; 
        width:550px;
}

.contentscroll {
        height:1200px;
        overflow-y: scroll;
}

/* for all other (larger width pga no news box) */
#othercontent {
        position: absolute; 
        top:7px;
	left:235px; 
        width:565px;
}

#footer {
        text-align: center;
	border: 1px solid;
	width:100%;
}

.post-meta {
        color: Black;
	font-weight: bold;
	text-align: right;
}

.prevnext {
	background-color: #8AA5B5;
	padding: 5px 10px 5px;
        margin-bottom:4px;
	text-align: center;
	font-weight: bold;
	border: 2px #CCD7E0 solid;
        color: White;
}

.prev {
	padding: 5px 10px 5px;
        margin-bottom:4px;
	text-align: left;
	font-weight: bold;
	border: px #CCD7E0 solid;
        color: White;
}

.next {
	padding: 5px 10px 5px;
        margin-bottom:4px;
	text-align: right;
	font-weight: bold;
	border: 2px #CCD7E0 solid;
        color: White;
}

.post {
	border-top: 1px Black solid;
	padding: 2px 0px 0px 0px; 
}

a img {
	border: none;
}

a:link {
	color: blue;
	text-decoration: underline;
}

a:hover {
	color: red;
	text-decoration: underline;
}

.post .post_cal {
        background-color: #8AA5B5;
	border: 1px solid #A6A6A6;
	text-align: center;
	width: 50px;
	float: left;
	margin: 0 10px 5px 0;
}

.post_cal .dayname {
	border-bottom: 1px solid #A6A6A6;
	font-size: smaller;
	font-weight: bolder;
	width: 100%;
        color: White;
	}
	
.post_cal .daynum {
	border-bottom: 1px solid #A6A6A6;
	font-size: smaller;
	font-weight: bold;
	width: 100%;
        color: White;
}
	
.post_cal .month, .post_cal .year {
	font-size: smaller;
	width: 100%;
        color: White;
}

.centerbox {
	font-style: italic;
	font-weight: bold;
	color: red;
	border: 1px solid #A6A6A6;
	margin: 10px 10px 10px 10px;
	text-align: center;
}
	
.postheader {
	font-size: smaller;
	font-style: italic;
	font-weight: bold;
	border: 1px solid #A6A6A6;
}

.postheader .left {
	margin: 10px 10px 10px 10px;
	text-align: left;
}

.postheader .right {
	margin: 10px 10px 10px 10px;
	text-align: right;
}

.posttrailer {
	font-size: smaller;
	font-weight: bold;
}

.posttrailer .trailerleft {
	text-align: left;
}

.posttrailer .trailerright {
	text-align: right;
}

.sidebox {
        margin-right: 3;
        margin-bottom: 3;
	border: 2px #CCD7E0 solid;
}

.boxbody {
	padding: 5px 5px 5px 5px;
}

.rightbox {
        margin-left: 0;
        margin-bottom: 3;
	border: 2px #CCD7E0 solid;
}

.rightboxhead {
	background-color: #8AA5B5;
	margin: 0;
        color: White;
}

.rightboxbody {
	padding: 5px 5px 5px 5px;
}

.rightboxcategory {
        font-size:0.6em;
}

.rightboxbodyscroll {
        font-size:0.8em;
	margin: 0;
        height:500px;
        overflow:auto;
}

.rightfullboxbody {
	padding: 0px 0px 0px 0px;
}

.boxhead {
	background-color: #8AA5B5;
        color: White;
}

.archiveboxhead {
	background-color: #8AA5B5;
}

.boxhead h3 {
	padding: 5px 10px 5px;
	margin: 0;
}


.boxbody h4 {
	padding: 0px 0px 10px 0px;
	margin: 0;
        color: Black;
}

.boxhead h4 {
	padding: 5px 10px 5px;
	margin: 0;
        color: White;
}

.rightboxhead h3 {
	padding: 5px 10px 5px;
	margin: 0;
        color: White;
}

.rightboxhead h4 {
	padding: 5px 10px 5px;
	margin: 0;
        color: White;
}

#sidebar li {
	list-style-type: disc;
}

#rightbar li {
	list-style-type: disc;
}

#sidebar li li {
	list-style-type: circle;
	margin: 0;
}

#sidebar ul {
	list-style-type: none;
	margin: 0;
        padding-left: 40px;
}