/*
Theme Name: Custom
Theme URI: http://badpoo.co.uk/ronnie/
Description: A clean and grey design.
Version: 1.0
Author: Richard Carr
Tags: fairy, celtic, grey

Nice, blank layout :)
*/

body
{
/*	font-family: "trebuchet ms", "arial", "verdana", "helvetica", "sans-serif";
	font-size:10pt;
	font-family: Bitstream Vera Sans, Verdana, Helvetica;
	font-size: 0.8em;
	color:#333333;
	line-height:150%;
	text-align:left;
	font-size: 100%;
	font-size: 16px;*/
	color:#333333;

	background-color: white;
	background-image: url(background.gif);
	background-repeat: repeat-y;

	margin-left:100px;
	margin-top:10px;
	margin-right: 25px;
}

p, td, ul, ol, li, span.footer_text
{
/*	font-family: "trebuchet ms", "arial", "verdana", "helvetica", "sans-serif";
	font-size:10pt;*/
	font-family: Tahoma, Verdana, Bitstream Vera Sans, Verdana, Helvetica;
	font-size: 10pt;
	color:#333333;/* 003150 */
	line-height: 1.6em;
/*	letter-spacing: 0.5px;*/
	text-align:left;
	margin-left:15px;
	margin-right:25px;
}

p.sidebar_text {
	font-size:8pt;
}

.search_strip {
	
	background-image: url(bar_background.gif);
	background-repeat: repeat-x;
	border-bottom: 1px dotted #333333;
	
	background-color: lightgrey;
}

/* site title in page header */
h2
{
	font-family: Georgia, "trebuchet ms", "arial", "verdana", "helvetica", "sans-serif";
	font-size:26pt;

	letter-spacing:2pt;
	text-align:left;
	/*margin-left:20px;*/
	margin-right:5px;
	
	line-height: 1.0em;
	
	margin-top: 0px;
	color:#333333;

}

/* site description in page header */
h3
{
	font-family: "trebuchet ms", "arial", "verdana", "helvetica", "sans-serif";
	font-size:14pt;

	letter-spacing:1pt;
	text-align:left;
	margin-left:30px;
	margin-right:5px;
	font-style: italic;
	
	line-height: 1.6em;
}

/* POST HEADERS */
/* for post titles */
span.h4
{
	font-family: Georgia, "trebuchet ms", "arial", "verdana", "helvetica", "sans-serif";
	font-size:14pt;

	letter-spacing:1pt;
	text-align:left;
	margin-left:0px;
	margin-right:0px;
	
	line-height: 1.6em;
}

p.sidebar_title {
	font-family: Georgia, "trebuchet ms", "arial", "verdana", "helvetica", "sans-serif";
	font-size:14pt;

	letter-spacing:1pt;
	text-align:left;
	margin-left:0px;
	margin-right:0px;

	line-height: 1.6em;
	
	border-bottom: 1px dotted #333333;
}

p.comments_title {
	font-family: Georgia, "trebuchet ms", "arial", "verdana", "helvetica", "sans-serif";
	font-size:13pt;

	letter-spacing:1pt;
	text-align:left;
	margin-left:0px;
	margin-right:0px;
	margin-top: 30px;

	line-height: 1.6em;
	
	border-bottom: 1px dashed silver;
}

/*.authorcomment {
	border: 1px dotted #333333;
	background-color: #E4D8FC;
}*/

.comment_individual_header_even {
	border-bottom: 1px dashed silver;
	font-style: italic;
	padding-bottom: 5px;
}

.comment_individual_header_odd {
	border-bottom: 1px dashed silver;
	font-style: italic;
	padding-bottom: 5px;

}

.comments_box {
	width: 100%;

}

div.hr {
	margin-top:20px;
	margin-bottom:20px;
	margin-left:0px;
	margin-right:25px;
	
	border: 0px;
	height: 0px;
	width: 95%;
	border-bottom: 2px dotted lightgrey;

	color: black;
}


/* for post meta data eg. category, date */
span.meta_data {
	font-family: Tahoma, Georgia, "trebuchet ms", "arial", "verdana", "helvetica", "sans-serif";
	font-size:9pt;
}

span.post_content_indent {
	margin-left:30px;
}

td.main_content {
	vertical-align: top;
	padding-right: 25px;
}

td.sidebar {
	vertical-align: top;
	width: 230px;
	padding: 95px 0px 0px 0px;
	

	/*background-color: #E3E3E3;*/
}

.sidebar_content {
	/*background: lightgrey;*/
	padding: 5px 30px 5px 10px;
	
	background-image: url(bar_sidebar.gif);
	background-repeat: repeat-y;
	border-left: 1px dotted #333333;
	
	font-size: 8pt;
}

span.footer_text {
	background: #E8E8E7;
	padding: 7px;

	border: 1px dotted #333333;

	font-size: 8pt;
}

input, select, option, textarea {
	background-color: white;
	font-family: Tahoma, "trebuchet ms", "arial", "verdana", "helvetica", "sans-serif";
	font-size:10pt;
	color:#333333;
}

select.sidebar {
	width: 100%;
	font-size: 8pt;
}

.inline {
	vertical-align: middle;
}

a {
	text-decoration: none;
	border-bottom: 1px dotted #A05656;
	color: #A05656;
}

a:hover {
	color: #8A5251;
	background-color: #eee;
	/*border-bottom: 1px dotted #42555E;*/
}

a:visited {
	border-bottom: 1px dotted #886564;
	color:#886564;
}/*757887*/

a img {
	border: none;
	text-decoration: none;
}




ul.sidebar_list {
	margin-left: -30px;
	list-style-type: circle;
	font-size: 8pt;
}

ul.sidebar_list li {
	font-size: 8pt;
}

