#archivetext {
    margin: 0 10px 0 0;
    padding: 0 25px 0 0;
width: 400px;
}

.yearly_archives {
float: right;
margin-left: 10px;
}

ul.yearly_archives {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.yearly_archives > li {
	list-style: none;
	clear: left;
	font-weight: bold;
	height: 25px;
}

ul.yearly_archives ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
}

ul.yearly_archives ul li {
	display: inline;
	color: #FFF;
	list-style: none;
	margin: 0 2px;
}



ul#pagination{list-style-type: none;margin-bottom: 5px;padding: .5em 0;border-top: 1px solid #666;}
ul#pagination .left { float: left; }
ul#pagination .right { float: right; }

.commentone {
background-color: #ccc;
}

.commenttwo {
background-color: #eee;
}

.pixiecomment {
border: 1px dashed #2cf;
}


a {
color: #2cf;
text-decoration: none;
}

a:hover {
color: #000;
background-color: #2cf;
text-decoration: none;
}

.entry {
padding: 10px;
background-color: transparent;
}

.title {
font-variant: small-caps;
font-size: 1.6em;
background-color: #3cf;
}

.date {
font-variant: small-caps;
font-size: .8em;
background-color: #3cf;
}


body {
background: #3cf;
}

#outer {
width: 780px;
margin: auto;
border: 5px solid #000;
background-color: #fff;
}

#header {
width: 780px;
height: 125px;
background: url("/themes/site_themes/1/header.png") no-repeat;
}

#main {
padding: 5px;
font: 14px arial;
text-align: justify;
border-top: 1px solid #000;
background-color: #fff;
}

#stuff {
border-top: 2px solid #000;
width: 100%;
margin: 0;
color: #000;
font-family: 'Verdana', 'Arial', 'sans-serif';
font-size: .7em;
line-height: 1.4em;
}

#left_col, #right_col {
    float: left;
margin: 0 0 0 5px;
padding: 5px;
}

#left_col {
    width: 310px;
}

#right_col {
    width: 310px;
}

#footer {
width: 100%;
margin: 0;
color: #000;
font-family: 'Verdana', 'Arial', 'sans-serif';
font-size: .7em;
background: #ccc;
overflow: visible;
line-height: 1.4em;
text-align: center;
}

#navcontainer ul{ border-top: 1px solid #000; border-bottom: 1px solid #000; margin: 0;padding: 0;list-style-type: none;text-align: center; background-color: #fff;}
#navcontainer ul li { display: inline; }
#navcontainer ul li a{font-size: 1em; text-decoration: none;padding: 0 5px;color: #000;background-color: #fff;}
#navcontainer ul li a:hover{color: #000;background-color: #3cf; border: 1px solid #000; padding: 0 4px;}

.posthidden {display:none} 
.postshown {display:inline}