/*
--------------------------
Simple PHP Blog CSS Styles
--------------------------

Name: Modern Theme
Author: Alexander Palmo
Version: 0.3.7.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 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #FFFFFF;
	margin: 0px;
	background-attachment: fixed;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}
#sh {
	background-image: url(images/sh.jpg);
	background-repeat: no-repeat;
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
#maintitle {
	background-color: #009933;
	background-image: url(images/boxtitle.jpg);
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 150px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #336633;
	border-left-color: #336633;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #336633;
}

/* New 0.3.7 */
input, select, option, textarea
{
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
	text-align: left;
}

#header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	height: 40px;
	color: #FFFFFF;
	padding-top: 10px;
		    -moz-opacity:0.7;
	filter:alpha(opacity=70);
	opacity: 0.7; 

}
#titlepad {
	top: -75px;
	position: relative;
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 32px;
	font-weight: normal;
	color: #000000;
	font-style: oblique;
  left: 32px;
}
#pagebody {
	width: 800px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #336633;
	border-left-color: #336633;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	position: static;
}
#clear {
	height: 100px;
	text-align: right;
	vertical-align: text-bottom;
	color: #FFFFFF;
}

#maincontent {
	margin: 0px;
	width: 540px;
	background-color: #FFFFFF;
}
.spacer {
	clear: both;
}

#sidebar {
	background-color: #E3EFD8;
	width: 200px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border: 1px solid #B6D8A5;
}
.sidebar {
	background-color: #E3EFD8;
	width: 200px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border: 1px solid #B6D8A5;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #336633;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #336633;
	border-left-color: #336633;
	height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}


.blog_title {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #336633;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 20px;
}

.blog_title_buttons
{
	/* Edit and Delete buttons in the Blog Title */
	font-size: 11px;
	text-align: right;
	font-family: arial, helvetica, sans-serif;
	float: right;
}

.blog_body {
	margin-right: 20px;
	margin-left: 20px;
	color: #336633;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #336633;
	margin-bottom: 10px;
}

.blog_date {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #336633;
	position: static;
	right: 0px;
	bottom: 0px;
	left: auto;
	top: auto;
	text-align: right;
}

.blog_comment {
	background-color: #E7F4E1;
	margin-right: 20px;
	margin-left: 20px;
	height: 22px;
	padding-top: 7px;
	padding-right: 2px;
	padding-left: 2px;
}

.menu_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #336633;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	text-align: left;
}
.menu_body {
	margin-right: 10px;
	margin-left: 10px;
	border: 1px solid #336633;
	background-color: #B6D7B0;
	margin-bottom: 10px;
	color: #000000;
}

/* Links */

a
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

a:link, a:visited
{
	color: #346633;
}

a:hover
{
	color: #CC9966;
}

a:active {
	color: #33F;
}

#menu_body a
{
	font-weight: bold;
	text-decoration: none;
}

#menu_body a:link
{
	color: #933;
}

#menu_body a:visited
{
	color: #933;
}


#menu_body a:hover
{
	color: #F33;
}

#menu_body a:active {
	color: #33F;
}

/* Typeography */


h1, h2, h3, h4, h5, h6
{
	font-family: gill sans, arial, helvetica, sans-serif;
	font-weight: bold;
	
	/* New 0.3.7 */
	margin: 2px; 
}

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;
}
#pupheader
{
	background-image: url(images/boxtitle.jpg);
	width: 550px;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	    -moz-opacity:0.7;
	filter:alpha(opacity=70);
	opacity: 0.7; 
}
blockquote {
	background-color: #E9F5E9;
	border: 1px dotted #339900;
}
