/*----- trying to embed a font -----*/

@font-face {
font-family: Journal;
src: url(fonts/ttf/journal.ttf) format("truetype");
}

/* Begin Style */

body {
	font-size: 16px;
	font-family: Journal;
	font-weight: normal;
	margin: 4px 0 0 0;
}

b {
	font-weight: bold;
}

p {
	margin: 0 0 30px 0;
	padding: 0;
}

p.nocomments {
	position:absolute;
	top:-1500px;
	left:-1500px;
}

#centeredColumn
{
	width: 800px;
	margin: 0 auto;
	margin-left: expression( (document.body.clientWidth - 800) / 2 + 'px');
	display: block;
}

#outLine {
	width: 800px;
	display: block;
	margin: 4px 0 0 0;
	border: #000 solid 1px;
}

#head {
	width: 800px;
	height: 115px;
	display: block;
	background: url(img/head_bg.jpg) no-repeat;
}

.leftLine {
	width: 2px;
	background: url(img/left_line.jpg) repeat-y;
	display: block;
	float: left;
}

#topLeft {
	width: 122px;
	height: 115px;
	display: block;
	background: url(img/top_left.png) no-repeat;
	float: left;
}

#logo {
	width: 678px;
	height: 115px;
	display: block;
	float: left;
}

#searchTop {
	width: 670px;
	height: 27px;
	display: block;
	text-align: right;
	margin: 6px 0 0 0;
}

.searchFieldbg {
	background-image: url(img/form_input.jpg);
	background-repeat: no-repeat;
	width: 175px;
	height: 24px;
	float: right;
	margin: 0 2px 0 0;
}

#searchIcon {
	background: url(img/search.png) no-repeat;
	width: 32px;
	height: 32px;
	display: block;
	float: right;
}

#s {
	border: 0;
	color: #333;
	width: 168px;
	height: 17px;
	margin: 4px 0 0 3px;
	float: left;
}

#searchButton {
	background: url(img/search_button.jpg) no-repeat;
	width: 70px;
	height: 24px;
	display: block;
	float: right;
}

#searchSubmit {
	border: 0;
	padding: 0;
	background-color: #fff;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	font-family: Journal;
	text-transform: uppercase;
	width: 60px;
	height: 20px;
	line-height: 24px;
	margin: 2px 0 0 4px;
	float: left;
	cursor: pointer;
}

#searchsubmit:hover {
	color: #3FA9F5;
}

#titleHead {
	width: 597px;
	display: block;
	margin: 6px 0 0px 0;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	clear: both;
}

#titleHead a {
	color: #333;
	font-weight: bold;
}

#titleHead a:hover {
	color: #3FA9F5;
}

#description {
	width: 597px;
	display: block;
	font-size: 28px;
	text-align: center;
	clear: both;
}

#body {
	width: 800px;
	display: table;
	background: url(img/rp.jpg) repeat;
}

#bodyBlock {
	display: block;
}

#leftHoles {
	width: 800px;
	background: url(img/left_hole.png) repeat-y;
	display: table;
}

#leftColumn {
	width: 122px;
	display: block;
	float: left;
}

#rightColumn {
	width: 678px;
	display: block;
	float: left;
	font-size: 24px;
	margin: 28px 0 0 0;
}

#content {
	width: 430px;
	display: block; 
	line-height: 30px;
	float: left;
	margin: 0 0 0 25px;
	font-weight: normal;
}

.postWhole {
	margin: 0 0 16px 0;
	display: block;
}

.navigation a {
	color: #000;
	font-weight: bold;
}

.navigation a:hover {
	color: #3FA9F5;
}

.titleLinkdate {
	width: 430px;
	height: 24px;
	display: block;
	padding: 6px 0 0 0;
	clear: both;
}

.postLink {
	color: #000;
	line-height: 30px;
	text-decoration: none;
	font-size: 28px;
	float: left;
	font-weight: bold;
	margin: 0 20px 0 0;
}

.postLink:hover {
	color: #3FA9F5;
}

.date {
	display: block;
	font-size: 18px;
	line-height: 24px;
}

.entry {
	clear: both;
	margin: 40px 0 0 0;
	padding: 0;
	font-family: Journal;
	font-size: 23px;
	font-weight: 500;
	line-height: 30px;
}

.hentry a {
	color: #3FA9F5;
	font-weight: 900;
	font-size: 25px;
}

.hentry a:hover {
	color: #000;
}

.entryArchive {
	clear: both;
	margin: 40px 0 0 0;
	padding: 0 0 20px 0;
	display: block;
	font-family: Journal;
	font-size: 23px;
	font-weight: 500;
	line-height: 30px;
}

.entryArchive .dtom {
	display: none;
}

.moreLinkcontainer {
	display: block;
	font-family: Journal;
	font-size: 20px;
	margin: -30px 0 20px 0;
}

.moreLink {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

.moreLink:hover {
	color: #3FA9F5;
}

#backContainer {
	display: block;
	margin: 0 0 25px 0;
	padding: 5px 0 0 0;
}

#titleContainer {
	display: block;
	margin: 0 0 34px 0;
	padding: 5px 0 0 0;
}

#singleBacklink a {
	color: #333;
	line-height: 30px;
	text-decoration: none;
	font-size: 28px;
	font-weight: bold;
	margin: 0 20px 0 0;
}

#singleBacklink a:hover {
	color: #3FA9F5;
}

#postSingletxt {
	display: block;
	margin: 30px 0 0 0;
}

#commentContainer {
	display: block;
	margin: 56px 0 0 0;
}

.dtom {
	float: right;
	margin: 0 0 0 10px;
	display: block;
}

/* Comment Form */

.commentFieldbg {
	background-image: url(img/form_input.jpg);
	background-repeat: no-repeat;
	width: 175px;
	height: 24px;
	float: left;
	margin: 0 2px 0 0;
}

#author {
	border: 0;
	color: #333;
	width: 168px;
	height: 17px;
	margin: 4px 0 0 3px;
	float: left;
}

#email {
	border: 0;
	color: #333;
	width: 168px;
	height: 17px;
	margin: 4px 0 0 3px;
	float: left;
}

#url {
	border: 0;
	color: #333;
	width: 168px;
	height: 17px;
	margin: 4px 0 0 3px;
	float: left;
}

#commentFieldmessagebg {
	background-image: url(img/comment_message.jpg);
	background-repeat: no-repeat;
	width: 550px;
	height: 142px;
	display: block;
	clear: both;
}

#comment {
	border: 0;
	color: #333;
	width: 544px;
	height: 129px;
	margin: 6px 0 0 4px;
	float: left;
}

#commentButton {
	background: url(img/search_button.jpg) no-repeat;
	width: 70px;
	height: 24px;
	display: block;
	margin: 8px 0 0 0;
	float: left;
	clear: both;
}

#submit {
	border: 0;
	padding: 0;
	background-color: #fff;
	color: #333;
	font-size: 9px;
	font-weight: bold;
	font-family: Journal;
	text-transform: uppercase;
	width: 60px;
	height: 20px;
	line-height: 24px;
	margin: 2px 0 0 4px;
	float: left;
	cursor: pointer;
}

.emailFieldbg {
	background-image: url(img/form_input.jpg);
	background-repeat: no-repeat;
	width: 175px;
	height: 24px;
	float: left;
	margin: 0 2px 0 0;
}

.emailFieldbg input {
	border: 0;
	color: #333;
	width: 168px;
	height: 17px;
	margin: 4px 0 0 3px;
	float: left;
}

#emailFieldmessagebg {
	background-image: url(img/contact_message.jpg);
	background-repeat: no-repeat;
	width: 450px;
	height: 142px;
	display: block;
	clear: both;
}

#emailFieldmessagebg textarea {
	border: 0;
	color: #333;
	width: 440px;
	height: 129px;
	margin: 6px 0 30px 4px;
	float: left;
}

#contactButton {
	background: url(img/mail.png) no-repeat;
	width: 64px;
	height: 64px;
	display: block;
	margin: 8px 0 0 0;
	clear: both;
}

#contactButton input {
	border: 0;
	padding: 0;
	background: transparent;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	font-family: Journal;
	text-transform: uppercase;
	width: 64px;
	height: 64px;
	line-height: 2px;
	margin: 0;
	float: left;
	cursor: pointer;
}

#sidebar {
	width: 160px;
	display: block;
	float: left;
	margin: 13px 0 0 57px;
}

#sideBarulfirst {
	padding: 16px 0 0 0;
	display: block;
}

#sidebar ul {
	margin: 0 0 28px 0;
	display: block;
}

#sidebar ul li ul li {
	height: 30px;
}

#sidebar h2 {
	font: bold 24px Journal;
}

#sidebar a {
	color: #000;
	font: 18px Journal;
}

#sidebar a:hover {
	color: #3FA9F5;
}

#sidebarBot {
	background: url(img/sidebar_bot.png) no-repeat;
	width: 150px;
	height: 150px;
	display: block;
}
