
p
{
	margin: 8px 0px 8px 0px; 
}

h1, h2, h3, h4, h5, h6
{
font-weight:normal; color:#154695; margin:10px 0px 0 0; padding:2px 2px 10px 0px; background:none; border-bottom:0px dotted #CCCCCC; font-family: Trebuchet MS, "Trebuchet MS", Avenir, Verdana, Arial, Helvetica, sans-serif;
}

h1
{
	font-size: 20px;
}

h2
{
	font-size: 18px;
}

h3
{
	font-size: 16px;
}

h4
{
	font-size: 14px;
}

h5
{
	font-size: 12px;
}

h6
{
	font-size: 10px;
}

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

/* NEW */
pre {
	overflow: auto;
	width: 512px;
	border: 1px dotted #D9D9D9; /* inner_border_color */
	padding: 5px
}

/* NEW */
blockquote {
	color: #777;
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd
}

/* Links */



/* Images */

img
{
	border: 0;
}

#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;
}

/* Elements */

hr	
{
	color: #D9D9D9; /* inner_border_color */
	background-color: #D9D9D9; /* inner_border_color */
	height: 1px;
	border: 0px;
	margin: 8px 0px 8px 0px; 
}

/* Forms */

/* NEW */
form {
	font-size: 11px;
	margin: 0px;
	padding: 0px
}
	
input, select, option, textarea
{
	font-size: 11px;
	text-align: left;
}

/* Theme Specific */

#header_image
{

}

#header
{

}

#maincontent
{
	margin: 0;
	padding: 10px;
}

#maincontent .blog_subject
{
	font-family: 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
	color: #666633; /* headline_txt_color */
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
}

#maincontent .blog_byline
{
	color: #999999; /* date_txt_color */
	font-size: 9px;
	margin-bottom: 10px;
}

div #toggleSidebarAvatar, #toggleSidebarLinks, #toggleSidebarCalendar, #toggleSidebarArchives, #toggleSidebarCategories , #toggleSidebarSearch, #toggleSidebarMenu, #toggleSidebarPreferences, #toggleSidebarRecentComments, #toggleSidebarRecentEntries, #toggleSidebarRecentTrackbacks
{
	display: block;
}

#sidebar
{
	padding: 10px;
}

#sidebar .menu_title
{
	font-family: 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
	font-weight: bold;
}

#sidebar .menu_title a
{
	text-decoration: none;
	color: inherit;
}

#sidebar .menu_title:hover
{
}

#sidebar .menu_body 
{
	padding: 10px;
	border-color: #333333;
	border-width: 1px;
	border-style: solid;
}

#sidebar .divider {
	margin: 8px 0px 8px 0px;
}

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

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

#sidebar .calendar td
{
	padding: 1px;
	font-size:10px; border-bottom:1px solid #ffffff; 
	
}

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

/* NEW */
#archive_tree_menu li	
{
	margin: 0px;
	padding: 0px;
	list-style: none; list-style-image:none;	
	
	/* border: 1px #F0F dashed; */
}

#footer
{
	border: 0;
	color: #666666; /* footer_txt_color */
	padding: 10px;
	text-align: left;
	clear: both;
	font-size:10px;
}

.divider { margin: 20px 0px 15px 0px; }