/* This the stylesheet for the staff area */
/* It is intended to be supplemental to sblog.css*/

#header {background: #000; height: 65px;}

.categorylist {}

.categorylist ul {list-style-type: none; margin: 0; padding: 0;}

.categorylist h2 {font-size: 16px; margin:0; padding: 6px; border-bottom: 1px solid #000;}

.userlist {margin: 0 0 3em 10px;}

.userlist .listing {border: 1px solid #000; width: 100%;}

.userlist .listing table tr td{padding: 3px 5px;}

#container {background: #fff;}

#pagecontent {padding: 10px; min-height: 300px; border-top: 8px solid #2B2B2B;}

.userlist.left{float: left; width: 35%;}

.userlist.right {float: right; width: 60%;}

.comment {padding: .5em 1em .5em 1em;}

.comment {font-size: 12px;}

.comment {padding: .5em .5em 1em .5em;}



textarea {width: 97%; }

label, input, textarea, submit, select {margin-bottom: 5px; border: 1px solid #666; background: #ccc; font-family: verdana, arial, helvetica, sans-serif; font-size:12px; }
 
textarea, input {padding: 3px 5px; font-size: 12px;}

body {width: 97%!important; margin: 0 auto; padding: 0;}


#left85 {
	float: left;
    margin-left: 25px;
}

#menu {
	float: left;
}


#menu ul{
padding: 0;
margin: 0;

}

#menu ul li{
list-style: none;
width: 100%; 

}

#menu ul li a{
padding: 4px 0.5em;
text-decoration: none;
color: black;
background-color: #ccc;
border-bottom:1px dotted #888;
display: list-item;
width: 130px;

}

#menu ul li a:hover{
background-color: #888; 
}

submit:hover{
background-color: #888; 
}

table tr td {padding: 5px 7px;}

.photo-list {
	border-bottom: 1px solid #ccc; 
	margin-bottom: 10px; 
	padding-bottom: 5px;
}