* {
	margin:0;
	padding:0;
}

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

/*BASIC ELEMENTS*/

#left {
	position:absolute;
	top:170px;
	background-color:#fff;
}

#head {
	position:absolute;
	left:250px;
	top:0px;
	max-width:750px;
	background-color:#fff;
	float:right;
}

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

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

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

#pages {
	margin:0px 0 20px 10px;

}

#entries {
	margin:0 0 20px 10px;

}

#tags {
	margin:0 0 20px 10px;

}

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

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

#thumbs {
	max-width:800px;

}

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

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

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

/*GENERAL*/

.link-active {
	background-color:#000;
	color:#fff;
}

.clear {
	clear:both;
}

img
{  
	border-style: none;
}

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

a:hover {
	background-color:#000;
	color:#fff;
}

/*ENTRY.PHP*/
.entry-title {
	font-size:11px;
	margin:0 0 0px 0;
	font-weight:bold;
	outline: none;
	color:#000;
	text-decoration:none;
}

.entry-date {
	font-size:11px;
	color:#666;
	outline: none;
	text-decoration:none;
}

.entry-line {
	background-color:#ccc;
	width:750px;
	height:1px;
	margin:50px 0 20px 0;
}

.entry-line2 {
	background-color:#ccc;
	width:750px;
	height:1px;
	margin:10px 0 10px 0;
}

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

.entry img {
	margin:10px 0 30px 0;
}


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

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

.entry-extra2 {
	float:left;
	color:#000;
}

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

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

#close-entry {
	background-color:#fff;
	cursor:pointer;
	color:#333;
}

#close-entry:hover {
	background-color:#000;
	color:#FFF;
	text-decoration:none;
}

.greytex {
        color:#000;
	margin:0px 0 150px 0;
}


/*ENTRY_LINK_THUMBS.PHP*/

.thumb {
	
	float:left;
	margin:0 10px 30px 0;
	height:150px;
	width:180px;
	

}

#thumbs img {
	margin:0 0 0px 0;
	border-bottom:3px solid #fff;
	margin-bottom:5px;
}

#thumbs img:hover {
	border-bottom:3px solid #fff;
	margin-bottom:5px;
	
}

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

}

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

}

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

}

.menu-title {
        color:#000;
	margin-bottom:10px;
}

.guide a {
	text-decoration:underline;
	color:#333;
}

.guide a:hover {
	text-decoration:none;
	background:#000;
	color:#fff;
}

.pages {
	text-align:justify;
	width:750px;
}

/*********************************************************************
 * Sexy Slider
 *********************************************************************/

#sliderpress
{
  width:750px;
  height:500px;
  overflow:hidden;
  clear:both;
  z-index:10;
}

#sliderpress .sexyslider-title
{
  padding:5px 10px;
  width:880px;
  line-height:28px;
  height:28px;
}

#sliderpress-nav
{
  height:45px;
  text-align:right;
}

#sliderpress-nav a 
{
  text-decoration:none;
background:white;
}

#sliderpress-nav a span
{
  padding:11px 11px 0 0;
  height:0;
  width:0;
  margin:11px 0 0 5px;
  overflow:hidden;
  display:inline-block;
  background:white url(http://www.thirtyfivedesign.com/images/slider-nav-normal.png) no-repeat left top;
  position:relative;
}


#sliderpress-nav a:hover span,
#sliderpress-nav a.active span
{
  background:white url(http://www.thirtyfivedesign.com/images/slider-nav-active.png) no-repeat left top;
}

#sliderback
{
  width:750px;
  height:500px;
  overflow:hidden;
  clear:both;
  z-index:10;
}

#sliderback .sexyslider-title
{
  padding:5px 10px;
  width:880px;
  line-height:28px;
  height:28px;
}

#sliderback-nav
{
  height:45px;
  text-align:right;
}

#sliderback-nav a 
{
  text-decoration:none;
background:white;
}

#sliderback-nav a span
{
  padding:11px 11px 0 0;
  height:0;
  width:0;
  margin:11px 0 0 5px;
  overflow:hidden;
  display:inline-block;
  background:white url(http://www.thirtyfivedesign.com/images/slider-nav-normal.png) no-repeat left top;
  position:relative;
}


#sliderback-nav a:hover span,
#sliderback-nav a.active span
{
  background:white url(http://www.thirtyfivedesign.com/images/slider-nav-active.png) no-repeat left top;
}