/*  
Theme Name: JLCv2
Author: Steven Crouch
Author URI: http://www.digitaltranscendence.net

*/

body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form{
	margin: 0;
	padding: 0;
}

p {
	margin-bottom: 6px;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #D6D6D6;
}

body {
	background-color: #000000;
	margin-left: 6px;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 6px;
}

.style1 {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #D6D6D6;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 11px;
	color: #D6D6D6;
}

h1 a:link, h1 a:visited, h1 a:active {
	color: #FE8303;
	text-decoration: none;
}

h1 a:hover {
	color: #D6D6D6;
	text-decoration: none;
}

h2 {
	font-size: 11px;
	color: #FE8303;
}

a:link {
	text-decoration: none;
	color: #FE8303;
}

a:visited {
	text-decoration: none;
	color: #FE8303;
}

a:hover {
	text-decoration: none;
	color: #D6D6D6;
}
a:active {
	text-decoration: underline;
	color: #D6D6D6;
}

input {
	border: 1px solid #ff6c00;
	background-color: #800102;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin: 1px;
	font-weight: bold;
	padding: 3px 4px 3px 4px;
}

input[type="text"],input[type="radiobutton"],textarea,select {
	font-size: 11px;
	border: 1px #000000 solid;
	background-color: #3A3141;
	color: #DCCBED;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 1px;
	font-weight: bold;
	padding: 3px 4px 3px 4px;
}

.submit input {
  font-family: Verdana, arial, helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #FE8303;
  border: 1px solid #DCCBED;
  background-color: #3A3141;
}

.catTitle {
	/* background: #d94b00 url(images/cat-title.jpg) top center no-repeat; */
	color: #DCCBED;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0 0 0 30px;
	vertical-align: middle;
}

.postBody {
	line-height: 18px;
	padding: 0 14px 0 14px;
}

.postTime {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	padding: 4px 14px 6px 14px;
}

.postTitle {
	/* background: #940a0d url(images/post-title.jpg) top center no-repeat; */
	padding: 0 0 0 12px;
}

.postTitle a {
	text-decoration: none;
}

.postTitle a:hover {
	color: #ffffff;
}

.comments-template {
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol {
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li {
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.commentmetadata {
	font-size: 11px;
}

.comments-template p.nocomments {
	padding: 0;
}

.comments-template textarea {
	font-family: Arial, Hevletica, Sans-serif;
	font-size: 11px;
}



