/*http://colorschemedesigner.com/#0A21Tw0w0w0w0*/
body {
	font: 16px/1.5 "Trebuchet MS", "Geneva CE", lucida, sans-serif;
	color: #333;
	background-color: #fff;
}

input{
    padding: .2em;
}
select {
    padding: .1em;
}
.hp input {
    padding: .5em;
}

#q {
    width: 445px;
}
.categories {
    text-align: justify;
    margin-bottom: 2em;
    line-height: 1.5em;
}
.categories a {
    margin: .5em .5em;
}

.logo {
    background-color: #06799F;
}
h1 {
    padding: .2em;
    
    
/*    text-align: right; */
    font-weight: bold;
}
h1 span {
    display: none;
}
h1 a {
    display: block;
    height: 65px;
    width: 100%;
    background: #06799f url('/img/logo.png') no-repeat; 
}
h1 {
    margin-bottom: 0;
}
.menu {
    text-align: right;
    margin-bottom: 2em;
}
h2 {
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 0;
}
h2.digest {
    margin-bottom: 2em;
    text-align: center;
}
h3 {
    font-size: 110%;
    font-weight: bold;
    margin-bottom: .5em;
}
p.info {
    font-size: 80%;
    font-style: italic;
}
table, td, th {vertical-align:top;} 
a {
    color: #06799F;
    text-decoration: none;
}
a:hover {
    color: red;
    text-decoration: underline;
}
span.time {
    color: #999;
}
a:hover .time {
    color: red;
}
ul {
    padding-left: 1em;
    margin-bottom: 2em;
}
li {
    list-style-type: none;
}
td {
    padding-bottom: 1em;
}
h1 a:hover {
    text-decoration: none;
    color: white;
}

form {
    margin-bottom: 2em;
}
form.hp {
    margin-top: 3em;
    margin-bottom: 5em;
}

.footer {
    text-align: center;
    font-size: 12px;
}
.infobox {
    font-size: 14px;
}

.paginator {
	margin: 1em 0;
	margin-bottom: 2em;
	font-size: 90%;
	font-weight: bold;
}
.paginator a, .paginator span {
	margin-right: 0.1em;
	padding: 0.5em 0.7em;
	color: #999999;
}

.paginator a {
	border: 1px solid #9AAFE5;
	text-decoration: none;
	color: #105CB6;
}
.paginator a:hover {
    color: #ff8300;
}
.paginator span.button {
	border: 1px solid #DDDDDD;
}

.paginator .current {
	background: #2E6AB1;
	border: 1px solid #2E6AB1;
	color: white;
	font-weight: bold;
}
.links {
    margin: 1em auto;
    text-align: center;
    font-size: 70%;
}
.keyword {
    background-color: #ddd;
}
a:hover .keyword{

    color: red;
    text-decoration: underline;
}

	
	.ac_results {
		border: 1px solid gray;
		background-color: white;
		padding: 0;
		margin: 0;
		list-style: none;
		position: absolute;
		z-index: 10000;
		display: none;
	}
	
	.ac_results li {
		padding: 2px 5px;
		white-space: nowrap;
		color: #101010;
		text-align: left;
	}
	
	.ac_over {
		cursor: pointer;
		background-color: #F0F0B8;
	}
	
	.ac_match {
		text-decoration: underline;
		color: black;
	}
	
.post {
    height: 160px;
}
.post .thumb {
    display: block;
    width: 120px;
    height: 160px;
    float: left;
}
.post h3, .post p {
    margin-left: 170px;
}