body {
    background: black url(../img/bg.png) center 52px no-repeat;
    background: 
        url(../img/bg.png) center 52px no-repeat fixed,
	-webkit-gradient(linear, 0 0, 0 100%, from(#000), to(#222)) 0 0 no-repeat fixed;
    background:
        url(../img/bg.png) center 52px no-repeat fixed,
	-moz-linear-gradient(#000, #222) 0 0 no-repeat fixed;
/*        -moz-linear-gradient(top, #000, #333 80%);*/
/*    background-size: 100%;*/
    font-family: 'Ubuntu', arial, serif;
}

/*
background: url(/img/acceldom.jpg) 10px 10px no-repeat;
background:
	url(/img/acceldom.jpg) 10px 10px no-repeat,
	-webkit-gradient(linear, 0 0, 0 100%, from(#EEF), to(#000)) 300px 50px no-repeat,
	-webkit-gradient(linear, 0 0, 0 100%, from(#EFE), to(#000)) 0 0 no-repeat;
background:
	url(/img/acceldom.jpg) 10px 10px no-repeat,
	-moz-linear-gradient(#EEF, rgba(0,0,0,1)) 300px 50px no-repeat,
	-moz-linear-gradient(#EFE, rgba(0,0,0,1)) 0 0 no-repeat;
*/

a, a:active, a:visited {
    color: #000000 /* #F40000*//* #FF5E99*/;
    text-decoration: none;
}
a:hover { color: #444; }


header {
/*    margin-bottom: 2em;*/
}

h1 {
    margin: 1em 0;
    text-align:center;
   -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    border:10px solid rgba(0, 0, 0, 0.3);
}

h1 a {
    color: #000 !important;
    font-family: 'Droid Sans', serif;
    font-size: 4em;
    font-style: normal;
    font-weight: 700;
    text-shadow: 6px 6px 6px #aaa;
    text-decoration: none;
    text-transform: capitalize;
/*    letter-spacing: -10px;
    word-spacing: -10px;*/
    line-height: 2em;
/*    width: 920px;*/
/*    background: url(/timthumb.php?src=http://farm5.static.flickr.com/4119/4789420327_79b4383d4c_b_d.jpg&w=920&h=163) rgba(255,255,255,0.9) 0 0 no-repeat;*/
    background-color: rgba(245, 255, 250, .9);
    display: block;
    padding-top: 1em;
}
h1 a img {
    padding-top: 0;
}

h2 a, h2 a:active, h2 a:visited {
    color: #000;
    font-size: 1.5em;
}

.smaller {
    font-size: smaller;
}

.pagetitle,
.post,
.serendipity_pageFooter,
.serendipity_entrypaging,
#feature_slider {
   -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    border:10px solid rgba(0, 0, 0, 0.3);
    margin-bottom: 1em;
}

.postcomplete,
.entrypaging,
#slider {
    background-color: rgba(245, 255, 250, .9);
/*    border:1px solid black;*/
/*    margin-bottom:2em;*/
    padding:10px;


/*    -webkit-border-top-left-radius: 5px;
    -khtml-border-top-left-radius: 5px;
    -moz-border-radius-topright: 15px;
    -moz-border-radius-bottomleft: 15px;
    -moz-border-radius-bottomright: 15px;
    border-top-left-radius: 5px;
   -webkit-border-bottom-right-radius: 5px;
    -khtml-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.6);*/
}
.postcomplete {
    background-color: #FFFFFF;
}
.post div.entry,
.feedback {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
/*    font-family: 'Droid Serif', arial, serif;*/
    font-size: 1.1em;
    line-height: 1.5em;
    margin: .5em 0;
    padding: .5em 0;
}

.post div.entry div {
    text-align: center;
}
.post div.entry p,
.post div.entry ol,
.post div.entry ul {
    margin-bottom: 1em;
    text-align: left;
}
.post div.entry ol,
.post div.entry ul {
    margin-left: 2em;
}
.post div.entry a {
    color: #F40000/* #FF5E99*/;
}
.post div.entry a:hover {
    background-color: #444;
    color: #F40000/* #FF5E99*/;
}

.post-interaction {
    
}

#serendipityQuickSearchTermField {
    border: 0;
    color: #F40000/* #FF5E99*/;
    font-family: Ubuntu, arial, serif;
    font-size: 3em;
    padding: 0 0 0.05em .42em;
    width: 100%;
}

.sidebarItem {
/*     background-color: #fff;*/
     list-style-type: none;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    border:10px solid rgba(0, 0, 0, 0.3);
    margin-bottom: 1em;
    margin-left: 20px;
    padding-left: 0 !important;
    width:280px !important;

/*   -webkit-border-top-left-radius: 5px;
    -khtml-border-top-left-radius: 5px;
    -moz-border-radius-topright: 15px;
    -moz-border-radius-bottomleft: 15px;
    -moz-border-radius-bottomright: 15px;
    border-top-left-radius: 5px;
   -webkit-border-bottom-right-radius: 5px;
    -khtml-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.6);*/

    /*Alternativ 2spaltig*/
/*    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-topright: 5px;
    -moz-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.6);
    background-color: #FFFFFF;
    float: left;
    list-style-type: none;
    margin: 0 5px 15px;
    width: 140px;*/
}
.sidebarItemContent {
    background-color: rgba(145, 155, 150, .9);
    padding: 1em;
}

ul, ol {
    margin: auto;
}

#topnav {
    background:none repeat scroll 0 0 #272727;
    clear:both;
    height:30px;
    line-height:19px;
    margin:0 auto;
    padding:10px 0 0 0;
    width: 100%;
}
#topnav a {
    color: #FFF;
}
#topnav a:hover {
    background-color: #F40000/* #FF5E99*/;
}

.start_teaser {
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    border:10px solid rgba(0, 0, 0, 0.3);
    margin-bottom: 1em;
    margin-left: 20px;
    padding-left: 0 !important;
    width:280px !important;
}
.start_teaser a {
    background-color: rgba(245, 255, 250, 0.9);
    text-decoration: none;
    font-size: 3em;
    color: rgba(0, 0, 0, 0.3);
    padding-left: .5em;
    display: block;
}

.border_bottom {
    border-bottom: 1px solid #ddd;
    margin: .5em 0;
    padding: 0 0 .5em;
}


/*** Accessibility styles ***/
#skiplinks {
    display: inline;
    height: 1px;
    overflow: hidden;
    width: 1px;
    /* Absolute positioning */
    position: absolute;
    top: -1000px;
    left: -1000px;
}

#skiplinks ul {
    list-style-type: none;
    display: inline;
    margin-left: 0;
    padding-left: 0;
}

#skiplinks ul li {
    display: inline;
    padding: 0 10px;
}

footer#footer {
    background: none repeat scroll 0 0 #272727;
    clear: both;
    height: 40px;
    line-height: 29px;
    margin: 0 auto;
    padding: 10px 0 0 10px;
}

/*** Kommentare ***/
/*.serendipity_comment_emoticate,
.serendipity_comment_s9ymarkup {
    background-color: #ECEAE9;
    display: none;
    float: right;
    margin-top: 5em;
    padding: 0.5em 1em;
    width: 240px;
}*/
.serendipity_comment {
position:relative;
	padding:15px;
	margin:1em 0 3em;
	color:#000;
	background:#ffcccc; /* default background for browsers without gradient support */

	/* css3 */
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	/* NOTE: webkit gradient implementation is not as per spec */
	background:-webkit-gradient(linear, left top, left bottom, from(#ffeeee), to(#ffcccc));
	background:-moz-linear-gradient(top, #ffeeee, #ffcccc);
	background:-o-linear-gradient(top, #ffeeee, #ffcccc);

}
/* creates the smaller  triangle */
.serendipity_comment:after {
	content:"";
	display:block; /* reduce the damage in FF3.0 */
	position:absolute;
	bottom:-15px; /* value = - border-top-width - border-bottom-width */
	left:50px; /* controls horizontal position */
	width:0;
	height:0;
	border-width:15px 15px 0; /* vary these values to change the angle of the vertex */
	border-style:solid;
	border-color:#ffcccc transparent;
}
.comment_avatar {
    -moz-border-radius: 4px 4px 4px 4px;
    background: none repeat scroll 0 0 #DDDDDD;
    border: 2px solid #ffcccc;
    color: #000000;
    float: left;
    margin-right: 1em;
}
article.even {
    margin: 0 3em 2em 0;
}
article.odd {
    margin: 0 0 2em 3em
}
.serendipity_section_commentform {
    margin-top: 1em;
}
#commentform input,
#commentform select,
#commentform textarea {
/*    border:1px solid #ddd;*/
/*    font-size:20px;*/
    width:300px;
/*    min-height:30px;*/
    display:block;
/*    margin-bottom:16px;
    margin-top:8px;*/

    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;

    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#commentform textarea {
    min-height: 100px;
    width: 600px;
}
#commentform input:not(:focus),
#commentform textarea:not(:focus) {
    opacity:0.5;
}
#commentform input.button {
    opacity:1.0;
}
#commentform input[type=checkbox] {
    display: inline;
    margin-bottom: 4px;
}
a.authorlink {
    color: #000;
}

#twitter_update_list {
/*    background-color: #f00;*/
}
.sidebarItem ul li {
    list-style-type: none;
    margin: .5em 0;
}
.plugin_comment_wrap {
    margin: .5em 0;
}

#topnav a.rss_icon,
#topnav a.rss_icon:hover {
    float:right;
    padding: 0 2.2em 0 0;
    background-color: #272727;
}

.serendipity_entrypaging_right {
    float:right;
}
span.epicon {display:none;}
.serendipity_entrypaging_left span.epicon,
.serendipity_entrypaging_right span.epicon {
    display: inline;
}

/*** SLIDER ***/
#feature_slider {
    height: 210px;
    overflow: hidden;
    width: 620px;
}
#slider {
    position: relative;
    height: 190px; /* Change this to your images height */
    width: 620px !important; /* Change this to your images width */
/*    background:url(images/loading.gif) no-repeat 50% 50%;*/
}
#slider img {
    display: none;
    left: 0px;
    position: absolute;
    top: 0px;
}
#slider a {
    border: 0;
    display: block;
}
#slider .nivo-caption {
    bottom: 20px;
    font-size: 2em;
    font-variant: small-caps;
    width: 620px;
}

/*** freetag ***/
.serendipity_freeTag {
    background: none;
    padding: 0;
    width: 75%;
}

/*** BLOCKQUOTES ***/
blockquote {
    color:#444;
    margin:0 auto 1em;
    position:relative;
    text-align: justify;
    width:80%;
}
blockquote:before {
    color:#ff0000;
    content:"\201C";
    font:80px/1 Georgia;
    left:-40px;
    position:absolute;
    top:0;
    z-index:1;
}
blockquote:after {
    bottom:-20px;
    color:#ff0000;
    content:"\201D";
    font:80px/0.25 Georgia;
    position:absolute;
    right:-40px;
    z-index:1;
}

#serendipity_sidebar_lastfm {
    list-style-type: none;
}

.post div.entry p.center,
.post div.entry div.center {
    text-align: center;
}

em {
	color: #000;
}

.nivo-caption a {
    color: #F40000;
}

div.contactform {
    background-color: #fff;
    font-size: 1.1em;
    line-height: 1.5em;
    padding: 1em;
}

/*** Override Twitter embed style ***/
/*.post div.entry div.serendipity_oembed_rich {
    margin-left:40px;
}*/
.post div.entry div.serendipity_oembed_rich .twitter-tweet-rendered {
    display: inline;
}

.spambeehidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.spicehidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.spicerevealed {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.commentspice_booplayer {
margin: 0px; padding: 0px; border: none; display: block; max-width: 100%; width: 1000px; height: 145px;
}
.commentspice_ico_boo {
	float:right;
	margin-right:0px;
	margin-left:10px;
}
.commentspice_ico {
	float:right;
	margin-right:0px;
	margin-left:10px;
}
.commentspice_description {
	background-image: url("<?php echo $serendipity['baseURL'] . 'index.php?/plugin/commentspice.png'; ?>");
    background-repeat: no-repeat;
    background-position: right top;
}
.commentspice_boo_input {
	max-width: 100%;
}
.commentspice_twitter_input {
	background: url('<?php echo $serendipity['baseURL']; ?>index.php?/plugin/spiceicotwitter.png') left no-repeat;
	padding-left: 1.5em;
	max-width: 18.5em;
	margin-bottom: 1em;
}
#serendipity_commentspice_rss {
    max-width: 100%;
}
.commentspice_rss_input {
    max-width: 100%;
    min-width: 30.6em;
 	background: url('<?php echo $serendipity['baseURL']; ?>index.php?/plugin/spiceicorss.png') no-repeat left #444444;
 	overflow: hidden;
    border: 0.1em solid #000000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #FFFFFF;
	padding-left: 1.5em;
}
select.commentspice_rss_input option {
 	background: #444444;
	padding-left: 1.5em;
}
.commentspice_announce_article {
	padding-top: 1em;
	margin-bottom: 0em;
	font-size: smaller;
	text-align: center;
}

/** FACEBOOK WIDGET **/
.fb-like-box {
    background-color: #fff;
}
