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

* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #90a49e;
	font-size: 62%;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: #caddbc;
	text-align: center;
	}

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

p {
	font-size: 1.3em;
	color: black;
	margin-bottom: 1.6em;
}
p.small {
	font-size: 1.1em;
}

#container {
	text-align: center;
	margin: 0 auto;
	padding: 0;
	width: 800px;
}

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

a {
	color: #caddbc;
	text-decoration:none;
	border-bottom: 1px solid transparent;
	font-weight: bold;
	}

a:hover {

	}
#image-info a {
	color: #c0493c;
	font-weight: bold;
}
/* .............................. */
/* Headings */
/* .............................. */

h1 {
	float:left;
	clear:left;
	font-weight:normal;
	font-size:1.8em;
	letter-spacing:0px;
	color:#caddbc;
	margin:-3px;
	margin-left:5px;
	padding:0px;
	}
	
h1 a {
	color: #caddbc;
	}

h1 a:hover {
	color:#626056;
	}

.title {
	font-weight: bold;
	font-size:1.6em;
	color:#caddbc;
	margin:0px;
	margin-bottom:5px;
	margin-left:15px;
	padding:0px;
	}

h3 {
	font-weight: bold;
	font-size: 1.6em;
	color:#caddbc;
	text-align: left;
	}

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

#navigation {
	background: #90a49e url(../images/header.gif) 10px 4px no-repeat;
	padding:5px;
	height:25px;
	margin:10px auto;
	margin-bottom: 16px;
	width: 100%;
	}
#navigation h1 {
	display: none;
}
.menu {
	/* float:right;
	clear:right;
	text-align:right; */
	font-size:1.1em;
	margin-top: 6px;
	}
	
.menu a {
	padding: 7px;
	}
.menu a:hover {
	text-decoration:none;
	color:#626056;
	}
	
/* .............................. */
/* Content */
/* .............................. */

#photo {
	background: #90a49e;
	padding: 8px;
	border:1px solid #caddbc;
	}

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

#image-navigate {
	background: #90a49e;
	padding:8px;
	height:15px;
	margin:0px auto;
	}
#image-navigate a {
	padding:10px;
	}
#image-title {
	font-weight: bold;
	font-size: 1.3em;
	margin: 8px 0 14px 0;
	}
.image-previous {
	float:left;
	}
.image-next {
	float:right;
	}

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

#image-info {
	background:#a9c0b9;
	padding:20px;
	text-align:left;
	margin:0px auto;
	margin-bottom:25px;
	line-height:1.6em;
	}
		
		
#image-notes {
	width:70%;
	vertical-align:top;
	color: #404946;
	font-size: 1.3em;
	}
	
#image-exif {
    padding-top:10px;
    text-align:right;
	width:25%;
	vertical-align:top;
	}

span.addcomment {
	padding:0px;
	color: #c0493c;
	font-size: 1.1em;
	}	

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

#page {
	background-color: #a9c0b9;
	border:1px solid #a9c0b9;
	padding:20px;
	text-align:left;
	width:100%;
	margin:0px auto;
	margin-bottom:25px;
	}

#page a {
    font-weight:bold;
	}
	
hr {
    border:0;
    color:#363636;
background-color: #363636;
height: 1px;
	}
	
#page img {
	background:#1c1b18;
    padding:5px;
	border:1px solid #363636;
	}

#page img:hover {
	background:#2a2820;
    padding:5px;
	border:1px solid #363636;
	}

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

select { 
	color: #404946;
	width: 120px;
}
	
/* .............................. */
/* Comments */
/* .............................. */

#comment-top {
	background:#90a49e;
	padding:10px;
	margin-bottom:25px;
	height:15px;
	}    

#comments {
    margin:0px auto;
	width:95%;
	text-align:left;
	}
	
#comments ul {
	list-style-type:none;
	margin:0px;
	padding:10px;
	}
	
#comments li {
	display:block;
	margin:0px;
	margin-bottom:10px;
	color:#666;
	text-decoration:none;
	padding:10px;
	}
	
#comments li a {
	color:#6d6659;
	text-decoration:none;
	}
	
#comments li:hover {
	background:#000;
	}
	
#comments li a:hover {
	background:#1c1b18;
	}

#comment-middle {
	padding:5px;
	margin-top:25px;
	height:15px;
	} 

#addcomment {
    width:90%;
	text-align:left;
	padding:10px;
	margin:0px auto;
	}

.input {
    width:45%;
	font-size:10px;
	border:1px solid #a9c0b9;
	background-color:#a9c0b9;
	color:#404946;
	padding:5px;
    }
	
#addcomment textarea {
	width:90%;
	height:50px;
	font-size:12px;
	background-color:#a9c0b9;
	color:#404946;
	padding:5px;
	border: 1px solid #a9c0b9;
	}

.comment-button {
    background:#a9c0b9;
	border:1px solid #a9c0b9;
	color:#c0493c;
	font-weight: bold;
	border-bottom:1px solid #a9c0b9;
	border-right:1px solid #a9c0b9;
	}

/* .............................. */
/* 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;
	}

/* TAG SUPPORT */
.tags00
{
	font-size: 8px !important;
}
.tags01
{
	font-size: 10px !important;
}

.tags02
{
	font-size: 12px !important;
}

.tags03
{
	font-size: 14px !important;
}

.tags04
{
	font-size: 16px !important;
}

.tags05
{
	font-size: 18px !important;
}

.tags06
{
	font-size: 20px !important;
}

.tags07
{
	font-size: 22px !important;
}

.tags08
{
	font-size: 24px !important;
}

.tags09
{
	font-size: 26px !important;
}

.tags10
{
	font-size: 28px !important;
}
