/*** HTML ***/
body {
font-size:   65%;
font-family: Tahoma, "Trebuchet MS", Verdana;
background: #797979;
text-align: left;
letter-spacing: .025em;
line-height: 1.2em;
font-size: .9em;
color: #333;
}

h1, h2, h3, h4 {
color: #738fbf;
font-weight: bold;
font-variant: small-caps;
}

h1 {
font-size: 1.1em;
}

h2 {
font-size: 1em;
}

h3 {
font-size: 1em;
}

a {
color: #738fbf;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

/*** layout ***/
div#container {
color: #666;
background: #fff;
}

div#content {
float: right;
margin-top: 0px;
}

.divider {
height: 1px;
display: block;
clear: both;
background-color: #ccc;
margin-top: 10px;
margin-bottom: 10px;
}

.postmetadata {
font-size: .8em;
margin: 5px 0px 0px 0px;
}

#date {
float: right;
text-align: right;
margin: 5px 0px;
}

small {
font-size: .8em;
margin: 0px 0px 10px 0px;
}

#logo {
float: left;
margin-top: 5px;
}

/*** sidebar ***/
div#sidebar {
float: left;
width: 220px;
margin: 0px 0px 0px 10px;
}

div#sidebar ul {
margin: 0px 0px 20px 0px;
}

div#sidebar h2 {
margin: 0px 0px 5px 0px;
}



/*** nav bar ***/
div#navbar {
	margin-top: 10px;
	margin-bottom: 10px;
}

div#navbar ul {
	list-style: none;
	margin: 0px;
}

div#navbar ul li {
	font-size: .9em;
	font-weight: bold;
	float: left;
	margin: 3px 9px 0px 0px;
}

div#navbar a {
color: #fff;
text-decoration: none;
}

div#navbar a:hover {
color: #ccd7f5;
}

/*** search ***/
div#search {
font-size: .9em;
padding: 0px;
margin: 0px;
}

div#navbar #search {
float: right;
color: #333;
}

#search input.submit {
margin: 0px 0px -6px 05px;
padding: 0px;
}

#search input.searchtext {
height: 12px;
}

/*** post ***/
.post {
margin-bottom: 30px;
}

.homepage {
float: left;
width: 220px;
margin: 0px 0px 20px 10px;
height: 180px;
}

.homepage p {
text-align: justify;
height: 80px;
overflow: hidden;
}

.homepage .postmetadata {
text-align: left;
}

.navigation {
clear: both;
}

.readmore {
margin: 3px 0px 0px 0px;
padding: 0px 0px 0px 14px;
background-image: url(images/readmore.png);
background-repeat: no-repeat;
background-position: 0px 3px;
font-size: .9em;
font-weight: bold;
}

.notice {
background: #eee;
border: 1px solid #ccc;
padding: 5px;
}

/*** footer ***/
div#footer {
	padding: 5px 0px 5px 0px;
}

div#footer h2 {
margin-bottom: 10px;
}

div#footer p {
	margin: 5px;
	font-size: .9em;
	text-align: center;
}

div#footer ul li {
float: left;
width: 150px;
margin: 0px 30px 5px 0px;
}

div#footer a {
color: #738fbf;
text-decoration: none;
}

div#footer a:hover {
text-decoration: underline;
}

.clear {
clear: both;
}

.post img {
float: left;
margin: 0px 10px 10px 0px;
padding: 5px;
border: 1px solid #ccc;
}