/* .............................. */
/* Basic */
/* .............................. */

body {
	position:relative;
	background-color:#ccc; 
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	padding:0px;
	margin:0px;
	text-align:left;
}

/*
html, body {
     min-height:100.1%;
	}
*/

/* .............................. */
/* Links */
/* .............................. */

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

a:hover {
	text-decoration:underline;
	}

/* .............................. */
/* Headings */
/* .............................. */

h1 {
    float:left;
	clear:left;
	font-weight:bold;
	font-size:15px;
	letter-spacing:2px;
	color:#000;
	margin:0px;
	margin-left:5px;
	padding:0px;
	}
	
h1 a {
    text-decoration:none;
	color:#000;
	}

h1 a:hover {
	text-decoration:none;
	}

.title {
	font-weight:bold;
	font-size:15px;
	letter-spacing:2px;
	color:#666;
	margin:0px;
	margin-bottom:5px;
	margin-left:0px;
	padding:0px 0px 0px 8px;
	}

* html .title {
	padding: 0px 0px 0px 20px;
}

.featuredtitle {
	font-weight:bold;
	font-size:18px;
	letter-spacing:2px;
	margin:0px;
	margin-left:20px;
	margin-bottom:10px;
	text-decoration:none;
	color:#000000;
}

.featuredtitle a:link, .featuredtitle a:visited
{
	text-decoration:none;
	color:#000;
}


h3 {
	font-weight:bold;
	font-size:11px;
	letter-spacing:1px;
	color:#666;
	text-align:center;
	}

/* .............................. */
/* Navigation and menu */
/* .............................. */

#navigation {
    background:#f5f5f5;
	border-bottom:1px solid #ccc;
	padding:5px;
	height:15px;
	margin-bottom:20px;
	}

.menu {
    float:right;
	clear:right;
	text-align:right;
	font-size:11px;
	}
	
.menu a {
	padding:7px;
	padding-left:10px;
	padding-right:10px;
	}
		
.menu a:hover {
	text-decoration:none;
	color:#111;
	}

#returnlink {
	float:right;
	clear:right;
	text-align:right;
}


/* .............................. */
/* Content */
/* .............................. */

#photo {
    background:#f5f5f5;
    padding:5px;
	border:1px solid #ccc;
	}

/* .............................. */
/* Image Navigation */
/* .............................. */

#image {
    text-align:center;
    }

#image-navigate {
    background:#eeefe8;
	padding:0px;
	height:20px;
	width:70%;
	margin:0px auto;
	}
	
#image-navigate a {
	padding:10px;
	}

.image-previous {
    float:left;
	}

.image-next {
	float:right;
	}

/* .............................. */
/* Image Info */
/* .............................. */

/*
#image-info {
    background:#f5f5f5;
	border:1px solid #000;
	padding:5px;
	text-align:justify; 
	width:80%;
	margin:0px auto;
	line-height:16px; 
	}
*/

#image-info {
	background: #eeefe8 url('/images/infobg.gif') repeat-y center;
	border:0px solid #000;
	padding:0px 5px 0px 0px;
	width:80%;
	margin:0px auto;
	color:#000;
	line-height:16px;
	font-size:12px;
	font-family:Verdana, Arial, Sans-Serif;
}
		
#image-notes {
	width:100%;
	vertical-align:top;
	padding: 10px 0px 5px 5px;
	}

* html #image-notes {
	padding: 5px 10px 5px 20px;
}

#image-exif {
	padding: 0px 0px 0px 8px;
	}

* html #image-exif {
	padding: 0px 10px 0px 20px;
}
.addcomment {
	float:right;
	clear:right;
	padding:0px 5px 0px 0px;
}

* html .addcomment {
	padding: 0px 13px 0px 0px;
}


#image-category {
	width:100%;
	vertical-align:top;
	padding: 0px 0px 15px 8px;
}


* html #image-category {
	padding: 0px 0px 0px 0px;
}

#infotop {
	background: #eeefe8 url('/images/infotop.gif') no-repeat bottom center;
	padding: 5px;
	width:80%;
	margin:0px auto;
}

* html #infotop {
	padding: 0px 5px 0px 8px;
	}

#infobottom {
	background: #eeefe8 url('/images/infobottom.gif') no-repeat top center;
	padding:5px;
	width:80%;
	margin:0px auto;
}

* html #infobottom {
	padding: 0px 5px 0px 8px;
	}

/* .............................. */
/* Pages */
/* .............................. */

#page {
    background:#eeefe8;
	padding:5px 20px 20px 20px;
	text-align:left;
	width:85%;
	margin:0px auto;
	margin-bottom:25px;
	line-height:16px;
	}

#page a {
/*    font-weight:bold; */
	}
	
#page img {
	background:#ffffff;
    padding:5px;
	border:1px solid #ccc;
	}

.column{
	width:48%;
	text-align:left;
	vertical-align:top;
	padding:5px;
	}
	
.thumbnails {
	border:1px solid #f5f5f5;
	padding:3px;
	margin:3px;
	}

/* .............................. */
/* Comments */
/* .............................. */

#commentback {
	background:#e1e2d9;
}

#comment-top {
    background:#eeefe8;
	padding:5px;
	margin-bottom:10px;
	height:15px;
	}    

#comments {
    margin:0px auto;
    	background:#e1e2d9 url('/images/commentbg2.gif') repeat-y center;
	padding: 5px;
        width: 452px;
        overflow: hidden;
	}

#comments-top {
	margin:0px auto;
	background:#e1e2d9 url('/images/commenttop2.gif') no-repeat bottom center;
	width: 452px;
	padding: 5px;
}

#comments-bottom {
	margin:0px auto;
	background:#e1e2d9 url('/images/commentbottom2.gif') no-repeat top center;
	width: 452px;
	padding: 5px;
}
	
#comments ul {
	list-style-type:none;
	margin:0px;
	padding:10px;
	}
	
#comments li {
	display:block;
	margin:0px;
	margin-bottom:10px;
	color:#000;
	text-decoration:none;
	padding:10px;
	border:1px solid #000;
	width: 410px;
	overflow: hidden;
	}
	
#comments li a {
	text-decoration:none;
	}
	
#comments li:hover {
	color:#000;
	background:#f5f5f5;
	}
	
#comments li a:hover {
	background:#f5f5f5;
	}

#comment-middle {
    background:#e1e2d9;
	padding:0px 0px 3px 5px;
	margin-top:10px;
	height:15px;
	} 

#addcomment {
	background:#e1e2d9 url('/images/commentbg2.gif') repeat-y center;
	width:452px;
	text-align:left;
	padding:5px;
	margin:0px auto;
	}

#addcomment-bottom {
        margin:0px auto;
        background:#e1e2d9 url('/images/commentbottom2.gif') no-repeat top center;
        width: 452px;
        padding: 5px 5px 15px 5px;
}

.input {
    width:410px;
        overflow: hidden;
	font-size:10px;
	border:1px solid black;
	background-color:#f5f5f5;
	color:#444;
	padding:5px;
	margin:0px 15px 0px 15px;
    }
	
#addcomment textarea {
	width:410px;
	overflow: hidden;
	height:50px;
	font-size:12px;
	border:1px solid black;
	background-color:#f5f5f5;
	color:#444;
	padding:5px;
	margin:0px 15px 0px 15px;
	}

.comment-button {
    background:##f5f5f5;
	border:1px solid black;
	color:#000;
	border-bottom:2px solid black;
	border-right:2px solid black;
	margin:0px 15px 0px 15px;
	}

.saveinfo {
	margin:0px 15px 0px 15px;
}

/* .............................. */
/* Footer */
/* .............................. */

#footer {
   text-align:center;
   margin-bottom:20px;
   }

/* .............................. */
/* Calendar if you want to use    */
/* a calendar in the template     */
/* .............................. */
.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;
	}
.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;
	}

