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

body {
	background-color:#616562;
	/*background-image: url(http://www.bravelee.com/templates/bravelee-v2.2/styles/616562.jpg);
	background-repeat:repeat; */
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:0.5px;
	color:#000;
	padding:0px;
	margin:0px;
	margin-bottom:20px;
	text-align:center;
	}

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

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

a {
	color:#000;
	text-decoration:none;
	}

a:hover {
	}

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

h1 {
    float:left;
	clear:left;
	font-weight:normal;
	font-size:11px;
	letter-spacing:3px;
	color:#a6ad98;
	margin:0px;
	padding-left:5px;
	}
	
h1 a {
    text-decoration:none;
	color:#ffffff;
	}

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

.title {
	font-weight:normal;
	font-size:11px;
	letter-spacing:0px;
	color:#000;
	margin:0px;
	margin-bottom:5px;
	margin-left:15px;
	padding:0px;
	}
	
.date {
	font-weight:bold;
	font-size:11px;
	letter-spacing:0px;
	color:#000;
	margin:0px;
	margin-bottom:5px;
	margin-left:15px;
	padding:0px;
	}

h3 {
	float:left;
	clear:left;
	font-weight:bold;
	font-size:11px;
	letter-spacing:0px;
	color:#000;
	margin:0px;
	margin-left:5px;
	padding-left:20px;
	}

/* CUSTOM CLASSES */

.image_body {
	width:950px;
	margin:0px auto;
	/* background-color:#fff;
		border:1px solid #ccc;*/
	}

.inside {
	width:790px;
	margin:0px auto;
	}
		
/* .............................. */
/* Navigation and menu */
/* .............................. */

#black_bar {
    background:#191919;
	height:25px;
	margin-bottom:20px;
	}
	
#navigation_bar {
    background:#191919;
	padding:5px;
	height:15px;
	width:960px;
	margin:0 auto;
	}
	
.menu {
    float:right;
	clear:right;
	text-align:right;
	font-size:11px;
	text-transform:lowercase;
	color:#a6ad98;
	}
	
.menu a {
	padding:7px;
	padding-left:7px;
	padding-right:7px;
	color:#a6ad98;
	}
		
.menu a:hover {
color : #616562;
border-left : 1px solid transparent;
background-color : #a6ad98;
	}
	
.menu li {
	display:inline;
	}
	
.menu li a {
	font-weight:normal;
	}
		
.menu li a:hover {
color : #616562;
border-left : 1px solid transparent;
background-color : #a6ad98;
    }
.wingdings {
	font-family: Wingdings3;
	text-transform:lowercase;
    }
	
#navigation1 {
	padding-top:30px;
	height:10px;
	margin-bottom:15px;
	}

#navigation2 {
	padding:0px;
	height:10px;
	margin-bottom:15px;
	}

/* .............................. */
/*  photo on front page */
/* .............................. */

#photo {
padding: 5px;
background-color: #736e66;
border : 1px solid #736e66;
	}
	
#selfphoto {
float:left;

	}

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

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

.image-previous {
    float:left;
	}

.image-next {
	float:right;
	}

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

#image-info {
	border:0px solid #ccc;
	padding-top:20px;
	text-align:center;
	width:800px;
	margin:0px auto;
	margin-bottom:25px;
	line-height:16px;
	}
	
#image-notes {
	width:70%;
	vertical-align:top;
	text-align:justify;
	padding-left:13px;
	}

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

.addcomment {
    float:right;
	clear:right;
	padding-right:20px;
	color:#044e8e;
	}

.addcomment a {
	color:#044e8e;
	}
.addcomment a:hover {
	color:#044e8e;
	}

/* .............................. */
/* browse */
/* .............................. */

#page {
	padding:20px;
	text-align:left;
	width:600px;
	margin:0px auto;
	margin-bottom:25px;
	line-height:16px;
	}
/*
#page a {
    font-weight:bold;
	}
	
#page img {
	background:#ffffff;
    padding:0px;
	border:0px solid #ccc;
	}
*/

.column_left{
	width:58%;
	text-align:left;
	vertical-align:top;
	padding:5px;
	}
	
.column_right{
	width:30%;
	text-align:left;
	vertical-align:top;
	padding:5px;
	}
	
.thumbnails {
	border:0px solid transparent;
	padding:8px;
	margin:0px;
	}
	
a:hover img.thumbnails {
    padding : 5px;
    border : 0px solid white;
    background : white;
    margin : 3px;
}

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

#the-word-comments{
    font-family:Georgia;
	font-weight:bold;
	font-size:16px;
	color:#cccccc;
	margin-left:12px;
	text-align:center;
	}
#comments {
    line-height: 15px;
    }
#comments ul {
    list-style-type:none;
    padding:10px;
    }
#comments li {
    display:block;
    border-bottom:3px solid #736e66;
    margin-bottom:20px;
    text-decoration:none;
    padding-bottom:20px;
    }
#comments li a {    
    font-weight:bold;
    }

#add-comment-form {
    margin-left:12px;
    line-height: 25px;
    text-align: justify;
    }
	
/* .............................. */
/* gallery */
/* .............................. */


.divgallery {
position : relative;
text-align : center;
top : 20px;
left : 0px;
border : 0px;
margin: 0 auto;
z-index : 2;
font-weight: bold; 
color: #a6ad98; 


}

.gallery_year {
	text-align: left;
	font-weight: bold; 
	font-size:18px;
    color: #a6ad98; 
    font-family: Georgia;
 } 

.gallery_thumb {
padding : 5px;
background-color: #616562;
border : 0px solid #EBEBEB;
margin : 5px;
}

a:hover img.gallery_thumb {
padding : 5px;
border : 0px solid #EBEBEB;
background : #EBEBEB;
margin : 5px;
}

/* .galleryblock {
	
 } 
 
 .galleryblock a { 
 font-weight: bold; 
 color: #a6ad98; 
 
 } 
 
 .galleryblock a:hover { 
 text-decoration: none; 

 } 
 
 .galleryblock a span { 
 display: block; 
 padding-left:5px;
	padding-top:5px;
	padding-right:5px;
 } 
 
 .galleryblock a:hover span { 
  background-color: #ffffff;
  color: #000000; 
  
  
 } */
 
 #gallery-info {
	border:0px solid #ccc;
	padding-top:0px;
	text-align:justify;
	width:800px;
	margin:0px auto;
	margin-bottom:25px;
	line-height:16px;
	}
/* .............................. */
/* Footer */
/* .............................. */

#footer {
   font-size:10px;
   text-align:justify;
   width:700px;
   margin-bottom:20px;
   margin-left: auto ;
   margin-right: auto ;
   color: #444444; 
   
   }
   
#counter {
   font-size:10px;
   text-align:center;
   margin-bottom:20px;
   margin-left: auto ;
   margin-right: auto ;
   color: #444444; 
   
   }

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

