/* CSS Document */

/*-------------Global Tags-----------------*/

body {
background: #757575 url(images/bg.png) top left repeat-x;
margin: 0px;
font-family: Calibri, Arial, Helvetica, sans-serif;
padding: 0 0 30px 0;
}

a {
border: none !important;
outline: none;
}

img {
border: none !important;
outline: none;
}

h1 {
margin: 0 0 20px 0;
padding: 0;
font-size: 20px;
font-family: Arial, Helvetica, sans-serif;
color: #000;
}

h3 {
color: #444;
font-size: 20px;
padding: 0px;
margin: 0 0 5px 0;
}

p {
padding: 0;
margin-bottom: 20px;
color: #444;
font-size: 16px;
}

ul {
margin-top: 25px;
}

#login input {
width: 250px;
height: 20px;
color: #444;
border: 1px solid #6f8790;
margin: 0 0 10px 0 !important;
padding: 3px 5px 5px 5px;
font-size: 16px;
font-family: "Trebuchet MS", sans-serif;
background: #fff url(images/input_bg.gif) right top no-repeat;
}

#login input:focus {
border: 1px solid #000;
background: #fff;
}

form {
padding: 0;
margin: 0;
}

input {
width: 360px;
height: 20px;
color: #444;
border: 1px solid #ccc;
margin: 0 0 10px 0;
padding: 3px 5px 5px 5px;
font-size: 16px;
font-family: "Trebuchet MS", sans-serif;
background: #fff;
}

input:focus {
border: 1px solid #000;
background: #fff;
}

textarea {
width: 760px;
height: 100px;
margin: 0px;
padding: 5px;
border: 1px solid #ccc;
overflow: auto;
font-family: "Trebuchet MS", sans-serif; 
color: #444;
font-size: 16px;
background: #fff;
background-position: center;
}

textarea:focus {
border: 1px solid #000;
background: #fff;
}

/*-------------Special-----------------*/

.droplink {
display: block;
height: 20px;
padding: 5px 10px 5px 10px;
background: #444 url(images/droplink_bg.jpg) bottom left repeat-x;
color: #fff;
margin-bottom: 5px;
text-decoration: none;
}

.title{
font-size: 12px;
}

/*-------------Navigation-----------------*/

#nav {
float: left;
width: 510px;
height: 64px;
padding: 50px 0 0 70px;
}

#nav a {
font-size: 12px;
color: #fff;
text-decoration: none;
display: block;
float: left;
font-family: arial, sans-serif;
padding: 0 10px 49px 10px;
margin-right: 8px;
}

#nav a:hover {
background: url(images/nav_bg.jpg) bottom left repeat-x;
}

#adminNav {
width: 760px;
padding: 0 30px 0 10px;
height: 34px;
border-bottom: 1px solid #ccc;
margin-bottom: 20px;
}

#adminNav a {
display: block;
float: left;
margin: 0 10px 0 0;
padding: 10px 13px 10px 13px;
background: #ececec;
font-size: 12px;
color: #000;
outline: none;
text-decoration: none;
}

#adminNav a:hover {
background: #ccc;
text-decoration: none;
}

/*-------------Layout Divs--------------*/

#wrapper {
width: 1000px;
position: relative;
margin: 0 auto;
}

#header {
width: 920px;
height: 114px;
padding: 0 0 0 80px;
background: url(images/header.png) top left no-repeat;
}

#logo {
float: left;
width: 276px;
height: 88px;
}

#content {
width: 801px;
min-height: 350px;
background: url(images/content_bg.png) top left no-repeat;
padding: 32px 100px 25px 99px;
}

* html #content {height: 350px;}  /* IE min-height hack */

#homeImage {
width: 800px;
margin-bottom: 25px;
}

#text {
width: 800px;
text-align: justify;
}

#footer {
width: 1000px;
height: 30px;
background: url(images/footer.png) top left no-repeat;
font-size: 12px;
color: #ededed;
padding: 27px 0 0 0;
text-align: center;
}

#clear{
clear: both;
height: 1px;
font-size: 1px;
}

#login {
width: 366px;
height: 201px;
background: url(images/login_bg.jpg) top left no-repeat;
position: relative;
margin: 0px auto;
padding: 30px;
}

#post {
padding: 20px 20px 0 20px;
background: #f5f5f5;
margin: 0 0 20px 0;
border: 1px solid #e5e5e5;
}

#edit {
float: right;
width: 131px;
height: 24px;
margin-top: -10px;
padding: 0;
border: 0;
right: 120px;
position: absolute;
}

#adminPost {
width: 765px;
margin: 0 0 20px 0;
border: 1px solid #F2F2F2;
padding: 15px 15px 0 15px;
background: #faf8f8;
font-size: 13px;
}