img {
   behavior: url("http://mijnstandpunt.nl/blog/plugin/pngbehavior.htc");
}
/* templates/mt-rusty/style.css  */
/* HTML Elements */

body {
	position: relative;
	font-family: Garamond, Georgia, serif;
	background: rgb(119, 137, 66);
	font-size: 95%;
	padding: 0;
	margin: 0;
	max-width: 1000px;
	margin: 0 auto 25px auto;
}

#mainpane {
	margin: 0 60px;
	color: #000;
	background: #fff url(../template/bg-content.jpg) bottom right no-repeat;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	padding: 0;
}
div.container_serendipity_html_nugget_plugin div#logonugget {
	position: absolute;
	top: 0;
	left: 20px;
	margin: 0;
	height: 138px;
	width: 171px;
	background: transparent;
}
div.container_serendipity_html_nugget_plugin div#ambernugget {
	position: absolute;
	top: -280px;
	right: 8%;
	height: 200px;
	width: 326px
	background: transparent;
}


a,
a:link,
a:visited {
  color: #993300;
}

a:active,
a:hover {
  color: #FFCC66;
}

h3, h4 {
  margin: 0;
  padding: 0;
}

h4 + ul {
	margin-bottom: 0 !important;
	padding-bottom: 0;
}

ul, ul li {
	margin-top: 0;
	padding-top: 0;
}

/* Banner */

#serendipity_banner {
 	margin: 25px 25px 0 25px;
	padding-left: 210px;
	border: 3px solid #fff;
	background: rgb(192,192,192);
	height: 198px;
	background: transparent url(../template/bg-header.jpg) top left repeat-x;
}

a.logo, a.logo:visited {
	margin-top: 19px;
	margin-left: 32px;
	height: 138px;
	width: 171px;
	float: left;
	position: relative;
	background: transparent url(../template/logo.png) top left no-repeat;
}
a.logo:hover {
	background: transparent url(../template/logo.png) 0 -138px no-repeat;
}

* html a.logo {
position:absolute;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
cursor: hand;
}

a.homelink1,
a.homelink1:hover,
a.homelink1:link,
a.homelink1:visited,
#serendipity_banner h1 {
  margin: 80px 0 0 0;
  text-decoration: none;
  color: white;
  font-size: 1.4em;
  font-weight: bold;
}

a.homelink2,
a.homelink2:hover,
a.homelink2:link,
a.homelink2:visited,
#serendipity_banner h2 {
  color: white;
  font-size: 1em;
  font-weight: bold;
  text-decoration: none;
}

/* Calendar */

table.serendipity_calendar td {
    line-height: 140%;
}

td.serendipity_weekDayName {
  font-size: 0.9em;
  font-weight: bold;
  line-height: 140%;
}
td.serendipity_calendarDay {
  border: 1px solid #ECEEE5;
  background: #E6E9DC;
  text-align: center;
}

.Today {
  color: #000;
  background: #DDE2D0;
  font-weight: bold;
  border: 1px solid #000 !important;
}
.Active {
	font-weight: bold !important;
	border: 1px solid #993300 !important;
}
td.serendipity_calendarDay a {
	padding: 0 0.1em;
	display:block;
}
td.serendipity_calendarDay a:hover {
	background: #B2BC94;
}


td.serendipity_calendarHeader a,
td.serendipity_calendarHeader a:link,
td.serendipity_calendarHeader a:active,
td.serendipity_calendarHeader a:visited,
td.serendipity_calendarHeader a:hover {
  font-weight: bold;
  font-size: 0.8em;
  line-height: 140%;
}

/* Sidebars */

#serendipityRightSideBar {
  vertical-align: top;
  background: transparent;
  padding: 0;
  margin: 0;
}

.serendipitySideBarTitle {
  margin-right: 0.5em;
  color: #000;
  background: transparent url(../template/bg-headers-menu.png) top left no-repeat;
  font-size: 0.9em;
  font-variant: small-caps;
  padding-top: 6px;
  padding-bottom: 0;
  padding-left: 46px;
  height: 44px;
  width: 11em;
}


div.serendipitySideBarItem {
  font-family: palatino, georgia, times new roman, serif;
  color: #333;
  font-size: 1em;
  font-weight: normal;
  margin-bottom: 1em;
  padding-bottom: 1em;
}

.serendipitySideBarContent {
  font-size: 1em;
  padding: 0.7em;
}

.serendipitySideBarContent a,
.serendipitySideBarContent a:link,
.serendipitySideBarContent a:active,
.serendipitySideBarContent a:visited,
.serendipitySideBarContent a:hover
{
 font-size: 0.9em;
 text-decoration: none;
}

#content {
	color: rgb(88,104,50);
	padding: 0 1em 174px 1em;
	background: transparent;
	border-right: 9px double RGB(248, 249, 247);
}

#content .center {
	text-align: center;
}

#topmenu {
	padding: 0.1em 0;
	color: #000;
	background: #fff url(./template/bg-topmenu.jpg) top left repeat-x;
}

/* Begin CSS Drop Down Menu */

#menuh-container {
	margin: 0;
	padding: 0;
}

#menuh {
	font-size: small;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	float:left;
	margin:1em;
	margin-top: 1em;
}
		
#menuh a {
	text-align: center;
	display:block !important;
	border-top: 1px solid rgb(89,103,50);
	border-bottom: 1px solid rgb(89,103,50);
	border-left: 1px solid rgb(89,103,50);
	white-space:nowrap;
	margin:0;
	padding: 0.3em;
	font-weight: bold;
}

#menuh a.last {
	border-right: 1px solid rgb(89,103,50);
}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: #000;
	background: rgb(119,137,66) url(/template/bg-topmenu-a.jpg) center no-repeat;
	text-decoration:none;
}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: #000;
	background:  rgb(119,137,66) url(/template/bg-topmenu-a-hover.jpg) center no-repeat;
	text-decoration:none;
}
#menuh a.active {
	background:  rgb(213,0,0) url(/template/bg-topmenu-a-active.jpg) center no-repeat;
}

#menuh a.blogkeuze {
	color: #fff;
	background:  rgb(213,0,0) url(/template/bg-topmenu-blogkeuze.jpg) center no-repeat;
}
#menuh a.blogkeuze:hover {
	background:  rgb(213,0,0) url(/template/bg-topmenu-blogkeuze-hover.jpg) center no-repeat;
}

#menuh a.submenukeuze {
	border-top: none;
	background:  rgb(119,137,66) url(/template/bg-topmenu-a-sub.jpg) center no-repeat;
}	
#menuh a.submenukeuze:hover {
	border-top: none;
	background:  rgb(119,137,66) url(/template/bg-topmenu-a-sub-hover.jpg) center no-repeat;
}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:9em;	/* width of all menu boxes */
	}

#menuh li
	{
	position:relative;
	min-height: 1px; 			/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */



/* Entries */

div.serendipity_Entry_Date {
  margin: 10px;
  padding: 10px;
  width: auto;
}

div.freetag_cloud {
	background: #CDD5C6;
}
div.freetag_cloud a {
	margin-right: 0.3em;
}
div.serendipity_freeTag {
	text-align: right;
	font-size: 0.9em;
	padding-bottom: 1em;
	margin-bottom: 2em;
	border-bottom: 1px dotted #666;
}

div.serendipity_freeTag_related {
	margin-top: 1.5em;
	padding: 0.5em;
	background: #DAE0D4;
}

.serendipity_date {
  font-family: georgia, verdana, arial, sans-serif;
  color: rgb(119,137,66);
  border-bottom: 1px solid #999;
  margin-top: 10px;
  font-weight: bold;
}

.serendipity_title,
.serendipity_title a,
.serendipity_title a:hover,
.serendipity_title a:link,
.serendipity_title a:visited,
.serendipity_Admin_title,
.serendipity_Admin_title a,
.serendipity_Admin_title a:hover,
.serendipity_Admin_title a:link,
.serendipity_Admin_title a:visited {
  padding-top: 0.5em;
  padding-bottom: 1em;
  color: rgb(88,104,50);
  text-decoration: none;
  text-transform: uppercase;
}


.serendipity_entry,
.serendipity_admin {
  color: #323A1C !important;
  font-weight: normal;
  line-height: 140%;
}

.serendipity_entry_body  blockquote {
	font-style: italic;
	background: #E9ECE4;
	border: 1px solid #A7B091;
	padding: 0.5em;
}
.serendipity_entry_body  blockquote ol {
	margin: 0;
	padding: 0 auto;
}
.serendipity_entry_body  blockquote ol li {
	padding: 0.2em auto;
}

.serendipity_entry_body  blockquote ol.ordered-a {
	list-style-type: lower-alpha;
}

.serendipity_entry_body h4 {
	margin-bottom: 0 !important;
}

.serendipity_entry_body ul { 
	margin: 0;
	padding: 0;
}
.serendipity_entry_body ul li { 
	margin-left: 1em;
	padding: 0;
}

.serendipity_entry_body .foto {
	border: none;
}

.serendipity_entry_body .rechts {
	float: right;
	margin: 0 0 0 1em;
}
.serendipity_entry_body .links {
	float: left;
	margin: 0 1em 0 0;
}
.serendipity_entry_body span.small {
	font-size: 0.85em;
	font-style: italic;
}

.image-rechts {
	float: right;
	position: relative;
	margin: 0 0 1em 1.5em;
	background: transparent;
	padding: 2px;
	border: 1px solid rgb(206,213,197);
}
.image-links {
	float: left;
	position: relative;
	margin: 0 1.5em 1em 0;
	background: transparent;
	padding: 2px;
	border: 1px double rgb(254,254,254);
}


div.serendipity_entryFooter {
  font-size: 0.8em;
  color: #003366;
  padding-top: 1em;
}

/* Comments */

.serendipity_comment {
  margin-left: 10px;
  margin-right: 10px;
  padding: 3px;
  overflow: auto;
}

.serendipity_comment_source {
	text-align: right;
	border-bottom: 1px dotted #999;
	margin-bottom: 20px;
}

.serendipity_commentsLabel {
  font-size: small;
}

.serendipity_commentsTitle {
  font-weight: bold;
  text-transform: uppercase;
}

/* Admin */

.serendipity_admin td {
}

/* Misc */

#content {
  width: 100%;
}

/** Embedded images with the s9y image manager **/
.serendipity_imageComment_center,
.serendipity_imageComment_left,
.serendipity_imageComment_right {
    border: 1px solid black;
    background-color: #EFEFEF;
    margin: 3px;
}

.serendipity_imageComment_center {
    margin: 0px;
}

.serendipity_imageComment_left {
    float: left;
}

.serendipity_imageComment_right {
    float: right;
}

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

.serendipity_imageComment_txt {
    margin: 0px;
    padding: 3px;
    clear: both;
    font-size: 9pt;
    text-align: center;
}

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

.serendipity_admin_list_item_even {
    background-color: white;
}

.serendipity_admin_list_item_uneven {
    background-color: #E0E0E0;
}

.serendipity_admin_filters {
    border: 1px dashed;
    background-color: #FFFFFF;
    margin-bottom: 10px;
    padding: 2px;
}

.serendipity_admin_filters_headline {
    border-bottom: 1px solid;
}

.serendipity_admin_sortorder {
    text-align: center;
}


.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 {
    background-color: #f7f7f7;
}
