/*
Name:         style.css
Description:  The New Dawn personal financial organizer CSS.
Version:      1.0
Date Written: 2009-01-13
*/

html, body {
	height: 100%;
}

#advert
{position: relative;
  top: 5px;
  left: 15px;
  padding: 5px;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 10px;
  background-color: #fbebbf;
  border:1px solid blue; 
  font-variant: normal;
  font-weight: normal;
  font-style: normal;
/*  background-color: #000099;*/
  vertical-align: middle;
  text-align: left;
  width: 220px;
}

body {
	margin: 0;
	padding: 0;
	background: #E1FDFD url(images/bkg7.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000; 
}

form {
	margin: 0;
	padding: 0;
}

input, textarea {
	font-family: Geneva,Arial,Helvetica,sans-serif;
	font-size: 1em;
	color: #000000;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 13px;
}

p, ul, ol, td {
	margin-bottom: 1.8em;
	line-height: 140%;
}

ul, ol {
}

blockquote {
}

a {
	color: #71AB48;
}

a:hover {
	text-decoration: none;
}

hr {
	display: none;
}

/* Wrapper */

#wrapper {
	height: 100%;
	min-height: 100%;
	background: url(images/img2a.jpg) repeat-x left bottom;
}

html>body #wrapper {
	height: auto;
}

/* Menu */

#menu {
	width: 778px;
	height: 57px;
	padding-top: 10px;
	margin: 0 auto;
}

#menu ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline; 
}
 
 
#menu a {
	float: left;
	height: 20px;
	padding: 10px 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: smaller;
	font-weight: bold;
	color: #EEEEEE;
}
 
#menu a:hover {
	background: #F32727;
	color: #FFFFFF;
}

#menu .current_page_item a {
	background: #2727AA;
	color: #FFFFFF;
}

/* Logo */

#logo {
	width: 778px;
	height: 180px;
	margin: 0 auto;
	color: #FFFFEE;
}

#logo h1, #logo h2 {
	float: left;
	margin: 0;
}

#logo h1 {
	padding: 35px 0 0 20px;  
	/*letter-spacing: -2px;*/
        margin-left: -20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 30px;
}

#logo h2 {
	padding: 70px 0 0 10px;
        margin-left: -50px;
	letter-spacing: 0px;
	font-weight: normal;
	font-size: 14px;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 778px;
	margin: 0 auto;
	padding: 20px 0;
}

/* Content */

#content {
	float: left;
	width: 494px;
}

.post {
	padding-bottom: 20px;
}

.post .title {
	margin: 0;
	padding: 5px 20px;
	letter-spacing: -2px;
}

.post .title a {
	text-decoration: none;
	color: #57A122;
}

.post .entry {
	padding: 10px 20px 0 20px;
}

.post .meta {
	height: 26px;
	border-top: 1px solid #3E5C0E;
	border-bottom: 2px solid #3E5C0E;
	font-size: smaller;
	font-weight: bold;
}

.post .posted {
	float: left;
	height: 16px;
	padding: 5px 20px;
}

.post .permalink, .post .comments {
	float: right;
	height: 16px;
	padding: 5px 20px;
}

.post .permalink {
}

/* Sidebar */

#sidebar {
	float: right;
	width: 260px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
}

#sidebar li ul {
	padding: 20px;
}

#sidebar li li {
	margin: 0;
}

#sidebar p {
	padding: 0 20px;
}

#sidebar h2 {
	height: 29px;
	margin: 0;
	padding: 9px 0 0 20px;
	background: #2727AA;
	border: 1px  dotted #4D7C2B;
/*	text-transform:lowercase; */
	font-size: 1.4em;
	font-weight: normal;
	color: #FFFFFF;
}

/* Search */

#search form {
	padding: 20px;
}

#search br {
	display: none;
}

#search #s {
	width: 135px;
}

/* Footer */

#footer {
	clear: both;
	padding: 10px 0;
	font-size: smaller;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
        color:white;
}

li.menuitem
{
  color: #ffffee;
  text-decoration: underline;
}

p.color_red
{
  color: red;  
}

p.color_green
{
  color: green;
  font-weight: bold;
}

span.linkonblue
{
  color: #ffffee;
  text-decoration: underline;
}
 
td.color_green
{
  color: green;
  font-weight: bold;
}

td.color_red
{
  color: red;  
  font-weight: bold;
}

td.formtext
{
font-family: Geneva,Arial,Helvetica,sans-serif;
font-size: 12px;
color: rgb(0,0,0);
text-align: left;
font-variant: normal;
font-weight: normal;
font-style: normal;
padding-left: 5px;
margin-left: 200px;
}

.mandatoryfield
{
  color: red;
  font-family: Geneva,Arial,Helvetica,sans-serif;
font-size: 12px;
text-align: left;
font-variant: normal;
font-weight: normal;
font-style: normal;
}