@import "topnav.css";
@import "layout.css";
@import "headers.css";
@import "elements.css";
@import "sidebar.css";

.title{
        padding: 20px 0px 0px 0px;
        top: 5px;
        left: -45px;
        position: relative;
	}

.titletext {
        padding: 5px 0px 0px 40px;
        margin: 0px 0px 0px 0px;
}

.entry p a:visited {
	color: #72903c;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0; 
	}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}

#header {
	background-color: #73a0c5;
	margin: 0 0 0 1px; 
	padding: 0; 
	height: 200px; 
	width: 758px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.narrowcolumn {
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
        float: left;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

/*
#footer {
	bottom: 0;
	background-image: url(images/footerbg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
        position: absolute;
        padding-bottom: 20px;
	margin: 0px 0px 0px 0px;
	width: 100%;
        left: 0;
	}
*/

#footer {
	background-image: url(images/footerbg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
        clear: both;
        padding-bottom: 20px;
	margin: 0;
	}
#footer p {
vertical-align: bottom;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	}
/* End Structure */

