body {
	background:url(images/bg-body.jpg) no-repeat top center #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%; /* Sets default font size to 10px */
	color:#222222;
	}

* {
	margin:0;
	padding:0;
	}

img {
	border:0;
	}

p {
	margin-bottom:1.75em;
	}

a {
	text-decoration:underline;
	color:#990000;
	}
a:hover {
	text-decoration:none;
	color:#CC0000;
	}

/* Structure */

#wrapper {
	margin:0 auto;
	width:800px;
	background:#ffffff;
	background:url(images/bg-wrap.png) repeat-y;
	font-size:1.20em;
	}
	
#menu {
	height:38px;
	line-height:38px;
	background:url(images/bg-menu.jpg) no-repeat;
	padding:0 5px;
	margin:0 5px 0 5px;
	}
#sidebar {
	float:right;
	width:160px;
	background:#1a2702;
	margin-right:15px;
	}
#content {
	float:left;
	width:615px;
	min-height:400px;
	padding-left:5px;
	}
#footer {
	clear:both;
	height:136px;
	margin-left:5px;
	background:url(images/bg-footer.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:#999999;
	cursor:default;
	letter-spacing:1px;
	}
.comments {margin-bottom:5px;
	}
.comments a {
	color:#6CC7DC;
	background:url(images/icon-comment.png) no-repeat;
	padding-left:20px;
	padding-right:2px;
	padding-bottom:10px;
	}
.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;
	text-decoration:none;
	}
#menu li a:hover {
	background:url(images/bg-menu-hover.png) no-repeat center center;
	color:#006600;
	}

/* Sidebar */

#sidebar ul {
	list-style-type:none;
	margin-top:0px;
	}
#sidebar li {
	
	}
#sidebar li a {
	display:block;
	height:20px;
	line-height:20px;
	color:#FFFFFF;
	padding-left:5px;
	border-bottom:1px solid #000000;
	text-decoration:none;
	}
#sidebar li a:hover {
	background:#CCCCCC;
	color:#1a2702;
	}
#sidebar-bottom {
	height:18px;
	background:url(images/bg-sidebar-bottom.gif) no-repeat top center;
	}

/* Footer */

#footer-valid {
	padding-top:17px;
	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:2.5em;
	font-weight:normal;
	cursor:default;
	letter-spacing:1px;
	color:#330000;
	font-style:italic;
	}
	
h2 {
	position:relative; top:200px; left:35px;
	color:#FFFFFF;
	font-size:1.5em;
	font-weight:normal;
	width:600px;
	}
	
h3{
	color:#993300;
	font-size:1.5em;
	}
	

/* map button */

#bmap {
	height:56px;
	width:180px;
	background:url(images/bg-feed.jpg) no-repeat;
	margin:0 auto;
	padding-top:5px;
	}
a.bali-map {
	display:block;
    width:90px;
    height:40px;
	margin-left:35px;
    background:url("images/button.png") 0 0 no-repeat;
    text-decoration: none;
	}
a:hover.bali-map {
	background-position:0 -40px;
	}

/* Extra's */

#ad-top {
	width:600px;
	height:72px;
	padding:5px;
	margin-top:3px;
	}
	
	.photo-right {
	float:right;
	margin:10px 0 10px 10px;
	}
	
	.photo-left {
	float:left;
	margin:10px 10px 10px 0;
	}