/*
--------------------------
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;
}

hr	
{
	color: #9A9A8C;
	background-color: #9A9A8C;
	height: 1px;
	border: 0px;
}

#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;
	background-color: #CC9;
	
	/* Standard. Readable */
	font-family: verdana, 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 */
form {
	margin: 0px;
	padding: 0px
}

/* NEW */
code, pre {
	font-family: 'Courier New', Courier, Fixed;
}

/* NEW */
pre {
	overflow: auto;
	width: 430px;
	border: 1px dotted #777;
	padding: 5px
}

/* NEW */
blockquote {
	color: #777;
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd
}

/* NEW */
#archive_tree_menu ul	
{
	list-style: none inside;
	padding: 0px 0px 0px 10px;
	margin: 0px;
}

/* NEW */
#archive_tree_menu li	
{
	margin: 0px;
	padding: 4px 0px 0px 0px;
	/* border: 1px #F00 solid; */
}

input, select, option, textarea
{
	font-size: 11px;
	text-align: left;
}

#maincontent
{
	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;
}

#maincontent .blog_title
{
	font-family: verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 6px 4px 10px;
	margin: 0px;
	border-width: 1px 1px 0px 1px;
	border-style: solid solid none solid;
	color: #FFF;
	background-color: #B2B286;
	border-color: #A6A6A6;
}

.blog_ip_address
{
	font-size: 10px;
}

#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! */
	display: inline;
}

#maincontent .blog_body
{
	padding: 12px; /* Used to be 10px */
	margin: 0px;
	line-height: 14px; /* This is new */
	border-width: 1px;
	border-style: solid;
	color: #663;
	background-color: #FFF;
	border-color: #A6A6A6;
}

#maincontent .blog_date
{
	font-weight: normal;
	color: #999;
	font-size: 10px;
	margin-bottom: 4px;
}

#maincontent .blog_comment
{
	padding: 6px 10px 6px 10px;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	color: #663;
	background-color: #FFF;
	border-color: #A6A6A6;
}

div #toggleSidebarAvatar, #toggleSidebarLinks, #toggleSidebarCalendar, #toggleSidebarArchives, #toggleSidebarCategories , #toggleSidebarSearch, #toggleSidebarMenu, #toggleSidebarPreferences, #toggleSidebarRecentComments, #toggleSidebarRecentEntries, #toggleSidebarRecentTrackbacks
{
	display: block;
}

#sidebar .menu_title
{
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	padding: 4px 5px 4px 7px;
	background-color: #B2B286;
	margin: 0px;
	border-color: #A6A6A6;
	border-width: 1px;
	border-style: solid;
}

#sidebar .menu_title a
{
	text-decoration: none;
	color: inherit;
}

#sidebar .menu_title:hover
{
}

#sidebar .menu_body
{
	padding: 10px;
	clear: both;
	background-color: #FFF;
	margin: 0px;
	border-color: #A6A6A6;
	border-width: 0px 1px 1px 1px;
	border-style: none solid solid solid;
}

#sidebar .calendar
{
	font-size: 10px;
}

#sidebar .calendar a
{
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#sidebar .calendar td
{
	padding: 2px;
}


/* Links */

#sidebar .menu_body a
{
	font-weight: bold;
	text-decoration: none;
}

#sidebar .menu_body a:link
{
	color: #933;
}

#sidebar .menu_body a:visited
{
	color: #933;
}


#sidebar .menu_body a:hover
{
	color: #F33;
}

#sidebar .menu_body a:active {
	color: #33F;
}

/* Typeography */


h1, h2, h3, h4, h5, h6
{
	font-family: verdana, 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;
}

/* -- Main layout styles -- */

body {
  margin: 1em 1em 1em 1em;
  padding: 0px;
  background-color: #333; 
  background: #333 url(http://www.kivioja.org/milo/images/bg.jpg);  
} 

#siteBox {
  position: relative;
  width: 900px;
  margin: 0px auto;
  color: #FFF;
}


/* -- Header layout/display styles -- */

#header {
  float: left;
  width: 900px;
  height: 6em;
  background: #25509F url(http://www.kivioja.org/milo/images/hdr.jpg) no-repeat bottom left;
}

#header a {
  float: right;
  width: 5em;
  padding: 5px 10px 5px 10px;
  font-size: 0.8em;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFF;
  background-color: #585858;
  border-bottom: 2px solid #333;
  border-right: 1px solid #333;
  border-left: 1px solid #333;
}

#header a:hover, #header a.active {
  padding-top: 10px;
  background-color: #333;
}

#header a.lastMenuItem {
  background-image: url(http://www.kivioja.org/milo/images/corner_tr.gif);
  background-repeat: no-repeat;
  background-position: top right;
  border-right: 0px;
}

a .desc {
  display: none;
  text-transform: lowercase;
  color: #FC0;  
}

a:hover .desc, .active .desc {
  display: block;
}

/* -- Content layout/display styles -- */

#content {
  float: left;
  width: 900px;
  padding: 1em 0 1em 0;
  background-color: #585858;
}

/* -- Footer layout/display styles -- */

#footeri {
  float: left;
  width: 900px;
  height: 3em;
  margin-bottom: 1em !important;
  margin-bottom: 0;
  font-size: 0.9em;
  text-transform: lowercase;
  line-height: 2.6em;
  color: #585858;
  background: #25509F url(http://www.kivioja.org/milo/images/hdr.jpg) repeat-y top left;
}

#footeriLeft {
  float: left;
  width: 70%;
  height: 3em;
  text-align: left;
  background: url(http://www.kivioja.org/milo/images/corner_bl.gif) no-repeat bottom left;
}

#footeriRight {
  float: right;
  width: 25%;
  height: 3em;
  text-align: right;
  background: url(http://www.kivioja.org/milo/images/corner_br.gif) no-repeat bottom right;
}

#footeri a {
  color: #fff;
  text-decoration: underline;
}

#footeri a:hover {
  color: #666666;
  text-decoration: none;
}

/* -- Utility classes to create the bottom rounded corners -- */

.bottomCorner {
  text-align: right;
}

.vBottom {
  vertical-align: bottom;
}
