* {
	margin:0;
	padding:0;
}


.vernada {
	font-family: 'Droid Serif', Verdana, Arial, sans-serif;
}
.vernada h2 {
	font-size: 22px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
	text-decoration: none;
}


body {
	/*background-image: url(http://asksanik.com/core/faces/back2.jpg);*/
	padding:50px 30px 30px 30px;
	background-color:#FFF;
	background-attachment: fixed;
	color:#000;
	font-family: 'Droid Serif', Verdana, Arial, sans-serif;
	font-size:11px;
	
}

p{ line-height: 11pt }

/*BASIC ELEMENTS*/





.affiliates a {
    width: 141px; height:77px;
    overflow: hidden;
    float: left;
    
}
.affiliates img {
    border: none;
    margin: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.affiliates a:hover img {
    margin-top: -77px;
}
















.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:800px;
	padding:0 0 50px 0;
}





#logo {
	margin:0px 0px 60px 20px;
	position: fixed;
	
	
}

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




#pages {
	margin:134px 0 0px 26px;
	position: fixed;
}

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

#tags {
	margin:210px 0px 0px 26px;
	position: fixed;
}

#thumbs {
	max-width:750px;
}

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

#logos {
	max-width:700px;
}

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

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

/*GENERAL*/




.clear {
	clear:both;
}

img
{  
	border-style: none;
}

/*LINKS*/

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

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

a:active {
	
	
}






a:hover {
	
	color:#000;
	background-color:#fff;
	text-decoration: underline;
	font-weight: bold;	
}



.link-active {
	background-color:#ff99ff;
	
	
}




/*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:#000;
}

#close-entry:hover {
	color:#fff;
	background-color:#000;
}


/*ENTRY_LINK_THUMBS.PHP*/

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

#thumbs img {
	margin:0 0 -3px 0;
}

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





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

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



.test {
	padding: 0px 40px 0px 30px;
}



#page_wrap {
	width: 1200px;
	z-index: 1;
	margin: 10px auto;
}


/*#bottom_fade {
	width: 1200px;
	height: 200px;
	z-index: 99;
	position: fixed;
	bottom: 0px;
	background: url(http://asksanik.com/core/faces/bottom-fade.png) bottom center repeat-x;
}*



