img {
   behavior: url("http://www.mostlyharmless.ch/serendipity/index.php?/plugin/pngbehavior.htc");
}
/* templates/contest/style.css  */
/* USED COOLORS:
    dark #d6d6d6;
    light #f4f4f4;
    main blue #011a7c;
    light blue #AAB3D3
    very light blue #FDFDFF;

OLD:
    light blue #8eb2d9;
    medium blue #b8d3f0;
*/

/* *****************************
   MAIN Selectors
 * *****************************/

body {
	background-attachment: fixed;
	background: background-image;
	background-image: url(../_pics/layout/background_final2.jpg);
	margin: 0px;
	width:500px;
  	font-family:Garamond, Georgia, "Times New Roman", Times, serif;
	font-size:0.9em;
	color:#444444;

}

a, input, textarea, p, td, th, div, span {
    font-family:Garamond, Georgia, "Times New Roman", Times, serif;
}

h4,h3 {
    margin: 0;
}

a {
	text-decoration: none;
	color: #FF6600;
	font-size:1em;
	border:0px;
	}
	
a:visited {
	color: #FF6600;
	}
	
a:hover {
	color: #999999;
	}
	
a:active {
	color: #FFFFFF;
	}

#mainpane {

	width:500px;
    border: 0px;
    padding: 0px;
    margin: 0px 0px 0px 0px;
    width: 500px;
    position: relative;

}

/* *****************************
   HEADER
 * *****************************/

#serendipity_banner {
	width: 500px;
	position:relative;
	left: 0px;
	top: 0px;
	z-index:100;
}


#serendipity_banner h1 {
	position: relative;
    top: 0px;
    left: 0;
    padding:0;
    width: 770px;
    font-size: 1.1em;
    letter-spacing: 0.05em;
    margin: 0px;
    overflow: hidden;
    z-index: 10;
}

#serendipity_banner h2 {
	position: relative;
    top: 0px;
    left: 0px;
    font-size: 1em;
    margin: 0px;
    letter-spacing: 0.03em;
    z-index: 10;
}






/* *****************************
   Content Parts
 * *****************************/

#content {
    padding: 0;
    margin-right: 0;
    vertical-align: top;
    	
}

#contentSpacer {
    min-width: 450px;
    margin: 0px auto 0px auto;
}

.serendipity_content_message {
}

/* *****************************
   Entry related
 * *****************************/

.serendipity_Entry_Date {
    margin-bottom: 10em;
    border-bottom: 1px solid #d6d6d6;
}

.serendipity_Entry_Header {

/*
    border-bottom: 1px solid #AAB3D3;
*/
}

.serendipity_date {
    display: inline;
    font-size: 0.9em;
    margin: 0px;
}

h3.serendipity_date {
    text-align: right;
    display: block;
    padding: 0px 2px 0px 2px;
}

.serendipity_title {
    margin: 0px;
    font-size: 1em;
    font-weight: bold;
    padding: 10px 0px 10px 4px;
    border-bottom: 1px solid #d6d6d6;
}



.serendipity_entry {
    font-size: 1em;
    font-weight: normal;
    padding: 0;
    margin:0;
}

.serendipity_entry .serendipity_entryFooter {
    padding:0;
    text-align: right;
}

.serendipity_title_footer {
    text-align: right;
    margin: 0px;
    padding: 2px 7px 0px 0px;
    background-repeat: repeat-x;
    background-position: 0px 0px;
	border-top: 1px solid #d6d6d6;

}


div.serendipity_entryFooter {
    font-size: 0.9em;
    color: #000000;
    padding-top: 10px;
    padding-bottom: 4px;
    clear: both;
}

img.serendipity_entryIcon {
    float: right;
    border: 0px;
}

/* *****************************
   SIDEBARS
 * *****************************/

.serendipitySideBarContent input {
    width: 100px;
}

#serendipityRightSideBar {
    width: 100px;
}

#serendipityLeftSideBar {
    width: 150px;
}

.sideBarSpacer {
    margin: 0px 0px 0px 10px;
}

div.serendipityPlug {
    padding-left: 1px;
}

div.serendipityPlug a {
    text-decoration: none;
    border: 0px;
}

/* Container for each item on the side bar */
div.serendipitySideBarItem {
    padding-bottom: 5px;
    margin-bottom: 6px;
    font-weight:normal;
    border: 0px;
    width: 146px;
}

.serendipitySideBarContent {
    background-position: 0px 0px;
    padding: 5px;
    padding-top: 10px;
}

.serendipitySideBarContent form {
    margin: 0px;
    padding: 0px;
}

#serendipityLeftSideBar .serendipitySideBarTitle {

    
    border: 1px solid #011a7c;
}

#serendipityRightSideBar .serendipitySideBarTitle {

    border: 1px solid #ff6600;
}

/* title of an individual item */
.serendipitySideBarTitle {
    background-color: #ff6600;
    margin: 0px;
	font-size:0.9em;
    color: #FFFFFF;
    font-weight:bold;
    padding: 4px 5px 2px 5px;
    display: block;
}

/* *****************************
   COMMENTS
 * *****************************/

.serendipity_comments {
    position: relative;
}

.serendipity_commentsTitle {
    font-size: small;
    font-weight: bold;
    margin-top: 10px;
    padding-left: 5px;
    border-bottom: 1px solid #AAB3D3;
}

td.serendipity_commentsLabel {
    font-size: 12px;
    font-weight: bold;
    vertical-align: top;
}

td.serendipity_commentsValue input,
td.serendipity_commentsValue select,
td.serendipity_commentsValue textarea {
    font-size: 12px;
    padding: 2px;
    width: 380px;
}

.serendipity_commentForm {
    font-size: 13px;
    margin-bottom: 13px;
    margin-right: 10px;
    margin-left: 10px;
    background-color: #FFFFFF;
}

.serendipity_comment {
    font-size: 13px;
    margin-top: 14px;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 35px;
    border: 1px solid #AAB3D3;
    background-color: #FFFFFF;
    padding: 5px 5px 5px 5px;
    clear: both;
}

.serendipity_commentBody {
    padding: 0px 0px 0px 5px;
    overflow: auto;
}

.serendipity_comment_source {
    margin-top: 10px;
    padding: 0px 0px 0px 5px;
    color: #011a7c;
    display: block;
    position: absolute;
    z-index: 3;
}

.serendipity_section_trackbacks .serendipity_comment {
    margin-bottom: 55px;
}

/* *****************************
   CALENDAR
 * *****************************/

table.serendipity_calendar {
    margin: 0px auto 0px auto;
}

table.serendipity_calendar td {
    font-size:0.8em;
    padding: 3px 5px 3px 5px;
    text-align: center;
}

table.serendipity_calendar td.serendipity_calendarHeader {
    padding: 10px;
}

table.serendipity_calendar a {
    font-weight: normal;
    text-decoration: none;
    display: block;
}

table.serendipity_calendar td.Today,
table.serendipity_calendar td.Today a,
table.serendipity_calendar a:hover {
    background-color: #ff6600;
    color: white;
    text-decoration: none;
}

table.serendipity_calendar td.serendipity_weekDayName {
    font-size:11px;
    font-weight:bold;
    border-bottom: 1px solid #f4f4f4;
    padding: 1px;
}

td.LastInRow {
	background-color: #f4f4f4;
}

td.serendipity_calendarHeader a:link,
td.serendipity_calendarHeader a:visited,
td.serendipity_calendarHeader a:hover {
    border: 0;
    text-decoration: none;
}

/* *****************************
   IMAGE comments
 * *****************************/

.serendipityImageButton {
    cursor: pointer;
}

.serendipity_imageComment_center,
.serendipity_imageComment_left,
.serendipity_imageComment_right {
    border: 1px solid #011a7c;
    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 #DDDDDD;
    margin: 0px;
    padding: 3px;
    clear: both;
    font-size: 8pt;
    text-align: center;
}

.serendipity_center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.serendipity_msg_important {
    color: red;
}

.serendipity_msg_notice {
    color: green;
}

#copyright {
	visibility: hidden;
    margin: 0px auto 0px auto;
    text-align: center;
}

.serendipity_no_entries,
.serendipity_search {
    margin: 0px auto 0px auto;
    text-align: center;
    padding: 15px;
    border-top: 1px solid #011a7c;
    margin-bottom: 20px;
}

