/*
----------------------------------------------------------------
My Website Style: style1
Name:
Designer: Tony Price
Date: 2 November 2004
Revision: June 2006
-------------------------------------------------------------  */

body {
	font-size: small;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	line-height: 1.6em;
}


h1 {
	font-size: 200%;
	background-color: #b0c4de;
	padding: 5px;
}

h2 {
	font-size: 160%;
	background-color: #b0c4de;
	padding: 5px;
	}

h3 {
	font-size: 130%;
}

#title {
	text-align: center;
	margin: 0px;
	font-size: 250%;
	padding: 20px;
	font-weight: bold;
	background-color: #b0c4de;
	text-transform: none;
	line-height: 1.6em;
}

dt{
	font-weight: bold;
}

a:link {
	color: #009;
	text-decoration:none;
}
a:visited {
	color:#099;
	text-decoration:none;
}
a:hover {
	color:#060;
	text-decoration:underline;
}

img:link {
	border: none;
}

/* Header
-------------------------------------------------------------- */
#header {

margin:0 auto 10px;
border:1px solid #66f;
}
#blog-title {
margin:5px;
padding:10px;
border:1px solid #eee;
border-width:1px;
font-size:200%;
font-weight:normal;
color:#666;
text-transform:uppercase;
letter-spacing:.2em;
}


#description {
	margin:0;
	padding:5px;
	border:1px solid #eee;
	font:78% Verdana, sans-serif;
	text-align:center;
	text-transform:uppercase;
	color:#666;
}

/* Content
------------------------------------------------------------ */
#content {
	width:80%;
	margin:0 auto;
	padding:20px;
	text-align:left;
}
#main {
	width:55%;
	float:left;
}
#sidebar {
	width:25%;
	float:right;
}
#article {
	margin-left:10%;
	margin-right:10%;
	text-align:justify;
}

/* Headings
----------------------------------------------------------- */

#post-title{
margin:.25em 0 0;
padding:0 0 4px;
font-size: 110%;
text-transform:lowercase;
color:#399;
}

#post-body{
margin:.5em;
border-bottom:1px dotted #399;
padding-bottom:1.5em;
}

/* Comments
----------------------------------------------------------- */

#comments-block {
margin:1em 0 1.5em;
font-family: Georgia, serif;
}

#comments-block dt {
margin:.5em 0;
}

#comments-block dd {
margin:.25em 0 0;
}

#comments-block dd.comment-timestamp {
margin:-.25em 0 2em;font-size:78%;
}

/* Sidebar Content
----------------------------------------------------------- */
#sidebar ul {
	margin:0 0 1.5em;
	padding:0 0 1.5em;
	border-bottom:1px dotted #000;
	font-size:100%;
	list-style:none;
}
#sidebar li {
	margin:0;
	padding:0 0 .25em 15px;
	text-indent:-15px;
}

#sidebar p {
color:#666;
font-size:85%;
}

#sidebar-title {
padding: 5px;
font-size:120%;
color:#399;
}

.blogrollmain {color:#666; font-size:85%}

.blogrollfolder {color:#000; font-family: Verdana, sans-serif; font-weight: bold;}

/* Footer
----------------------------------------------------------- */
#footer {
clear:both;
text-align:center;
margin: 0 auto;
}
