* {
	margin:0;
	padding:0;
}

body {
	padding:25px 25px 25px 25px;
	background-color:#f3f3f3;
	color:#666;
	font-family:Courier, "Courier New";
	font-size:11px;
}

/*BASIC ELEMENTS*/


#left {
	position:absolute;
        left:-10px;

}

#right {
	position:absolute;
	left:225px;
	max-width:1000px;
	padding:0 0 25px 0;
}

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

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

#pages {
	margin:0 0 30px 30px;
        margin-top:-20px;
}

#page-link {
	margin:0 0 30px 30px;
}

.page-link {
}

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

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

#thumbs {
	width:1200px;
}


#core-loader {
	position:absolute;
        left:180px;
	top:25px;
	display:none;
}

/*GENERAL*/

.link-active {
        font-weight:bold;
        color:#222;
}

.clear {
	clear:both;
}

img
{  
	border-style: none;
}

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

a:hover {
        color:#222;
}

/*ENTRY.PHP*/
.entry-title {
        color:#222;
        font-weight:bold;
}

.entry-sub {
        color:#222;
        font-weight:bold;
}

.entry-extra {
	color:#666;
}

.entry-line {
	height:50px;
	clear:both;
}

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

.entry img {
        margin-right:25px;
        margin-bottom:25px;
}

.entry img:hover {


}

.entry-extra1 {
}

.entry-extra2 {
        margin-left:5px;
}



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

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

.entry-text-top a {
        text-decoration:underline;
}

#close-entry {
	cursor:pointer;
	color:#666;
        text-decoration:underline;
}

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


/*ENTRY_LINK_THUMBS.PHP*/

.thumb {
        background:#c3c3c3;
        float:left;
	margin-right:25px;
        margin-bottom:25px;
	height:140px;
	width:220px;
        padding:5px;
        -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.thumb:hover {
	background:#fff;
}


#info_footer {
	color:#999;
	font-size:9px;
}

#info_footer a {
	color:#999;
	font-size:9px;
}

#info_footer a:hover {
	color:#222;
	font-size:9px;
}

#mail_btn {
        float:left;
	padding-top:3px;
}

.menu-title {
        font-weight:bold;
        color:#222;
}

.title {
        font-size:13px;
}

#toplogo {
        margin-left:-3px;
}

