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

Name: Classic Theme
Author: Alexander Palmo
Version: 0.3.7.1

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

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

/* General Layout */

td.containerHEADL {
	background: url(images/header_cap_left.gif) bottom left no-repeat;
	width: 15px;
	padding: 0;
}

td.containerHEADR {
	background: url(images/header_cap_right.gif) bottom left no-repeat;
	width: 15px;
	padding: 0;
}

td.containerHEADC {
	background: url(images/header_bg.gif) repeat-x bottom;
	padding: 0 0 17px 5px;
}

td.containerTD {
	padding: 10px 25px 35px 25px;
}

.bottomTD {
	background: url(images/webfooter.jpg) no-repeat bottom center;
	height: 230px;
	padding: 0 55px 55px 100px;
	color: #fff;
	text-align: right;
	font-size: 11px;
}

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

body
{
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	/* background-color: #CC9; */
	background: url(images/bodybackground.jpg) center repeat-y;
	
	/* 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; */
}

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

#header
{
	font-family: 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
	color: #FFF;
	font-size: 22px;
	font-weight: bold;
	text-align: center;

	background:#fff url(images/header.jpg) no-repeat bottom; 	
 	height: 245px;
	width: 744px;
}

#maincontent
{
	margin: 0;
	padding: 20px;
	line-height: 14px; /* This is new */
}

#sidebar
{
	padding: 10px;
}

#sidebar .menu_title
{
	font-family: 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
}

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

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

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

#maincontent .blog_subject
{
	font-family: 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
	color: #663; /* 6E8E05 */
	font-size: 14px;
	font-weight: bold;
	/* margin: 3px 0px 3px 0px; */
}

 #maincontent .blog_date
{
	font-weight: normal;
	color: #999;
	font-size: 10px;
	margin: 2px 5px 10px 0px;
} 

/* Links */

a:link, a:visited
{
	font-weight: bold;
	text-decoration: none;
	color: #933;
}

a:hover
{
	font-weight: bold;
	text-decoration: underline;
	color: #F33;
}

a:active {
	font-weight : bold; 
	text-decoration : none;
	color: #33F;
}

#sidebar h2 {
	margin: 10px 0 0 0;
	padding:2px;
	font-size: 1em;
	color: #676E04;
	text-align:center;
	border:#ccc 0px solid;
	height:22px;
	font-weight:bold;
}
#sidebar ul {
	list-style-type: none;
	padding: 5px;
	margin: 0;
	font-size: 0.9em;	
	padding-bottom:3em;
	background:#F3F6ED; 
	border:#E1D6c6 1px solid;
	border-top:#f3f6ed 1px solid;
}
#pagenav
{
	list-style:none;
}
#sidebar ul li {
	margin: 0.1em 0 0 0;
	padding: 0;	
}
#sidebar ul li a {
	text-decoration: none;
	border:none;
}
#sidebar ul li a:link {
	color: #909D73;	
}
#sidebar ul li a:visited {
	color: #999999;	
}
#sidebar ul li a:hover, #sidebar ul li a:active {
	color: #990000;
}
#sidebar ul ul {
	list-style-type: none;
	padding: 5px;
	margin: 0;
	font-size: 1em;	
	background:none;
	border:none;
}
#sidebar ul ul li 
{
	margin:0;
	padding:0;
	padding-left:10px;
	margin-left:10px;
}
#content ul {
	margin-left: 0;
	padding-left: 45px;
	list-style-type: none;
}
#content ul li {
	padding-left: 1.5em;
}
.post , .page
{
	margin:0 0 30px 0;
}
.page 
{
	margin:25px -5px 0 27px;
}
.blog_title
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #5A7533;
	padding:10;
}
.page-info 
{
	font-size:0.85em;
	font-family: Verdana, Arial, Sans-Serif;
	margin:0;
	padding:0;
	color:#333;
}
.page-info 
{
	text-align:center;	
}
.blog_title a
{
	color:#990000;
}
.blog_title a:hover 
{
	color:#000;
}
.blog_body, .page-content {
	padding:10px 0;
	margin:3px 0;
	border-top:#BBC4A3 0px solid;	
	font-family: Georgia, Verdana, Arial, serif;
	font-size:12px;
}
.page-content {

}
.post-title, .page-title {
	font-family:Georgia, Arial, Serif;
	font-size:1.3em;
	margin:0;
	font-weight:bold;
}
.page-title 
{
	font-size:1.6em;
	font-weight:normal;
}
#content .page-title a, .post-title a:link, .post-title a:visited, .post-title a:hover, .post-title a:active
{
	text-decoration:none;
	color:#676E04;
}
.blog_date {
	float: left;
	color: #BBC4A3;
	font-family: Georgia,'Lucida sans ms', Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align: center;
	font-weight: bold;
	margin: 3px 10px 5px 5px;
	padding: 8px 4px;
	width: 65px;
	background: #E7EBDE;
	line-height:1em;
}
.blog_comment 
{
	padding-top:20px;
}

#footer {
	margin:0 auto;
	padding: 7px 0;
	border-top:#BBC4A3 1px solid;
	font-size: 0.8em;
	color: #999;
	text-align:center;
	width:740px;
}
#footer a {
	border:none;
	color:#7A7636;
}

.commentlist {
	font-size:1em;
	font-weight:normal;	
}
#commentform 
{
	margin:0 0 0 40px;
}
#commentform textarea {
	width: 80%;
}
#commentform p {
	margin: 0 0 1em;
}
#comments,#respond {
	text-transform: uppercase;
	margin: 3em 0 1em 40px;
	color: #676E04;
	font: 0.9em verdana, helvetica, sans-serif;
}
.commentlist li 
{
	margin:5px 0;
	padding:10px 10px 20px 10px;
	border:#E1D6C6 1px solid;
}
.commentlist .alt 
{

}
#topnav 
{
	list-style:none;
	font-size:0.9em;
	margin:0 auto;	
	padding:12px 20px 0 0;
	text-align:right;	
	font-family:Verdana, Arial, Sans-Serif;
}
#topnav li 
{
	list-style:none;
	display:inline;
	padding:0;
	margin:0;
	font-weight:bold;
}

#topnav li a:link, #topnav li a:visited
{
	text-decoration:none;	
	color:#BBC4A3;
}
#topnav li a:hover, #topnav li a:active
{
	color:#F7F3ED;	
}.blog_title_buttons {
	float: right;
}
