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

body {
	background-color:#fff;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:0.5px;
	color:#111;
	padding:0px;
	margin:0px;
	text-align:center;
	}
body#imageView {
	font-size:10px;
}

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

#mainarea {
	padding: 0px 0px;
	margin: 0px;
	background-color:#fff;
	color: #111;
	text-align: left;
	}

#photowrap {
	margin: 0px;
	padding: 0px 0px;
	}

#wrap {
	width: 800px;
	margin: 50px auto;
	}

/* .............................. */
/* Textcontent (About page) */
/* .............................. */

.textcontent {
	width: 70%;
	max-width: 900px;
	margin: 0px auto;
	text-align: left;
	padding-left: 1em;
	}

h2 {
	text-align: left;
	font-size: 16px;
	font-family: georgia, sylfaen, times;
	padding-top: 0.6em;
	}

.textbox1 {
	width: 15%;
	float: left;
	margin-right: 5%;
	}

.textbox2 {
	width: 34%;
	float: left;
	margin-right: 5%;
	}

.textbox3 {
	width: 54%;
	float: left;
	margin-right: 5%;
	}

.textbox4 {
	width: 74%;
	float: left;
	margin-right: 5%;
	}

.textbox5 {
	width: 100%;
	float: left;
	margin-right: 0%;
	}

.right {
	float: right;
	}	
	
img.img {
	margin: 8px 8px;
	}

img.nostyle {
    padding:0px;
	border:0px;
}

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

a {
	color:#444;
	font-weight: bold;
	text-decoration:underline;
	}

.menu a,
li a {
	color:#444;
	text-decoration:none;
	font-weight: bold;
	}

li {
	padding-bottom: 0.2em;
	list-style-type: square;
}

a:hover {
	text-decoration:underline;
	}

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

h1 {
    float:left;
	clear:left;
	font-weight:bold;
	font-size:24px;
	font-family: georgia, sylfaen;
	letter-spacing:2px;
	color:#777;
	margin:0px;
	margin-left:5px;
	padding:0px;
	}
	
h1 a {
    text-decoration:none;
	color:#777;
	}

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

.title {
	font-weight:bold;
	font-size:11px;
	letter-spacing:1px;
	color:#444;
	margin:0px;
	margin-bottom:5px;
	padding:0px;
	}

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

#browse-head {
	text-align: center;
}

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

#navigation {
	border-bottom:1px solid #bbb;
	height:24px;
	color: #444;
	}

.menu, .menu-left {
    float:right;
	clear:right;
	text-align:right;
	font-size:14px;
	line-height: 2em;
	padding-top: 3px;
	font-family: georgia, sylfaen, serif;
	vertical-align: bottom;
	}
	
.menu a {
	padding:7px;
	padding-left:30px;
	padding-right:10px;
	color: #777;
	}
		
.menu a:hover, .menu-left a:hover {
	text-decoration:none;
	color:#000;
	}

.menu-left {
    float:left;
	text-align:left;
	margin-left: 2em;
}

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

#photo {
	}

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

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

.image-previous {
    float:left;
	}

.image-next {
	float:right;
	}

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

#image-info {
	text-align:justify;
	}
		
#image-notes {
	vertical-align:top;
	float: left;
	width: 48%;
}
	
#image-exif {
	margin: 0px;
	margin-left: 2%;
    text-align:center;
	width:49%;
	vertical-align:top;
	}
#image-exif td {
	padding: 1px 12px;
	}
#image-exif .exif-key {
	font-weight: bold;
    text-align:right;
	}
#image-exif .exif-value {
	text-align:left;
	}
	
.addcomment {
    float:right;
	clear:right;
	padding:0px;
	}	

/* .............................. */
/* Subareas */
/* .............................. */

#subarea .sub-container {
	display: none;
}
#subarea .sub-container.tab-visible { 
	display: block; 
}


#subarea {
	border-top:1px solid #444;
	margin-top: 6px;
	text-align:justify;
	line-height:16px;
	width: 800px;
	clear: both;
	}
	
#subarea a {
    font-weight:bold;
	}
	
#subarea img {
	background:#ffffff;
/*    padding:5px;
	border:1px solid #ccc;*/
	}

.column{
	width:48%;
	text-align:left;
	vertical-align:top;
	padding:5px;
	}

#thumbnaillist {
	width: 640px;
	margin: 0px auto;
	text-align: left;
	}

.thumbnails {
	border:1px solid #444;
	background: #fff;
	padding:3px;
	margin:3px;
	}

/* .............................. */
/* Comments */
/* .............................. */
#commentbody {
	text-align:left;
	}
	
#comment-top {
    background:#353535;	
	border-bottom:1px solid #444;
	padding: 0px;
	height:15px;
	}    

#comments {
    margin:0px;
	width:48%;
	text-align:left;
	float: left;
	clear: left;
	padding: 0px;
	}
	
#comments ul {
	list-style-type:none;
	margin:0px;
	padding:10px;
	}
	
#comments li {
	display:block;
	margin:0px;
	margin-bottom:10px;
	color:#111;
	text-decoration:none;
	padding: 0px 10px;
	border-top:1px solid #777;
	}
	
#comments li a {
	color:#444;
	text-decoration:none;
	font-weight: bold;
	}
	
#comments li:hover {
	}
	
#comments li a:hover {
	}

#comment-subarea {
	border-top:1px solid #777;
	height:15px;
	margin: 0px;
	clear: both;
	} 

#comment-subarea .title {
	padding: 5px;
	}
	
#addcomment {
    width:100%;
	text-align:left;
	padding:10px 5%;
	margin:0px auto;
	padding-bottom: 100px;
	}

.input {
    width:250px;
	font-size:10px;
	border:1px solid #666;
	background-color:#e6e6e6;
	color:#000;
	padding:5px;
    }

#addcomment textarea:focus,
.input:focus {
	background-color: #fff;
	}

form label {
	margin-left: 1em;
	}
	
#addcomment textarea {
	width:450px;
	height:50px;
	font-size:12px;
	border:1px solid #666;
	background-color:#e6e6e6;
	color:#000;
	padding:5px;
	}

.comment-button {
    background:#fff;
	border:1px solid #aaa;
	color:#000;
	border-bottom:2px solid #aaa;
	border-right:2px solid #aaa;
	}

#comment-imageinfo {
	background: #000;
	padding: 20px;
	}

.thumbnail-right {
	float: right;
	border: 1px solid #777;
	padding: 2px;
	margin: 5px;
	}

.thumbnail-right img {
	border: 0px;
	}

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

#footer {
	clear: both;
	text-align:center;
	padding-top:0px;
	margin-bottom:20px;
	color: #777;
	}
#footer a {
	color: #888;
	}

div + #footer {
	padding-top:20px;
	}

/* .............................. */
/* Tooltip						  */
/* .............................. */

#photoinfos {
	background-color:#353535;
	border:1px solid #888;
	color: #fff;
	margin: 15px;
	padding: 3px 8px;
	width: 180px;
	text-align: left;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	-moz-opacity: 0.8;
}
#photoinfos .title {
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
}
#photoinfos .navInfo {
	margin-top: 7px;
}

/* .............................. */
/* ColorChooser					  */
/* .............................. */

#chooseLight span,
#chooseDark span {
	display: none;
}

#chooseLight,
#chooseDark  {
	width: 17px;
	height: 12px;
	position: absolute;
}

#chooseLight {
	background: #fff;
	border: 1px solid #000;
	top: 8px;
	left: 90px;
	display: block;
}

#chooseDark {
	background: #000;
	border: 1px solid #777;
	top: 8px;
	left: 115px;
	display: block;
}

#navigation .menu-left {
	position: relative;
	font-weight: normal;
	font-size: 12px;
	padding-top: 4px;
	/*position: absolute;
	top: 0px;
	left: 5px;
	display: block;*/
}

#photoright {
	text-align: right;
	}
#photoleft {
	text-align: left;
	}

#photoright,
#photoleft {
	position: relative;
}

#photoright span {
	background: url('../scripts/photonav/white-mark-right.png') no-repeat top right;
	right: 0px;
}

#photoleft span {
	background: url('../scripts/photonav/white-mark-left.png') no-repeat top left;
	left: 0px;
}

#photoright span.empty,
#photoleft span.empty {
	background-image: url();
}
	
#photoright span,
#photoleft span {
	-moz-opacity: 0.75;
	margin: 0px;
	width: 135px;
	height: 100px;
	position: absolute;
	top: 5px;
}

/* .............................. */
/* Tabs							  */
/* .............................. */

#subarea .tabs-nav {
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	width: 800px;
	display: block;
}

#subarea .tabs-nav span {
	width: 400px;
	text-align: center;
	float: left;
	display: block;
}

.tabs-nav {
	display: inline;
	width: 33%;
}

.tabs-nav .selected {
	font-weight: bold;
d	font-size: 16px;
}

.tabs-hide { 
	display: 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 */
#tag_cloud_header {
	display: none;
	}
	
.tags01
{
	font-size: 10px !important;
}

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

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

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

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

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

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

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

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

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

body a.vote {
	width: 300px;
	text-align: center;
}

body a.vote img {
	background: #fff;
	padding: 0px;
	margin: 0px auto;
}
