/*
Theme Name: Veritas
Theme URI:
Description: White, minimal
Version 1.0
Author: BMac1911
Author URI:

*/

html {
     overflow: -moz-scrollbars-vertical;
}


body {	
	margin: 0 auto 0 auto;
	background-color: #f4f4f4;
	border-left: thin solid #666666;
	border-right: thin solid #666666;
	width: 900px;
	text-align: justify;
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

a {
	color: #666666;
	font-family: Calibri;
	text-decoration: none;
}

a:hover {
	color: black;
}

h1 {
	display: none;
}

#header {
	width: 900px;
	height: 190px;
}

#container {
	width: 600px;
	height: auto;
	float: left;
}

.post h2 {
	background-image: url(images/posttitle.jpg);
	background-repeat: no-repeat;
	text-transform: uppercase;
	line-height: 25px;
	letter-spacing:: 4px;
	padding: 0 0 0 10px;
	margin-bottom: 0px;
}

.post h2 a {
	text-decoration: none;
	color: black;
}

p.postmetadata {
	font-family: Calibri;
	font-size: 12px;
	color: gray;
	font-style: italic;
	line-height: 13px;
}

.postbottom {
	background-image: url(images/postbot.png);
	background-position: center;
	width: 600px;
	height: 60px;
}

.entry {
	padding: 0 0 20px 10px;
}


.sidebar {
	float: left;
	margin: 0 0 0 35px;
	list-style-type: none;
	text-transform: uppercase;
        font-size: 11px;
	width: 250px;
}

.sidebar li h2 {
	background-image: url(images/sidetitle.jpg);
	background-repeat: no-repeat;
	color: black;
	font-size: 14px;
	line-height: 25px;
	padding: 0 0 0 5px;
}

.sidebar ul {
	list-style-type: none;
	margin-left: 0;
	padding: 0 0 0 10px;
}

blockquote {
	color: #666666;
	font-style: italic;
}

#footer {
	clear: both;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 900px;
	height: 70px;
	padding: 20px 0 0 0;
}




/* comments template */

.comments-template{
	margin: 10px 0 0;
	padding: 10px 0 0 10px;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px 10px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px 10px;
}

.comments-template h2, .comments-template h3 {
	font-family: Calibri;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 16px;
}

.commentmetadata{
	font-family: Calibri;
	font-style: italic;
	font-size: 12px;
	color: gray;
}

.commentmetadata a {
	text-decoration: none;
}

.commentlogininfo {
	text-decoration: none;
	color: gray;
	font-family: Calibri;
	font-style: italic;
	font-size: 12px;
}

.commentlogininfo a {
	text-decoration: none;
}

.comments-template p.nocomments{
	padding: 0 0 0 10px;
}

.comments-template textarea{
	font-family: Calibri;
	font-size: 12px;
}
