/*BASIC RESET*/

*{
	margin:0;
	padding:0;
}

fieldset,img{
	border:0;
}

ol,ul{
	list-style:none;
}

a {
	color: #81725E;
	text-decoration: none;
}

a:hover {
	color: #81725E;
	text-decoration: none;
}
			
a:active,a:focus{
	outline:0;
	text-decoration: none;
}
			
h1,h3,h4,h5,h6,span{
	font-size:100%;
	font-weight:normal;
}

/*General*/
			
body{	
	font-family:Helvetica, Arial;
	font-size:12px;
	width:100%;
	background-color:#F0EBE6;
			
}
				
#content {
	width: 1650px;
	margin-top: 10px;
	margin-left: 10px;
}
	
#nav {

	color: #81725E;
	float:right;
	padding-right: 5px;
	font-family: Times;
	font-size: 12px;
	font-style: italic;
	}
	
#nav:hover {
	color: #333;
}
		
/*Posts*/

.post{

	display:inline-block;
	width:350px;
	background:#FFF;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 10px;
	float:left; 
	position: relative;	
}

.postbig{

	display:inline-block;
	width:760px;
	background:#FFF;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 10px;
	float:left; 
	position: relative;	
}

.photo img{
	width:350px;

}

.an_counter {
	width:350px;
	background:#FFF;
	height: 40px;
	color:#81725E;
}
			
.caption{
	color:#FFF;
	position:absolute;
	bottom: 0px;
	left:0px;
	width:340px;
	padding: 10px;
	padding-left: 25px;
	padding-right: 25px;
	margin-bottom: 40px;
	background:url(../img/intern/caption-bg.png);
}

.caption a,.caption a:visited{
	text-decoration: none;
}

.caption a:hover{
	color:#81725E;
}

.changeimage{
	text-decoration: none;
	font-size: 12px;
	position: absolute;
	bottom: 10px;
	right: 25px;
}
.changeimage a{
	text-decoration: none;
	font-size: 12px;
	color:#FFFFFF;
	}

.changeimage a:hover{
	text-decoration: none;
	color: #81725E;
	font-size: 12px;
}


.posts-small{

	float:left;
	width: 410px;
	clear:right;
}
.posts-big{

	float:left;
	width: 820px;
	clear:right;
}


.posts .link a, #posts .link a:visited{
	display:block;
	padding-top:1px; 
	font-size:35px; 
	color:black;
}

.posts .link a:hover{
	color:#FF0000;
}
			
.posts .link .description {
	margin-top:18px;
}
			
.posts a.actions, #posts a.actions:visited{
	color:#999;
	text-decoration:none; 
	line-height:11px;
	font-family:Arial, sans-serif; 
	display:block; 
	height:11px; 
	font-size:16px; 
	position:absolute; 
	top:0px;
}
			
#posts a.actions:hover{
	color:#81725E;
}

#posts a.mover{
	left:14px;
}

#posts .outgoing-link{
	position:absolute; 
	top:0px; 
	right:45px;
	color:#999;
	text-decoration:none; 
	line-height:11px; 
	font-size:16px;
}

/*Tool-tips*/

.tip{
	color:#fff;
	z-index:13000;
}

.tip-title{
	font-family:Helvetica,Arial,"Lucida Grande",sans-serif;
	font-size:11px;
	margin:0;
	padding:8px;
	background:#888;
}
			
.tip-text{
	display:none;
}

#log {
	margin-bottom: 10px;
	font-family: Helvetica, sans-serif;
	color: #81725E;
}
 
#log_res {
	overflow: auto;
}		

#contact-area {
	padding-bottom: 50px; 
	color: #81725E;
}

form {
	color: #81725E;
}		
		
#contact-area input, #contact-area textarea {
	padding: 2px;
	width: 290px;
	font-family: Helvetica, sans-serif;
	font-size: 1em;
	margin: 0px 0px 5px 0px;
	border: 1px solid #81725E;
	float: right;
	background: transparent;
	color: #81725E;
}

table {

	padding: 2px;
	width: 290px;
	font-family: Helvetica, sans-serif;
	font-size: 1em;
	margin: 0px 0px 5px 0px;

	float: right;
	background: transparent;
	color: #81725E;
}

#contact-area textarea {
	height: 90px;
	background: transparent;
	
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 1px solid #81725E;
	background: white;
}

#contact-area input.submit-button {
	color: #81725E;
	width: 100px;
	float: right;
	
}