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



img	{
	border: 0;
}

#img_float_left
{
	
	float: left;
	margin: 2px 8px 4px 2px;
}

#img_float_right
{
	
	float: right;
	margin: 2px 2px 4px 8px;
}



body
{
	color: #000;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: Verdana;
	background-color: #CC99;
}


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

#header
{
	color: #FFF;
	margin: 0px;
	padding: 8px;
	border-color: #666;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	background-color: #996;
	font-size: 14px;
	font-weight: normal;
	background-color: #996;
}

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

#sidebar
{
	padding: 10px;
}

#footer
{
	border: 0;
	border-top: 1px solid #ccc;
	color: #666;
	background: #eee;
	padding: 10px;
	text-align: left;
	clear: both;
}

#blog_subject
{
	font-family: gill sans, Verdana;
	color: #663;
	font-size: 14px;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 0px;
}

#blog_date
{
	font-family: gill sans, Verdana;
	font-weight: normal;
	color: #999;
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 4px;
}




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



h1, h2, h3, h4, h5, h6
{
	font-family: gill sans, Verdana;
	font-weight: normal;
	
	
	margin: 2px;
}

h1
{
	font-size: 20px;
	font-weight: bold;
}


h2
{
	color: #663;
	font-size: 12px;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 0px;
}


h3
{
	color: #999;
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 4px;
}

h4
{
	font-size: 14px;
	font-weight: bold;
}

h5
{
	font-size: 12px;
	font-weight: bold;
}

h6
{
	font-size: 10px;
	font-weight: bold;
}
