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

Name: Modern Theme
Author: Alexander Palmo
Version: 0.4.1

Description:
This the is the css theme for the Modern 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
{
	background-color:#969696;
	margin: 0;
	margin-left:75px;
	padding: 0px;
	background-image:url(images/bkg_gradient.jpg);
	background-repeat:repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-align: left;
	color: #000000;
	text-decoration: none;
}

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

#header_image
{
	/*border-color: #666;
	border-width: 0px 0px 1px 0px;
	border-style: solid;*/
	padding:0;
	margin:0;
}

#header_image img
{
	border:0;
	padding:0;
	margin:0;
}

#header
{
	width:inherit;
	padding:0;
	margin:0;
	background:#FFFFFF;
	background-repeat:repeat;
	border-top:2px solid #F58C2D;
	background-image:url(images/bg_content.png);
}

#pagebody 
{
	background:#FFFFFF;	
	background-image:url(images/bg_content.png);
	background-repeat:repeat-y;
}

#maincontent
{
	background:transparent;
	background-image:url(images/bg_content.png);
	background-repeat:repeat-y;
	margin: 0;
	padding: 12px;
}

#sidebar
{
	padding: 12px;
}

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

#header .menu_body
{
	font-family: 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	font-style:normal;
	float:right;
	margin: 0;
	background:#FFFFFF;
}

#header .menu_body ul
{
	width: inherit;
	float:right;
	margin: 0;
	padding: 10px 10px;
	
}
#header .menu_body li
{
	float:right;
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	border-bottom:2px solid #FFFFFF;
}

#header .menu_body li.active a
{
	border-bottom:2px solid #F58C2D;
}

#header .menu_body a
{
	padding:0 1px;
	margin:0 5px;
	text-decoration: none;
	color: #000000;
	text-transform:uppercase;
}
#header .menu_body a:hover {
	color:#000000;
	border-bottom:2px solid #F58C2D;
}
#header .menu_body a:visited {
	color:#000000;
}
	
#maincontent .blog_title
{
	color:#000;
	font-size:13px;
	margin: 0;
	padding:5px 0;
	text-transform: capitalize;
	font-weight: bold;
	background:transparent;
}

#maincontent .blog_title_buttons
{
	/* Edit and Delete buttons in the Blog Title */
	float: right;
	position: relative;
	top: -15px;
	right: 2px;
	/* This is totally broken on IE for the Mac but who cares! */
}

#maincontent .blog_body
{
	padding: 12px; /* Used to be 10px */
	margin:5px 0 0 0;
	line-height: 14px; /* This is new */
	color: #FFFFFF;
	border-bottom:solid #a9a9a9 1px;
	background:transparent;
}

#maincontent a:hover .blog_body img
{
	border: 1px dotted #DFCFC1;
}

#maincontent .blog_body img
{
	padding:4px;
	border:1px solid #a9a9a9;
}

#maincontent .blog_date
{
	font-weight: bold;
	color: #999;
	font-size: 10px;
	/*margin-bottom: 4px;*/
}

#maincontent .blog_comment
{
	color: #999;
	font-size: 10px;
	padding: 6px 10px 6px 10px;
	background-color: #FFF;
	border-bottom:solid #a9a9a9 1px;
}

#maincontent .blog_comment img
{
	border:0;
}
#sidebar .menu_title
{
	font-family: 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	padding: 4px 5px 3px 7px;
	background-color: #B2B286;
	margin: 0px;
	border-color: #A6A6A6;
	border-width: 1px 1px 0px 1px;
	border-style: solid solid none solid;
}

#sidebar .menu_body
{
	padding: 10px;
	clear: both;
	background-color: #FFF;
	margin: 0px;
	border-color: #A6A6A6;
	border-width: 1px;
	border-style: solid;
}

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

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

#sidebar img
{
	border:0;
}

/* Links */

a
{
	font-weight: bold;
	text-decoration: none;
}

a:link, a:visited
{
	color: #F58C2D;
}

a:hover
{
	color: #DF7F29;
}

a:active {
	color: #F58C2D;
}

#sidebar .menu_body a
{
	font-weight: bold;
	text-decoration: none;
}

#sidebar .menu_body a:link
{
	color: #F58C2D;
}

#sidebar .menu_body a:visited
{
	color: #F58C2D;
}


#sidebar .menu_body a:hover
{
	color: #F58C2D;
}

#sidebar .menu_body a:active {
	color: #F58C2D;
}

/* Typeography */


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

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

h2
{
	font-size: 18px;
	font-weight: bold;
}

h3
{
	font-size: 16px;
	font-weight: bold;
}

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

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

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