@charset "iso-8859-1";
body {
	margin: 0 0 25px 0;
	padding: 0;
	background-color: #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.image {
	margin-bottom: 5px;
	margin-right: 5px;
}

.style1 {color: #F0F2F7}

.spacer {
	border-bottom: 1px dotted #999;
	margin-bottom: 15px;
	margin-top: 15px;
}

.leftspace {
	margin-right: 15px;
}

#wrapper	{
	margin: 35px auto;
	padding: 0px;
	width: 678px;  
}
	
html>#wrapper {
	width: 678px;
}

#smallwrapper {
	margin: 25px auto;
	padding: 0px;
	width: 450px;  	
}

h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom-style: none;
	border-bottom-width: 1px;
	font-size: 1em;
}

html>#smallwrapper {
	width: 450px;
}

/*---  LEFT SIDE BAR ---*/
#menu {
	width: 165px;
	float: left;
	font-size: 1em;
	line-height: 14px;
	text-align: left;
	color: #000066;
	margin: 0px;
	height: 100%;
	background-color: #FFFFCC;
	font-family: "Comic Sans MS";
	font-weight: normal;
}

/*---  CALENDAR ---*/
#cal {
	height: 200px;
	background: #EDEEE8;
	background-repeat: no-repeat;
	border-bottom: 1px dotted #999;
	margin-bottom: 15px;
	border-bottom-color: #000066;
}

#minicaltable {
	margin-left: 9px;
	margin-top: 10px;
}
	
/*---  SEARCH ---*/
#search {	
	border-bottom: 1px dotted #999;
	margin-bottom: 15px;
	letter-spacing: 2px;
}
	
/*---  ARCHIVE ---*/
#archive {
	border-bottom: 1px dotted #999;
	margin-bottom: 15px;
	padding: 0;
	}
	
/*---  MAILINGLIST ---*/
#mailinglist {
	border-bottom: 1px dotted #999;
	margin-bottom: 15px;
	padding: 0;
	}
		
/*---  XML ---*/
#xml {
	border-bottom: 1px dotted #999;
	margin-bottom: 15px;
	padding-bottom: 15px;
	}

/*---  STATS ---*/
#stats {
	background-repeat: no-repeat;
	margin-bottom: 15px;
	padding: 0;
	}

/*---  FIREFOX ---*/

#firefox {
	background-repeat: no-repeat;
	height: 120px;
	margin-bottom: 15px;
	margin-top: 15px;
	padding: 0;
	padding-left: 10px;
	padding-top: 15px;
	border-top: 1px dotted #999;
}	

/*---  FOOTER ---*/
#footer {
	border: 0;
	border-top: 1px solid #FFF;
	font-size: 0.8em;
	color: #FFFFFF;
	padding: 5px;
	margin: 0px;
	text-align: center;
	clear: both;
	background-color: #660000;
}	
	
.footer {
	font-size: 1em;
	margin: 0px;
	color: #FFFFFF;
	background-color: #660000;
}

.footer  a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
	background-color: #660033;
}

.footer  a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1em;
	background-color: #660033;
}

.footer  a:hover {
	color: #660000;
	background-color: #FFFFFF;
	font-size: 1em;
}

.footer  a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1em;
	background-color: #660000;
} 

/*---  CATEGORIES ---*/
#cat {
	margin: 0;
	padding: 0;
}
	
#cat ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	clear: left;
}

#cat ul li {
	display: block;
	text-align: left;
	padding: 0;
	margin: 0;
	text-indent: 25px;
}

#cat ul li a {
	background: #DEE0D5 url("bullet_category.gif") no-repeat;
	width: 165px;
	height: 2em;
	border-top: 1px solid #EDEEE8;
	border-left: 1px none;
	border-bottom: 1px solid #B2BED7;
	border-right: none;
	padding: 0;
	margin: 0;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	text-align: left;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 2em;
	font-size: 0.9em;
	background-color: #660000;
	border-color: #F0F2F7;
	background-image:  url("bullet_category.gif");
}

html>#cat ul li a  {
	font-size: 11px;
} 

#cat ul li a:hover {
	color: #000066;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #B2BED7;
	border-bottom-color: #B2BED7;
	background-image:  url(bullet_category.gif);
	background-repeat: no-repeat;
	font-family: "Comic Sans MS";
	background-color: #FFFFCC;
}

/*--- links in the left navbar: login, register, calendar, etc. ---*/

.leftLinks {
	font-weight: bold;
	padding-left: 10px;
	border-width: 1px 1px 1px 1px;
	border-bottom-color: #B2BED7;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #B2BED7;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B2BED7;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B2BED7;
}

.leftLinks a:link {
	color: #000066;
	text-decoration: underline;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 2em;
	border-width: 1px 1px 1px 1px;
}

.leftLinks a:visited {
	color: #000066;
	text-decoration: underline;
	font-weight: bold;
	line-height: 2em;
	font-size: 0.9em;
}

.leftLinks a:hover, .leftLinks a:active {
	color: #000066;
	font-weight: bold;
	background-color: #FFFFFF;
	text-decoration: none;
	line-height: 2em;
	font-size: 0.9em;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #000066;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #000066;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #000066;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000066;
} 

/*--- Dotted line between menu items in sidebar ---*/

.menuSpacer {
	margin-bottom: 15px;
}

/* --- comment --- */

#commentform {
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #859797;
	margin: 25px;
	border-bottom-color: #000066;
}

.commententry {
	padding: 0 25px 0px 25px;
	color: #7B7F6C;
}

.commententry  a:link  {
	color: #485F5F; 
	text-decoration: none;
	font: 11px/16px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #485F5F;
}

.commententry  a:visited  {
	color: #687575; 
	text-decoration: none;
	font: 11px/16px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.commententry  a:hover, .commententry a:active {
	color: #c30;
	font: 11px/16px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	background-color: #FDF2E7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c30;
}

/*---  MAIN PAGE CONTENT ---*/

#content {
	position: absolute;
	margin: 0;
	width: 678px;
	float: left;
	text-align: left;
	background-color: #FFFFFF;
}

#contentsearch {
	position: absolute;
	background-color: #F7F7F6;
	border: 1px solid #FFFFFF;
	margin: 0;
	width: 678px;
	text-align: left;
}

#contentmembers {
	position: absolute;
	background-color: #F7F7F6;
	border: 1px solid #FFFFFF;
	margin: 0;
	width: 678px;
	color:  #485F5F;
	font: 11px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

#contentmailing {
	position: absolute;
	background-color: #F7F7F6;
	border: 1px solid #FFFFFF;
	margin: 0;
	width: 678px;
	color:  #485F5F;
	font: 11px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.mailing {
	background-color: #000066;
	padding: 15px;
	color:  #485F5F;
	font: 11px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

#trackback {
	background-color: #000066;
	border: 1px solid #FFFFFF;
	margin: 0;
	width: 450px;
	margin-top: 25px;
}

#contenttrackback {
	background-color: #F7F7F6;
	color: #727664;
	font: 11px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 10px 15px 25px;
}

#contenttrackback a:link {
	color: #485F5F; 
	text-decoration: none;
	font: 11px/16px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #485F5F;
}

#contenttrackback a:visited {
	color: #687575; 
	text-decoration: none;
	font: 11px/16px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}


#contenttrackback a:hover, #contenttrackback a:active {
	color: #485F5F; 
	text-decoration: none;
	background-color: #EDEEE8;
	font: 11px/16px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #485F5F;
}


.trackbackentry {
	font: 11px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #727664;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-bottom: 10px;
	text-align: left;
 	border-bottom: 1px dotted #CDCDCD;
}

#contenttrackback b {
	background-color: #F7F7F6;
	color: #485F5F;
	font: bold 11px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.navtitles {
	color: #000066;
	font-size: 1em;
	letter-spacing: 2px;
	padding: 5px;
	font-weight: bold;
	font-family: "Comic Sans MS";
}

.title {
	color: #c30;
	letter-spacing: 2px;
	font: bold 11px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	margin-left: 25px;
}

.title a:link, .title a:visited {
	color: #c30;
	font: bold 11px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	text-decoration: none;
	border-bottom: 1px dotted #c30;
}

.title a:hover {
	color: #c30;
	font: bold 11px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	text-decoration: none;
	background-color: #FDF2E7;
	border-bottom: 1px dotted #c30;
}

H2 {
 font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
 font-size: 17px;
 color: #919581;
 font-weight: bold;
}

H3 {
 font-size: 1em;
 color: #333333;
 font-weight: bold;
}

H4 {
 font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
 font-size:   12px;
 color: #7B7F6C;
 margin-top: 2px;
 margin-bottom: 5px;
 font-weight: bold;
}

H5 {
 font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
 color: #7B7F6C;
 margin: 2px 0 2px 0;
 font-weight: normal;
}

/*---  Weblog entry formatting.  ---*/

#weblog {
	width: 510px;
	float: left;
	text-align: left;
	border-top-style: none;
}

p {
	color: #000066;
	margin-top: 2px;
	margin-bottom: 2px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
}

.update {
	padding-left:  20px;
	font: bold 11px/16px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #c30;
	background: url(http://www.duoh.com/veerle/images/ic_update.gif) no-repeat;
}

.quote {
	color: #8F9381;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 10px 25px 10px 25px;
	border-bottom: 1px solid #DEE0D1;
	border-top: 1px solid #DEE0D1;
	letter-spacing: 1px;
	word-spacing: 1px;
}

pre {
	color: #5A5D51;
	font: normal 9px/12px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	background-color: #E8EBDF;
	padding: 10px;
	width: 440px;
}

.quoteblock {
	color: #5A5D51;
	font: normal 10px/16px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	margin: 10px 25px 10px 25px;
	letter-spacing: 1px;
	word-spacing: 1px;
	background-color: #E8EBDF;
	padding: 10px 20px 10px 25px;
}

.smalltext {
	color: #6F8282;
	font: 10px/16px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.source {
	color: #6F8282;
	font: italic 9px/16px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.weblogentry {
	padding: 10px 0 10px 0;
	margin-top: 1px;
	margin-right: 30px;
	margin-left: 50px;
}

.weblogentry  b {
	color: #000066;
	text-decoration: none;
	font: bold 11px/16px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.weblogentry ul li {
	font: 11px/16px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	padding-left: 10px;
}

ul {
	padding:0;
	list-style-type:none;
	margin: 0px;
}

ul li {
	margin:0;
	padding: 0px;
}

ul ul {
	margin: 0px;
	padding: 0px;
}

.weblogentry  a:link  {
	color: #000066;
	text-decoration: underline;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
	border-color: #FFFFFF;
}

.weblogentry  a:visited  {
	color: #000066;
	text-decoration: underline;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
}

.weblogentry  a:hover, .weblogentry a:active {
	color: #000066;
	border-bottom-color: #000066;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #000066;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #000066;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #000066;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-color: #000066;
	text-decoration: none;
} 

/*---  Weblog entry footer formatting.  ---*/

.entryfooter {
	color: #7B7F6C;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #859797;
}

.entryfooter  a:link {
	color: #485F5F; 
	text-decoration: none;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #485F5F;
}
.entryfooter  a:visited {
	color: #687575;
	text-decoration: none;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.entryfooter  a:hover, .entryfooter  a:active {
	color: #c30;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FDF2E7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c30;
}

.toparrow  {
	float: right;
	
}

.author {
	color: #919581; 
	text-decoration: none;
	font: 10px/14px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.author  a:link {
	color: #485F5F; 
	text-decoration: none;
	font: 10px/14px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #485F5F;
}

.author  a:visited {
	color: #687575;
	text-decoration: none;
	font: 10px/14px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.author  a:hover, .author  a:active {
	color: #c30;
	font: 10px/14px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	background-color: #FDF2E7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c30;
} 

/*---  weblog link ---*/

.webloglink {
	color: #333366;
	font-size: 1em;
	letter-spacing: 2px;
	font-family: "Comic Sans MS";
	text-align: justify;
	margin-left: 30px;
}

.webloglink  a:link {
	color: #000066;
	text-decoration: none;
	font-size: 0.8em;
	letter-spacing: 2px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-left-style: dashed;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-top-color: #FFFFFF;
}

.webloglink  a:visited {
	color: #000066;
	text-decoration: none;
	font-size: 0.8em;
	letter-spacing: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-left-style: dashed;
	border-right-color: #FFFFFF;
	border-right-style: dashed;
	border-top-color: #FFFFFF;
	border-top-style: dashed;
}

.webloglink  a:hover {
	color: #000066;
	font-size: .8em;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000066;
	letter-spacing: 2px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #000066;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #000066;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #000066;
}

.webloglink  a:active {
	color: #000066;
	text-decoration: none;
	font-size: 0.8em;
	letter-spacing: 2px;
	border-top-style: dashed;
	border-top-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
}


/*---  forms ---*/

form {
	margin-top: 0px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #485F5F;
}

.input {
	background-color: #fff;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #485F5F;
	margin: 5px 5px 5px 0px;
	padding: 2px;
	border: 1px solid #999999;
}

.leftLinks.input {
	width: 115px;
}


.textarea {
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	background-color: #fff;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 3px;
	margin-bottom: 3px;
	color: #485F5F;
}

.button {
	background-color: #EDEEE8;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	color: #485F5F;
	border: 1px solid #999999;
	margin: 5px 5px 5px 0px;
	padding: 2px 7px;
}

.pulldown {
	background-color: #fff;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	color: #485F5F;
}

