
p.whiteline {
    margin-top: 0em;
    margin-bottom: 1em;
}

p.break {
    margin-top: 0em;
    margin-bottom: 0em;
}

img {
   behavior: url("http://bluecher.agunlimited.at/index.php?/plugin/pngbehavior.htc");
}
.serendipity_karmaVoting {
    text-align: center;
    margin: 0px;
}


.serendipity_karmaError {
    color: #FF8000;
}
.serendipity_karmaSuccess {
   color: #990033;
}
.serendipity_karmaVoting_links,
.serendipity_karmaVoting_links a:hover,
.serendipity_karmaVoting_current-rating {
    background: url(http://bluecher.agunlimited.at/plugins/serendipity_event_karma/img/stars-def-yellow-red-md.png) left;
    font-size: 0;
}
.serendipity_karmaVoting_links {
    position: relative;
    width: 100px;
    height: 20px;
    overflow: hidden;
    list-style: none;
    margin: 10px auto;
    padding: 0px;
    background-position: left top;     
    text-align: center;
}
.serendipity_karmaVoting_links li {
   display: inline; 
}
.serendipity_karmaVoting_links a ,
.serendipity_karmaVoting_current-rating {
    position:absolute;
    top: 0px;
    left: 0px;
    text-indent: -9000em;
    height: 20px;
    line-height: 20px;
    outline: none;
    overflow: hidden;
    border: none;
}
.serendipity_karmaVoting_links a:hover {
    background-position: left bottom;
}
.serendipity_karmaVoting_links a.serendipity_karmaVoting_link1 {
    width: 20%;
    z-index: 6;
}
.serendipity_karmaVoting_links a.serendipity_karmaVoting_link2 {
    width: 40%;
    z-index: 5;
}
.serendipity_karmaVoting_links a.serendipity_karmaVoting_link3 {
    width: 60%;
    z-index: 4;
}
.serendipity_karmaVoting_links a.serendipity_karmaVoting_link4 {
    width: 80%;
    z-index: 3;
}
.serendipity_karmaVoting_links a.serendipity_karmaVoting_link5 {
  width: 100%;
    z-index: 2;
}
.serendipity_karmaVoting_links .serendipity_karmaVoting_current-rating {
    z-index: 1;
    background-position: left center;
}
.serendipityAuthorProfile {
    border: 1px solid #909090;
    width: 300px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
}

.serendipityAuthorProfile dt {
    margin-top: 5px;
    font-weight: bold;
}

.serendipityAuthorProfile dd {
    margin-bottom: 5px;
}
.serendipity_authorpic {
    float: right;
    margin: 5px;
    border: 0px;
    display: block;
}

.serendipity_commentcount {
    float: right;
}

      .serendipity_findmore {
        margin: 5px auto 5px auto;
        padding: 5px;
        text-align: center;
      }

      .serendipity_findmore img {
        border: 0px;
      }

      .serendipity_diggcount {
          float: left;
      }
/* templates/default/style_fallback.css  */
/* This is the templates/default/style_fallback.css file.
   It emits CSS rules that all templates should have.
   Classes are declared on top of the file, so if you
   want to make changes in your own template, you
   should override the rules on the bottom of your
   style.css template. 
   IT IS NOT ADVISED TO CREATE YOUR OWN style_fallback.css FILE! */

/* Default image classes for left/right/usual layout */
.serendipity_image_center {
  border: 0px;
  padding-left: 5px;
  padding-right: 5px;
}

.serendipity_image_left {
  float: left;
  border: 0px;
  padding-left: 5px;
  padding-right: 5px;
}

.serendipity_image_right {
  float: right;
  border: 0px;
  padding-left: 5px;
  padding-right: 5px;
}

/* Default listing without spacers */
.plainList {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

/* Messages: Centered, important, notice */
.serendipity_center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.serendipity_msg_important {
    color: red;
}

.serendipity_msg_notice {
    color: green;
}

/* Embedded images with comments inside the s9y image manager */
.serendipity_imageComment_center,
.serendipity_imageComment_left,
.serendipity_imageComment_right {
    border: 1px solid #ddd;
    background-color: #efefef;
    margin: 3px;
    padding: 3px;
    text-align: center;
}

.serendipity_imageComment_center {
    margin: auto;
}

.serendipity_imageComment_left {
    float: left;
}

.serendipity_imageComment_right {
    float: right;
}

.serendipity_imageComment_img,
.serendipity_imageComment_img img {
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.serendipity_imageComment_txt {
    border-top: 1px solid #ddd;
    margin: 0px;
    padding: 3px;
    clear: both;
    font-size: 8pt;
    text-align: center;
}

/* END OF style_fallback.css *//* templates/simpla/style.css  */
body {
	background:#fff url(templates/simpla/images/bg.png) repeat-x;
	border-top: 5px solid #333;
	color: #555;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	text-align: center;
}
#wrap-bluecher{
	margin: 0 auto;
	text-align: left;	
	width: 960px;
}
#content{
	font-size: 1.2em;
	float: left;
	width: 530px;
}
#sidebar{
	font-size: 1.1em;
	width: 200px;
}
.left {
	float: left;	
}
.right {
	float: right;	
}


#sidebar-wrap {
width: 410px;
float: right;
}
	.sidebar-middle {
	width: 440px;
	float: left;
	}
#header{
width: 940px;
padding: 20px 0 0 0;
height: 200px;
margin: 0 0 20px 0;
border-bottom: 1px solid #777;
}
#header .serendipitySideBarItem {
	margin: 0 0 0 30px;
float: left;
}
.container_serendipity_plugin_randomquotes {
	width: 300px;
	font-size:1.5em;
	padding: 20px 0 0 10px;
	text-align:right;
}
#header .logo {
	width: 260px;
	height: 160px;
	float: left;
	border: none;
}
.sidebar-top {
width: 600px;
float: right;	
}
img, img a {
border: none;	
}
#footer{
	background: #333;
	border-top: 1px solid #777;
	color: #888;
	clear: both;
	font-size: 0.9em;
	padding: 1em;
}

h1, h2, h3, h4{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0;
	color: #80002B;
}

a, a:link, a:visited, a:active {
	color: #579;
	text-decoration: none;
	outline: none;
}
a:hover{
	color: #80002B;
}
abbr {
text-align: right;
font-size: 0.7em;
font-weight:bold;
}
blockquote {
	background:#fff url(templates/simpla/images/blockquote.gif) no-repeat left top;
	margin:20px 0 20px;
	padding:20px 20px 0px 80px;
}
h2 {
margin: 10px 0 20px 0;	
}
form {
margin: 0 0 20px 0;	
}
.entrytitle h2{
	font-size: 2em;
}
.entrytitle h2 a, .entrytitle h3 a, h3 a:link, .entrytitle h3 a:visited, h3 a:visited,
.entrytitle h2, .entrytitle h3 a:hover, h3 a:hover,
h2 a, h2 a:link, h2 a:visited, h2:active
{
	color: #80002B;
}

.entrytitle h3, h3 {
	font-size: 1em;
	color: #80002B;
	font-weight:bold;
	margin: 0 0 10px 0;
}
.pagination {
clear: left;
margin: 30px 0;
width: 100%;
text-align:center;
font-size:1.5em;
}
.serendipity_entrypaging {
margin: 0 0 30px 0;	
}
.clear {
clear: left;
width: 100%;
height:20px;
}
.serendipity_karmaVoting, .serendipity_freeTag, .serendipity_freeTag_related {
	width: 100%;
margin: 0 0 20px 0;
}
/*************************************
 +Entry
 *************************************/
.entry{
	margin-bottom: 3em;
}
.entrybody {

}
.entrymeta{
	font-size: 0.9em;
		background:#fff url(templates/simpla/images/info.gif) no-repeat left top;
	padding:20px 20px 10px 50px;
}
.post {
width: 240px;
float: left;
margin: 0 25px 0 0;
}
.post-img {
width: 240px;
height: 90px;
overflow:hidden;
margin: 0 0 10px 0;
}
.postedby{
	background: #fff url(templates/simpla/images/user.gif) no-repeat;
	padding: 3px;
	padding-left: 20px;
}
.postinfo {

}
.filedto{
	background: #fff url(templates/simpla/images/post.gif) no-repeat;
	padding: 3px;
	padding-left: 20px;
}
.commentslink{
	background: #fff url(templates/simpla/images/comments.gif) no-repeat;
	padding: 3px;
	padding-left: 20px;
}

/*************************************
 +Sidebar
 *************************************/
#sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#sidebar ul li, .plugin_comment_wrap{
	border-bottom: 1px dotted #ddd;
	margin-bottom: 0.3em;
	padding: 0.3em;
}
#sidebar h3{
	color: #555;
	font-size: 1.5em;
	margin: 1em 0;
	font-weight:normal;
}
/*************************************
 +Comments
 *************************************/
.commentsblock{
}
.commentsblock textarea{
	width: 35em;
}
.commentsblock input, .commentsblock textarea{
	border: 1px solid #d1d1d1;
}
.commentsblock textarea:focus{
	background: #eee;
	border: 1px solid #a1a1a1;
}
.commentsblock textarea:focus, .commentsblock input:focus{
	background: #eee;
	border: 1px solid #a1a1a1;
}
.commentauthor{
	display: block;
	font-size: 1.5em;
}
ol.commentlist{
	color: #777;
	font-size: 0.9em;
	list-style-type: none;
	margin: 0;
	margin-top: 1.5em;
	padding: 0;
}
.commentlist li{
	margin-bottom: 0.5em;
	padding: 0.5em 1em;
}
.serendipity_comments{
	background: #f3f5e9;
	border: 1px dotted #d1d1d1;
	padding: 0.5em;
	margin-bottom: 1.5em;
}
.serendipity_comment_source {
	margin-bottom: 1.5em;
	font-style: italic;
}
h3#comments{
	font-size: 1.6em;
}
h3#trackbacks{
	font-size: 1.6em;
}
/*************************************
 Calendar
 *************************************/
.serendipity_calendar {
	text-align: center;
}
.serendipity_calendar td {
	padding: 3px;
}
.serendipity_calendarDay {	
	margin: 3px;
	border-left: 1px dotted #d1d1d1;
	border-bottom: 1px dotted #d1d1d1;
}
.LastInRow {
	border-right: 1px dotted #d1d1d1;
}
/*************************************
 Comment Form
 *************************************/
#commentform {
	
}

#serendipity_commentform_name,
#serendipity_commentform_email,
#serendipity_commentform_url{
	border: 1px solid #d1d1d1;
	width: 290px;
	margin-right: 20px;
	font-size: 1.5em;
	padding: 5px;
}
#serendipity_replyTo{
	border: 1px solid #d1d1d1;
	width: 294px;
	margin-right: 20px;
}
#serendipity_commentform_comment {
	border: 1px solid #d1d1d1;
	width: 420px;
}
#serendipity_submit, #serendipity_preview {
margin: 20px 0;
font-size: 1.5em;
}
#captcha {
	border: 1px solid #d1d1d1;
	width: 50px;
	font-size: 1.5em;
	padding: 5px;
}
#serendipityQuickSearchTermField {
	border: 1px solid #d1d1d1;
	width: 150px;
	font-size: 1.5em;
	padding 5px;
	float: left;
}
.quicksearch_submit {
	border: 1px solid #d1d1d1;
	color: #000;
	height: 20px;
}

#serendipity_comment_CommentForm dt {
    float: left;
    margin-bottom: 0.5%;
    margin-right: 1%;
}

#serendipity_comment_CommentForm dd {
    padding-left: 0em;
    margin-left: 20%;
    margin-bottom: 1%;
}

#serendipity_comment textarea {
    margin-bottom: 1%;
}

.checkbox {
    display: block;
}
.poll {
border: 1px solid #579;
font-size: 13px;
font-family:Arial, Helvetica, sans-serif;
min-height: 200px;
width: 390px;
line-height:14px;
}
.poll h3 {
margin: 10px 0 0 10px;	
}
.poll form {
padding: 10px 5px 10px 10px;

}
.pollsubmit {
margin: 10px 10px 0px 0;	
float: right;
display:block;
}
.polltitle {
margin: 0 0 5px 0;	
}
form #serendipity_poll_showform  {
margin: 0px;
padding: 0px;
}
/* FB */
.info_box_bottom {
	clear:both;
	HEIGHT: 15px;
	margin-left:5px;
	margin-right:5px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color:#FFCC33;
}
#slideshow_inner a { opacity:0.7; margin: 0 7px; }
#slideshow_inner a:hover { opacity: 1; }

.serendipity_freeTag_related, .serendipity_freeTag {
	width:95%;
	background: #f3f5e9;
	border: 1px dotted #d1d1d1;
	padding: 0.5em;
	margin-bottom: 1.5em;
}
/* plugin twitter */
#twitter_update_list {
    list-style: none;
    padding-left: 0;
}
a.twitter_update_time {
    display: block;
    padding-bottom: 5px;
}
