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

Name: Classic Theme
Author: Alexander Palmo

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: #666633; /* txt_color */
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-color: #CCCC99; /* bg_color */
	
	/* Standard. Readable */
	font-family: Arial, Helvetica, Sans-Serif;
	/* font-family:  'Lucida Grande', Geneva, sans-serif; */
	/* font-family: Tahoma, Geneva, sans-serif; */
	/* font-family: Geneva, Verdana, sans-serif; */
	
	/* Nice. Classic Looking */
	/* font-family: 'Times New Roman', Times, serif; */
	/* font-family: Georgia, serif; */
	/* font-family: Book Antiqua, Palatino, serif; */
	
	/* Modern. Kind of Funky */
	/* font-family: 'Gill Sans', 'Trebuchet MS', Helvetica, sans-serif; */
	
	/* Monospace */
	/* font-family: Lucida Console, Monaco, monospace; */
}



/* Typeography */

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

h1, h2, h3, h4, h5, h6
{
	font-family: 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
	
	




}
p, ol, ul {
	margin: 1.2em 0;
	padding: 0;
	font-size: 1em;
	line-height: 1.5em;
}
ol, ul {
	margin: 1.2em 0 1.2em 2em;
}
h1, h2, h3, h4, h5, h6 {
	margin: 1.2em 0 0 0;
	padding: 0;
	color: #E44E31;
	font-family: 'Century Gothic', Tahoma, Arial;
}
h1 {
	font-size: 16px;
	font-weight: bold;
}

h2, h3 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
h4, h5, h6 {
	font-size: 13px;
}
a, a:visited, a:active {
	color: #b93529;
	border-bottom:1px dashed #ffac8f;
	text-decoration:none;
}
a:hover {
	color: #E44E31;
	text-decoration: none;
	border:none;
}
blockquote {
	margin: 10px 30px 10px 30px;
	padding: 0 10px 0 10px;
	background: url(images/quote.gif) no-repeat 0 0.26em;
	border-left: 2px solid #CCCCCC;
	color:#cc3300;
}
code {
	font-family: monospace;
}
small {
	font-size: 0.92em;
}
input, textarea, select {	
	border: 1px solid #868686;
	background: #FFFFFF;
	color: #212121;
	font: 12px Tahoma, Arial, sans-serif;
}
.submit {
	border: 1px solid #868686;
	background: #fce248;
	color: #FFF;
}
form {
	border: 0; 
	margin: 0; 
	padding: 0;
}
a img {
	border: 0;
}
img { 
	border: 0;
}
/* Main */
#page { width: 989px; margin-left: auto; margin-right: auto;}

#frame { background:url(images/pagebg.jpg) repeat-y; float:left; width: 989px;}

/* Header */

#header01 {
	width: 989px;
	height: 97px;
	overflow: hidden;
	background: url(images/header-image01.jpg) no-repeat;
}

#header02 {
	width: 989px;
	height:164px;
	overflow: hidden;
	background: url(images/header-image02.jpg) no-repeat;
	
}
#header03 {
	width: 989px;
	height: 121px;
	overflow: hidden;
	background: url(images/header-image03.jpg) no-repeat;
}
.header-title {
	font-size:42px;
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
	border-bottom:none;
	border:0;
	text-decoration:none;
	padding:0;
	margin:0;
}

.header_menu {
	text-align: left;
	padding-left: 45px;
	padding-top:4px;
	line-height:27px;
	font-weight:bold;
}

.header_menu a, .header_menu a:visited, .header_menu a:active {
	text-decoration:none;
	color:#bc1f02;
	border-bottom:none;
}
.header_menu a:hover {
	text-decoration:none;
	color:#e89c15;
	position:relative; 
	top:1px; 
	left:1px;
}



/* Content */
#content {
	float: left; 
	padding: 0 0 0 40px; 
	width: 590px; 
	overflow:hidden;
	text-align:justify;
	margin: 20px 0 20px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
#content ul li {
	list-style-image: url(images/star.gif);
	margin:0 0 0 25px;
	padding:0 0 3px 5px;
}
#content ol li{
	margin:0 0 0 25px;
	padding:0 0 3px 5px;
}

* html #content {
	overflow: hidden;
}

/* Sidebar */
#sidebar {
	float: left; 
	overflow: hidden;
	width: 290px;
	margin: 0 30px 0 39px;
	text-align:left;
}
#sidebar ul li {
	list-style:none;
}
#sidebar ul li ul li{
	list-style-image: url(images/star.gif);
	margin:0 0 0 3px;
	padding:0 0 3px 5px;
}


/* Footer */
#footer {
	clear: both;
	background: url(images/footerimage.jpg) no-repeat;
	width: 989px;
	height:375px;
	text-align:left;
}
#footer ul li {
	list-style-image: url(images/star.gif);
	margin:0 0 0 3px;
	padding:0 0 3px 5px;
}

#footer-info {
	float: right;
	padding-top:20px;
	width:70%;
	color:#000000;
	font-size:11px;

}
#footer-info h2 {
	font-family: Arial, Verdana, Tahoma;
	letter-spacing:-1px;
	font-size:18px;
	margin-bottom:0px;
}


.footer-info-01 {
	width:33%;
	float:left;


}
.footer-info-02 {
	width:33%;
	float:left;


} 
.footer-info-03 {
	width:33%;
	float:left;

}

#footer-meta {
	float: right;
	width: 800px;
	text-align:center;;
	font-size:11px;
	padding-top:300px;
	letter-spacing:2px;
}
#footer-meta li {
	list-style:none;
	float: left;
	display: block;
}

/* Post */
.post {
	width:100%;
}

.post_title, .post_title a {
	font-size:20px;
	color:#b93529;
	border-bottom:none;
	font-weight:bold;
}
.post_datetime {
	padding: 2px 0 0 20px;
	background: url(images/date.gif) no-repeat;
	font-size: 11px;
	font-weight: bold;
}

.post_body {
	padding: 20px 0 20px 0;
}
.post_category {
	padding: 2px 0 0 20px;
	background: url(images/folder_images.gif) no-repeat;
	font-size: 11px;
	font-weight: bold;
}
.post_comments {
	padding: 2px 0 0 20px;
	background: url(images/page_user.gif) no-repeat;
	font-size: 11px;
	font-weight: bold;
}
.post_data {
	padding: 2px 0 40px 20px;
	background: url(images/flag_orange.gif) no-repeat;
	font-size: 11px;
	font-weight: bold;
}

/* search */
#sb_search{
  margin: 0 0 0 0;
  padding: 0 0 0 15px;
}
#search_form{
  background-image: url(images/searchbg.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  margin: 0;
  padding-top: 18px;
  width: 208px;
  height: 88px;
}
.s_text{
  border: 0;
  font-family: Tahoma, Verdana, Arial, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #b93529;
  width: 130px;
}
.searchsubmit{
  background-image: url(images/search_go.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  height: 13px;
  width: 15px;
  border: 0;
}
.txt{
  margin: 26px 0 0 0;
  padding: 0 0 0 20px;
  float: left;
  line-height: 14px;
}
.btn{
  margin: 26px 0 0 0;
  padding: 0;
  float: left;
  line-height: 14px
}


/* other styles */
.divider { width: 100%;
	text-align:center;
	margin: 50px 0 50px 0;
}
.alignright
{
	float: right;
}
.alignleft
{
	float: left;
}


/* Comments Page */
.commentlist {
	clear: both;
	margin-top: 30px;
	padding-top: 0.8em;
	list-style: none;
	font-size:12px;
	text-align:left;
}
.commentlist a {
	border-bottom:none;
}
.commentmetadata {
	float:right;
	border-bottom:2px solid #b93529;
	margin-right:10px;
}
.comment_author {
	padding: 4px 0 0 20px;
	background: url(images/page_user.gif) no-repeat;
	background-position:bottom left;
	font-size: 14px;
	font-weight: bold;
}
.comment_text {
	margin:0 30px 30px 30px
}

/*Calendar*/
#wp-calendar {empty-cells: show; color: #E44E31; padding: 5px; width: 90%;}
#wp-calendar caption{
 width: 95%;
 color: #000000;
 font-size: 14px;
 letter-spacing: 4px;
 padding: 5px;
 list-style: none;
 margin:0;
 text-align:center;}
#wp-calendar {padding:10px 0 10px 0;}
#wp-calendar td{color: #000000; padding: 1px 0;text-align: center;}
#wp-calendar td.pad:hover{color: #000000;text-decoration: none;border: none;}
#wp-calendar #today{background: #E44E31; color: #000000; border-bottom: 1px solid #000000;}
#wp-calendar th{font-style: normal;text-transform: capitalize; color:#000000; font-weight:bold; text-align:center;}

#wp-admin-bar {align:center; margin:0; padding:5px; background:#f9f9f9; border:1px solid #666; clear:both; text-align:center}
#wp-admin-bar ul {margin:0; padding:0}
#wp-admin-bar ul li {list-style-type:none; display:inline; margin:0 10px; padding:0}
	font-weight: bold;
	color: #666633; /* headline_txt_color */
    text-shadow: #bbb 2px 2px 1px;
	
	margin: 2px 0px 2px 0px;
}

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

a:link, a:visited
{
	font-weight: bold;
	text-decoration: none;
	color: #993333; /* link_reg_color */
}

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

a:active
{
	color: #3333FF; /* link_down_color */
}

/* 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
{
	border-color: #4D4D45; /* border_color */
	border-width: 0px 0px 1px 0px;
	border-style: solid;
}

#header
{
	font-family: 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
	color: #FFFFFF; /* header_txt_color */
	margin: 0px;
	padding: 4px 12px 4px 12px;
	border-color: #4D4D45; /* border_color */
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	background-color: #999966; /* header_bg_color */
	font-size: 14px;
	font-weight: bold;
}

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

#maincontent .blog_subject
{
	font-family: 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
	color: #666633; /* headline_txt_color */
	font-size: 14px;
	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: #999;
	border-width: 1px;
	border-style: dashed;
}

#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 10px;
	margin: 0px;
}

/* NEW */
#archive_tree_menu li	
{
	margin: 0px;
	padding: 0px;
	/* border: 1px #F0F dashed; */
}

#footer
{
	border: 0;
	border-top: 1px solid #4D4D45; /* border_color */
	color: #666666; /* footer_txt_color */
	background: #EEEEEE; /* footer_bg_color */
	padding: 10px;
	text-align: left;
	clear: both;
}

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