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

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

body
{
	color: #000;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-color: #F7F7F7;
	
	/* 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;
}



#maincontent
{
	margin: 0;
	padding: 20px;
	line-height: 14px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-top-color: DBDABB;
	border-right-color: #dbdabb;
	border-bottom-color: #dbdabb;
	border-left-color: #dbdabb;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#sidebar
{
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-top-color: DBDABB;
	border-right-color: #dbdabb;
	border-bottom-color: #dbdabb;
	border-left-color: #dbdabb;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#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;
	font-size: 14px;
	font-weight: bold;
	/* margin: 3px 0px 3px 0px; */
}

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

#footer
{
	border: 0;
	border-top: 1px solid #ccc;
	color: #666;
	background: #eee;
	padding: 10px;
	text-align: left;
	clear: both;
	font-size: 11px;
}
#footer2
{
	border: 0;
	font-size: 10px;
	color: #000000;
}
/* Links */

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

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

a:active {
	font-weight : bold; 
	text-decoration : none;
	color: #829fd9;
}
#header a {
	display:block;
	width:149px;
	margin: 0px;
	padding:0px 0 0px 0px;
	font-family: 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
	color:#747EA8;
	background: #FFFFFF url(none) no-repeat left top;
	text-decoration: none;
	text-align: left;
	text-indent: 5px;
	vertical-align: middle;
	position: relative;
	word-spacing: normal;
	white-space: nowrap;
	border-top-width: 1px;
	border-right-width: thin;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #dcdbbb;
	border-left-color: #d6d6d6;
	border-right-style: none;
	border-bottom-style: solid;
	line-height: 20px;
	height: 25px;
	border-bottom-color: #7a7a7a;
	font-size: 12px;
		}
#header a:hover {	
		background: #FFFFFF url(none) no-repeat;
		color: #829fd9;
		}
#header a:active {
		color:#829fd9;
		}
/* Typeography */

h1, h2, h3, h4, h5, h6
{
	font-family: 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
	font-weight: normal;
	/* New 0.3.7 */
	margin: 2px 0px 2px 0px;
}

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

/* Title */
h2
{
	color: #663;
	font-size: 16px;
	font-weight: bold;
	margin: 4px 0px 3px 0px;
}

/* Date */
h3
{
	color: #999;
	font-size: 10px;
	margin: 4px 0px 3px 0px;
}

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

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

h6
{
	font-size: 10px;
	font-weight: bold;
}
.text1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	margin: 10px;
}
.text2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 10px;
}
.square {
	border-top-width: 12px;
	border-right-width: 12px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D5D5D5;
	border-right-color: #D5D5D5;
	border-bottom-color: #D5D5D5;
	border-left-color: #D5D5D5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.blocko {
	color: #FFFFFF;
	background-color: #E4801C;
	height: 23px;
	width: 100%;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 10px;
	font-weight: normal;
	background-position: left bottom;
	text-indent: 10pt;
	vertical-align: bottom;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 7px 3px 3px;
	text-align: left;
}
.blockbl {
	color: #FFFFFF;
	background-color: #7eb2ce;
	height: 23px;
	width: 100%;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 10px;
	font-weight: normal;
	background-position: left bottom;
	text-indent: 10pt;
	vertical-align: bottom;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 7px 3px 3px;
	text-align: left;
}
.blockbr {
	color: #FFFFFF;
	background-color: #7f561b;
	height: 23px;
	width: 100%;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 10px;
	font-weight: normal;
	background-position: left bottom;
	text-indent: 10pt;
	vertical-align: bottom;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 7px 3px 3px;
	text-align: left;
}
.blockg {
	color: #FFFFFF;
	background-color: #cccc33;
	height: 23px;
	width: 100%;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 10px;
	font-weight: normal;
	background-position: left bottom;
	text-indent: 10pt;
	vertical-align: bottom;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 7px 3px 3px;
	text-align: left;
}
.blockr {
	color: #FFFFFF;
	background-color: #b45240;
	height: 23px;
	width: 100%;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 10px;
	font-weight: normal;
	background-position: left bottom;
	text-indent: 10pt;
	vertical-align: bottom;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 7px 3px 3px;
	text-align: left;
}
