

/* Generic Styling */

body {
	background:#466db0;
	font-family:"Trebuchet MS" Arial, Helvetica, sans-serif;
	font-size:62.5%; /* Sets default font size to 10px */
	color:#ffffff
	}

* {
	margin-top:0;
	padding:0;
	}

img {
	border:0px none;
	}

p {
	margin-bottom:0.75em;
	}

a {
	text-decoration:none;
	color:#ffffff;
	}
a:hover {
	text-decoration:none;
	color:#000000;
	}

/* Structure */

#wrapper {
	margin:0 auto;
	width:700px;
	background:#f096a9;
	font-size:1.20em;
    border-style: ridge
   
	}
#header {
	height:165px;
	background:url('images/header_pink.gif') no-repeat;
	}
#menu {
	height:35px;
	line-height:35px;
	background:url('images/bg-menu.png') repeat-x;
	padding-left:10px; padding-right:10px; padding-top:0; padding-bottom:0
	}
	
#sidebar {
	float:right;
	width:160px;
	background:#f096a9;
	margin-right:10px;
	padding-left:0; padding-right:0; padding-top:10px; padding-bottom:0
	}
	
.sidebar_headings {
padding-left:50px; padding-right:0px; padding-top:7px; padding-bottom:7px;
	background:url('images/right-menu.gif') no-repeat top;
	color:#FFFFFF;
	border:1px solid #FFF;
	cursor:pointer;
	font-weight:bold;
}

.sidebar_headings:hover{
	background:#f096a9;
}
	
	
#content {
	float:left;
	
	width:520px;
	
	}
#footer {
	clear:both;
	height:225px;
	background:url('images/footer_bg5.jpg') no-repeat;
	}

/* Entries */

.entry {
	padding:5px 10px;
	text-align:justify;
	line-height:1.75em;
	}
.entry-title {
	font-size:1.90em;
	font-weight:normal;
	letter-spacing:-1px;
	}
.date {
	font-size:0.9em;
	color:#bbb;
	cursor:default;
	letter-spacing:1px;
	}
.comments {
	margin-top:-1em;
	}
.comments a {
	color:#6CC7DC;
	background:url('images/icon-comment.png') no-repeat 0px 2px;
	padding-left:20px;
	padding-right:2px
	}
.comments a:hover {
	color:#B4C835;
	}


/* 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;
	}

/* Sidebar */



/* Footer */


/* Heading's */

h1 {
	font-size:2.5em;
	font-weight:normal;
	cursor:default;
	
	letter-spacing:1px;
	color:#ffffff;
	font-style:italic;
	}

/* Feed */

#feed {
	height:25px;
	width:126px;
	background:url('images/bg-feed.gif') no-repeat;
	margin:0 auto;
	padding-left:26px
	}
a.feed-button {
	display:block;
    width:100px;
    height:25px;
    background:url('images/button-feed.png') no-repeat 0 0;
    text-decoration: none
	}
a:hover.feed-button {
	background-position:0 -25px;
	}

/* Extra's */

#ad-top {
	width:480px;
	height:72px;
	background:url('images/bg-ad-top.png') no-repeat;
	padding:5px
	}