/*
--------------------------
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 {
  background-color: #fff;
  color: #000;
  font-size: 11pt;
}

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

#anz .blog_title
{
	font-family: 'Trebuchet MS', 'Gill Sans', Helvetica, 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: #DADADA;
	border-color: #DADADA;
}

#anz .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! */
}

#anz .blog_body
{
	padding: 12px; /* Used to be 10px */
	margin: 0px;
	line-height: 14px; /* This is new */
	border-width: 1px;
	border-style: solid;
	color: #666363;
	background-color: #FFF;
	border-color: #DADADA;
}

#anz .blog_date
{
	font-weight: normal;
	color: #999;
	font-size: 10px;
	margin-bottom: 4px;
	text-align: right;
}

#anz .blog_comment
{
	padding: 6px 10px 6px 10px;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	color: #663;
	background-color: #FFF;
	border-color: #DADADA;
}
a {
   text-decoration: none;
   color: #A44343;
   font-size: 0.85em;
}

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

#menur .calendar a
{
font-size: 11px;
font-weight: bold;
text-decoration: none;
color: #A44343;
}

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

body {
  background-color: #fff;
  color: #000;
  font-size: 11pt;
}
#logo {
  position: absolute;
  top: 10px;
  left: 220px;
  width: 550px;
  text-align: right;
  margin: 0px;
  padding: 0px;
  border-bottom: 1px dashed #BFBFBF;
}
#logo h1 {
  font-size: 1.7em;
  font-family: georgia;
  margin: 0px;
  padding: 0px 60px 0px 0px;
}
#avatarpic {
  position: fixed;
  top: 370px;
  left: 650px;
  z-index: 999;
}
#menur {
  position: absolute;
  top: 50px;
  left: 790px;
  width: 160px;
  border: 1px solid #DADADA;
  font-family: Verdana, Arial, Helvetica;
  font-size: 11px;
}
#menur .menu_title {
  font-weight: bold;
  text-align: center;
  padding-left:3px;
  padding-right: 3px;
}
#menur .menu_body {
  padding-left: 3px;
}
#menur .menu_body a {
  text-decoration: none;
  font-size: 1em;
  color: #000;
  background-color: transparency;
}
#menur .menu_body a:hover {
  text-decoration: underline;
  color: #828282;
}
#menu {
  position: absolute;
  top: 50px;
  left: 50px;
  width: 140px;
  border: 1px solid #DADADA;
  font-family: Verdana, Arial, Helvetica;
  font-size: 11px;
}
#menu .menu_title {
  font-weight: bold;
  text-align: center;
}
#menu .menu_body {
  padding-left: 3px;
}
#menu .menu_body a {
  text-decoration: none;
  font-size: 1em;
  color: #000;
  background-color: transparency;
}
#menu .menu_body a:hover {
  text-decoration: underline;
  color: #828282;
}
#anz {
  background-color: transparency;
  color: #828282;
  margin-left: 215px;
  margin-top: 50px;
  width: 530px;
  text-align: left;
  height: 400px;
  overflow: scroll;
  font-family: Georgia;
  padding-right: 7px;
  padding-left: 0px;
}
#cr {
  position: absolute;
  top: 480px;
  left: 220px;
  color: #CCCCCC;
  font-size: 0.7em;
  font-family: Arial, Helvetica;
}
#cr a {
  color: #CCCCCC;
  text-decoration: underline;
}
