#top {
text-align: left;
background-color: #FFA500;
padding: 0;
margin: 0;
top: 0px;
width: 100%;
border-bottom: 1px solid #A0A0A0;
}

#top h1 {
font-family: Georgia, Verdana, sans-serif;
font-size: 1.4em;
padding: 10px 0px 5px 10px;
margin: 0;
}

#top a {
text-decoration: none;
color: black;
}

body {
	font-family: "Lucida Grande", sans-serif;
	font-size: 0.81em;
	padding: 0;
	margin: 0;
	background-image: url(/images/orders.png);
	background-repeat: no-repeat;
	background-position: top left;
}

#container {
padding-right: 2ex;
}

#sidebar {
padding-left: 2ex;
}

#messages {
cursor: pointer;
position: fixed;
top: 28%;
left: 30%;
width: 35%;
z-index: 10001;
font-weight: bold;
font-size: 12pt;
}
#messages li {
text-align: center;
vertical-align: middle;
border: 1px solid #23571D;
margin: 10px 10px 10px 10px;
padding-top: 10px;
padding-bottom: 10px;
-moz-border-radius-bottomleft: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
color: #FFFFFF;
background: #FF0000;
}

#messages .success {
color: #FFFFFF;
background: #22FF22;
}

#messages .invalid {
color: #FFFFFF;
background: #FF2222;
}

#messages .notice {
color: #FF5555;
background: #2222FF;
}

.commenttable {
margin: 7px;
border: 1px dotted #C0C0C0;
}

#content h4
{
  font-size: 1.2em;
  padding-bottom: 0.175em;
  margin-bottom: 0.9em;
  margin-top: 0.95em;
}

#content .post
{
position: relative;
margin: 10px 0 30px 0;
clear: both;
}

#content .post h3
{
position: relative;
          font-size: 1.7em;
          padding-bottom: 1.15em;
}
#content .post h3 a {
  text-decoration: none;
}

#content .post ul.post_info
{
list-style: none;
position: absolute;
top: 2.1em;
font-size: 0.9em;
padding-bottom: 3px;
}
#content .post ul.post_info li
{
background-position: 0em 0.0em;
background-repeat: no-repeat;
display: inline;
padding-left: 18px;
padding-bottom: 10px;
}
#content .post ul.post_info li.date
{
background-image: url('/images/n5.gif');
}
#content .post ul.post_info li.category
{
background-image: url('/images/category.gif');
}
#content .post ul.post_info li.edit
{
background-image: url('/images/pencil.gif');
}

#content .post ul.post_info li.comments
{
background-image: url('/images/n6b.gif');
margin-left: 1.1em;
}

.abouteye {
font-size: 18px;
text-transform: none;
}

#content ul
{
margin-bottom: 1.0em;
}

#content
{
position: relative;
width: 80%;
margin: 0 auto;
padding-top: 0.2em;
margin-bottom: 0.0em;
margin-left: 0.9em;
}

#sidebar h4
{
border-bottom: dotted 2px #614141;
position: relative;
margin-top: 9px;
padding-top: 4px;
}
#content h3
{
border-bottom: dotted 2px #614141;
position: relative;
margin-top: 0px;
padding-top: 0px;
}

#content h3
{
  font-size: 2.1em;
  padding-bottom: 0.1em;
  margin-bottom: 0.8em;
}

img {
padding: 3px;
margin: 5px;
}
img.clearB {
clear: both;
       margin-right: 1.5em;
       margin-bottom: 1.5em;
       margin-top: 0.5em;
}
img.floatTL {
float: left;
       margin-right: 1.5em;
       margin-bottom: 1.5em;
       margin-top: 0.5em;
}
img.floatTR {
float: right;
       margin-right: 1.5em;
       margin-bottom: 1.5em;
       margin-top: 0.5em;
}
#tooltip{
position: absolute;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
.userdata {
padding: 3px;
margin: 5px;
}
.userdata tr td {
padding: 5px;
}
.campphotos {
padding: 0px;
margin: 0px;
}
#footer {
clear: both;
height: 25px;
        min-height: 25px;
padding: 30px 0 0 0;
         margin-bottom: 10px;
         text-align: center;
width: 100%;
}

html>body #footer {
height: auto;
}
#sidebar li {
	margin-bottom: 6px;
	border-bottom: solid #000000 1px;
}
