/*
px	%
10 	 77
11 	 85
12 	 92
13 	100
14 	107
15 	114
16 	122
17 	129
18 	136
19 	144
20 	152
21 	159
22 	167
23 	174
24 	182
25 	189
26 	197
*/

HTML, BODY, FORM
{
	margin: 0;
	padding: 0;
	border: 0;
}

HTML
{
	height: 100%;
	background: url('images/background.jpg') top center repeat-y #accdda
}

BODY
{
	min-height: 100%;
	font: 13px/1.25 Verdana, Arial, Helvetica, "Sans Serif";
	background: url('images/body_bg.jpg') top center repeat-y transparent;
}

FORM
{
	height: 100%;
}

H1, H2, H3, H4
{
	margin: 0;
	font-size: 100%;
	font-weight: normal;
}

SELECT, INPUT, TEXTAREA
{
	padding: 0.2em;
	color: darkslategray;
}

SELECT, TEXTAREA
{
	border: 1px solid slategray;
}

IMG
{
	border: 0;
}

A
{
	text-decoration: none;
	color: darkslateblue;
}

A:hover
{
	text-decoration: underline;
}

CODE, PRE
{
	border-left: 6px solid lightsteelblue;
	color: slategray;
	display: block;
	font-family:  "Lucida Console", "Courier New", serif;
	padding: 0.5em 1em;
	white-space: pre;
}
CITE 
{
	background: url(images/quote.gif) no-repeat;
	color: slategray;
	display: block;
	padding-left: 28px;
	margin: 0.5em 0;
}


#container
{
	width: 90%;
	height: 100%;
	max-width: 1000px;
	margin: auto;
}

#container H1
{
	font-size: 107%;
	font-weight: bolder;
	margin-bottom: 0.2em;
	color: whitesmoke;
	text-align: center;
}

#main
{
}

#content
{
	float: left;
	width: 72%;
}

#footer
{
	font-size: 77%;
	color: whitesmoke;
	text-align: center;
	margin-top: 1em;
	margin-bottom: 2em; 
}

#footer A
{
	color: lightsteelblue;
}


/* Header */
#header
{
	margin: 1px;
	padding: 0.5em;
	margin-bottom: 1em;
}

#header A
{
	text-decoration: none;
	color: whitesmoke;
}

#header H1
{
	text-align: left;
	font-size: 300%;
	font-weight: bolder;
	letter-spacing: 0.1em;
	color: whitesmoke;
}

#header H2
{
	text-align: left;
	font-size: 122%;
	font-weight: bolder;
	color: black;
	margin-left: 5em;
}

/* Common */
.box
{
	border: 1px solid slategray;
	background: white url(images/sidegradient.jpg) repeat-y;
	margin-bottom: 0.5em;
	padding: 0.5em;
}

.clearer
{
	clear: both;
}

/* Sidepanel */
#sidepanel
{
	float: left;
	width: 25%;
	margin-left: 1em;
	font-size: 85%;
}

#sidepanel H3
{
	font-size: 114%;
	font-weight: bolder;
	letter-spacing: 0.2em;
	color: slategray;
	margin-bottom: 0.5em;
}

#sidepanel DIV.box
{
	padding: 0.5em;
	padding-bottom: 1em;
}

#sidepanel UL
{
	margin: 0;
}

#sidepanel LI
{
	padding-bottom: 0.4em;
}

#sidepanel INPUT
{
	font-size: 100%;
}

#sidepanel LABEL
{
	font-size: 100%;
}


/* Posts */
.post
{
	margin-bottom: 1em;
}

.post H3
{
	font-size: 114%;
	font-weight: bolder;
	color: darkslateblue;
	margin: 0.2em 0;
}

.post .box
{
	padding: 0;
}

.postheader
{
	font-size: 77%;
	margin-bottom: 1em;
}

.postcontent
{
	font-size: 85%;
	padding: 0.5em;
}

.postcontent P
{
	margin-top: 0.5em;
}

.postcontent H1
{
	font-size: 180% !important;
	font-weight: bolder !important;
	color: slategray !important;
}

.postcontent H2
{
	font-size: 150% !important;
	font-weight: bolder !important;
	color: slategray !important;
}

.postcontent H3
{
	font-size: 120% !important;
	font-weight: bolder !important;
	color: slategray !important;
}

.postcontent H4
{
	font-size: 100% !important;
	font-weight: bolder !important;
	color: slategray !important;
}

.postfooter
{
	margin-top: 1em;
	padding-top: 0.5em;
	font-size: 77%;
	border-top: 1px dotted silver;
}

#relatedPosts
{
	border: 1px solid slategray;
	background: white url(images/sidegradient.jpg) repeat-y;
	margin-bottom: 1em;
	padding: 0.5em;
}

#relatedPosts A
{
	display: block;
	font-size: 85%;
	margin-top: 0.2em;
}

#relatedPosts SPAN
{
	display: block;
	padding-left: 3em;
	font-size: 85%;
}

/* Comments */

#commentlist
{
}

.comment
{
	margin-bottom: 1em;
}

.commentself
{
}

.comment .content
{
	font-size: 85%;
	margin: 0;
	padding: 0.5em;
}

.comment .author
{
	margin: 1em 0 0;
	padding-top: 0.5em;
	font-size: 77%;
	border-top: 1px dotted silver;
}

.commentForm, .commentForm A
{
	color: #599BB8;
}

.commentForm H1, .commentForm H2, .commentForm .comment
{
	color: black;
}

.commentForm SPAN
{
	font-size: 85%;
}

.commentForm LABEL
{
	color: black;
	font-size: 85%;
	padding-top: 5px;
	width: 10em;
	display: block;
	float: left;
}

.commentForm INPUT
{
	font-size: 85%;
	width: 20%;
}

.commentForm INPUT[type="text"]
{
	width: 40%;
}

.commentForm TEXTAREA
{
	font-size: 85%;
	width: 99%;
}

H1#addcomment /* Add Comment title */
{
	font-size: 107%;
	font-weight: bolder;
}

.commentForm H2	/* Live Preview title */
{
	margin-top: 1em;
	margin-bottom: 0.2em;
	font-size: 92%;
	font-weight: bolder;
	color: whitesmoke;
	text-align: center;
}

.livepreview
{
}


/* Tag Cloud */
#tagcloud 
{
	margin-bottom: 10px;
	white-space: normal;
}

#tagcloud A
{
	margin-right: 3px;
	display: inline;
}

#tagcloud A.biggest 
{
	font-size: 20px;
}

#tagcloud A.big 
{
	font-size: 17px;
}

#tagcloud A.medium 
{
	font-size: 13px;
}

#tagcloud A.small 
{
	font-size: 12px;
}

#tagcloud A.smallest 
{
	font-size: 10px;
}
