/* universal */


h1, form {
padding: 0px;
margin: 0px;
}

#header img {
border: 0;
}

body {
font: normal 70%/1.5em verdana, sans-serif;
background: #e0e0e0;
color: #000;
margin: 0;
padding: 0;
}

a {
color: #0f55cf;
}

a:hover {
color: #3d81f7;
}

h2 {
font-size: 1.4em;
padding: .75em 0 .25em;
font-weight: bold;
display: block;
color: #000;
}

h3 {
font: bold 1.5em arial, helvetica, sans-serif;
margin: 0 0 .5em 0;
}

h3 span {
font-size: .8em;
}

ul {
list-style: disc outside;
padding-left: 15px;
list-style-type: none;
}

ul li {
padding: 0 0 .5em;
line-height: 1.1em;
}

.entry-content ul, .entry-content ol {
padding: 0 0 .75em 30px;
}

a, a:link, a:visited, a:hover, a:active {
text-decoration: underline;
}

fieldset, abbr {
border: 0;
}

table {
font-size: 1em;
}

/* forms */
div.form-container {
margin: 0;
}
.hidden {
display: none;
}
p.legend {
margin-bottom: 1em;
}
p.legend em {
color: #C00;
font-style: normal;
}
form p {
margin: 0;
}
form p.note {
padding-left: 100px;
font-size: 1em;
color: #333;
}

form fieldset ul li p {
    padding-left: 100px;
    font-size: 1em;
    color: #333;
}

form .error {
background:#ffc url(../images/alert-error.gif) top left no-repeat;
border:1px #cc9 solid;
clear:both;
color:#933;
font-weight:bold;
margin:0 0 1em 0;
padding:5px 5px 5px 25px;
}

.error label, .error span.label {
color: #C00 !important;
}
.error input, .error textarea {
border-color: #C00 !important;
background-color: #FFEFF0 !important;
}


form fieldset {
clear: both;
margin: 0 0 10px 0;
padding: 0;
border: 0;
}

form legend {
padding: 1.5em 0 .5em;
font-size: 1.1em;
font-weight: bold;
color: #000;
}
label, span.label {
clear: left;
padding-right: 10px;
width: 90px;
display: block;
float: left;
text-align: right;
font-weight: bold;
}
div.input {
display: block;
}

select {
margin-bottom: 2px;
}
select option {
padding: 0 7px 0 2px;
}
textarea {
display: block;
padding: 2px;
margin-left: 100px;
}
div.controlset div label, div.controlset div input {
display: inline !important;
float: none;
cursor: pointer ;
}
div.controlset div input.float {
float: left;
margin-right: 3px;
display: block !important;
}

div.controlset input {
width: auto !important;
background: none;
}
div.controlset div {
margin-left: 100px;
padding: 0
}
div.nolabel div {
margin-left: 0;
}

div.controlset div label {
padding: 0;
font-weight: normal;
}
div.nolabel div label {
font-weight:bold;
}

div.buttonrow {
margin-left: 100px;
}

div.clear {
clear: both;
padding-bottom: .5em;
}

/* structure */

#container {
width: 1004px;
padding: 0;
margin: 0 auto;
text-align: left;
background: #fff url(../images/page_bg.gif) 0 0 repeat-y;
}

/* header */

#header {
padding: 0;
margin: 0;
}

/* signin */

#signinout {
margin-top: -2.7em;
float: right;
}

#signinout a {
color: #575757;
}

/* navigation */

#navigation {
background: #D9D973;
margin: 4px 0 0;
}

#navigation h4 {
display: none;
}

#navigation ul {
padding-left: 0;
list-style: none outside;
}

#navigation ul li {
padding: 0 5px 0 0;
display: block;
float: left;
line-height: 1.6em;
}

#navigation ul li a {
display: block;
color: #6d6c33;
font-size: 1.1em;
padding: 4px 8px;
font-weight: bold;
}

#navigation ul li a.focus {
background: #ACAC46;
color: #fff;
}

#navigation ul li a:hover {
background: #ACAC46;
color: #fff;
font-weight: bold;
text-decoration: none;
}


/* main */

#content {
 float: left;
width: 700px;
margin: 0 0 5px 30px;
padding: 1px 12px 1px 1px;
overflow: hidden;
}

#content-wide {
width: 900px;
float: left;
padding-right: 20px;
}

#secondary {
float: left;
margin: 0;
padding: 1px 0 0 0;
width: 250px;
overflow: hidden;
}

#branding {
padding: 0 0 0 10px;
margin: 0;
}

/* search */

#search {
margin: 60px 6px 0 6px;
padding: 0;
}

form#search label {
display: none;
}

#search form .term {
padding: 1px 2px;
}

.search-results .news-entry{
padding: 5px 0 2em 0;
}

#q {
font: normal 1em arial, helvetica, sans-serif;
padding: 2px 1px;
margin: 0 5px 0 0;
width: 150px;
border: 1px solid #5f82af;
}

/* ads */

.ad {
padding-bottom: 20px;
}

/* content */

h1.module-title  {
font-size: 1.6em;
font-weight: bold;
display: inline;
color: #575757;
}

.module-title {
font-size: 1em;
font-weight: bold;
display: inline;
color: #575757;
}

#content .module {
margin-bottom: 3em;
}

#content .last {
margin-bottom: 0;
}

.module-contents {
/*margin-top: 3px; */
/*border-top: 1px dotted #575757; */
/*border-bottom: 1px dotted #575757; */
/*padding: 10px 0 8px; */
}

.module-contents h6 {
font-size:1em;
font-weight: bold;
padding: 5px 10px 5px 10px;
}

.module-column {
float: left;
width: 49.8%;
}

.first-column ul{
padding-right: 20px;
}

#secondary .module {
padding: 0 0 20px;
}

#secondary .module-contents {

}

#secondary ul li {
padding: 0 0 .5em;
}

.media-list-entry {
float: left;
width: 290px;
height: 250px;
padding: 5px 8px 1em 0;
}

/* news entry */
.news-entry {
clear: both;
padding: 5px 0 1em 0;
border-bottom: #CCCCCC solid 1px;
margin-bottom: 10px;
}

#content h2.entry-title {
font: bold 2em georgia, times, "times new roman", serif;
margin: 0;
display: block;
color: #0f55cf;
padding-top: 0;
}

h2.entry-title a, h2.entry-title a:link, h2.entry-title a:visited {
color: #0f55cf;
}
h2.entry-title a:active, h2.entry-title a:hover {
text-decoration: underline;
color: #3d81f7;
}

#content-wide h2.media-title {
padding: .3em 0 0;
font-family: Helvetica, Arial;
font-size: 1.3em;
font-weight: bold;
line-height: 1;
display: block;
color: #000;
}

h2.media-title a, h2.media-title a:link, h2.media-title a:visited {
color: #000;
}
h2.media-title a:active, h2.media-title a:hover {
text-decoration: underline;
}

h3.entry-deck {
font-size: 1em;
font-weight: bold;
padding: 0 0 .2em !important;
}

.web-archives .entry-content {
padding-top: 0;
}

.web-item .entry-content, .news-item .entry-content {
padding-bottom: .5em;
}

.media-160h img {
padding: 8px;
max-width: 240px;
}

/* pagination */

.pagination {
display: inline;
color: #575757;
}

.pagination-bottom {
padding-top: 2px;
display: block;
}

.entry-content {
margin-top: 10px;
}

.entry-meta {
clear: both;
text-align: right;
padding: 2px;
margin: 6px 0;
}

.entry-content p {
padding-top: 0;
margin-top: 0;
}

.pagination-display{
display: inline;
padding-left: 7px;
border-left: 1px solid #575757;
margin-left: 5px;
}

.pagination-links {
float: right;
display: inline;
margin-top: -1.4em;
}

.pagination-bottom .pagination-links {
margin-top: 0;
}

.pagination-links span {
display: block;
float: left;
}
.pagination-links span a, .pagination-links span strong{
display: block;
padding: 0px 3px;
text-decoration: none;
}

.pagination-links span a:hover, .pagination-links span a:active{
background: #225c85;
color: #fff;
text-decoration: none;
}


/* comments */

#comments-list {
margin: 20px 0 0;
}

#comments-list .module-contents, #comments-add .module-contents {
padding-bottom: 0;
}

#add-comment {
float: right;
margin-top: -1.4em;
font-weight: bold;
}


.disclaimer {
font-weight: bold;
padding: .25em 0 .5em;
color: #575757;
}

.comment, .comment-preview {
border-top: 1px dotted #575757;
padding: 12px 0;
position: relative;
min-height: 52px;
}

.unconfirmed {
min-height:90px;
}

.reply2, .reply3, .reply4, .reply5, .reply6, .reply7, .reply8, .reply9 {
background:url(../images/comment-reply-arrow.gif) 0 11px no-repeat;
padding:10px 0 10px 20px;
}
.reply2 {
margin-left:20px;
}
.reply3 {
margin-left:40px;
}
.reply4 {
margin-left:60px;
}
.reply5 {
margin-left:80px;
}
.reply6 {
margin-left:100px;
}
.reply7 {
margin-left:120px;
}
.reply8 {
margin-left:140px;
}
.reply9 {
margin-left:160px;
}

a.comment-reply {
display:block;
font-size:0.9em;
font-weight:bold;
position:absolute;
right:0;
top:10px;
}

a.usericon, img.anonymous {
display:block;
float:left;
margin:0 10px 0 0;
}

a.usericon img {
border:1px #ccc solid;
}

a.usericon:hover img {
border:1px #069 solid;
}

.comment h6, .comment-preview h6 {
color:#666;
font-size:1em;
font-weight:normal;
margin:0 0 5px 60px;
padding: 0 !important;
}

.comment h6 strong, .comment-preview h6 strong {
color:#111;
}

.comment p, .comment-preview p {
color:#333;
line-height:1.4;
margin:0 3em 1em 60px;
}

.unconfirmed h6, .unconfirmed h6 strong, .unconfirmed p {
color:#999;
}

.comment p.notice, .notice {
background: url(../images/alert-notice.gif) center left no-repeat;
border: 1px #cc9 solid;
clear: both;
color: #663;
font-weight: bold;
margin: 0 0 1em 0;
padding: 5px 5px 5px 20px;
}

/* comment form */

#comments-add {
clear:left;
margin-top: 20px;
}

#cancel-reply {
float: right;
margin-top: -1.5em;
display: none;
font-size: .9em;
}


/* comment tabs */

ul#comment-confirm-options {
background:url(../images/comment-confirm-bg.gif) bottom left repeat-x;
font-size:0.9em;
margin:0 0 15px 0;
padding: 0;
height: 2.1em;
}

#comment_form-user_info {float: right; display: block;}
#comment_form-user_info a {font-size: 8pt; margin:0; padding: 0}

#comment-confirm-options li {
display:block;
float:left;
padding: 0;
}
#comment-confirm-options li a {
background:#eee;
border:1px #ccc solid;
display:block;
font-weight:bold;
line-height:20px;
text-align:center;
text-decoration:none;
width:120px;
}
#comment-confirm-options li a.chosen {
background:#fff;
border-bottom:1px #fff solid;
color:#121212;
}

#comment-preview-title {
display: block;
padding: 30px 0 .25em !important;
}

#commentform #AuthorEmailInput {
clear: none !important;
float:left;
margin-right:5% !important;
width:40%;
}
#commentform #CommentsInput label,
#commentform #AuthorEmailInput label,
#commentform #AuthorPassInput label,
#commentform #AuthorNameInput label,
#commentform #AuthorNotifyInput span.label,
.forward-to-friend label {
display:block;
text-align: left;
float: none;
}

#commentform #AuthorNotifyInput div, #commentform .buttonrow  {
margin-left: 0;
}

#commentform #AuthorPassInput, #commentform #AuthorNameInput {
clear: none !important;
float:left;
width:51%;
}
#commentform textarea,
.forward-to-friend textarea {
width: 96%;
margin: 0;
}

#commentform input.text,
.forward-to-friend input.text {
border:1px solid #999999;
padding:1px 2px;
width:96%;;
}

#commentform input.text:focus, #commentform textarea:focus,
.forward-to-friend input.text:focus, .forward-to-friend textarea:focus {
border:1px #069 solid;
}
#commentform .buttonrow input,
.forward-to-friend .buttonrow input {
font-weight:bold;
}

.forward-to-friend .buttonrow {
margin: 2px 2px 10px 0px;
}

/* footer */

#footer {
background: transparent url(../images/bottom.gif) no-repeat bottom;
padding: 20px 0 6px 30px;
clear: both;
}

/* clearing */

.module-contents:after, #navigation ul:after {
content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* debug */
#debug {
border: 3px solid #000;
z-index: 1000;
display: none;
position: absolute;
left: 12px;
top: 110px;
overflow: auto;
height: 75%;
width: 95%;
padding: 1em;
background-color: #fff;
}

#debug *, #debug * * {
padding: 0;
margin: 0;
font-size: 12px;
font-family:'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
}
#debug th {
text-align: left;
font-size: 1.2em;
padding: 5px;
}
#debug td {
vertical-align: top;
white-space:pre;
border: 1px solid black;
padding: 3px;
background-color: #fefff0;
}
#debug h1, #debug h2 {
font-size: 1em;
margin: 0px;
padding: 0px;
}
#debug h2 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 1.4em;
border-bottom: 1px dotted #ccc;
margin: 0;
padding: 0;
}

p.byline {
color: #999;
margin: 0;
font-size: .9em;
}

#bloginfo {
float: right;
/*background: transparent url(../images/topright.gif) 0 0 no-repeat; */
width: 246px;
height: 100px;
padding: 0px;
margin: 0px;
margin-right: 12px;
 }

div.statstable {
margin: 5px 0 1em 0;
padding: 4px 0 5px 10px;
background: transparent url(../images/stats.gif) 0 0 repeat-y;
}

div.statstable table {
width: 100%;
}

div.statstable td {
padding: 2px;
border-bottom: 1px solid #666;
}

div.statstable td.ctr {
text-align: center;
}

div.statstable ul {
margin: 0;
padding: 0 0 6px 0;
}

div.statstable li {
list-style: none;
display: block;
line-height: 1.4em;
}

li.statsclass1, li.statsclass2 {
padding: 2px 1px;
}

/* \*/
* html #bloginfo {
width: 248px;
}
/* */


