/* Modified by Waco */
/* Last Modified: 24-Jul-08 */
/* .............................. */
/* Basic */
/* .............................. */

body {
	background-color:#eef2fd;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:0.5px;
	color:#000000;
	padding:0px;
	margin:0px;
	margin-bottom:20px;
	background-image: url(../img/whitetree.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: bottom left;
	/*text-align:center;*/

	}

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

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

a {
	color:blue;
	text-decoration:none;
	font-weight:bold;
	}

a:hover {
	text-decoration:none;
	color: red;
	}

/* Added: 3/Dec/2008 */
a:visited
{
	
}
/* .............................. */
/* Headings */
/* .............................. */

h1 {
    /*float:left;
	clear:left;*/
	font-family: Tahoma;
	font-weight:bold;
	font-size:28px;
	letter-spacing:2px;
	color:maroon;
	margin:0px 3px 3px 0px;
	margin-left:5px;
	padding:0px;
	}
	
h1 a {
    text-decoration:none;
	color:#000000;
	}

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

h2 {
	font-weight:bold;
	font-size:16px;
	letter-spacing:1px;
	color:#000000;
	margin:0px;
	margin-bottom:5px;
	margin-left:15px;
	padding:5px;
}

.title {
	font-weight:bold;
	font-size:11px;
	letter-spacing:1px;
	color:#000000;
	margin:0px;
	margin-bottom:5px;
	margin-left:15px;
	padding:0px;
	}
	
.titleWhite {
	font-weight:bold;
	font-size:11px;
	letter-spacing:1px;
	color:#ffffff;
	margin:0px;
	margin-bottom:5px;
	margin-left:15px;
	padding:0px;
	}

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

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

#navigation {
    background:#cccccc;
	border-bottom:1px solid #aaa;
	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:red;
	}
	
/* .............................. */
/* Content*/
/* .............................. */

#photo {
    background:#eee;
    padding:5px;
	border:1px solid #515151;
	}

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

.image-previous {
    float:left;
	}

.image-next {
	float:right;
	}

#image-info {
    background:#515151;
	border:1px solid #aaa;
	padding:20px;
	text-align:justify;
	width:70%;
	margin:0px auto;
	margin-bottom:25px;
	line-height:16px;
	color:#eee;
	}
	
#image-notes {
	width:70%;
	vertical-align:top;
	}
#image-exif {
    padding-top:10px;
    text-align:right;
	width:25%;
	vertical-align:top;
	}
	

/* .............................. */
/* Browse */
/* .............................. */

#page {
    /*background:#cccccc;*/
	/* border:1px solid #aaa; */
	padding:20px;
	text-align:center;
	/*width:65%;*/
	margin:0px auto;
	margin-bottom:25px;
	line-height:16px;
	}

#pageAbout {
    background:#cccccc;
	border:1px solid #aaa; 
	padding:20px;
	text-align:center;
	margin:0px auto;
	margin-bottom:25px;
	line-height:16px;
	width:65%;
	}

#page a {
    font-weight:bold;
	}
	
#page img {
	background:#fff;
    padding:5px;
	border:1px solid #333;
	}

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

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

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

#comments {
    margin:0px auto;
	width:95%;
	text-align:left;
		height: 250px;
		float:left;
		/*background: #f5f5f5;*/
		overflow:hidden;
		color: black;
	}
	
#comments ul {
	list-style-type:none;
	margin:0px;
	padding:5px;
	}
	
#comments li {
	display:block;
	margin:0px;
	margin-bottom:10px;
	color:#eee;
	text-decoration:none;
	padding:5px;
	border:1px solid #aaa;
	}
	
#comments li a {
	color:#eee;
	text-decoration:none;
	}

#comments li a:hover {
	color:#fff;
	}
	
#comments li:hover {
	background:#515151;
	}

#comment-upper {
    background:#666;
	border-top:1px solid #aaa;
	border-bottom:1px solid #aaa;
	padding:5px;
	margin-top:25px;
	height:30px;
	} 
	
#comment-middle {
    background:#666;
	border-top:1px solid #aaa;
	border-bottom:1px solid #aaa;
	padding:5px;
	margin-top:25px;
	height:15px;
	} 

#addcomment {
    width:100%;
	text-align:left;
	padding:0px;
	margin:0px auto;
	/*border:1px solid #aaa;*/
	background:#515151;
	    float:right;
	clear:right;

	}

.input {
    width:85%;
	font-size:10px;
	border:1px solid #aaa;
	background-color:#666;
	color:#eee;
	padding:2px;
    }
	
#addcomment textarea {
	width:90%;
	height:50px;
	font-size:10px;
	border:1px solid #aaa;
	background-color:#666;
	color:#eee;
	padding:5px;
	}

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

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

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

/* .............................. */
/* Calendar if somebody wants to use */
/* a calendar in the template        */
/* .............................. */


.td-calendar-days-vz {
	padding:1px;
	text-align:center;
	border-top:0px solid #000;
	border-bottom:1px solid #000;
	border-right:0px;
	border-left:0px;
	background:#fff;
	color:#000;
	}
.td-calendar-days-vz:hover {
    background:#444;
    }

.td-calendar-days {
	padding:1px;
	text-align:center;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	border-right:0px;
	border-left:0px;
	background:#fff;
	color:#000;
	}
.td-calendar-days:hover {
    background:#444;
    }
.td-calendar-navi-vz {
	border-top:0px;
	border-bottom:1px solid #000;
	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 #000;
	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 #000;
	border-bottom:1px dotted #000;
	border-left:1px dotted #000;
	border-right:1px dotted #000;
	background:#f5f5f5;
	}
.td-calendar-days-imagefound:hover {
    border-top:1px solid #000;
	border-bottom:1px solid #000;
	border-left:1px solid #000;
	border-right:1px solid #000;
	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;
}

a.wfx_navprev
{
	display: block;
	width: 16px;
	height: 16px;
	/* background-color: #990000; */
	/* Note: for background-image URL, it begins with the current css path */
	background-image: url(../img/arrow_left.png);
	margin: 2px auto;
}

a.wfx_navprev:hover
{
	background-color: #00ff00;
}

a.wfx_navnext
{
	display: block;
	width: 16px;
	height: 16px;
	/* background-color: #990000; */
	background-image: url(../img/arrow_right.png);
	margin: 0px auto;
}

a.wfx_navnext:hover
{
	background-color: #00ff00;
}

a.wfx_home
{
	display: block;
	width: 16px;
	height: 16px;
	background-color: #990000;
	background-image: url(../img/home.png);
	margin: 0px auto;
}

.tip				
{ 
	width:250px; 
	font-family:tahoma,arial; 
	border: 1px solid black;
}
/*.tip-top			{ background:url(../img/tip-top.png) top left no-repeat; height:26px; width:295px; }*/
.tip-title		
{ 
	color:white; 
	font-size:11px;
	font-weight:bold; 
	/*margin:0 30px 0 50px; */
	background-color: darkgrey;
	filter:alpha(opacity=0.9); 
	-moz-opacity:0.9; 
	opacity: 0.9;
	text-align: center;
	padding: 4px 0px 6px 0px;
}
.tip-text		
{ 
	color:black; 
	font-family: verdana, tahoma, arial;
	background-color: LightBlue;
	text-align: center;
	padding: 4px 0px 0px 0px;
	filter:alpha(opacity=0.8); 
	-moz-opacity:0.8; 
	opacity: 0.8;
}


.tip-table th{
	text-align: right;
	color: MidnightBlue;
	font-weight: normal;
	background-color: beige;
	filter:alpha(opacity=60); 
	-moz-opacity:0.6; 
	opacity: 0.6;
	padding: 2px 8px 2px 0px;		/* top right bottom left */

}

.tip-table td{
	text-align: left;
	color: RoyalBlue;
	font-weight: normal;
	background-color: white;
	padding: 2px 0px 2px 8px;

}
/*.tip-bottom		{ background:url(../img/tip-bottom.png) left bottom no-repeat; width:295px; height:81px; }*/

	.scrollbar-vert{
		background-color: lightgrey;
		height: 250px;
		width: 12px;
		float:left;
	}
	.handle-vert{
		height: 21px;
		width: 12px;
		background: url(../img/scroll_handler.gif) no-repeat;
	}

textarea
{
	font-family: tahoma, arial;
	font-size: 8px;
}

.divLeftPanel
{
	/* Left Panel */
	z-index: 30;
	position: absolute;
	top: 0px;
	left: 10px;
}

.divLeftPanel a
{
	float:left;
}

.divLeftPanel a span
{
	display: block;
}
.divComment
{
	/* Comment division. FX.Slide used. */
	z-index: 20;
	position: absolute;
	top: 0px;
	left:0px;
	/*border: 1px dashed #669966;*/
	background-color: #ccffcc;
	/*margin: 0px 50px 0px 50px;*/
	filter:alpha(opacity=80); 
	-moz-opacity:0.8; 
	opacity: 0.8;
	width: 350px;
	background:#515151;
	
}


.divBack
{
	/* Original image division */
	 position: absolute;
	z-index: -2;
	border: 1px dashed #990000;
	top: 0px;
	left: 0px;
	text-align: center; 
}

input
{
color: #781351;
background: #fee3ad;
border: 1px solid #781351
}

.submit input
{
color: #000;
background: #ffa20f;
border: 2px outset #d7b9c9
} 

select
{
color: #781351;
background: #fee3ad;
font-size: 10px;
border: 1px solid #781351;
}

.imgNone{
	background:none;
    padding:0px;
	border:none;
}

.tblInfo
{
	color: #ffffff;
}

th
{
	text-align: right;
}
