* {
	margin:0;
	padding:0;
}

html,body {
        height:100%;
	padding:50px 30px 30px 30px;
	background-color:#F2F2F2;
	color:#333;
	font-family:Helvetica, Arial, sans-serif;
	font-size:11px;
}

*::selection{ background:#FF0066; color:#fff; }
*::-moz-selection{ background:#FF0066; color:#fff; }

/*404*/

.box404{ position:relative; left:0; top:0; width:100%; height:100%; background:#000; }
.box404 img{ width:100%; position:absolute; left:0; top:50%; margin-top:-22.5%; }

/*INFO LENTA*/

#feedback{ cursor:pointer; position:absolute; z-index:100; right: 0; top: 0; width: 166px; height:160px; background: url(/core/themes/oleg/gfx/feedback.png) no-repeat; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='gfx/feedback.png', sizingMethod='noscale'); _background:none;}



/*BASIC ELEMENTS*/

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

#left {
	position:absolute;
}

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

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

	.logo-img {
		margin:0 0 0 15px;
		float:left;
	}
	
.logo-img a:hover { background:#F2F2F2; }

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

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

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

#thumbs {
	max-width:750px;
}

#footer {
	padding:30px 0 0 0;
	color:#999;
}

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

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

/*GENERAL*/

.link-active {
	background-color:#FF0066;
	color:#F2F2F2;
}

.clear {
	clear:both;
}

img
{  
	border-style: none;
}

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

a:hover {
	color:#F2F2F2; background:#000;
} 




/*ENTRY.PHP*/
.entry-title {
	font: italic normal normal 24px/28px Georgia, 'Times New Roman', Times, serif;
	font-size:26px;
	margin:0 0 30px 0;
}

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

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

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

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

.image {
       text-align:center;
       padding:30px 0 0 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;
	font: italic normal normal 14px/18px Georgia, 'Times New Roman', Times, serif;
}

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

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

#close-entry:hover {
	color:#000000;
	background-color:#F2F2F2;
}


/*ENTRY_LINK_THUMBS.PHP*/

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

#thumbs img {
	margin:0 0 5px 0;
        border: 6px solid #E6E6E6;
}

.entry_img:hover  { 
      background:#F2F2F2; 
	 }


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

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

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



.pin-it-button {
display: inline-block;
width: 49px; height: 23px;
padding: 0!important;
text-indent: -999em;
background: url(/core/themes/oleg/gfx/pin-it-button.png) left top;
overflow: hidden;
}
.pin-it-button:hover {
background-position: 0 -24px;
}
.pin-it-button:active {
background-position: 0 -48px;
}