/*
p{
padding:5px 0;
margin:0;
}
#menu {
display:block;
}
#maincontent{
padding:0 0 0 280px;
}
#content {
display:block;
width:880px;
padding:50px 0 0 0;
}
div.text{padding:10px 0; color:#666666;}
span.title{ font-weight:bold; color:#eeeeee; font-size:13px;}
*/
/*div .clients{width:70px;}*/

/* Content */
#content {
	width:600px;
	float:left;
	/*	margin:0 0 0 180px; */
/*	padding:0 300px 0 60px;*/
/*	padding:0 260px 0 0;*/
	height:100%;
	padding: 50px 0 0 100px;
}
#content .post{
	border:1px solid #1e211b;
	background:#000000;
	color:#FFFFFF;
	padding: 18px  0;
	margin: 0 0 9px 0;
}
#content .post-detail{
	padding:0 0 0 10px;
}
#content .post-detail span{
	padding:0 10px 0 0;
}
#content .entry_post a{
font-size:12px;
}
#content .entry_post{

overflow:hidden;
}
#content .entry_post img{
padding:10px;
float:left;
}
#content .entry_post p{
padding-left:10px;
}
#content input, #content textarea{
border:1px solid #1e211b;
background:#000000;
color:#627074;
}

.navigation_list{
	/*
height:20px;
width:589px;
position:relative;
*/
	background:#000000;
	border:1px solid #1e211b;
	width:598px;
	height:20px;
	padding: 8px 0 5px 0;
	position:absolute;
	bottom:13px;
	z-index:5;
}
.navigation_list a:link, .navigation_list a:visited{
	color:#627074;
}
.navigation_list a:hover, .navigation_list a:focus, .navigation_list a:active{
	color:#ffffff;
}

 .navigation_list .previous-entries{
float:left;
padding:3px 0 5px 10px;
}
 .navigation_list .next-entries{
float:right;
padding:5px 10px 5px 0;
}
.navigation{
overflow:hidden;
text-transform:uppercase;
}
 .navigation .alignleft{
float:left;
padding:3px 0 5px 10px;
font-size:12px;
}
 .navigation .alignright{
float:right;
padding:5px 10px 5px 0;
}
.next{
width:20px;
height:20px;
}

#sidebar{
	width: 170px;
	color: #564b47;
	padding: 50px 0 0 8px;
	float: left;
}
/*------------------------ Search Form ------------------------*/
#searchform {
	background: url(../img/search.gif) no-repeat left top;
	height: 32px;
	width: 260px;
}



#searchform:hover {
	background: url(../img/search.gif) no-repeat left bottom;
}



#searchinput {
	background: none;
	border: none;
	width: 154px;
	height: 18px;
	padding: 0 5px 0 10px;
	color: #FFFFFF;
	margin: 8px 0 0 0;
}



#searchsubmit {
	background: none;
	border: none;
	width: 60px;
	height: 30px;
	cursor:pointer;
	display:none;
}
/*------------------------ Sidebar Search ------------------------*/
#sidebar ul li form{
	margin: 10px 0;
}
/*------------------------ Default Sidebar for Coogee Theme ------------------------*/
#search form{
	margin-top: 5px;
	margin-bottom:20px;
}


#sidebar li a{color:#ffffff;}
#sidebar .archives{
	border:1px solid #1e211b;
	background:#000000;
	padding:0 5px 8px 20px;
	margin:8px 0;
}
#sidebar .ul-archives{
	padding:0 0 0 8px;}
#sidebar .blogroll{
	border:1px solid #1e211b;
	background:#000000;
	padding:0 5px 8px 20px;
	margin: 8px 0;
}
#sidebar .ul-blogroll{
	padding:0 0 0 8px;}

#footer{
position:relative;
margin:-20px 0 0 0;
height:20px;
padding:0;
background:#FF0000;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*--------Scrollable-------*/
/* root element for scrollable */ 
#content .scrollable{
	/* required settings */ 
    position:relative;
	overflow:hidden;
	height:88%;
} 
 
/* root element for scrollable items */ 
#content .scrollable div.items {     
    position:absolute; 	     	
    /* this time we have very large space for height */     
    height:20000em; 
	width:100%;    
}

