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

body {
	background-color:#fff;
	font-size:14px;
	font-family: Georgia, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:0.5px;
	color:#333;
	padding:0px;
	margin:0px;
	margin-bottom:0px;
	text-align:center;
	text-transform:lowercase;
	}

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

/* IE fix for whitespace in forms */
form {
	margin: 0;
	padding-top: 5px;
}
/* .............................. */
/* Links */
/* .............................. */

a {
	color:#666;
	text-decoration:none;
	border: 0px;
	}

a:hover {
	color:#333;
	text-decoration:none;
	border: 0px;
	}
	
img {
	border: 0px;
}

span, label {
       display:-moz-inline-block;
       display:-moz-inline-box;
       display:inline-block;
}
p {
	margin-top: 5px;
	margin-bottom: 5px;
}
/* .............................. */
/* Headings */
/* .............................. */

h1 {
	float: left;
	clear: left;
	font-size: 130%;
	color: #efefef;
	font-weight: normal;
	letter-spacing: 0px;
	margin: 0px;
	margin-left: 0px;
	padding: 0px;
	}
	
h1 a {
	color: #666;
      text-decoration: none;
	}

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

.title {
	width: 100%;
	height: auto;
	font-size: 140%;
	color: #333;
	}
	
.title span {
	font-size: 12px;
}

h3 {
	margin: 0px;
	font-weight: normal;
	font-size: 120%;
	letter-spacing: 0px;
	color: #444;
	text-align:left;
	}

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

#navigation {
      margin:0px auto;
	width: 825px;
	height:25px;
	color:#ccc;
	text-align:left;
	margin-top:5px;
	}   

.menu {
      float:right;
	clear:right;
	text-align:right;
	padding-top:5px;
	word-spacing:0px;
	font-size: 100%;
	}

.menu a {
	color: #666;
	text-decoration:none;
	font-size: 100%;
	}
		
.menu a:hover {
	color:#333;
	text-decoration:none;
	font-size: 100%;
	}

.menu span {
	padding:7px;
	padding-left:3px;
	padding-right:3px;
	}
		
/* .............................. */
/* Content */
/* .............................. */

#photo {
	margin:0px auto;
	background:#fff;
	padding:20px 20px 5px 20px;
	border:0px solid #ccc;
	}

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

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

.image-next {
	position:absolute;
	top:100px;
	width:25px;
	margin-left: 50%;
	height:25px;
	padding-top: 3px;
	background:#fff;
	font-size: 120%;
}
	
.image-next span {
	color: #ccc;
}

.image-previous {
	position:absolute;
	top:250px;
	width:auto;
	margin-right:50%;
	height:auto;
	padding-top:0px;
	opacity:0.6;
	filter:alpha(opacity=60);
}
	
.image-previous span {
	color: #ccc;
}

#commentToggleOut {
	position: absolute;
	top: 100px;
	left: 0px;
	width: 25px;
	height: 200px;
	background: #fff;
	z-index: 1;
}
	
#commentToggleIn {
	position: absolute;
	top: 100px;
	left: 0px;
	width: 25px;
	height: 200px;
	background: #fff;
	visibility: hidden;
	z-index: 2;
}
	
/* .............................. */
/* Image Info */
/* .............................. */

#image-info {
	height:20px;
	border:0px solid #ccc;
	padding-bottom:5px;
	margin: 5px 0px;
	}

#image-title{
	text-align: left;
	padding-left: 0px;
}

#image-notes {
	width:70%;
	vertical-align:top;
	}
	
#image-exif {
    padding-top:10px;
    text-align:right;
	width:25%;
	vertical-align:top;
	}

.addcomment {
	float:right;
	clear:right;
	padding-right:5px;
	}
	
#imageDesc {
      float: left; 
      width: 600px;
	text-align: left;
	background: #fff;
}

.imageComments {
      margin-left:50%;
	width: 412.5px;
	height: 100%;
	font-size: 12px;
	text-align: left;
	line-height: 16px;
	color: #555;
	background-color: #eee;
	border-right: 1px solid #fff;
	}

#commentScroll {
	width: 420px;
	height: 100%;
	overflow: auto;
	position: relative;
	padding: 0px;
	border: 0px solid black;
	text-align: left;
}

#commentShell {
	position: relative;
	width: 380px;
	height: auto;
	background-color: inherit;
	color: #666;
	padding: 10px;
	border: 0px solid #fff;
}
	
#imageNotes {
	width: 100%;
	height: auto;
	text-align: justify;
	border-bottom: 1px dotted #666;
	padding-bottom: 10px
}
	
#imageExif {
	width: 530px;
	height: auto;
	padding: 5px 0px;
	border-bottom: 1px dotted #666;
      font-size: 75%;
}

.exifRow {
	width: 100%;
	height: 15px;
}

#exifR1Left {
	float: left;
	width: 35%;	
}

#exifR1Center {
	float: left;
	width: 35%;
	text-align: center;
}

#exifR1Right {
	float: right;
	width: 30%;
	text-align: right;
}

#exifR2Left {
	float: left;
	width: 40%;	
}

#exifR2Right {
	float: right;
	width: 60%;
	text-align: right;	
}

#exifInfo span {
      color: #888; 
}

.exifRow span {
	color:#333;
      font-weight: bold;
}

#inputComment {
	width: 380px;
	height: auto;
	margin-bottom: 3px;
}

#inputRow {
	width: 100%;
	height: 22px;
	font-size: 10px;
}

#inputR1Col1 {
	float: left;
	width: 170px;
}

#inputR1Col2 {
	float: right;
	width: 200px;
	text-align: right;
}

#inputR2Col1 {
	float: left;
	width: 270px;
}

#inputR2Col2 {
	float: right;
	width: 100px;
	text-align: right;
}
/* .............................. */
/* Pages */
/* .............................. */

#page {
	background:#fff;
	border:0px solid #ccc;
	padding:20px;
	text-align:left;
	width:825px;
	height: auto;
	margin:0px auto;
	margin-bottom: 5px;
	line-height:16px;
	}

#page a {
	font-weight:bold;
	}
	
#page img {
	background:#fff;
	padding:0px;
	border:0px solid #ccc;
	}

.column{
	width:48%;
	text-align:left;
	vertical-align:top;
	padding:5px;
	}
	
.thumbnails {
	border: 0px solid black;
	padding: 0px;
	margin: 0px 21px 15px 0px;
	}

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

#comment-top {
	background:#efefef;
	border-bottom:1px solid #eee;
	padding:5px;
	margin-bottom:15px;
	height:10px;
	}    

#comments {
	width:100%;
	text-align:left;
	color: inherit;
	padding-top: 10px;
	background-color: inherit;
	}
	
#comments ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
	}
	
#comments li {
	display:block;
	margin:0px;
	margin-bottom:10px;
	color:inherit;
	text-decoration:none;
	padding:0px;
	border-bottom:1px dotted #666;
	}
	
#comments li a {
	color:#444;
	text-decoration:none;
	}
	
#comments li:hover {
	background:#f5f5f5;
	}
	
#comments li a:hover {
	background:#f5f5f5;
	}

#comment-middle {
	margin:0px auto;
	width:100%;
	font-size: 14px;
	text-align:left;
	color: inherit;
	padding-top:5px;
	background-color: inherit;
	text-indent: 0px;
	} 

#comment-image {
	min-height: 100px;
	width: 100%;
	margin: 0px 20px 5px 30px;
	border-bottom: 1px dotted #666;
	}
	
#comment-notes {
	float: left;
	width: 300px;
	padding-bottom: 10px;
	text-align: left;
	}

#comment-tn {
	float: right;
	width: 100px;
	padding-bottom: 10px;
	text-align: left;
	}

#addcomment {
      float: right; 
      width: 200px;
	height: auto;
	text-align:left;
	border-bottom: 1px dotted #666;
	background: inherit;
	}

.input {
	width:175px;
	font-size:10px;
	border:1px dotted #666;
	background-color:#fff;
	color:#666;
	padding:2px;
}
	
#addcomment textarea {
	width:100%;
	height:50px;
	font-size:12px;
	border: 1px dotted #ccc;
	background-color:#fff;
	color:#666;
	}

.comment-button {
	background:#fff;
	border:1px solid #aaa;
	color:#666;
	border-bottom:2px solid #aaa;
	border-right:2px solid #aaa;
	margin-top: 5px;
	}
	
.commentShell {
	border-bottom: 1px dotted #666;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.commentHeader {
	font-size: 100%;
	color: #999;
}

.commentHeader span {
	font-size: 15px;
}

.commentHeader .name {
	font-size: 100%;
	color: #555;
}

.commentHeader .date {
	font-size: 100%;
	color: #555;
}

.commentBody {
	padding: 3px 0px 0px 14px;
}

#noComments {
	padding-bottom: 5px;
	border-bottom: 1px dotted #666;
}

/* .............................. */
/* About */
/* .............................. */

#aboutShell {
	width: 100%;
	height: 550px;
	background: #eee;
	text-align: justify;
	font-size: 12px;
}

.aboutCol {
	float: left;
	width: 255px;
	padding: 9px;
}

.aboutLinks {
	font-size: 11px;
	font-weight: bold;
	padding: 5px 0px 15px 0px;
}

#aboutShell a {
	font-weight: normal;
}

#aboutCopy {
	font-size: 11px;
}

#aboutCopy span {
	font-size: 10px;
}

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

#footer {
   height:15px;
   margin:0px;
   color:#ccc;
   border:0px solid #ccc;
   }

#sponsors {
	height: 15px;
	margin: 0px;
	padding-top: 10px;
	color: #ccc;
}

#sponsors a {
	color: #666;
	text-decoration: none;
}

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

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