@charset "utf-8";
/* psychcrime.org main CSS file */

body {
  margin: 3pt;
  font-family: Arial, Helvetica, sans-serif;
}

h1 { margin: 10pt 0 0 0; }
h2 { font-size: 14pt; }

p { margin: 1em 0 0 0; }

#img_float_right {
  float: right;
  margin-left: 8pt;
  margin-bottom: 4pt;
}
#img_float_left {
  float: left;
  margin-right: 8pt;
  margin-bottom: 4pt;
}
#link_no_line { text-decoration: none; }
.link_no_decoration { text-decoration: none; }
.cell_padded { padding: 3pt; }

#capletter {
  font-size: 20pt;
  font-weight: bold;
}

.alert {
  color: #fff;
  background-color: #e00;
  font-weight: bold;
  text-align: center;
  padding: 1em;
  margin: 1em 0;
  -moz-border-radius: 5px;
}

.fakelink {
  text-decoration: underline;
  color: #0000ff;
  cursor: pointer;
}
.bg_color_alt_0 { background-color: #eee; }
.bg_color_alt_1 { background-color: #ddd; }

.header {
  /*border: 1px solid black;*/
  /*background: url('/images/earth_bw_990x100.jpg') no-repeat;*/
  /*background: url('/images/psychcrime_banner_earth_990x100_rc.jpg') top left no-repeat;*/
  /*background: url('/images/psychcrime_banner_earth_lighter_990x100.jpg') top left no-repeat;*/
  width: 990px;
  height: 100px;
  text-align: center;
  vertical-align: middle;
}
.header #title {
  color: #ff0000;
  font-size: 42pt;
  font-weight: bold;
  font-family: "Times New Roman", Times, serif;
  font-variant: small-caps;
}
.header #subtitle {
  color: #ff0000;
  font-size: 16pt;
  font-variant: small-caps;
  letter-spacing: 2pt;
}
.header #seal {
  margin-right: 2em;
}

.footer {
  margin: 3em 0 1em 0;
  font-size: smaller;
}
.footer #info { color: #666666; }

.left_sidebar {
  width: 180px;
  text-align: center;
  margin: 6pt 0 0 0;
}
.left_sidebar #menu_link {
  /*border: 1px dashed red;*/
  height: 32px;
  padding: 5pt 0 0 0;
  background: url('/images/button_2_180x32.jpg') top center no-repeat;
}
.left_sidebar #menu_link a { color: #ffffff; }

.content_td { width: 910px; }

.content {
  margin: 1em 0 0 1em;
  padding: 0;
  text-align: left;
}
.content #mainTitle {
  font-size: 20pt;
  margin-bottom: 10pt;
}
#database_link {
  border: 1px solid #00ddff;
  background-color: #9affff;
  padding: 3pt;
  width: 15em;
  text-align: center;
}
.database_button { margin: 1em 0; }

/* sidebar stuff */
.mini_contact {
  font-size: 10pt;
  line-height: 11pt;
  text-align: left;
  margin: 3em 0 0 0;
}

/*
 * database contents pages
 */

.db_search_entry td {
  background-color: #e0e0e0;
}

.db_table {
  width: 100%;
}

.db_table_header {
  background-color: #525252;
  color: #eee;
}

.db_table_contents {
  background-color: #006e68;
  color: #ffffff;
  font-size: 13px;
}

.db_table_data {
  vertical-align: top;
}

.search_settings {
  -moz-border-radius: 5px;
  color: #e6e6e3;
  margin: 0;
  width: 100%;
  border-spacing: 0 1px;
}

.search_settings_header {
  color: #f0fff0;
  background-color: #00505f;
  padding: 6pt;
  font-weight: bolder;
  text-align: center;
}

.search_settings_label {
  background-color: #00505e;
  padding: 3pt;
  text-align: right;
}

.search_settings_field {
  background-color: #00505e;
  padding: 3pt;
}

#search_submit_button {
  margin-left: 1em;
  font-weight: bold;
}

#search_results {
  margin: 0 0 2em 0;
}

.no_results_found {
  border: 1px solid #00262c;
  padding: 1em;
  color: #eee;
  background-color: #004049;
}

.references {
  font-size: smaller;
  border-top: 1px solid #999;
  margin-top: 2em;
}
.references a { text-decoration: none; }


/* News */

.filter_results {
  border: 3px solid #ebebeb;
  -moz-border-radius: 5px;
  background-color: #ebebeb;
}

.filter_results_controls {
  background-color: #e9e9e9;
  padding: 2pt 3pt;
  text-align: right;
  /*margin: 0 0 1em;*/
}

.filter_results_inner {
  background-color: #f8f8f8;
  padding: 1pt 1pt 0;
  background-color: #ebebeb;
}

.item_admin {
  border-bottom: 1px solid #a8a8ff;
  padding: 1pt 2pt 4pt;
  margin: 3pt 0 0;
  min-height: 28pt;
  clear: right;
}
.news_item_admin { margin: 0 0 1em 0; }
.news_item_admin #links {
  float: right;
  width: 6em;
  margin: 0 0 0 1em;
}

.item_admin #bold { font-weight: bold; }
.item_admin #faint { font-weight: normal; color: #a0a0a0; }

.item_admin #links {
  float: right;
  text-align: right;
  margin-left: 1em;
}


/*
 * homepage dynamic content
 */

#latest_x {
  float: right;
  width: 15em;
  -moz-border-radius: 6px;
  background-color: #00505f;
  padding: 6pt; margin: 0 0 1em 1em;
  font-size: 10pt;
  clear: right;
}
.latest_x_inner {
  -moz-border-radius: 4px;
  background-color: #30606f;
  padding: 4pt;
  color: #fff;
}
.latest_x_inner a {
  color: #fff;
  text-decoration: none;
}
.latest_x_inner a:hover {
  color: #fff;
  text-decoration: underline;
}
.latest_x_inner #preview_item {
  margin-bottom: 7pt;
  line-height: 12pt;
}

#newsletter_signup {
  -moz-border-radius: 6px;
  background-color: #00505f;
  padding: 6pt; margin: 0 0 1em 1em;
  float: right; clear: right;
  font-size: 10pt;
  width: 15em;
  text-align: center;
}
#newsletter_signup_inner {
  -moz-border-radius: 4px;
  background-color: #30606f;
  padding: 4pt;
  color: #fff;
}

.bottom_news_links {
  float: right;
  text-align: right;
}

.news_comments {
  /*border: 1px dashed red;*/
  /*line-height: 2em;*/
  margin-top: 1em;
}
.news_comments .title {
  font-size: larger;
  font-weight: bolder;
  color: #999;
  margin: 5pt 0 1em;
}
.news_comments #new_comment_header {
  margin: 2em 0 0 0;
}
#comment {
  margin: 4pt 0 6pt;
  font-size: 11pt;
}

#no_comments {
  /*border: 1px dashed blue;*/
}

.field_name {
  float: left;
  width: 6em;
  clear: both;
}
.field_value {
  /*clear: both;*/
}

#error_message { color: #e00; }

.embeded_comments_outer {
  border: 0px dashed blue;
  margin: 1em; padding: 1em 0 0 0;
  border-top: 1px solid #666;
}

