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

body
{
	color: #000;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: verdana,arial, helvetica, sans-serif;
	background-color: #CC99;
  background-image: url('../../asante_kente4.jpg');
 background-repeat: repeat;
}

/* New 0.3.7 */
input, select, option, textarea
{
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
	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: 15px;
	font-weight: normal;
	background-color: #ff9900;
}

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

#sidebar
{
	padding: 10px;
 font-size: 11px;
}

#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, arial, helvetica, sans-serif;
	color: #663;
	font-size: 14px;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 0px;
}

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


/* Links */

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

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

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

/* Typeography */

h1, h2, h3, h4, h5, h6
{
	font-family: gill sans, arial, helvetica, sans-serif;
	font-weight: normal;
	
	/* New 0.3.7 */
	margin: 2px;
}

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

/* Title */
h2
{
	color: #663;
	font-size: 14px;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 0px;
}

/* Date */
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;
}
.hidden A:link {text-decoration: none; color:#999999;}
.hidden A:visited {text-decoration: none; color:#999999;}
.hidden A:active {text-decoration: none; color:#999999;}
.hidden A:hover {text-decoration: underline; color: white;}


 .daysfont {  font-family: Verdana, Arial; font-size: 10px; font-style: normal; font-weight: bold; text-decoration: none; color: #FFFFFF}
.month {  font-family: Verdana, Arial; font-size: 24px; font-style: normal; line-height: normal; font-weight: bold; color: #ffffff}
.number {  font-family: Verdana, Arial; font-size: 10px; font-style: normal; font-weight: bold; color: #000000; text-decoration: none}
.event {  font-family: Verdana, Arial; font-size: 10px; color: #000000; text-decoration: none}
.addleft {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #333333; text-decoration: none}
.addHead {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #FFFFFF; text-decoration: none}
.addEvent {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #ffffff; text-decoration: none}
.AddRight {  font-family: Arial; font-size: 14px; color: #000000}
.eventLink {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: #000000; text-decoration: none}
.back {  font-family: Arial, Helvetica, sans-serif; font-size: 24px; font-weight: bold; color: #000000; text-decoration: none}
.toplink {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #FFFFFF; text-decoration: none}
.topnonlink { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #000000; text-decoration: none }
.viewEvent {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #FF3300; text-decoration: none}
.delete {  font-family: Verdana, Arial; font-size: 10px; font-weight: bold; color: #CC0000; text-decoration: none}
.viewall { font-family: Verdana, Arial; font-size: 12px; font-weight: normal; color: #000000; text-decoration: none }

