* {
	margin:0;
	padding:0;
}

body {
	padding:50px 30px 30px 30px;
	background-color:#e5e5e5;
	color:#333;
	font-family:Helvetica, Arial, sans-serif;
	font-size:11px;
}

/*BASIC ELEMENTS*/

.dash {
	background-color:#e5e5e5;
	width:12px;
	height:1px;
	float:left;
	margin:7px 0 0 0;
}

#left {
	position:absolute;
	top:170px;
	background-color:#e5e5e5;
}

#head {
	position:absolute;
	left:250px;
	top:47px;
	max-width:300px;
	background-color:#e5e5e5;
	float:right;
}

#right {
	position:absolute;
	left:250px;
	top:170px;
	max-width:1000px;
	padding:0 0 50px 0;
}

#logo {
	margin:0 0 50px 30px;
}

	.logo-img {
		margin:0 0 0px 0px;
		float:left;
	}

#pages {
	margin:0px 0 30px 30px;
}

#entries {
	margin:0 0 30px 30px;
}

#tags {
	margin:0 0 30px 30px;
}

#sgat {
	margin:0 0 0px 30px;
}

#ofni {
	margin:0 0 30px 30px;
}

#thumbs {
	max-width:800px;
}

#footer {
	padding:30px 0 0 0;
	color:#999;
}

#load-content {
	display:none;
	margin:0 0 30px 0;
}

#core-loader {
	position:absolute;
	left:60px;
	display:none;
}

/*GENERAL*/

.link-active {
	background-color:#000;
	color:#fff;
}

.clear {
	clear:both;
}

img
{  
	border-style: none;
}

a {
	outline: none;
	color:#333;
	text-decoration:none;
}

a:hover {
	background-color:#000;
	color:#ffffff;
}

/*ENTRY.PHP*/
.entry-title {
	font-size:11px;
	margin:0 0 0px 0;
	font-weight:bold;
}

.entry-date {
	font-size:10px;
	color:#666;
}

.entry-line {
	background-color:#666;
	width:20px;
	height:1px;
	margin:45px 0 400px 0;
}

.entry {
	width:700px;
	margin:0 0 30px 0;
}

.entry img {
	margin:20px 0 10px 0;
}


.entry a {
	padding:0 0 0 0;
}

.entry-extra1 {
	float:left;
	margin:0 40px 0 0;
}

.entry-extra2 {
	float:left;
	color:#333;
}

.entry-text {
	margin:0 0 20px 0;
}

.entry-text-top {
	margin:0 0 10px 0;
}

#close-entry {
	background-color:#e5e5e5;
	cursor:pointer;
	color:#dc3334;
}

#close-entry:hover {
	background-color:#dc3334;
	color:#e5e5e5;
	text-decoration:none;
}

.greytex {
        color:#666;
	margin:0px 0 150px 0;
}


/*ENTRY_LINK_THUMBS.PHP*/

.thumb {
	float:left;
	margin:0 10px 30px 0;
	height:140px;
	width:200px;
}

#thumbs img {
	margin:0 0 0px 0;
	border-bottom:3px solid #e5e5e5;
	margin-bottom:-3px;
}

#thumbs img:hover {
	border-bottom:3px solid #e5e5e5;
	margin-bottom:-3px;
}

#thumbs .entry-text:hover {
	background:#232323;
	padding:0;
}

.thumb-tags {
	padding:0;
	margin:0;
}

.thumb-info {
	max-width:190px;
	padding:0;
	margin:0;
}

.menu-title {
        color:#666;
	margin-bottom:10px;
}

.guide a {
	text-decoration:underline;
	color:#333;
}

.guide a:hover {
	text-decoration:none;
	background:#000;
	color:#ffff99;
}