/**
 * Journal styles
 * written by indextwo.com
 */

#journal {
	background:url(../images/dotted.gif) repeat-x top left;
	padding: 8px 0 0 0;
	margin: 14px 0 0 0;
	width: 780px;
}

#journal h2 {
	padding: 14px 0 0 0;
	color: #566569;
	font-size: 17px;
	line-height: 17px;
	font-weight: bold;
	text-decoration: none;
}

#journal h2 a:hover {
	font-weight: normal;
	text-decoration: underline;
}

#journal h3 {
	padding: 12px 0 7px 0;
	color: #22adce;
	font-size: 22px;
	line-height: 22px;
	font-weight: normal;
	text-decoration: none;
}

#journal li a{
	font-size: 11px;
	font-weight: bold;
}

small {
	font-family: arial, sans-serif;
	font-size: 12px;
	margin-left: 1px;
	color: #9aae7c;
	}

.postmetadata {
	clear: both;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

.postmetadata-single {
	clear: left;
	font-size: 12px;
	background: #B8E4ED;
	padding: 15px;
	margin: 20px 0;
}

ul#sidebar{
	float: left;
	width: 140px;
	padding: 0 4px 0 0;
}
	
#journal ul, #journal li {
	font-family: arial, sans-serif;
	font-size: 12px;
	list-style-type: none;
}

#postings {
	float: left;
	width: 620px;
}

/* guestbook comment style */
ol li{
	padding: 10px;
	width: 755px;
}

li.alt {
	background-color: #EBF7FA;
}

 /*search input, left-side*/

.search-input{
	width:116px;
}
.search-button{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	padding: 3px;
	border: 1px solid #7C7C7C;
	background: #d5d5d5;
	width:60px;
	margin: 4px 0 0 0;
}

/*comment form*/
form input:focus, form textarea:focus {
	background: #f2f2f2;
}

form input{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	padding: 3px;
	margin: 0 0 4px 0;
	border:#7C7C7C 1px solid;
	background: #fff;
	width:287px;
}

form textarea{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	padding: 3px;
	border:#7C7C7C 1px solid;
	background: #fff;
	width: 450px;
	height: 120px;
}

form label{
	font-size: 12px;
}

.comment-button{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	padding: 3px;
	border: 1px solid #7C7C7C;
	background: #d5d5d5;
	width:200px;
	margin: 4px 0 0 0;
}
