/* admin styles */

/* messages */
.message {
  background-color: #FFEC03;
  border: 1px solid #FF7006;
  color: #A21A1A;
  padding: 0.2em 0.8em 0.15em 34px;
  background: url("http://www.robert.krimmer.at/static/icon_message_24.gif") 2px -1px no-repeat #FFEC03;
  margin: 1em 0;
}

div.admin ul li {
  list-style: none;
  background: url("http://www.robert.krimmer.at/static/bg_listicon16.gif") 0 0px no-repeat;
  padding: 0 0 5px 22px;
}

div.admin ul {
  margin: 0 0 1em 0;
  padding: 0;
}

.listItem ul.taskList li {
  background: url("http://www.robert.krimmer.at/static/bg_listicon16_simple.gif") 0 2px no-repeat;
}

.listNavigation {
  margin-top: 1.5em;
  border-bottom: 1px solid #9bb3bc;
  padding-bottom: 2px;
  padding-left: 7px;
}

.listNavigation span {
  color: #9bb3bc;
}

.listNavigation a.active {
  font-weight: bold;
}

div.admin small,
div.admin .small {
  font-size: 0.8em;
  color: #000000;
}

/* lists */

div.pageNav {
  margin: 5px 0 13px 0;
}

div.pageNavSummary {
  /* float: left; */
}

div.pageNavBar {
  /* float: right; */
  text-align: right;
}

span.pageNavItem,
span.pageNavSelItem  {
  margin-left: 3px;
  margin-right: 3px;
}

table.listItem td.leftCol {
  width: 70%;
  vertical-align: top;
}

table.listItem td.rightCol {
  width: 30%;
  vertical-align: top;
}


/* forms */

div.admin fieldset {
  -moz-border-radius: .8em;
  border: 1px solid #9bb3bc;
  padding: 5px;
}

div.admin fieldset legend {
  font-weight: bold;
  font-size: 1em;
  left: 1em;
  padding: 0 0.6em;
  color: #000000;
}

div.admin fieldset.formList {
  padding: 0 1em 0 1.5em;
}

div.admin .formList p {
  border-bottom: 1px solid #000000;
  margin-top: 0.5em;
  padding-bottom: 0.8em;
}

div.admin label {
  font-size: 1em;
  font-weight: bold;
  color: #000000;
}

.formText {
  width: 95%;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  font-weight: normal;
}

.formWide {
  width: 90%;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  font-weight: normal;
}

div.admin .intend {
  display: block;
  margin-left: 1.8em;
}

p.buttons {
  margin-top:3em;
  text-align: right;
  clear: both;
}

p.buttons input {
  padding: 0 1em;
  text-align: center;
}


* { margin: 0;
    padding: 0;
}

body {
  background-color: #d8e3e6;
  font-family : Verdana, Helvetica, Arial, sans-serif;
  color: #000000;
  font-size: 100.01%;
  text-align: center;
}

ul {list-style: none; }

a {
  color: #a63300;
  text-decoration: none;
  font-weight: normal;
}

a:hover {
  color: #a63300;
  text-decoration: underline;
}

a:visited {
  color: #a63300;
}

img {
  border: 0;
}

.hidden {
  display: none;
}

input, textarea, select {
  font-family : Verdana, Helvetica, Arial, sans-serif;
  color: #000000;
  font-size: 13px;
}

/* WRAPPER */

#wrapper {
  margin: 0 auto;
  width: 695px;
  overflow: hidden;
  background: #9bb3bc url("http://www.robert.krimmer.at/static/rkrimmer/layouts/rkrimmer/wrapper_bg.gif") 0 0 repeat-y;
  text-align: left;
}

/* form input classes */

.formTitle {
   width: 340px;
   font-family: Verdana, Helvetica, Arial, sans-serif;
   font-size: 1.3em;
   font-weight: bold;
}

.formText {
  width: 340px;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
}

.formWide {
  width: 90%;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
}

/* search */

.searchbox { 
  font-size: 1.2em;
  border: 0;
  background: #fff;
}  

input.searchbutton { 
  background: transparent;
  padding: 0 3px 2px 3px;
  border: 0;
  font-size: 1em;
}

/* header */

#header { 
  margin: 0 17px 0 18px;
  vertical-align: bottom;
  background: url("http://www.robert.krimmer.at/static/rkrimmer/layouts/rkrimmer/header.jpg") 0 0 no-repeat;
}

#header h1 {
  padding-top: 196px;
}

.menu {width: 200px;
  float: right;
  margin: 125px 20px 0 0;
  background: #62818e;
  color: #fff;
  font-size: 0.8em;
  text-transform: uppercase;
  line-height: 1.3em;
}

.menu a { color: #fff;
  text-decoration: none;
}

.menu li { padding: 2px 5px 2px 5px;}

.menu li:hover { background: #33525f; }

/* PAGEBODY */

#pagebody {
  margin: 32px 0 0 0;
  overflow: hidden;
}

/* messages */

.message {
  background-color: #FFEC03;
  border: 1px solid #FF7006;
  color: #A21A1A;
  padding: 0.2em 0.8em 0.15em 34px;
  background: url("http://www.robert.krimmer.at/static/icon_message_24.gif") 2px -1px no-repeat #FFEC03;
  margin: 1em 0;
}

/* CONTENT */

#content {
  line-height: 1.3em;
  width: 440px;
  float: left;
  font-size: 0.8em;
  overflow: hidden;
}

#content p {
  margin: 0 0 0.75em 0;
}

#inner {
  padding: 0 30px 5px 30px;
  margin: 0 0 0 40px;
  background: #fff;
}

#content .searchbox, #content input.searchbutton {
  border: 1px solid #9bb3bc;
  height: 20px;
}

.tagline {
  background: #d8e3e6;
  padding: 3px 30px 3px 30px;
  margin: 0 -30px 30px -30px;
  font-size: 0.7em;
}

/* topic headline */

h2 { 
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 1em;
}

/* story */

.story {
}

.left {
  margin-right: 10px;
}

.right {
  margin-left: 10px;
}

h3 {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  color: #000000;
  font-size: 1.3em;
  margin: 0px 0px 15px 0px;
}

h3 a { 
  color: #000;
  text-decoration: none;
  font-weight: bold;
}

.storyLinks {
  padding-top: 5px;
  margin: 0 0 50px 0;
  border-top: 2px solid #d8e3e6;
  font-size: .8em;
}

.storyLinksRight {
  width: 50%;
  float: right;
  text-align: right;
}

.storyDate {
  text-align: right;
  padding-bottom: 5px;
  margin: 0 0 9px 0;
  border-bottom: 2px solid #d8e3e6;
  font-size: .7em;
}

/* SIDEBAR */

#sidebar {
  width: 235px;
  float: right;
  overflow: hidden;
}

/* sidebar(s) */

.sidebar div,
.sidebar p {
  color: #666666;
  margin: 0 0 7px 0;
}

.sidebarItem, .sidebarItemSearch {
  background: #d8e3e6;
  line-height: 1.1em;
  color: #000000;
  margin: 0px 35px 12px 0px;
  overflow: hidden;
}

.sidebarItem h4, .sidebarItemSearch h4 {
  font-size: 0.8em;
  padding: 5px 5px 5px 8px;
  text-transform: uppercase;
  background: #829118;
  font-weight: normal;
  color: #fff;
}

.sidebarItemSearch h4 {
  background: #df6809;
}

h4.archive { background: #984a8c; }

h4.history { background: #a63300; }

#sidebar02 .sidebarItem h4 { background: #6d7ac9; }

#sidebar02 .sidebarItem h4 img { display: none; }

.sidebarItemBody {
  font-size: 0.7em;
  padding: 10px 20px 10px 20px;
}

.sidebarItemBodyArchive {
  padding: 12px; 
  text-align: center;
  font-size: 0.7em;
}

.sidebarItemBody a { color: #000; }

.sidebarItem ul {

}

.sidebarItem ul li {

}

/* calendar */

table.calender td, {
  white-space: nowrap;
}

.calSelDay, .calSelDay td, .calSelDay a { 
  color: #a63300;
  font-weight: bold;
  border: 1px solid #a63300;
}

.calSelDay a {border: none; }


/* poll */

.pollResultsBar {
   margin-right: 10px;
   background-color: #a63300;
   font-size: 0px;
   height: 10px;
}

.buttons {
   display: inline;
}


/* comments */

div.reply {
  margin: 0px 0px 20px 20px;
}


div.comments {
  margin: 0px 0px 10px 0px;
}

.commentLinks {
  padding-top: 5px;
  margin: 0 0 15px 0;
  border-top: 2px solid #d8e3e6;
  font-size: .8em;
}