
body {
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: trebuchet ms, verdana, sans-serif;
    font-size: 100%;
    line-height: 1.5em;
}

h1 { 
    font: 160% trebuchet ms;
    letter-spacing: -1px; 
    margin-top: 10px; 
    margin-bottom: 10px; 
    color: #179;
}

#title_bar {
    clear: both;
    border: 1px solid #c7c7c7;
    background: #eeffee;
    color: #1f9;
    width: 815px;
    text-align: center;
    padding: 3px 0 0 0;
    margin: 0 auto 0 auto;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
}

#header {
    background: #fff;
    margin: 0px auto 0px auto;
    border-bottom: 1px solid #778;
}

input {
    border: 1px solid #777;
    background: dce2da;
}

#user_content {
  width: 150px;
  margin: 0 0 10px 0;
}

fieldset {    
    background: #e9e9e9;
    border: 1px solid #c7c7c7;
}

legend {
    padding: 0 10px 0 10px;
    border: 1px solid #c7c7c7;
    background: #fff;
}

#content .box table {
    padding: 0;
    margin: 0;
    background: #eee;
    width: 100%;
}

#content .box table td {
    padding: 0 4px 0 4px;
    margin: 0;
    border: 0;
}

#content .box table tr {
    background: #b9c5b4;
}

#content .box table tr + tr {
    background: #fff;
}

#footer {
    font: normal 12px/20px sans-serif;
    text-align: center;
    padding: 10px;
    margin: 0px auto ;
    width: 815px;
}

#float_right {
    float: right;
}

#float_left {
    float: left;
}

#right {
    text-align: right;
}


#page {
    background: #fff;
    width: 815px;
    margin: 0 auto;
    padding: 0px 0px 0px 0px;
    border: 1px solid #c7c7c7;
    border-top: 0;
}


#content {
    background: #fff;
    margin: 0px 0px 0px 0px;
    padding: 10px 10px 10px 10px;
    font: normal 12px/20px sans-serif;
    /* border-right: 1px dotted #99d; */
}

#nav {
    background: #eee;
    margin: 0px auto 0px auto;
    padding: 0px;
    width: 817px;
}

#nav ul {
    background: #fff;
    list-style: none;
    border: 0;
    margin: 0 0 0 0 ;
    padding: 0;
}

#nav ul li {
    display: block;
    float: left;
    text-align: center;
    padding: 0;
    margin: 0;
    border-left: 1px solid #99d;
}

#nav ul li + li {
    border-left: none;
    display: block;
    float: left;
    text-align: center;
    padding: 0;
    margin: 0;
}
#nav ul li a {
    background: #fff;
    border-bottom: 1px solid #99d;
    border-right: 1px solid #99d;
    border-left: none;
    padding: 0 8px 0 8px;
    margin: 0 0 0px 0;
    color: #9a9a9a;
    text-decoration: none;
    display: block;
    text-align: center;
    font: normal 12px/20px sans-serif;
}

#nav ul li a:hover {
    color: #000;
    background: #bbe;
}

#nav a:active {
    background: #c60;
    color: #fff;
}

#nav li strong a {
    background: #bbf;
    font-weight: bold;
    color: #000;
}

.lowtech {
    visibility: hidden;
}


div.tag a {
    color: #333;
    background-color: transparent;
    text-decoration: none;
}
div.tag a:active {
    color: #ddd;
    background-color: transparent;
    text-decoration: none;
}
div.tag a:hover {
    color: blue;
    background-color: transparent;
    text-decoration: none;
}

/* real-user check */
#comment, #comment-label { display: none; }

/* sociable */

div .sociable { margin: 3em 0; }

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}

.sociable span { display: block; }
.sociable ul { display: inline; }
.sociable li {
	background: none;
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 2px;
}
.sociable ul li:before { content: ""; }
.sociable img { border: 0; }

