#content h1.blogEntryPostTitle {
	/*margin-top: 8px;*/
    font-size: 15px;
}

#content h1.blogEntryPostTitle a {
	color: #0084CC;
}

.blogEntryPost {
	padding-bottom: 20px;
	background-image: url('/website-data/msg_verlauf.png');
	background-repeat: repeat-x;
	background-position: bottom;
	border-bottom: 1px dotted #999
}

#blogEntry {
	width: 488px;
	float: left;
}

#content h1.blogExtractPostTitle {
	/*margin-top: 8px;*/
    font-size: 14px;
    margin-bottom: 4px;
}

#content h1.blogExtractPostTitle a {
	color: #0084CC;
}

.blogExtractDate {
    padding-left: 9px;
    color: #999999;
    font-size: 10px;
    line-height: 11px;
}

.blogExtractPost {
	padding-bottom: 12px;
	/* background-image: url('/website-data/msg_verlauf.png');
	background-repeat: repeat-x;
	background-position: bottom; */
	border-bottom: 1px dotted #999;
    margin-bottom: 10px;
}

#blogExtract {
	width: 488px;
	float: left;
    overflow: hidden;
}

#blogExtract .blogExtractPostTitle, #blogExtract .blogExtractPost {
	padding-left: 9px;
}

/******************************************************/
/* Theme by Carl Galloway                             */
/* http://www.carlgalloway.com                        */
/* This is a structured and commented version         */
/* of the serendipity blog default theme.             */
/*                                                    */
/* Styles have been organised into the following      */
/* groups; general, header, footer, entry, comments   */
/* commentform, sidebar, calendar, image media, and   */
/* plugins.                                           */
/*                                                    */
/* My comments are inside the /*  */, these can       */
/* safely be deleted if you do not require them.      */
/******************************************************/


/* style for blockquotes inserted into posts */
blockquote {
	margin: 15px 30px 0 15px;
	padding-left: 15px;
	border-left: 4px solid #de1a24;
}

/* link with right arrow */
a.arrow {
        background: url({TEMPLATE_PATH}img/link_arrow_right.png) no-repeat right; 
        padding-right: 15px;

}

/* link with left arrow */
a.larrow {
        background: url({TEMPLATE_PATH}img/link_arrow_right.png) no-repeat 5px 7px; 
        padding-left: 20px;
}


/* used when s9y needs to center something */
.serendipity_center {
	margin-left: auto;
	margin-right: auto;
	text-align: center; }

/* warning messages from s9y */
.serendipity_msg_important {
        text-align: left;
        margin-left: 20px;
	color: red; }

/* messages letting you know something has happened eg comment saved */
.serendipity_msg_notice {
        text-align: left;
        margin-left: 20px;
	color: green; }

/* style to temporarily change something to grey */
.grey {
	color:#999; }



/********* Header/Banner Styles *********/

/* the big link in the banner, blog name/entry title */
a.homelink1, a.homelink1:hover, a.homelink1:link, a.homelink1:visited, #serendipity_banner h1 {
	color: #fff;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size : 20px;
	padding-left:15px;
	padding-top: 20px;
	margin: 0px;
	text-decoration: none; }

/* the smaller link in the banner, blog description */
a.homelink2, a.homelink2:hover, a.homelink2:link, a.homelink2:visited, #serendipity_banner h2 {
	color: #fff;
	padding-left: 15px;
	font-size: 14px;
	margin: 0px;
	text-decoration: none; }

/********* End of Header/Banner Styles *********/





/********* Entry Styles *********/

/* container for the entry/post */
.serendipity_entry {
	font-family: arial, "bitstream vera sans", sans-serif; 
        line-height: 175%;
	color: #333;
	font-size: 9.5pt;
	font-weight: normal;
	margin: 0px 0 0px 0; }

/* container for entry title and date */
.serendipity_Entry_Date {
	clear:both; }

/* entry title */
.serendipity_title,h3.serendipity_date {
	font-size: 1.3em;
	font-weight: bold;
	margin-top: 10px;
	color: #333333; 
        margin-bottom: 0px;
        line-height: 90%;
        margin-left: 20px;
}

/* style for the meta box title */
.serendipity_meta_title {
	font-size: small;
	font-weight: bold;
	margin: 0; padding:0;
	color: #235587; }

/* entry title link, regular color is black */
.serendipity_title a:link, .serendipity_title a:visited {
	text-decoration: none;
	font-weight: bold;
	border: 0;
	background:none;
	color: #DE1A24; }

/*entry title link when hovered over, changes to orange */
.serendipity_title a:hover {
	text-decoration: underline;
}

.serendipity_postinfo {
        color: #838383;
        font-size: 0.90em;
        padding-left: 20px;
}


/* additional styles used for entry text */
.serendipity_entry p {
	margin: 0px;
        margin-top: 0px;
        margin-bottom: 10px;

	padding-bottom: 0px; }

.serendipity_entry_body {
        margin-left: 20px;
        padding-right: 20px;
        margin-bottom: 25px;
}

.serendipity_entry_body h1 {
       color: #555555;
       font-size: 11pt;
       margin-bottom: 5px;
}

/* style for extended body */
.serendipity_entry_extended {
	margin-top:20px; 
        margin-left:20px;
        margin-right:20px;
}

.serendipity_extended_link {
	margin-left:16px; 
}


/* prevent styling of the extended placeholder, otherwise the background image is visible */
#extended {
	background:none;
	display:none; }

/* the meta box that includes links to comments, trackbacks etc */
div.serendipity_entryFooter {
        padding-left: 0px;
        margin-top: 10px;
        margin-bottom: 25px;
        padding-top: 10px;
        padding-bottom: 6px;
        text-align: left;
	border-bottom:1px solid #838383;
	background-color:#f9f9f9;
	font-size: 0.9em;
	color: #333333;
        line-height: 160%;
        clear: both;
	}

/* style for links within the page footer */
div.serendipity_entryFooter a {
	}

/* style for hovered over links within page footer */
div.serendipity_entryFooter a:hover {
	text-decoration:underline; }

/* styles for category icon if used */
img.serendipity_entryIcon {
	float: right;
	border: 0px;
	margin-top:1px; }

/* styling the continue reading byline, needed to stop firefox making the link 100% wide */
.continue_reading {
	display:block;
	margin-top:10px;
	clear:left; }

/* styling the continue reading byline link */
.continue_reading a {
	font-weight:normal;
	background:none; }

/* styling the continue reading byline when hovered over */
.continue_reading a:hover {
	color: #5f90ba;
	background:none;
	text-decoration: underline; }

/* not used, but allows additional style to show author's posts in multi-author blogs */
.serendipity_entry_author_self {
	}

/* styles for the next/previous links above footer, includes start page and archives links */
.serendipity_pageFooter {
	clear:both;
	margin-top:10px; }

/* container for summary listings in archives */
.archive_summary {
	clear:both;
	margin:15px 0 0 10px;
	font-size:0.9em;}

/* style for entry title in summary archives overview */
.archive_summary_title {
	font-size: 1.0em;
	font-weight: bold;
	margin: 0; padding:0; }

DIV.video {
       border: 1px solid #838383;
       display: table;
       padding: 2px;
}

DIV.image_center,DIV.image_left,DIV.image_right {
       border: none;
}

DIV.image_center IMG,DIV.image_left IMG,DIV.image_right IMG {
       padding: 5px;
   padding-left: 0px;
}

DIV.image_left {
       float: left;
       margin-right: 20px;
       margin-top: 5px;
       margin-bottom: 10px;
}

DIV.image_right {
       float: right;
       margin-left: 20px;
       margin-top: 5px;
       margin-bottom: 10px;
}

DIV.image_center {
       display: block;
       margin-bottom: 10px;
}

A.serendipity_mag_image_link {
       display: block;
       float: right;
}

A.serendipity_mag_image_link IMG {
        padding: 0px;
}

DIV.imageComment {
	display:none;
}

/********* End of Entry Styles *********/




/********* Embedded images with the s9y image manager *********/

/* container for images and text */
.serendipity_imageComment_center, .serendipity_imageComment_left, .serendipity_imageComment_right {
	border: 1px solid #DDDDDD;
	background-color: #EFEFEF;
	margin: 3px;
	padding: 3px;
	text-align: center; }

/* style to center image and text within entry */
.serendipity_imageComment_center {
	margin: auto; }

/* style to left align image and text within entry */
.serendipity_imageComment_left {
	float: left; }

/* style to right align image and text within entry */
.serendipity_imageComment_right {
	float: right; }

/* styles for the images */
.serendipity_imageComment_img, .serendipity_imageComment_img img {
	margin: 0px;
	padding: 0px;
	border:none;
	text-align: center; }

/* styles for the text below the image if used */
.serendipity_imageComment_txt {
	border-top: 1px solid #DDDDDD;
	margin: 0px;
	padding: 3px;
	clear: both;
	font-size: 8pt;
	text-align: center; }

/********* End of Media Manager Styles *********/
