/*
--------------------------
Simple PHP Blog CSS Styles
--------------------------


/* Images */
img	{
	border: 0;
}

hr	
{
	color: #9A9A8C;
	background-color: #9A9A8C;
	height: 1px;
	border: 0px;
}

#img_float_left
{
	/* Used in the [img] tag when float=left */
	float: left;
	margin: 2px 8px 4px 2px;
}

#img_float_right
{
	/* Used in the [img] tag when float=right */
	float: right;
	margin: 2px 2px 4px 8px;
}

/* General Layout */


/* NEW */
form {
	margin: 0px;
	padding: 0px
}

/* NEW */
code, pre {
	font-family: 'Courier New', Courier, Fixed;
}

/* NEW */
pre {
	overflow: auto;
	width: 430px;
	border: 1px dotted #777;
	padding: 5px
}

/* NEW */
#archive_tree_menu ul	
{
	list-style: none inside;
	padding: 0px 0px 0px 10px;
	margin: 0px;
}

/* NEW */
#archive_tree_menu li	
{
	margin: 0px;
	padding: 4px 0px 0px 0px;
	/* border: 1px #F00 solid; */
}

input, select, option, textarea
{
	font-size: 11px;
	text-align: left;
}

#maincontent
{
	margin: 0;
	padding: 12px;
	top: 0px;
	/*border-left-width: 1px;
	border-left-style: solid;*/
}

#maincontent .blog_title
{
	color: #000000;
	background-color: #FFF;
	font-size: 20px;
	padding: 0px 6px 0px 0px;	
	border-bottom-width: 1px;
	border-bottom-style: dashed;
}

#maincontent .blog_body
{
	padding: 0px; /* Used to be 10px */
	margin: 0px;
	line-height: 16px; /* This is new */
	border-width: 1px;
	border-style: none;
	color: #000000;
	background-color: #FFFFFF;
	border-color: #A6A6A6;
}

#maincontent .blog_date
{
	font-weight: normal;
	color: #999;
	font-size: 10px;
	margin-bottom: 4px;
	top: 0px;
}

#maincontent .blog_comment
{
	padding: 6px 10px 0px 0px;
	font-size: 10px;
	font-weight: bold;	
	color: #663;
	background-color: #FFF;
}

#sidebar
{
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(./images/menu_bg.gif);
	background-repeat: repeat-x repeat-y;
	height: 100%;
	width: 100px;
	padding: 0px 0px 0px 12px;
	font-size: 11px;
	font-weight: normal;	
}

#sidebar-top
{
	background-image: url(./images/menu_bg-top.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 30px;
	margin: 0px;
	padding: 0px;
}

#sidebar .menu_title
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	padding: 0px 5px 3px 7px;
	/*background-color: #B2B286;*/
	margin: 0px;
}

#sidebar .menu_body
{
	padding: 5px;
	clear: both;
	/*background-color: #FFF;*/
	margin: 0px;
}

#sidebar .calendar
{
	font-size: 10px;
}

#sidebar .calendar a
{
font-size: 11px;
font-weight: bold;
text-decoration: none;
}

#sidebar .calendar td
{
	padding: 2px;
}

/* Links */

a
{
	font-weight: normal;
	text-decoration: none;
}

a:link, a:visited
{
	color: #933;
}

a:hover
{
	color: #F33;
}

a:active {
	color: #33F;
}

#sidebar .menu_body a
{
	font-weight: normal;
	text-decoration: none;
}

#sidebar .menu_body a:link
{
	color: #933;
}

#sidebar .menu_body a:visited
{
	color: #933;
}


#sidebar .menu_body a:hover
{
	color: #F33;
}

#sidebar .menu_body a:active {
	color: #33F;
}

/* Typeography */

blockquote {
	margin: 15px 30px 0 45px;
	padding: 0 0 0 45px;
	background: url(./images/blockquote.gif) no-repeat left top;
	font-style:italic;
}


