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



Description:
This the is the css theme for the Classic theme.
You can use this as a template for your own themes.

Also refer to user_style.php...
*/

/* General */

body
{
	color: #555555; /* txt_color */
	font-size: 13px;
    line-heigth: 18.2px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-color: #dfdfdf; /* bg_color */
	margin-top:20px;
	font-family: Helvetica, Arial, Sans-Serif;
}

/* Typeography */

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

h1, h2, h3, h4, h5, h6
{
	
	margin: 0px 0px 0px 0px;
}

h1
{
	font-size: 20px;
}

h2
{
	font-size: 12px;
	line-heigth:27.6px;
	color: #bbbbbb;
	font-weigth:bold;
	border-bottom: 4px solid #e3e3e3;
	display: inline;
	
}

h3
{
}

h4
{
}

h5
{
}

h6
{
}

/* 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 */

a:link, a:visited
{
	font-weight: normal;
	text-decoration: none;
	color: #468c23; /* link_reg_color */
}

a:hover
{
	text-decoration: underline;
	color: #a7ff7a; /* link_hi_color */
}

/* Images */

img
{
	border: 0;
}
a.utility{
	font-size: 11px;
}
hr.postHr{
	height: 30px;
	border-top: 1px solid #e3e3e3;
}

#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: #ffffff; /* inner_border_color */
	height: 1px;
	border: 0px;
	margin: 8px 0px 8px 0px; 
}

/* Forms */

/* NEW */
form {
	border-top: 1px #e3e3e3 solid;
	font-size: 11px;
	margin: 0px;
	padding: 11px;
	background: #f0f0f0;
	margin-bottom: -10px;
 
}
#toggleSidebarSearch form{
	background: white;
	padding: 0;
	border: 0px;
}

form hr{
	border: 0px;
	visibility: hidden;
}
	
input, select, option, textarea
{
	font-size: 11px;
	text-align: left;
}

/* Theme Specific */

#header_image
{
}

#header
{
	text-indent: -100000px;
}

#maincontent
{
	margin: 0;
	background: white;
	margin-left:10px;
	padding: 20px;
}

.blog_subject
{
	font-size: 18px;
	font-weight: bold;
	line-heigth:27.6px;
	color: #66cc33;
	display: block;
	margin-bottom: 5px;
}

#maincontent .blog_byline
{
	color: #999999;
	margin-bottom:25px;
}

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

#maintable

{
background-image: url(images/bg.jpg);
	oveflow: auto;
}

#sidebar
{
	color: #999999;
	font-size: 12px;
	padding: 10px;
	background: white;
}

#sidebar .menu_title, #sidebar .menu_title a
{
	font-weight: bold;
	font-size:12px;
	color:#bbbbbb;
	border-bottom:4px solid  #e3e3e3;
	display: inline;
	margin-bottom: 10px;
}

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

#sidebar .menu_title:hover
{
}
.menu_body

{
	margin-top:20px;
	margin-bottom: 20px;
}

#sidebar .menu_body a 
{
	font-size: 12px;
	border-bottom: 1px solid  #e3e3e3;
	text-transform: capitalize;
	display: inline;
	line-height: 18.2px; 	
}

#sidebar .menu_body a:hover {
	border-bottom: 1px solid #a7ff7a;
	text-decoration:none;
}


#toggleSidebarCounter b{
	font-weight: normal;
}

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

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

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

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

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

/* NEW */
#archive_tree_menu li	
{
	color: #999999;
	margin: 0px;
	padding: 0px;
	/* border: 1px #F0F dashed; */
}
#archive_tree_menu li b{
	font-weight: normal;
	color: #999999;
	line-height: 28.2px;
}

#pagebody{overflow: auto}
#bottom
{
	display: block;
	height: 25px;
	background: url(images/footer.jpg);
	clear: both;
	float: none;
}
#footer
{	
	height: 65px;
	color: #888888; /* footer_txt_color */
	background: #222222; /* footer_bg_color */
	font-size:11px;
	line-height:15.4px;
	margin-top:25px;
	padding-top:10px;
	padding: 10px;
	text-align: center;

}



