* {
	margin:0;
	padding:0;
}

body {
	padding:50px 30px 30px 30px;

	background-color:#e9e9e9;	
	background-image: url("http://visual3design.com/logo/w1.jpg");
	background-repeat: no-repeat;
	color:#666;

	font-family:Helvetica, Arial, sans-serif;
	font-size:11px;
}

/*BASIC ELEMENTS*/


#left {
	position:absolute;
     
        
}

#right {
	position:absolute;
	left:250px;
	top:58px;
	max-width:1200px;
	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 {
	width:850px;
	

}


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

/*GENERAL*/

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

p {
   background:#E9E9E9;
}


.clear {
	clear:both;
}

img
{  
	border-style: none;
}

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

a:hover {
        color:#FFFFFF;
background-color: #999999;
}

/*ENTRY.PHP*/

.srodek-tekst{
width:700px;
color:#000000;
background:#E9E9E9;        
}

.menu-title{
        color:#000000;
        
}
.entry-title {
        color:#222;
        
}

.entry-sub {
        color:#222;
       
}

.entry-extra {
	color:#666;
}

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

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

.entry img {
        background:#fff;
        margin-right:3px;
        margin-bottom:3px;
	padding:2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.entry img:hover {
        background-color:#c9c9c9;

}

.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 {
	float:left;
	margin:0 19px 25px 0;
	height:140px;
	width:220px;
}

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

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

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

.thumb-info {
	max-width:190px;
	padding:0;
	margin:0;
}
