body {
	font-family:Verdana, Geneva, sans-serif; /* Sets default font size to 10px */
	color:#3C3C3C;
	background-image: url(../images/backgrnd.gif);
	background-repeat: repeat;
	background-attachment: scroll;
	font-size: 55%;
	}

* {
	margin:0;
	padding:0;
	}

img {
	border:0;
	}

p {
	margin-bottom:1.25em;
	}

a {
	text-decoration:none;
	color:#930;
	}
a:hover {
	text-decoration:none;
	color:#666;
	}

/* Structure */

#wrapper {
	margin:0 auto;
	width:780px;
	background:#E9E9E9;
	font-size:1.2em;

	}
#wrapper2 {
	margin:0 auto;
	width:780px;
	background:#101010;
	font-size:1.2em;
}

#header {
	height:146px;
	background-image: url(../images/skyline_goes.jpg);
	background-repeat: no-repeat;
	}
#menu {
	height:35px;
	line-height:35px;
	background:url(../images/bg-menu.png) repeat-x;
	padding:0 10px;
	}
#apDiv1 {
	position:absolute;
	width:150px;
	height:21px;
	z-index:1;
	margin-left: 625px;
	text-align: right;
	margin-top: 5px;
}

#sidebar {
	float:right;
	width:250px;
	margin-right:10px;
	background-color: #E9E9E9;
	}
#content {
	float:left;
	width:500px;
	min-height:400px;
	}
#contentFoto {
	float:left;
	width:100%;
	min-height:550px;
	padding-right: 0px;
	padding-left: 0px;
}


#footer {
	clear:both;
	height:100px;
	background:url(../images/bg-footer.jpg) no-repeat;
	}

/* Entries */

.entry {
	padding:5px 10px;
	font-size: 1.1em;
	}
.entry-title {
	font-size:1.90em;
	font-weight:normal;
	letter-spacing:-1px;
	}
.entry-titleComment {
	font-size:0.95em;
	font-weight:normal;
	padding-top: 5px;
}

.date {
	font-size:1.1em;
	color:#666;
	cursor:default;
	letter-spacing:1px;
	}


/* Menu */

#menu ul {
	list-style-type: none;
	}
#menu li {
	float:left;
	}
#menu li a {
	padding:0 15px;
	display:block;
	color:#ffffff;
	margin-right:2px;
	}
#menu li a:hover {
	background:url(../images/bg-menu-hover.png) no-repeat center center;
	}

/* Sidebar */

#sidebar ul {
	list-style-type:none;
	margin-top:10px;
	}
.Sitebar {
	color:#039;
	cursor:default;
	font-size: 0.95em;
}

#sidebar li {
	
	}
#sidebar li a {
	display:block;
	height:20px;
	line-height:20px;
	color:#222222;
	padding-left:5px;
	border-bottom:1px solid #dddddd;
	}
#sidebar li a:hover {
	background:#edebed;
	color:#6CC4D8;
	}

/* Footer */

#footer-valid {
	float:left;
	padding-top:80px;
	padding-left:10px;
	cursor:default;
	color:#ffffff;
	}
#footer-valid a {
	color:#ffffff;
	text-decoration:none;
	}
#footer-valid a:hover {
	color:#ffffff;
	text-decoration:underline;
	}

/* Heading's */

h1 {
	font-size:2em;
	font-weight:normal;
	cursor:default;
	position:relative;
	letter-spacing:1px;
	color:#aaaaaa;
	font-style:italic;
	}
h2 {
	font-size:1.2em;
	font-weight:normal;
	letter-spacing:1px;
	font-style:italic;
}




/* Feed */

#feed {
	height:30px;
	width:130px;
	background:url(../images/bg-feed.gif) no-repeat;
	padding-left:25px;
	font-weight: bold;
	color: #FFF;
	text-transform: none;
	font-size: 10px;
	font-style: normal;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
	}
a.feed-button {
	display:block;
	width:100px;
	height:25px;
	text-decoration: none;
	}
a:hover.feed-button {

	}

/* Extra's */

#ad-top {
	width:480px;
	height:72px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-repeat: no-repeat;
	}

#ad-top2 {
	width:480px;
	height:60px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
#menu2 {
	height:35px;
	line-height:35px;
	padding:0 10px;
}

#apDiv2 {
	position:absolute;
	width:435px;
	height:140px;
	z-index:2;
	margin-top: 10px;
	margin-left: 0px;
}
/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 2px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

