iframe {
	visibility: hidden;
	display: none;
}
iframe {
	visibility: collapse;
}

body {
	background:#41728b;
	margin:0px;
	padding:0px;
	text-align:center;
	font-size:10px;
	color:#000;	
	}


#blogtitle {
	position: relative;
	font-family: 'Arial Black';
	color: #333;
	font-size: 8pt;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 5px;
}


#referers {
	margin-bottom:0px; 
}

/* "wrappertwo" is needed for the header and the footer */

#wrappertwo {
	margin:40px auto;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
	width:720px;
	text-align:left;
	background:transparent;
	font-family:Arial;
    	font-size:11px;
}


.headline {
    	font-size:22px;
    	font-weight:bold;
	font-family:Arial;
    	color:#000;
    	letter-spacing:-1px;
    }


.thumbnails {
    	padding:5px;
		background-color: white;
	border: 1px solid #a9a9a9;
	margin: 10px 6px 6px 6px; /* 1. value: top, 2.: right, 3.: bottom, 4.:left */
	-moz-opacity: .50;
}


.current-thumbnail {
	padding:5px;
	margin: 15px 6px 6px 6px;
	background-color: #EAEAEA;
	border: none;
 }


.thumbnails:hover {
		-moz-opacity: .99;
		background-color: #E3E3E3;
}


.current-thumbnail:hover {
	 border:1px dashed #666;
}


#images a:hover {
	border:none; 
	text-decoration:none;
}


#photo img { 
	margin-right: auto; 
	margin-left: auto; 
	display:block; 
	clear: both;
   	padding:0px;
  	background:transparent;
   	border:1px solid #333;
} 


#wrapper {
	margin:0px auto;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
	width:600px;
	text-align:left;
	background: white url(img/head.gif) no-repeat;
	font-family:Verdana;
   font-size:10px;
	overflow: hidden;
}


#calendar {
    	width:600px;
    	padding:0px;
    	font-family:Helvetica, verdana, sans-serif;
    	font-size:10px;
    	font-weight:bold;
    	letter-spacing:-1px;
	margin-left:0px;
    }

#image-thumbs {
	width:650px;
	height: 133px;
	margin-left:0px;
	background: url(img/strip_bkg.png) repeat-x;
	overflow: hidden;

    }

	
#image-info {
    	width:600px;
    	padding:10px;
    	display:block;
	font-family:Verdana;
    	font-size:10px;
      position:relative; 
	left:20px;
	right:20px;
	color: Gray;
}


#image {
	padding:0px;
  	border:1px solid #333;
}


#browsearchive {
	width:600px;
	margin-left: 0px; 
	padding: 20px
	display:block;
	border-bottom: black 1px solid;
	
}


#navigation {
	margin-left:20px;
}


#image-text {

	width:500px;
	background: #F0F0F0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding: 5px;
	margin-top:15px;
	margin-bottom:15px;
	left: 45px;
	border: 1px solid #666666;
  	display:block;
    position:relative; 
	right:50px;
	
	
}


#image-info a:hover {
	border-bottom:none; 
	text-decoration:none;
}


/* #image-info:hover */
	
#kommentera {
	width:600px;
	font-family:Verdana;
    font-size:11px;
	font-weight: bold;	
  	background: #EFEFEF;
	position:relative; 
	left:0px;
	right:0px;
	text-align: left;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
}
#image-navigation {
	width:600px;
	font-family:Arial;
    	font-size:10px;
  	background: #EFEFEF;
	position:relative; 
	left:0px;
	right:0px;
	text-align: center;
	/*border-bottom: 1px solid black;*/
		border-top: 1px solid #999;
}


#add-comment {
	width:auto;
	padding:0px;
	margin-left:30px;
	margin-right:30px;
}


/* #add-comment form: */

#add-comment p: {
	width:auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color:#000;
	padding:5px;
}
	

#add-comment input {
	width:auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color:#000;
	padding:1px;
	border:1px solid #999;
}


#add-comment textarea {
	width:100%;
	height:50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	border:1px solid #999;
	background:transparent;
	color:#000;
	padding:1px;
}


#comments {
	width:600px;
	background:transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-indent:40px;
	margin-top:15px;
}


#comments li {
	display:block;
	margin:0px 30px 15px 30px;
	color:#000;
	text-decoration:none;
	padding:10px;
	border: 1px solid #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background:#efefef;
	text-indent:0px;
}


.input {
    	width:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	border:1px solid #444;
	background-color:#f5f5f5;
	color:#444;
    }


#comments ul {
	list-style-type:none;
	margin:0px;
	padding:10px;
}


#comments li:hover {
	border: 1px dotted #999;
}


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


#comments li:visited {
	color: #666666;
	text-decoration: none;
	border: 1px dotted #666666;
}


#comments li a:hover {
	color: #DACBCC;
	text-decoration: none;
	border-bottom: 1px dashed #DACBCC;
}


#poweredby {
	vertical-align:middle;
}

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


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


a:hover {
	color: #DACBCC; 
	border-bottom: 1px dashed #DACBCC;
	text-decoration: none;
}


p a {border-bottom: none;}

p a:visited {border-bottom: none;}

p a:hover {border-bottom: none;}

/* from this point only calendar-related things ;-) */

.td-calendar-days-vz {
	padding:1px;
	text-align:center;
	border-top:0px solid #999;
	border-bottom:1px solid #999;
	border-right:0px;
	border-left:0px;
	background:#fff;
	color:#999;
}


.td-calendar-days-vz:hover {
    background:#444;
    }


.td-calendar-days {
	padding:1px;
	text-align:center;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	border-right:0px;
	border-left:0px;
	background:#fff;
	color:#999;
	}


.td-calendar-days:hover {
    background:#444;
    }


.td-calendar-navi-vz {
	border-top:0px;
	border-bottom:1px solid #999;
	border-right:0px;
	border-left:0px;
	text-align:center;
	letter-spacing:1px;
	word-spacing:5px;
	}


.td-calendar-navi-vz a {
    text-decoration:none;
    color:#444;
    }


.td-calendar-navi {
	border-top:0px;
	border-bottom:1px solid #999;
	border-right:0px;
	border-left:0px;
	text-align:right;
	letter-spacing:1px;
	word-spacing:5px;
	background: #E7E7E7;
	}


.td-calendar-navi a {
    text-decoration:none;
    color:#444;
    }


.td-calendar-days-imagefound {
	padding:1px;
	text-align:center;
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
	border-left:1px dotted #999;
	border-right:1px dotted #999;
	background:#f5f5f5;
	}


.td-calendar-days-imagefound:hover {
    border-top:1px solid #999;
	border-bottom:1px solid #999;
	border-left:1px solid #999;
	border-right:1px solid #999;
	background:#666;
    }


.td-calendar-days-imagefound a {
    text-decoration:none;
    color:#444;
    }


.td-calendar-days-imagefound a:hover {
    text-decoration:none;
    color:#fff;
    }


.table-calendar {
    font-family:Helvetica, verdana, sans-serif;
	font-size:10px;
	padding:0px;
	margin:0px;
	width:600px;
	border-top:0px;
	border-bottom:0px;
	border-right:0px;
	border-left:0px;
	}


.table-calendar-vz {
    font-family:Helvetica, verdana, sans-serif;
	font-size:10px;
	padding:0px;
	margin:0px;
	width:200px;
	border-top:0px;
	border-bottom:0px;
	border-right:0px;
	border-left:0px;
	}
