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

#img_float_right
{
	/* Used in the [img] tag when float=right */
	float: right;
	margin: 0px 0px 0px 0px;
}

/* General Layout */

body
{
	background-color: black;
	color:black;
	margin: 0px 0px 0px 0px;
	
}

/* New 0.3.7 */
input, select, option
{
	font-size: 11px;
	font-family:  verdana, tahoma, arial, helvetica, sans-serif;
	text-align: left;
}

#header
{
	color: #FFF;
	margin: 0px;
	padding: 8px;
	border-color: black;
	border-width: 0px 0px 1px 0px;
	border-style: none;
	background-color: black;
	font-size: 15px;
	font-weight: normal;
}

#maincontent
{
	margin: 0;
	padding: 10px;
	font-family:  verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
}

#sidebar
{
	padding: 10px;
	font-family:  verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	
}

#footer
{
	border: 0;
	color: black;
	background: black;
	padding: 10px;
	text-align: left;
	clear: both;
}

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

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


/* Links */

a:link, a:visited
{
	font-size: 12px;
	padding: 0px;
	margin: 0;
	color: #3333CC;
}

a:hover
{
	font-size: 12px;
	padding: 0px;
	margin: 0;
	color: #3333CC;
}

a:active {
	font-size: 12px;
	padding: 0px;
	margin: 0;
	color: #3333CC;
}

/* Typeography */


h1, h2, h3, h4, h5, h6
{
	
	font-size: 16px;
	text-align: center;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;

}

/* Title */
h2
{
	font-size: 14px;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
}

/* Date */
h3
{
	font-size: 12px;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
}