* {
	margin:0;
	padding:0;
}

body {
	padding:50px 30px 30px 30px;
	background-color:#000;
	color:#FFF;
	font-family:Helvetica, Arial, sans-serif;
	font-size:11px;
}

/*BASIC ELEMENTS*/

.dash {
	background-color:#666;
	width:12px;
	height:1px;
	float:left;
	margin:7px 0 0 0;
}

#left {
	position:absolute;
}

#right {
	position:absolute;
	left:250px;
	top:110px;
	max-width:1000px;
	padding:0 0 50px 0;
}

#logo {
	margin:0 0 60px 0;
}

	.logo-img {
		margin:0 0 0 15px;
		float:left;
	}

#pages {
	margin:0 0 30px 30px;
}

#entries {
	margin:0 0 30px 30px;
}

#tags {
	margin:0 0 30px 30px;
}

#thumbs {
	max-width:750px;
}

#footer {
	position:fixed;
	bottom:5px;
	left:5px;
	color:#111;
	background-color:#000000;
	padding:4px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#toTop {
	font-size:9px;
        position:fixed;
	bottom:5px;
	left:95px;
	background-color:#000000;
	padding:2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}


#load-content {
	display:none;
	margin:0 0 30px 0;
}

#core-loader {
	position:absolute;
	left:250px;
	display:none;
}

/*GENERAL*/

.link-active {
	background-color:  #f8cd09;
	color:	#000000;
}

.clear {
	clear:both;
}

img
{  
	border-style: none;
}

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

a:hover {
	color:#CCC;
}

/*ENTRY.PHP*/
.entry-title {
	font-size:13px;
	margin:0 0 30px 0;
}

.entry-date {
	font-size:10px;
	color:#666;
}

.entry-line {
	background-color:#111;
	width:700px;
	height:1px;
	margin:45px 0 80px 0;
}

.entry {
	width:700px;
	margin:0 0 30px 0;
}

.entry img {
	margin:0 0 20px 0;
}


.entry a {
	padding:0 0 0 0;
}

.entry-extra1 {
	float:left;
	margin:0 30px 0 0;
}

.entry-extra2 {
	float:right;
}

.entry-text {
	margin:0 0 20px 0;
}

.entry-text-top {
	margin:0 0 20px 0;
}

#close-entry {
	cursor:pointer;
	color:#333333;
}

#close-entry:hover {
	color:#FFFFFF;
}


/*ENTRY_LINK_THUMBS.PHP*/

.thumb {
	float:left;
	margin:0 50px 50px 0;
	height:140px;
	width:200px;
}

#thumbs img {
	margin:0 0 5px 0;
}

#thumbs .entry-text:hover {
	background:#232323;
	padding:0;
}

.thumb-tags {
	padding:0;
	margin:0;
}

.thumb-info {
	max-width:190px;
	padding:0;
	margin:0;
}
.tagito {
        color:#8996a0;
	font-family:Helvetica, Arial, sans-serif;
	font-size:9px;
}
.leblanc {
        color:#000000;
	font-family:Helvetica, Arial, sans-serif;
	font-size:9px;
        background:#8996a0;
}
.newstuff {
        color:#000000;
	font-family:Helvetica, Arial, sans-serif;
        font-size:9px;
        background:#51626f;
}
.greenie {
        color:#53da3f;
	font-family:Helvetica, Arial, sans-serif;
        font-size:10px;
        background:#000000;
}

#toTop { 
        width:100px;
        background:#f1f1f1;
        border:1px solid 
