/* .............................. */
/* Basic */
/* .............................. */

body {
	background-color:#000000;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:0.5px;
	color:#606060;
	padding:0px;
	margin:0px;
	margin-bottom:20px;
	margin-top:30px;
	text-align:center;
	}

html, body {
     min-height:100.1%;
	}

td {
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:0.5px;
	}
	
.celltop	{
	background-color:#000000;
	}
	
.cellbot	{
	background-color:#000000;
	}

/* .............................. */
/* Links */
/* .............................. */

a {
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:0.5px;
	color:#606060;
	text-decoration:none;
	}

a:hover {
	color: #FFA800;
	text-decoration:none;
	}

/* .............................. */
/* Others */
/* .............................. */
		
.title-image {
    float:left;
	clear:left;
	font-size:10px;
	color:#606060;
	margin:0px;
	margin-left:5px;
	padding:0px;
	}
	
.title-image a {
    text-decoration:none;
	color:#606060;
	}

.title-image a:hover {
    text-decoration:none;
	}

.title {
	font-weight:bold;
	font-size:10px;
	letter-spacing:1px;
	color:#606060;
	margin:0px;
	margin-bottom:5px;
	margin-left:15px;
	padding:0px;
	}

h3 {
	font-weight:bold;
	font-size:10px;
	letter-spacing:1px;
	color:#ddd;
	text-align:center;
	}

/* .............................. */
/* Navigation and menu */
/* .............................. */

#navigation {
	width: 700px;
	padding:9px;
	height:10px;
	margin:0px;
	text-align:right;
	background-color: Black;
	background-image: url('../images/stubiblog.jpg');
	background-repeat: no-repeat;
	
}

.menu {
   float:right;
	clear:right;
	margin:0px;
	font-size:10px;
	color: #606060;
	}
	
.menu a {
	color: #606060;
	}
		
.menu a:hover {
	text-decoration:none;
	color:#FFA800;	
	}	

/* .............................. */
/* Content*/
/* .............................. */

.addcomment {
      float:right;
	clear:right;
	padding:0px;
	}

#photo {
      background: #000000;
	margin-top:20px;
	padding:10px;
	border:1px solid #606060;
	}

#image-navigate {
    background:#666;
	padding:20px;
	height:15px;
	width:70%;
	margin:0px auto;
	}
	
#image-navigate a {
	padding:10px;
	}

#image-info {
      background:#515151;
	border:1px solid #aaa;
	padding:20px;
	text-align:justify;
	width:70%;
	margin:0px auto;
	margin-bottom:25px;
	line-height:16px;
	color:#606060;
	}
	
#image-notes {
	width:70%;
	vertical-align:top;
	}
#image-exif {
    padding-top:10px;
    text-align:right;
	width:25%;
	vertical-align:top;
	}

/* .............................. */
/* Browse */
/* .............................. */

#page {
	text-align:left;
	margin:30px;
	width:800px;
	line-height:16px;
	}

#page a {
    font-weight:bold;
	}

#thumbmain img {
	background:#000000;
	border:5px solid #FFFFFF;
	}

#thumbmain a:hover img{
      border:5px solid #CCCCCC;
}

.column{
	width:50%;
	text-align:left;
	vertical-align:top;
	}
	
.thumbnails {
	margin:3px;
	}


/* .............................. */
/* Description */
/* .............................. */
#description{
   padding:9px;
	width:700px;
	margin:0px auto;
	margin-bottom:0px;
	text-align:right;
}

.view{
   float:left;
	clear:left;
	text-align:left;
	font-size:18px;
	color: #606060;
}

.descript {
   float:right;
	clear:right;
	margin:0px;
	margin-top:6px;
	font-size:14px;
	font-weight:bold;
	color: #606060;
	}



/* .............................. */
/* Comments */
/* .............................. */
#commentmenu {
      padding:0px;
	width:700px;
	margin:0px auto;
	margin-bottom:10px;
	text-align:right;
	}

.menucomment {
   float:left;
	clear:left;
	text-align:left;
	font-size:10px;
	color: #606060;
	}

.commentbody {
	color: #606060;
	font-size: 11px;
	margin: 5 0 10px 0;
	padding: 2px;
	background: #000000;
}

form {
	margin: 0;
	padding: 0;
}

textarea, #name, #email, #url, #cookie, #submit, #captcha, #usrpass {
	background: #ECECF0;
	border: 1px solid #d0d9c9;
	font-size: 11px;
}

input {
	background: #ECECF0;
	border: 1px solid #606060
	font-size: 10px;
}

.comments {
	width:700px;
	color: #000000;
	font-size: 10px;
}

.comments ul {
	list-style-type:none;
	margin:0px;
	padding:10px;
}

.comments li {
	color: #606060;
	display:block;
	margin:0px;
	margin-bottom:10px;
	text-decoration:none;
	padding:10px;
	border:1px solid #606060;
	background-color: #000000;
	text-align: left;
}

.comments li a {
	color: #606060;
	text-decoration:underline;
}
.comments li a:hover {
	color: #FFA800;
	text-decoration:underline;
}

.comment-middle {
	border-top:1px solid #aaa;
	padding:5px;
	margin-top:25px;
	height:15px;
} 

#info {
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:0.5px;
	color:#606060;
	text-decoration:none;
	}
	
#info a {
	color: #606060;
	font-size: 10px;
}

#info a:hover {
	color: #FFA800;
	text-decoration:none;
	}


/* .............................. */
/* Footer */
/* .............................. */

#footer {
   text-align:center;
   margin-bottom:20px;
   }

#dhtmltooltip {
	color: White;
	width:200px;
	position: absolute;
	text-align: left;
	font-size:9px;
	border: 1px solid #181818;
	background:url('transparent.png') 0px 0px;
	visibility: hidden;
	z-index: 100;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85); padding-left:15px; padding-right:15px; padding-top:6px; padding-bottom:6px
	}