/* admin styles */

/* messages */
.message {
  background-color: #FFEC03;
  border: 1px solid #FF7006;
  color: #A21A1A;
  padding: 0.2em 0.8em 0.15em 34px;
  background: url("http://blogs.post.at/goetz-bloggt/static/icon_message_24.gif") 2px -1px no-repeat #FFEC03;
  margin: 1em 0;
}

div.admin ul li {
  list-style: none;
  background: url("http://blogs.post.at/goetz-bloggt/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://blogs.post.at/goetz-bloggt/static/bg_listicon16_simple.gif") 0 2px no-repeat;
}

.listNavigation {
  margin-top: 1.5em;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 2px;
  padding-left: 7px;
}

.listNavigation span {
  color: #cccccc;
}

.listNavigation a.active {
  font-weight: bold;
}

div.admin small, div.admin .small, .addComment small, .addComment .small   {
  font-size:1em;  
  line-height: 1.55em;
  color: #666666;
}

/* lists */

div.pageNav {
  margin: 5px 0 13px 0;
  width: 100%;
  overflow: hidden;
}

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 {
  border: 1px solid #cccccc;
  padding: 10px;
}

div.admin fieldset legend {
  font-weight: bold;
  font-size: 1em;
  left: 1em;
  padding: 0 0.6em;
  color: #333333;
}

div.admin fieldset.formList {
  padding: 0 1em 0 1.5em;
}

div.admin .formList p {
  border-bottom: 1px solid #333333;
  margin-top: 0.5em;
  padding-bottom: 0.8em;
}

div.admin .formTitle {
  font-size: 1.6923em;
  padding: 1px;
  color: #333333;
  width: 550px;
}

div.admin  .formText {
  line-height: 1.55em;
  color: #333333;
  width: 550px;
  height: 350px;
}

div.admin .intend {
  display: block;
  margin-left: 1.8em;
}

p.buttons {
  text-align: right;
}

p.buttons input {
  text-align: center;
}


* {
  margin: 0;
  padding: 0;
}

body {
  background: #fbe800;
  font-family: Helvetica, Arial, sans-serif;
  text-align: center;
  color: black;
}

body * {
  font-size: 100.01%;
}

a {
  color: black;
}

a:hover {
  text-decoration: none;
}

p {
  margin:  0 0 1em 0;
}

#modNiceUrlsHint {
  margin:  0 0 2em 0;
}

li {
  list-style: none;
}

img, fieldset {
  border: 0;
}

input, select, textarea {
  color: black;
  font-size: 13px;
  vertical-align: middle;
}

label {
  vertical-align: middle;
}

.content-wrapper {
  width: 100%;
  overflow: hidden;
}

.left {
  float: left;
}

.right {
  float: right;
}

.small {
  font-size: 0.8181em;
}

#sidebar .small {
  font-size: 0.8181em;
}

#wrapper {
  width: 780px;
  overflow: hidden;
  margin: 0 auto;
  text-align: left;
  font-size: 0.85em;
  line-height: 1.55em;
}

/* HEADER */

#header {
  width: 100%;
  overflow: hidden;
  height: 70px;
  background: url(http://blogs.post.at/goetz-bloggt/static/goetzbloggt/layouts/goetzbloggt/header_bg.jpg) 0px 20px no-repeat;
}

#header .left {
  padding: 28px 0 0 24px;
}

#header .right {
   padding: 28px 24px 0 0;
}

/* PAGEBODY */

#pagebody {
  width: 100%;
  overflow: hidden;
  padding: 0 0 4em 0;
}

#content {
  width: 610px;
  overflow: hidden;
  float: left;
  background: #FFF url(http://blogs.post.at/goetz-bloggt/static/goetzbloggt/layouts/goetzbloggt/content-bg-borders.gif) repeat-y;
  backround: 
}

#content-inner {
  width: 556px;
  overflow: hidden;
  padding: 20px 27px 0 27px;
  background: url(http://blogs.post.at/goetz-bloggt/static/goetzbloggt/layouts/goetzbloggt/content-bg-top.jpg) top left no-repeat;
}

#sidebar {
  width: 150px;
  float: right;
  padding: 10px 2px 0 0;
  font-size: 0.8181em;
  line-height: 1.5em;
}

/* CONTENT */

#content h2 {
  line-height: normal !important;
  font-size: 1.1818em;
  margin: 0 0 1em 0;
}

#content h2.tag span {
  font-size: 1.2222em;
}

/* story */

div.searchview {
  margin: 1.5em 0 0 0;
}

div.story {
  width: 100%;
  overflow: hidden;
  margin: 0 0 2.5em 0;
}

div.story h3 {
  font-size: 1.75em;
  line-height: normal !important;
  padding: 0.2em 0 0.3em 0;
  margin: 0 0 0 0;
  background: url(http://blogs.post.at/goetz-bloggt/static/goetzbloggt/layouts/goetzbloggt/line_horizontal_149.gif) bottom left repeat-x;
}

div.story h3 a {
  text-decoration: none;
}

div.story h3 a:hover {
  text-decoration: underline !important;
}

div.story .storyContent {
  width: 100%;
  overflow: hidden;
  margin: 0 0 1.25em 0;
}

div.story .storyContent img {
  margin: 5px 0 5px 0;
}

div.story .storyContent li {
  padding: 0px;
  margin:0.25em 1.5em;
  list-style-type:disc;
}

div.story .storyContent img.left {
  float: left;
  margin: 5px 10px 5px 0;
}

div.story .storyContent img.right {
  float: right;
  margin: 5px 0 5px 10px;
}

div.story .storyLinks {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  font-size: 0.8181em;
  padding: 4px 0 0 0;
}

div.story .storyTagsContainer {
  background: url(http://blogs.post.at/goetz-bloggt/static/goetzbloggt/layouts/goetzbloggt/line_horizontal_149.gif) top left repeat-x;
}

div.story .storyLinksTop {
  margin-bottom: 20px;
}

div.story .storyLinks .storyTags a {
  margin: 0 3px 0 3px;
}

div.story .storyLinks p {
  margin: 0 !important;
}

/* comments */

.comment-wrapper {
  width: 100%;
  overflow: hidden;
  padding: 10px 0 0 0;
  margin: 0 0 2.5em 0;
  background: url("http://blogs.post.at/goetz-bloggt/static/pixel.gif") 0 0 no-repeat;
}

.comment-wrapper-inner {
  padding: 0 0 10px 0;
  width: 100%;
  overflow: hidden;
  background: url("http://blogs.post.at/goetz-bloggt/static/pixel.gif") left bottom no-repeat;
}

.comment-wrapper-inner h2 {
  margin: 9px 16px 0.8em 16px !important;
  padding-bottom: 0.8em;
  background: url(http://blogs.post.at/goetz-bloggt/static/goetzbloggt/layouts/goetzbloggt/line_horizontal_149.gif) bottom left repeat-x;
}

.comments {
  padding: 0 16px 0 16px;
  line-height: 1.3em;
}

.comments-inner {
  padding: 19px 0 0 0;
}

.comments-inner div {
  font-size: 0.8181em;
  font-style:italic;
}

.comments-inner div div {
  font-size: 1em;
}

.comments .reply {
  margin: 0 0 0 45px;
}

.comments .commentLinks {
  padding: 3px 0 10px 0;
  margin: 0 0 12px 0 !important;
  font-size: 0.8181em;
  background: url(http://blogs.post.at/goetz-bloggt/static/goetzbloggt/layouts/goetzbloggt/line_horizontal_149.gif) bottom left repeat-x;
}

/* addComment, modContact */

.addComment, .modContact {
  padding: 0 16px 15px 16px;
}

.addComment input, .modContact input{
  padding: 1px 0 1px 0;
}

.addComment .formText, .modContact textarea.textarea {
  padding: 1px !important;
  line-height: 1.4em;
  width: 515px;
  height: 120px;
}

.addComment .modJCaptcha, .modContact .modJCaptcha {
  border-top: 1px solid #cccccc;
  padding: 12px 0 0 0;
}

.addComment p.buttons, .modContact p.buttons {
  margin: 0 !important;
}

#comment-form p {
  font-size:0.8181em;
}

#cancelButton img {
  position: relative;
  top: 7px;
}

/* SIDEBAR */

#sidebar .sidebarItem {
  margin: 0 0 2.75em 0;
  padding-bottom: 10px;
  background: url(http://blogs.post.at/goetz-bloggt/static/goetzbloggt/layouts/goetzbloggt/line_horizontal_149.gif) bottom left no-repeat;
}

#sidebar ul.indikatoren {
 margin-bottom:10px;
}
#sidebar ul.indikatoren img {
 border:1px solid #FFF;
}

#sidebar dl.indikatoren {
  margin-bottom:2em;
}
#sidebar dl.indikatoren dd {
  background-image:url(http://blogs.post.at/goetz-bloggt/static/goetzbloggt/layouts/goetzbloggt/PostCounter-Bar-bg.jpg);
  background-repeat:no-repeat;
  background-position:0px 0px;
  border:1px solid #FFFFFF;
  margin-bottom:0.75em;
  padding:2px 2px 2px 2px;
}
#sidebar dl.indikatoren span {
  background-image:url(http://blogs.post.at/goetz-bloggt/static/goetzbloggt/layouts/goetzbloggt/PostCounter-Bar-Value.jpg);
  background-repeat:no-repeat;
  background-position:0px 0px;
  display:block;
  font-weight:bold;
  font-style:italic;
  padding:4px 4px 2px 0px;
  text-align:right;
}

#sidebar li {
  background: url("http://blogs.post.at/goetz-bloggt/static/pixel.gif") 1px 7px no-repeat;
  padding: 0 0 0 14px;
}

#sidebar p.about {
  margin: 0 0 1em 0;
}

#sidebar a.feed {
  background: url("http://blogs.post.at/goetz-bloggt/static/pixel.gif") 0 0 no-repeat;
  padding: 0 0 0 22px;
}

#sidebar .sidebarItem h4 {
  line-height: normal !important;
  font-size: 1.1818em;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  font-style: italic;
}

/* tagcloud */

#sidebar a.tagsize01 { font-size: 1em; font-weight: normal; line-height: 225%; margin: 0 4px 0 0; }
#sidebar a.tagsize02 { font-size: 1.0833em; font-weight: normal; line-height: 210%; margin: 0 4px 0 0; }
#sidebar a.tagsize03 { font-size: 1.1667em; font-weight: normal; line-height: 195%; margin: 0 4px 0 0; }
#sidebar a.tagsize04 { font-size: 1.25em; font-weight: normal; line-height: 180%; margin: 0 4px 0 0; }
#sidebar a.tagsize05 { font-size: 1.3333em; font-weight: normal; line-height: 165%; margin: 0 4px 0 0; }
#sidebar a.tagsize06 { font-size: 1.4167em; font-weight: normal; line-height: 150%; margin: 0 4px 0 0; }
#sidebar a.tagsize07 { font-size: 1.5em; font-weight: normal; line-height: 135%; margin: 0 4px 0 0; }
#sidebar a.tagsize08 { font-size: 1.5833em; font-weight: normal; line-height: 120%; margin: 0 4px 0 0; }

/* historyItem */

#sidebar .historyItem span {
  line-height: 1.25em;
}

#sidebar .historyItem span span {
  font-size: 1em;
}

/* search */

#sidebar .sidebarItemSearch {
  margin: 3.25em 0 3.5em 0;
}

#sidebar .sidebarItemSearch p {
  margin: 0;
}

#sidebar input.searchbox {
  padding: 1px 0 1px 0;
  margin: 0 0 0.75em 0;
  width: 120px;
}

#about-image {
   padding: 0 0 5px 0;
}

#rss-icon {
  position: relative;
  top: 3px;
}

#sidebar li {
   margin: 0 0 0 0;
   padding: 1px 0 1px 0;
}

#search-button {
  position: relative;
  top: -5px;
}

/* FOOTER */

#footer {
  overflow: hidden;
  padding: 0 3px 0 3px;
  background: url(http://blogs.post.at/goetz-bloggt/static/goetzbloggt/layouts/goetzbloggt/footer-bg.jpg) bottom left no-repeat;
}

#footer-inner {
  margin: 0px 0px 0px 0px;
  background: url(http://blogs.post.at/goetz-bloggt/static/goetzbloggt/layouts/goetzbloggt/line_horizontal_149.gif) top left repeat-x;
  color: #979797;
  padding: 10px 27px 10px 27px;
  font-size: 0.8181em;
}

#footer a {
  color: #979797;
}

#footer p {
  margin: 0;
}
