img {
   behavior: url("http://blog.codswallop.net/plugin/pngbehavior.htc");
}
/* templates/codswallop2/style.css  */
h4,h3 {
    margin: 0;
}

.serendipitySideBarContent input {
    width: 150px;
}

#mainpane {
    margin: auto;
    width: 100%;
}

#content {
    padding: 10px;
    margin: 10px;
    width: auto;
}

#serendipityRightSideBar {
    width: 170px;
    padding: 10px;
    vertical-align: top;
    
}

#serendipityLeftSideBar {
    width: 170px;
    padding: 10px;
    vertical-align: top;
}

body, input, textarea, th, td {
	font-size:11pt;
	font-family:"Bitstream Vera Sans", helvetica, sans-serif;
	line-height:125%;
	color:#000;
}

body {
    margin: 0;
    background-color: #D2DFF2;
    margin-bottom: 30px;
    background-image: url(templates/codswallop2/img/dirt.jpg);
	background-attachment: fixed;
}

input, textarea {
    border:solid 1px #120b05;
}

#serendipity_banner {
    margin: auto;
    width: 100%;
    height: 120px;
    background-image: url(templates/codswallop2/img/background.png);
    border-bottom:12px solid #120b05;
}

#serendipity_banner h1 {
    color: #120B05;
    font-size :28pt;
    text-decoration: none;
    margin:0px;
    padding:24px 8px 8px 24px;
}

.serendipity_title,
#serendipity_banner h2 {
	font-family:"Ouhod", "Bitstream Vera Sans", helvetica, sans-serif;
    font-size: 16pt;
	color: #120B05;
    margin: 0px;
    margin-bottom:12px;
    text-decoration: none;
}

.serendipity_title a:link,
.serendipity_title a:visited {
   text-decoration: none;
   border: 0;
}

.serendipity_title a:hover {
   color: #FF0000;
}

.serendipity_Entry_Date {
	background-image: url(templates/codswallop2/img/entry_bg.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color:#FFF;
    padding:12px;
    margin-bottom:18px;
    width:90%; /* relative width */
}

.serendipity_entry_body {
}

.serendipity_entry_body_folded,
.serendipity_entry_body_unfolded,
.serendipity_entry_extended {
    /* Inner blocks of .serendipity_entry, can be used for further customization */
}

.serendipity_date {
    float:right;
}

.serendipity_commentsTitle {
    font-weight: bold;
    margin-top: 10px;
    color: #333333;
    padding-left: 5px;
}

div.serendipity_entryFooter {
    margin-top:6px;
    padding-top: 12px;
    padding-bottom: 6px;
    clear: both;
    border-top: 1px solid #A3CC93;
    font-size:10pt;
}

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

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

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

td.serendipity_commentsValue input,
td.serendipity_commentsValue select,
td.serendipity_commentsValue textarea {
    padding: 2px;
    width: 400px;
}


.serendipity_commentForm {
    color: #404040;
    margin-bottom: 13px;
    margin-right: 10px;
    margin-left: 10px;
    background-color: #FFFFFF;
}
.serendipity_comment {
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
    color: #404040;
    padding: 3px;
    background-color: #FFFFFF;
    overflow: auto;
}

.serendipity_comment_source {
    margin-top: 5px;
    padding-left: 5px;
    margin-bottom: 5px;
    padding-bottom: 3px;
}

a:link,
a:visited,
a:active {
    color:#120b05;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

table.serendipity_calendar td {
    padding: 3px;
}
table.serendipity_calendar a {
    color: #FF0000;
    font-weight: bold;
    text-decoration:none;
}

table.serendipity_calendar a:hover {
    text-decoration: none;
}

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

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

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

/* Container for each item on the side bar */
div.serendipitySideBarItem {
    padding:12px;
    margin-bottom: 12px;
    background-image: url(templates/codswallop2/img/entry_bg.png);
    background-repeat: repeat-x;
    background-position: top;
    background-color:#FFF;
}

/* title of an individual item */
.serendipitySideBarTitle {
    margin: 0px;
}

.serendipityImageButton {
    cursor: pointer;
}
.serendipity_entry p {
    margin-top: 0px;
    padding-bottom: 0px;
}

/** Embedded images with the s9y image manager **/
.serendipity_imageComment_center,
.serendipity_imageComment_left,
.serendipity_imageComment_right {
    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 {
    margin: 0px;
    padding: 3px;
    clear: both;
    text-align: center;
    background-color:#120b05;
    color:#FFF;
}

.serendipity_comments {
}

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

.serendipity_msg_important {
    color: red;
}

.serendipity_msg_notice {
    color: green;
}

.serendipity_entry_author_self {
}

.serendipity_comment_author_self .serendipity_comment_source {
    background-color: #EEEEFF;
}


/*** Additional plugin styles needed for the modernized output code ***/
/*** added by Matthias 'YellowLed' Mees                             ***/

.container_serendipity_archives_plugin ul,
.container_serendipity_syndication_plugin ul,
.container_serendipity_authors_plugin ul,
.container_serendipity_plugin_entrylinks ul {
    list-style: none;
    padding-left: 0;
}

.container_serendipity_authors_plugin .serendipitySideBarContent div {
    margin: 5px 0;
    padding-left: 0;
}

.serendipity_history_author { font-weight: bolder; }

.serendipity_history_intro,
.serendipity_history_info { margin-bottom: 3px; }

.serendipity_history_body { margin-bottom: 10px; }

.serendipity_recententries_entrylink { margin-bottom: 2px; }

.serendipity_recententries_entrydate { margin: 0 0 4px 0; }

.plugin_comment_body { padding: 3px 0; }

.serendipity_shoutbox_date { margin: 5px 0 2px 0; }

.serendipity_shoutbox_comment { padding: 3px 0; }

/*** End Additional plugin styles                                   ***/

.serendipity_freeTag {
    font-size:11pt;
}

.serendipity_freeTag a:hover {
    text-decoration:underline;
}

/** PGA Plugin **/
.container_serendipity_plugin_pga {
	padding:0px!important;
}

