* {
	margin:0;
	padding:0;
}

body {
	background:url(../gfx/bg.gif) repeat-x #dfdfdf;
	color:#000;
	font-family:Helvetica, Arial, sans-serif;
	font-size:11px;
}

/*BASIC ELEMENTS*/
#menu {
	height:30px;
	position:fixed;
	left:0;
	top:0;
	z-index:100;
	}

#logo{
	background-image:url(../gfx/logo.jpg);
	height:30px;
	width:168px;
	text-indent:-5000em;
	float:left;
	margin-right:7px;
	overflow:hidden;
}
	
	#core-loader {
		display:none;
		margin:7px;
	}

#load-content {
	position:absolute;
	height:100%;
	top:0;
	z-index:2;
}

/* MENU */
.page-link a{
	font-weight:bold;
	color:#ffffff;
}

.page-link:hover, #menu.entry-link:hover, .tag-link:hover{
	background-color:#ffffff;
}

.tag-link a {
	color:#999999;
}

#menu p {
	float:left;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding:3px;
	margin:5px;
}

/*GENERAL*/

.link-active {
	background-color:#555555;
}

img
{  
	border-style: none;
}

a {
	outline: none;
	color:#333;
	text-decoration:none;
}

a:hover {
	color:#999;
}

/*ENTRY*/
.entry {
	padding:10px;
}

#gallery {
	white-space:nowrap;
	padding-left:10px;
}

#gallery img {
	margin:40px 10px 0 0;
	}


/*ENTRY THUMBS*/
#thumbs {
	margin:35px 5px;
	position:absolute;
	z-index:1;
}

.thumb {
	padding:5px;
	float:left;
	height:128px;
	width:256px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

}

.thumb-content {
	visibility:hidden;
}

.thumb:hover {
	background-color:#000000;
}

#thumbs .entry-text:hover {
	background:#232323;
	padding:0;
}
	
#about{
	padding:40px 0 0 10px;
	}
	
#about div{
	width:200px;
	float:left;
	margin-right:10px;
	}

#about p{margin-bottom:10px;}