/* **************
 *  Main styles
 * **************/
body
{
    background: transparent url("../images/bg_body.png") repeat-x scroll 0 0;
    font-family: "Lucida Sans Unicode",Lucida,"Trebuchet MS",Verdana;
    color: #5C5C5C;
    text-align: center;
}

a:hover {
    color:#000000;
}

abbr
{
border-bottom:1px dotted;
cursor:help;
}

a {
    color:#459ED3;
}

h1
{
	color: #459ED3;
}

h1 a
{
	color: #272727;
}

input
{
   font-family: "Lucida Sans Unicode",Lucida,"Trebuchet MS",Verdana;
   color: #5C5C5C;
}

 textarea
{   
    font-family: "Lucida Sans Unicode",Lucida,"Trebuchet MS",Verdana;
    color: #5C5C5C;
    font-size: 1.0em;
}


.content_container
{
    background: transparent url("../images/bg_rightnav.png") repeat-x scroll 0 0
}

.main_container
{
    text-align:left;
}

.content_container .previous
{
    float: right;    
    background:transparent url("../images/arrow_list_right.gif") no-repeat scroll right 17px;
    padding: 10px 15px 0 0;
}

.content_container .next
{
    float: left;    
    background:transparent url("../images/arrow_list_left.gif") no-repeat scroll left 17px;
    padding: 10px 10px 0 15px;
}

.footer
{
	background:#F7F7F7 none repeat scroll 0 0;
	float:left;
	margin:20px 0 0 0;
	padding: 10px;
	width:100%;
}

/* ************
 *  Blogposts
 * ************/

.blogpost
{
	padding: 19px 19px 19px 19px;
	border-left: dotted 1px #999999;
	border-right: dotted 1px #999999;
	text-align:justify;
	border-bottom: dotted 1px #999999;
	
}

.blogpost .timestamp
{
    float: left;
    background: transparent url("../images/time.png") no-repeat scroll 0 1px;
    padding: 0 0 0 20px;
}

.blogpost .category
{
    float: left;
    background: transparent url("../images/folder.png") no-repeat scroll 0px 1px;
    padding: 0 0 0 20px;
    margin: 0 0 0 20px;
}

.blogpost .comments
{
    float: left;
    background: transparent url("../images/comments.png") no-repeat scroll 0px 1px;
    padding: 0 0 0 20px;
    margin: 0 0 0 20px;
}

.blogpost .nopost_error
{
	color: Red;
	text-align:center;
	
	vertical-align: middle;
	padding: 150px 0 150px 0;
}

.blogimage_right
{
	margin: 20px;
	padding: 5px;
	border: dotted 1px silver;
	float:right;
}

.blogimage_left
{
	margin: 20px;
	padding: 5px;
	border: dotted 1px silver;
	float:left;
}

.blogimage_center
{
	margin: 0px;
	padding: 5px;
	border: dotted 1px silver;
	text-align:center;
}

.comments_list
{
	padding: 19px 19px 19px 19px;
	border-left: dotted 1px #999999;
	border-right: dotted 1px #999999;
	text-align:justify;
	border-bottom: dotted 1px #999999;
	
}

.comments_list .comment
{
    min-height: 80px;
    
}

.comments_list .comment .gravatar
{
    height: 60px;
    width: 60px;
    padding: 4px 0 0 0;
}

.comments_list .comment .name
{
    padding: 0 0 0 15px;
    font-weight: bold;
}

.comments_list .comment .timestamp
{
    float: right;
}

.comments_list .comment .message
{
    padding: 10px 0 0 75px;
    width: 525px;
}


.comments_form
{
    padding: 19px;    
    border-left: dotted 1px #999999;
	border-right: dotted 1px #999999;
	

}

.comments_form label
{
    display: block;
}

.comments_form fieldset
{
    border: 1px solid #E7E7E8;
    padding: 10px;
}

.comments_form .leftcol
{
    float: left;
    padding: 0 10px 0 0;
}



.comments_form textarea
{
    width: 415px;
    height: 100px;
}

.comments_form .submit
{
    background: #FFFFFF none repeat scroll 0 0;
    border: 3px solid #272727;
    margin: 10px 3px 0 0;
    float: right;
}

.comments_form .error
{
	float:left;
	margin-bottom:20px;
	width:100%;
}

/* *******************
 *  Photogallery
 * *******************/

.gallery
{

	padding: 19px 19px 19px 19px;
	border-left: dotted 1px #999999;
	border-right: dotted 1px #999999;
	text-align:justify;
	border-bottom: dotted 1px #999999;
	
}

.albums
{
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0;
    padding:0;
    
}

.albums li
{
    
    padding: 0 12px 20px 12px;
    margin:0;
    display:inline;
    float:left;
    height: 200px;
}

.albums li div
{
    border:1px solid #E7E7E8;
    text-align:center;
    width: 124px;
}

.albums li div img
{
    padding: 10px;
}

.albums li div p
{
    padding-left:10px;
    padding-right:10px;
    margin: 0 0 10px 0;
}



.photos
{
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0;
    padding:0;
    
}

.photos li
{
    
    padding: 0 12px 20px 12px;
    margin:0;
    display:inline;
    float:left;
}

.photos li div
{
    border:1px solid #E7E7E8;
    text-align:center;
    width: 124px;
}

.photos li div img
{
    padding: 10px;
}

.photos li div p
{
    padding-left:10px;
    padding-right:10px;
    margin: 0 0 10px 0;
}

.photos .backlink
{
       
    background:transparent url("../images/arrow_list_top.gif") no-repeat scroll left 7px;
    padding: 0 10px 0 15px;
}


.photos_detail
{
    text-align: center;
}

.photos_detail p
{
    padding: 20px 0 0 0;
    text-align: left;
}

.photos_detail .links
{
    text-align: left;
    padding: 0 0 20px 0;
}

.photos_detail .backlink
{
       
    background:transparent url("../images/arrow_list_top.gif") no-repeat scroll left 7px;
    padding: 0 10px 0 15px;
    
}

.photos_detail .nextlink
{
    float: right;    
    background:transparent url("../images/arrow_list_right.gif") no-repeat scroll right 7px;
    padding: 0 15px 0 0;
}

.photos_detail .prevlink
{
     
    background:transparent url(../images/arrow_list_left.gif) no-repeat scroll left 7px;
    float:right;
    padding:0 30px 0 15px;
}


/* *******************
 *  Right navigation
 * *******************/

.rightnav
{
    padding-top: 20px;
    
}


.rightnav_box
{
    padding-bottom: 10px;
    border-bottom: dotted 1px gray;
}

.rightnav_box span
{
	display: block;
}

.rightnav_box .urlbox
{
	width: 240px;
}

.rightnav_box h2 {
    color:#999999;
    margin-bottom: 10px;
}

.rightnav_box ul {

list-style-image:none;
list-style-position:outside;
list-style-type:none;
}

.rightnav_box ul li {
background:transparent url("../images/arrow_list_right.gif") no-repeat scroll 0 8px;
margin: 0px;
padding:2px 0 1px 15px;
}



.twitterline span
{
	font-style:italic;
}

/* *******************
 *  Top navigation
 * *******************/


#motto {
color:#999999;
float:left;
padding-left:20px;
padding-top:7px;
}

.topnav {
		float: right;
		margin: 0;
		padding: 0;
		list-style: none;
		height: 36px;
	}
	
	.topnav li {
		float: left;
		width: 110px;
		height: 29px;
		margin: 0 0 0 5px;
	}
	
	.topnav li a {		
		display: block;		
		width: 100%;
		height: 100%;		 
	}
	
	.topnav li a:hover, .topnav li.active a {		
		background-position: bottom;
	}
	
	.topnav li a span {
		display: none;
	}
	
	.topnav .blog a {
		background: url("../images/topnav_blog.png") no-repeat;
	}
	
	.topnav .fotogalerie a {
		background: url("../images/topnav_fotogalerie.png") no-repeat;
	}
	
	.topnav .itblog a {
		background: url("../images/topnav_it_blog.png") no-repeat;
	}
	
	

