/* ..................................... */
/* Hello source code viewers!            */
/* ..................................... */






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

body {
	background-color:#45301F;
	font-size:10px;
	font-family:"Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	color:#FFF;
	padding:0px;
	margin:0px;
	margin-bottom:20px;
	text-align:center;
	background-image: url(../images/woodbg.jpg);
	background-repeat: repeat;
}
html, body {
	min-height:100.1%;
}

.right {
	float: right;
}

.commentshowhide {
	float: right;
	font-size:12px;
}

.rightbox {
	float: right;
	margin: 0px;
	padding: 0px;
	clear: both;
}

.left {
	float: left;
}

.topofpage {
	float: right;
	font-weight:bold;
	text-shadow: black 2px 2px 2px;
	font-style: italic;
}

.scriptlink {
	cursor: pointer;
	font-weight:bold;
	text-shadow: black 2px 2px 2px;
	font-size:18px;
	letter-spacing:1px;
	color:#FFF;
}

hr {
	color: #ccc;
	background-color: #ccc;
	height: 1px;
}


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

a {
	color:#99CCFF;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color: #FF9933;
}
a img {
	border:none;
}

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

h1 {
	float:left;
	clear:left;
	font-weight:bold;
	font-size:11px;
	letter-spacing:2px;
	color:#FFFFFF;
	margin:0px;
	margin-left:5px;
	padding:0px;
}
h1 a {
	text-decoration:none;
	color:#666;
}
h1 a:hover {
	text-decoration:none;
}
h1 img {
	border:none;
}
.title {
	font-weight:bold;
	text-shadow: black 2px 2px 2px;
	font-size:12px;
	letter-spacing:1px;
	color:#FFFFFF;
	margin:0px;
	margin-bottom:5px;
	padding:0px;
}
h3 {
	font-weight:bold;
	font-size:11px;
	letter-spacing:1px;
	color:#FFFFFF;
	text-align:left;
}
/* .............................. */
/* Navigation and menu */
/* .............................. */

#navigation {
	background:none;
	padding:20px;
	height:15px;
	margin-bottom:60px;
}
.menu {
	float:right;
	clear:right;
	text-align:right;
	font-size:11px;
}
.menu a {
	color:#fff;
	padding:7px;
	padding-left:10px;
	padding-right:10px;
}
.menu a:hover {
	text-decoration:none;
	color:#111;
}
/* .............................. */
/* Content */
/* .............................. */

#photo {
	padding:1px;
	border:15px solid #FFF;
	background-color: #000000;
}
/* .............................. */
/* Image Navigation */
/* .............................. */

#image-navigate {
	padding:20px;
	height:15px;
	width:70%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#image-navigate a {
	color:#fff;
	padding:10px;
}
.image-previous {
	float:left;
}
.image-next {
	float:right;
}

/* .............................. */
/* Image Title and Notes */
/* .............................. */

#image-titlenotes {
	color:#FFF;
	background-image: url(../images/bgtrans.gif);
	background-repeat: repeat;
	padding:20px;
	width:750px;
	margin: 15px auto 0px auto;
	text-align: left;
	line-height: 2em;
}


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

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

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

#page {
	color:#FFF;
	background-image: url(../images/bgtrans.gif);
	background-repeat: repeat;
	padding:20px;
	text-align:left;
	width:65%;
	margin:0px auto;
	margin-bottom:25px;
	line-height:16px;
}
#page a {
	font-weight:bold;
}
#page img {
	background:#FFF;
	padding:5px;
	border:1px solid #ccc;
}
.column {
	width:48%;
	text-align:left;
	vertical-align:top;
	padding:5px;
}

.column ul {
	padding:8px 5px 8px 15px;
}


.thumbnails {
	border:1px solid #f5f5f5;
	padding:3px;
	margin:3px;
}
/* .............................. */
/* Comments */
/* .............................. */


#commentsbox {
	color:#FFF;
	background-image: url(../images/bgtrans.gif);
	background-repeat: repeat;
	background-color: none;
	text-align: left;
	margin: 0 auto 10px;
	padding: 20px;
	width: 750px;
	border: none;
}
#commentsbg {
	width: 750px;
	margin: 0;
	padding: 0;
}
#commentsbg:after {
	font-size: 0;
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
	content: ".";
}
#commentsarea {
	text-align: left;
	margin: 0;
	padding: 0px;
	width: 400px;
	float: left;
}
#addcomment {
	line-height: 16px;
	text-align: left;
	margin: 0;
	padding: 15px;
	width: 225px;
	float: right;
	background-color: #4F3929;
}

.input {
	font-size:10px;
	border:1px solid #333333;
	background-color:#FFFFFF;
	color:#666;
	width: 215px;
	margin-bottom: 5px;
	padding:5px;
}
#addcomment textarea {
	width:215px;
	height:50px;
	font-size:10px;
	border:1px solid #333333;
	background-color:#FFFFFF;
	color:#666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 5px 0;
	padding:5px;
}
.comment-button {
	margin: 10px 0 0;
	padding: 0;
	border: 1px solid #333333;
}

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

cite {
	color: #CCCCCC;
	font-size: 11px;
}




/* Results of adding a comment */

#comresulttext {
	color: #FFFFFF;
	font-size: 30px;
}


/* Actual Comments */

#indicom {
	background-color: #4F3929;
	padding: 10px;
	}


/* PAGINATION */

#pagination {
	}
	
#pagination a {

}

#pagination a:hover, div.pagination a:active {
}

#pagination span.current {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #e0e0e0;
	/*font-weight: bold;*/
	background-color: #f0f0f0;
	color: #B94619;
	font-size:12px;

}

#pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #f3f3f3;
	color: #ccc;
	font-size:12px;

}



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

#footer {
	font-size:9px;
	text-align:left;
	margin-bottom:20px;
	color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/bgtrans.gif);
	background-repeat: repeat;
	width:750px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	text-align: left;
	line-height: 2em;
	padding: 0px 20px 0px 20px;
	}
	
#footer a {
	color: #FFFFFF;
}

#footer a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #99CCFF;
}


/* Tooltips CSS definitions */	

.tooltip {
	position: absolute!important;
	overflow:hidden;
	font-size: 12px;
	z-index: 10000!important;
}
	.tooltip .xtop, .tooltip .xbottom { display: block; background: transparent; font-size: 1px; }
	.tooltip .xb1, .tooltip .xb2, .tooltip .xb3, .tooltip .xb4 { display: block; overflow: hidden; }
	.tooltip .xb1, .tooltip .xb2, .tooltip .xb3 { height: 1px; }
	.tooltip .xb2, .tooltip .xb3, .tooltip .xb4 { background: #666; border-left: 1px solid #333; border-right: 1px solid #333; }
	.tooltip .xbottom .xb2, .tooltip .xbottom .xb3, .tooltip .xbottom .xb4 { background: #666; }
	.tooltip .xb1 { margin: 0 5px; background: #333; }
	.tooltip .xb2 { margin: 0 3px; border-width: 0 2px; }
	.tooltip .xb3 { margin: 0 2px; }
	.tooltip .xb4 { height: 2px; margin: 0 1px; }

	.tooltip .xboxcontent {
		padding: 0 .5em;
		margin: 0;
		color: #000;
		text-shadow: 2px 2px 0px #CCC;
		word-wrap:break-word;
		border: 1px solid #333;
		border-width: 0px 1px 0 1px;
		background-color: #666;
	}

/* .............................. */
/* 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 {
	text-align: center;	
}

#tag_cloud a:hover {
	color:#FFF;
	background-color:#99CCFF;
	text-decoration:none;	
}

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

