* {margin:0px; padding:0px;}

body {
	font: 12px/14px Arial, Georgia, 'Times New Roman', Serif;
}

a {color:#0768a9;}

ol, ul {
	margin-left: 15px;
}

h1 {
	font: 12pt/14pt Georgia, 'Times New Roman', Serif;
	text-transform: uppercase;
	border-bottom: 1px solid #000000;
	font-weight: normal;
	margin: 15px 0px 0px 0px;
}

h1 a {
	text-decoration:none;
}

label {
margin-right:3px;
}

#header {
	border-bottom: 3px double #000000;
	margin-top: 8px;
}

img {
	border: none;
}

#container{
	width: 940px;
	margin: 0px auto;
}


#content {
	width: 580px;
	margin: 10px 10px 0px 0px;
	float: left;
}

.newsBlock{

}

#sidebar{
	width: 340px;
	margin: 10px 0px 0px 10px;
	float: right;
}

.sidebarBlock {

}

.sidebarBlock .photoblog{
	margin: 0 5px;
}

.sidebarBlock .photoblog img {
	margin: 5px 5px;
	border: 0px;
}

.sidebarBlock  .blogPost {
	font-size: 12px;
	text-indent: 15px;
}

/*  Blog styles  */

.postDate a {
	font-size: 12px;
	color: #0768a9;
}

.publishedDate {
	font-size: 11px;
	color: #222;
	margin: 5px 10px 2px;
	text-align: center;
}

.publishedTitle {
	font: 18px/20px Georgia, 'Times New Roman', Serif;
	color: #0768a9;
	margin: 2px 10px 10px;
	text-align: center;
}

.postTitle {
	text-decoration: none;
	margin: 5px 10px 2px;
}

.publishedBy {
	font-size: 12px;
	color: #757575;
	margin: 2px 10px 10px;
	text-align: center;
}

.postInfo {
	
	font: 11px/11px Georgia, 'Times New Roman', Serif;;
	color: #0768a9;
	/*background: #f1f1f1;
	border-top: 1px dashed #222;
	border-bottom: 1px dashed #222;*/
	padding: 5px 0;
	margin: 2px auto 10px;
	text-align: center;
}

.divider {
	margin: 10px auto;
	text-align: center;
}

.blogPost {
	margin-top: 5px;
	padding: 0px 5px;
}

.blogPost p {
	margin: 10px 0px;
	line-height: 20px;
	text-indent: 10px;
}

.tags {
	margin: 5px;
}

/* articles
----------------------------------------------- */

.directory {
	list-style-type: circle;
}

.author {
	font-style: normal;
	font-size: 12px;
}

/* comments
----------------------------------------------- */

.commentHeading {
	font-size: 14px;
}

#txpCommentInputForm label {
	font-size: 12px;
}

#txpCommentInputForm input, #txpCommentInputForm textarea {
	border: 1px solid #222;
}

.commentBottom {
	font-size: 12px;
}

.comments {
	color: #000;
}

ol.comments li {
	margin-bottom:10px;
	background-color: #eeeeee;
	padding: 5px;
}

ol.comments {
	list-style-type:none;
}

.comments_error {
	color: #000;
	background-color: #fff4f4;
}

ul.comments_error {
	padding : 0.3em;
	list-style-type: circle;
	list-style-position: inside;
	border: 2px solid #fdd;
}

div#cpreview {
	color: #000;
	background-color: #f1f1f1;
	border: 2px solid #ddd;
}

form#txpCommentInputForm td {
	vertical-align: top;
}

#comments-help {
	margin: 2px 0 15px 0;
	font-size: 0.7em;
}

.commentText {
	font-size: 12px;
}

.comments-wrapper table tbody tr td {
padding:5px;
}

.tiny {
	color: #888888;
	font-size: 0.90em;
}

.input {
	border:1px solid #808080;
	font-family: Arial;
	font-size: 11px;
	text-decoration: none
}

.button {
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}


/* error page
----------------------------------------------- */

.error-status {
	font: 1.3em Georgia, Times, serif;
}

.blogPost blockquote p {
text-indent: 0px;
padding-left: 20px;
}