body {
margin: 0;
padding: 0;
/* background: #3d4ca7 url('background.png') repeat-x; */
font-family: Georgia, serif;
font-size:  12px;
color: black;
}

a {
color: black;
}

#login {
display:  none;
background: #ffc;
color: white;
width: 255px;
height: 62px;
position: absolute;
top: 15px;
left: 440px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: 1px solid #c93;
}
#login form {
width: 100%;
height: 100%;
border-width: 0;
}
#login input {
position: absolute;
top: 5px;
left: 5px;
width: 116px;
height: 18px;
padding: 1px;
border-width: 0;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border: 1px solid #ec8;
}
#login #logpass {
left: 130px;
}
#login .submit {
width: 70px;
top: 32px;
left: 180px;
height: 25px;
background: black;
color: white;
border-width: 0px;
}
.fieldhint {
color: gray;
}
#login .passlink {
display: block;
position: absolute;
top: 38px;
left: 7px;
font-size: 11px;
font-style: italic;
color: black;
}


#header, #content, #footer {
width: 800px;
margin: 0 auto;
}

#header { 
position: relative;
height: 90px;
}
#header h1 {
position: absolute;
width: 242px;
height: 97px;
background: url('header2.png');
margin: 0;
top: 2px;
left: 20px;
}
#header h1 a {
position: absolute;
text-indent: -5000px;
width: 195px;
height: 60px;
top: 20px;
left: 50px;
}
#header p {
position: absolute;
top: 15px;
right: 30px;
width: 131px;
height: 41px;
}
#header p a {
top: 5px;
left: 5px;
width: 120px;
height: 30px;
position: absolute;
text-indent: -5000px;
}
#b-login {
left: 484px;
background: url('login.png');
}
#b-register {
background: url('register.png');
}
#b-profile {
left: 484px;
background: url('profile.png');
}
#b-logout {
background: url('logout.png');
}


form dl {
position: relative;
width: 300px;
padding-left: 30px;
float: left;
}
form dt {
clear: both;
float:left;
width: 250px;
padding: 4px 0 2px 0;
text-align: left;
font-family: Verdana;
font-size: 10px;
}
form dd {
clear: both;
float: left;
width: 250px;
margin: 0 0 8px 0;
padding-left: 6px;
position: relative;
}
form input {
width: 100%;
height: 23px;
padding-left: 5px;
border: 1px solid black;
background: url(listed-bg.gif) repeat-x;
}
form textarea {
width: 100%;
height: 70px;
}
form .submit {
width: 250px;
border-top: 2px solid #ccc;
border-left: 2px solid #ccc;
border-bottom: 2px solid #444;
border-right: 2px solid #444;
background: #999;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
.hint {
position: absolute;
width: 200px;
border: 1px solid #c93;
padding: 10px 12px;
background-color: #ffc;
right: -250px;
top: -5px;
z-index: 10;
font-size: 11px;
display: none;
color: black;
}
.hint .hint-pointer {
position: absolute;
left: -10px;
top: 5px;
width: 10px;
height: 19px;
background: url(pointer.gif) left top no-repeat;
}


#nav {
height: 41px;
width: 100%;
margin: 21px auto 0;
background: url(bar.gif) repeat-x;
}
#nav ul {
list-style-type: none;
padding: 0px;
margin: 0;
width:  800px;
margin: auto;
position: relative;
}
#nav li {
display: block;
float: left;
padding: 0px 10px 0 10px;
height: 35px;
margin: 0;
}
#nav li a {
line-height: 41px;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-weight: bold;
font-size: 14px;
text-decoration: none;
color: white;
letter-spacing: 1px;
}


#maincontent {
float: left;
width: 580px;
border-right: 1px dotted #cce;
padding-right: 10px;
}

#sidebar {
float: right;
width: 200px;
margin-top: 30px;
font-size: 13px;
}
#sidebar h3 {
clear: both;
margin: 15px 0 5px;
font-family: Helvetica, Arial, sans-serif;
font-size: 14px;
}
#sidebar ul {
padding-left: 10px;
margin: 0;
}
#sidebar li {
list-style-type: none;
line-height: 18px;
}
#sidebar ul li:before {
content: "\00BB \0020";
}
#sidebar li a {
text-decoration: none;
}
#sidebar li a:hover {
padding-left: 2px;
}

h2 {
margin: 30px 0 5px 0;
text-align: center;
letter-spacing: 1px;
font-family: Helvetica, Arial, sans-serif;
font-size: 20px;
font-weight: bold;
}
h2 a {
text-decoration: none;
}

#footer {
clear: both;
margin: 60px auto 0;
font-size: 10px;
text-align: center;
color: #999;
}
#footer a {
color: #999;
}

img.preview {
float: left;
margin-right: 10px;
border: 1px solid black;
}

.comments {
margin: 20px 0;
}
.comment {
padding: 5px 7px 5px 5px;
border: 1px solid #ccc;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
position: relative;
margin: 10px 0;
background: url(listed-bg.gif) repeat-x;
}
.comment img {
margin: 10px;
}
.comment p, .comment textarea {
position: absolute;
left: 100px;
top: 10px;
width: 680px;
margin: 0;
}
.comment .commenttext, .comment textarea {
top: 30px;
min-height: 60px;
height: 60px;
}
.comment form label {
display: block;
position: absolute;
top: 10px;
left: 100px;
}
.comment form .submit {
display: block;
position: absolute;
top: 30px;
right: 10px;
background: none;
border: 1px solid gray;
color: black;
width: 100px;
height: 60px;
}
.comment form textarea {
width: 575px;
}

.listedsite {
padding: 5px 7px 5px 45px;
border: 1px solid #ccc;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
margin: 10px 0 15px;
font-size: 12px;
position: relative;
min-height: 60px;
background: url(listed-bg.gif) repeat-x;
}
.listedsite h3 {
font-family: Helvetica, Arial, sans-serif;
font-weight: bold;
margin: 0;
font-size: 14px;
}
.listedsite h3 a {
text-decoration: none;
}
.listedsite p {
margin: 5px 0;
font-size: 14px;
}
.listedsite .url, .listedsite .categories {
font-weight: normal;
font-size: 11px;
margin: 0;
color: #3d4ca7;
}
.listedsite .categories a {
text-transform: capitalize;
color: #3d4ca7;
text-decoration: none;
}
.listedsite .count {
position: absolute;
left: 8px;
top: 10px;
margin: 0;
font-family: Helvetica, Arial, sans-serif;
font-weight: bold;
font-size: 14px;
background: url(star.png) no-repeat;
background-position: top right;
height: 16px;
width: 27px;
}
.listedsite .count.comments {
top: 36px;
background: url(comments.png) no-repeat;
background-position: top right;
}

.singlesite {
padding: 5px 7px 5px 45px;
border: 1px solid #ccc;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
margin: 10px 0 15px;
font-size: 12px;
position: relative;
min-height: 60px;
background: url(listed-bg.gif) repeat-x;
}
.singlesite h2 {
text-align: left;
}

#sidebar .total {
padding-left: 18px;
margin: 0 8px 15px 0;
float: left;
height: 16px;
background: url(comments2.png) no-repeat;
background-position: top left;
font-family: Helvetica, Arial, sans-serif;
font-weight: bold;
font-size: 14px;
}
#sidebar .total.users {
background: url(user.png) no-repeat;
background-position: top left;
}
#sidebar .total.thumbs {
background: url(star.png) no-repeat;
background-position: top left;
}

.asmContainer {
}
.asmSelect {
display: inline; 
}
.asmOptionDisabled {
color: #999; 
}
.asmHighlight {
padding: 0;
margin: 0 0 0 1em;
}
.asmList {
margin: 0.25em 0 1em 0; 
position: relative;
display: block;
padding-left: 0; 
list-style: none;
}
.asmListItem {
position: relative; 
margin-left: 0;
padding-left: 0;
list-style: none;
background: #ddd;
border: 1px solid #bbb; 
width: 100%; 
margin: 0 0 -1px 0; 
line-height: 1em;
font-size: 12px;
color: black;
}
.asmListItem:hover {
background-color: #e5e5e5;
}
.asmListItemLabel {
padding: 5px; 
display: block;
}
.asmListSortable .asmListItemLabel {
cursor: move; 
}
.asmListItemRemove {
position: absolute;
right: 0; 
top: 0;
padding: 5px;
color: black; 
}

#search input {
height: 16px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
position: absolute;
right: 80px;
width: 120px;
top: 10px;
}
#search .submit {
width: 35px;
right: 35px;
height: 20px;
}

.post {
padding: 5px 7px 5px 45px;
border: 1px solid #ccc;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
margin: 10px 0 15px;
font-size: 13px;
position: relative;
min-height: 60px;
background: url(listed-bg.gif) repeat-x;
}



.alignleft {
float: left;
}
.wp-caption-text {
font-style: italic;
font-size: 12px;
}
.postmetadata {
clear: both;
}
