/*
 Copyright (c) 2010 Ottomato
 Version: 1.02
 Last Revision: 9 June, 2010
 www.ottomato.com
 */

body {
    font-family: Arial;
    font-size: 16px;
    color: #589417;
    background-color: #c6c3ac;
    margin: 0;
}

#container {
    width: 960px;
    background-color: #f8f6ed;
    margin: 0 auto;
}

#header {
    background-color: #7ebf39;
    text-align: center;
}

#admin_nav {
	padding: 0 5px;
	color: #000000;
	background: #ff7000;
}

#admin_nav a{
	padding: 0 5px;
	color: #000000;
	border-right: solid 1px #000000;
}

#admin_nav p {
	margin: 0;
}

.login {
	float: right;
}

.login a {
	border-left: solid 1px #000000;
}

#content {
    float: right;
    width: 780px;
    min-height: 610px;
    padding: 10px 20px;
	background-image: url('../images/deco.png');
    background-repeat: no-repeat;
    background-position: bottom right;
}

#nav_sidebar {
    float: left;
    width: 100px;
    min-height: 610px;
    padding: 10px 20px;
    background-image: url('../images/link_bg.png');
    background-repeat: no-repeat;
}

#nav {
    width: 110px;
    list-style: none;
    font-weight: 700;
    padding: 0;
    border-top: 1px solid #ffffff;
}

#nav li a {
    text-decoration: none;
    padding: 4px 0;
    border-bottom: 1px solid #ffffff;
    display: block;
}

#nav a:hover {
    background-color: #7ebf39;
    color: #f4f0ed;
}

#nav a:active {
    background-color: #7ebf39;
    color: #f4f0ed;
}

#nav_active {
    background-color: #7ebf39;
    color: #f4f0ed;
}

#footer {
    font-size: 12px;
    color: #f4f0ed;
    background-color: #7ebf39;
    padding: 2px;
    text-align: center;
    clear: both;
}

.side_photo {
    float: right;
    padding: 0 0 10px 0;
}

.info_box {
    float: right;
    color: #f4f0ed;
    width: 200px;
    min-height: 100px;
    padding: 10px 5px 10px 10px;
    margin: 10px 25px 40px 40px;
	background-color: #7ebf39;
    clear: right;
}

.error_message {
	color: red;
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin: 12px 0;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

h4 {
    font-size: 16px;
    text-transform: uppercase;
}

h5 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

h6 {
    font-size: 14px;
    text-transform: uppercase;
}

p {
    line-height: 1.5;
}

a {
    color: #589417;
}

a:visited {
    color: #589417;
}

a:hover {
    color: #000000;
}

a:active {
    color: #000000;
}

th {
	text-align: left;
}

td {
	padding:0 10px 0 0;
}

textarea {
	width: 400px;
	height: 400px;
}

