/* ***************************************************************
* Orca Blog v1.3a
*  A compact blogging system which fits into almost any layout
* Copyright (C) 2004 GreyWyvern
*
* This program may be distributed under the terms of the GPL
*   - http://www.gnu.org/licenses/gpl.txt
* 
* See the readme.txt file for installation instructions.
*************************************************************** */

/* ***** Main ************************************************* */
#ob_main {
  text-align:left;
  margin-top:10px;
}
#ob_main input, select {
  font-size:90%;
  vertical-align:middle;
}
.ob_form {
  margin:0px;
}
#ob_welcome {
  padding:0px 5%;
}

/* ***** Global Classes *************************************** */
.ob_toppost {
  list-style-type:none;
  margin-top:10px;
  margin-left:1em;
  padding-left:0px;
}

.ob_msgtext {
  padding:5px;
}
.ob_msgtext a {}
.ob_msgtext blockquote {
  background-color:#dddddd;
  margin:5px;
  padding:3px;
  border:2px solid #aaaaaa;
}
.ob_msgtext blockquote h5 {
  margin:0px 0px 5px 0px;
}
.ob_msgtext blockquote div {}
.ob_msgtext code {
  white-space:normal;
  display:block;
  margin:10px 5px;
  padding:5px;
  border:2px solid #808080;
  background-color:#eeeeee;
}
.ob_msgtext em {}
.ob_msgtext img {}
.ob_msgtext strong {}

.ob_author {}
.ob_subject {
  font-weight:bold;
}
.ob_email {
  font-style:italic;
}
.ob_avatar {
  margin:1px 0px;
}
.ob_date {
  font-size:80%;
  font-style:italic;
}
.ob_new {
  color:#ff2222;
  background-color:transparent;
}

.ob_replies {
  font-size:90%;
}
.ob_replies a {
  font-size:90%;
  white-space:nowrap;
}

.ob_expand {
  font-weight:bold;
  cursor:pointer;
  cursor:hand;
}

/* ***** Control Panel **************************************** */
#ob_controls {
  border:1px outset #999999;
  margin:0px auto;
  font-size:80%;
}
#ob_controls tr td {
  vertical-align:top;
}
#ob_controls tr td.ob_cleft {
  padding-right:5px;
  text-align:left;
}
#ob_controls tr td.ob_cright {
  padding-left:5px;
  text-align:right;
}
#ob_controls tr td input, select {
  font-size:inherit;
  vertical-align:middle;
}

/* ***** Error/Success/Search Messages ************************ */
#ob_error {
  margin-top:5px;
  text-align:center;
  color:#dd0000;
  background-color:transparent;
  font-weight:bold;
}
#ob_success {
  margin-top:5px;
  text-align:center;
  font-weight:bold;
}
#ob_search {
  margin:5px 20% 0px 20%;
  text-align:center;
  background-color:#dddddd;
  padding:3px;
  border:2px solid #aaaaaa;
}

#ob_browsing {
  padding:5px 15% 0px 15%;
  font-size:80%;
  text-align:left;
}

/* ***** Full Message ***************************************** */
#ob_msgtable {
  font-size:100%;
  margin:5px 2%;
}
#ob_msgtable th {
  border-top:2px solid #000000;
  text-align:left;
  color:#000000;
  background-color:#dddddd;
}
#ob_msgcolumn {
  text-align:left;
  vertical-align:top;
  font-size:80%;
  width:90px;
  padding:5px;
  color:#000000;
  background-color:#eeeeee;
  border-right:1px solid #999999;
  border-bottom:1px solid #999999;
  border-top:1px solid #999999;
}
#ob_msgtext {
  text-align:left;
  vertical-align:top;
  padding:10px;
  width:90%;
  border-bottom:1px solid #999999;
  border-top:1px solid #999999;
}
#ob_msgfooter {
  background-color:#eeeeee;
  font-size:80%;
  border-bottom:2px solid #000000;
}

/* ***** Front Page Blog Entries ****************************** */
.ob_frontpg {
  margin:0px;
  padding:0px;
  list-style-type:none;
}
.ob_frontpg li {
  margin:10px 0px 0px 0px;
  padding:4px 0px 0px 0px;
  border-top:2px solid #bbbbbb;
}
.ob_frontpg li ul li {
  margin:0px;
  border-top:0px none transparent;
}
.ob_frontpg li h2 {
  display:inline;
  margin:0px;
}
.ob_frontpg li .ob_date {
  text-align:right;
}
.ob_frontpg li .ob_msgtext {
}
.ob_frontpg li .ob_avatar {
  float:right;
  margin:0px 0px 0px 5px;
}
.ob_frontpg li .ob_replies {
  text-align:right;
}
.ob_frontpg li .ob_replies a {
  float:left;
}

/* ***** Thread List ****************************************** */
#ob_mainlist {
  text-align:left;
  margin:0px auto 15px auto;
}

.ob_tpc {
  border-top:2px solid #bbbbbb;
}
.ob_tpc .ob_replies {
  font-size:75%;
}

.ob_tpx .ob_date {
  display:block;
  float:right;
}
.ob_tpx .ob_msgtext {
  font-size:90%;
  margin:0px 0px 10px 0px;
  border-top:1px solid #000000;
}

.ob_sublist {
  font-size:90%;
  margin-left:1em;
  padding-left:0px;
  list-style-type:none;
}
.ob_sublist ul {
  margin:3px 0px 0px 15px;
  padding-left:0px;
  list-style-type:none;
}

/* ***** Footer Items ***************************************** */
#ob_timekeeper {
  font-size:70%;
  text-align:right;
}

#ob_pagination {
  margin:0px 15% 10px 15%;
  font-size:90%;
  text-align:center;
}
#ob_pagin_prev {
  float:left;
  text-align:right;
  white-space:nowrap;
  width:15%;
}
#ob_pagin_page {
  margin:0px auto;
  width:60%;
  text-align:center;
}
#ob_pagin_next {
  float:right;
  text-align:left;
  white-space:nowrap;
  width:15%;
}

/* ***** Post/Reply Form ************************************** */
#ob_postform {
  margin:0px;
  text-align:center;
}
#ob_postform table {
  margin:0px auto;
  border:1px solid #999999;
  font-size:90%;
}
#ob_postform table thead tr th {
  background-color:#aaaaaa;
  color:#ffffff;
  text-align:left;
}
#ob_postform table tbody tr td {
  border-top:1px solid #999999;
  text-align:left;
  vertical-align:top;
  white-space:nowrap;
}
#ob_postform table tbody tr td button {
  font-size:85%;
  display:inline;
}
#ob_postform table tbody tr td textarea {
  font-family:Arial,sans-serif;
  font-size:95%;
}
#ob_postform table tbody tr td#ob_subrow {
  text-align:center;
}
