@import url("reset.css");
.clear
{
	clear: both;
}

/*** posts ***************/
.post
{
	padding: 10px 0px 10px 0px;
}
.post H2
{
	font-size: 32px;
	font-weight: normal;
}
.post H2 A,
.post H2 A:visited
{
	text-decoration: none;
}
.post H2 A:hover
{
	text-decoration:none;
}
.post .meta
{
	font-size: 10px;
	color: #0b8f49;
	margin: 5px 0 5px 0;
}
.post .storycontent
{
	font-size: 12px;
	margin-bottom: 15px;
	line-height: 1.2;
}
.post .storycontent P
{
	padding-top: 10px;
}
.post .info
{
	padding: 2px 2px 4px 2px;
	font-size: 10px;
	border: 1px solid #f6e0b0;
	background: #ffffff url(../images/info-bg.gif) repeat-x 0px -5px;
}

/*** coments *************/
H3#comments, H3#postcomment
{
	display: block;
	font-size: 14px;
	padding: 10px 0 10px 0;
}
h3#comments A,
h3#comments A:visited
{
	text-decoration: none;
}
h3#comments A:hover
{
	text-decoration: none;
}
OL#commentlist
{
	list-style-type: none;
	list-style-position: outside;
}
OL#commentlist LI
{
}
OL#commentlist LI .commentAvatar
{
	float: left;
	width: 40px;
}
OL#commentlist LI .commentTxt
{
	float: right;
	width: 375px;
}
OL#commentlist LI .commentTxt .info
{
	font-size: 10px;
	padding: 2px 2px 3px 2px;
	border: 1px solid #f6e0b0;
	background: #ffffff url(../images/info-bg.gif) repeat-x 0px -10px;
}
OL#commentlist LI .commentTxt .commentContent
{
	font-size: 12px;
	display: block;
	margin: 3px 0px 10px 0px;
}

#commentform
{
}
#commentform P
{
	padding-bottom: 5px;
}
#commentform INPUT#author, INPUT#email, INPUT#url
{
	width: 300px;
	border: 1px solid #DAC9A2;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #ffffff url(../images/info-bg.gif) repeat-x 0px -10px;
}
#commentform LABEL
{
	display: block;
	font-size: 12px;
	margin-bottom: 2px;
	color: #000000;
}
#commentform TEXTAREA
{
	width: 405px;
	border: 1px solid #DAC9A2;
	padding: 3px;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #ffffff url(../images/info-bg.gif) repeat-x 0px -10px;
}
#commentform #submit
{
	width: 120px;
}
.RSSLink
{
	margin: 10px 0 10px 0;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	padding: 5px 0px 8px 0px;
}
.RSSLink A, .RSSLink A:visited
{
	background-image: url(../images/rss-icon.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #eb7f32;
	padding: 0 0 4px 20px;
	text-decoration: none;
	font-weight: bold;
}

/*** widgets *************/
#sidebar
{
	clear: both;
	letter-spacing: 0px;
}
.widget
{
	margin: 0px 0px 15px 0px;
	padding: 0;
}
.widget H3
{
	/*
	font-size: 12px;
	background: #333333 url(../images/widget-hdr-bg.gif) no-repeat 3px 3px;
	padding: 22px 0px 3px 20px;
	*/
	font-size: 17px;
	background: #333333;
	padding: 5px 5px 5px 5px;
	color: #ffce00;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	margin-bottom: 5px;
	font-weight: normal;
}
.widget UL
{
}
.widget UL LI
{
	text-decoration: none;
	list-style-type: none;
	margin: 0;
	padding: 0 0px 0px 5px;
}
.widget ul li a,
.widget ul li a:visited
{
	color: #333333;
	padding: 2px;
	text-decoration: none;
	display: block;
	width: 245px;
}
.widget ul li a:hover
{
	background-color: #eb7f32;
	color: #ffffff;
}




/*** searchWidget *****************************/
.searchWidget
{
	/*width: 200px;
	margin: 0px 0px 0px 0px;
	position: absolute;
	top: 248px;
	left: 230px;
	*/
}
.searchWidget H3
{
	/*color: #FFFFFF;*/
	/*margin-bottom: 3px;*/
}
.searchWidget .searchforminput
{
	padding: 2px;
	/*width: 150px;*/
	width: 208px;
	border: 1px solid #f3913d;
}
.searchWidget .searchsubmit
{
	background-color: #333333;
	color: #ffce00;
	border: 2px solid #f3913d;
	width: 40px;
	color: #f3913d;
}




