/* .............................. */
/* Basic */
/* .............................. */

body {
	background-color:#333333;
	background-image : url("bg.gif");
	font-size:11px;
   	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px;
	padding:  0px;
	}
html, body {
     min-height:100.1%;
	}


/* .............................. */
/* Links */
/* .............................. */

a {
	color:#333333;
	text-decoration:none;
	}

a:hover {
	text-decoration:underline;
	}

/* .............................. */
/* Headings */
/* .............................. */

h1 {
  	 font-family : Gill Sans MT, Georgia, Helvetica, sans-serif;
	font-size:20px;
	line-height: 24px;
	color:#fff;
	padding:0px;
	}
	
h1 a {
    text-decoration:none;
	color:#fff;
	}

h1 a:hover {
    text-decoration:none;
	}

.title {
	margin-top: 10px;
	font: 16px Gill Sans MT, Georgia, Helvetica, sans-serif;
	width: 800px;
	color: #333333;
	}



h3 {
	font-size:11px;
	letter-spacing:1px;
	text-align:center;
	}
	
#site_name {
	font: bold 11px Verdana, Arial;
	color: darkred;

}

p, li
{
	font: 14px Gill Sans MT, Georgia, Helvetica, sans-serif;
	
}
/* .............................. */
/* Navigation and menu */
/* .............................. */

#navigation {
	padding-top:8px;
	padding-bottom: 8px;
	text-align: right;
	width: 100%;
	background-color: white;
	/*background-color: #810e28;*/
	color: black;
	font: 16px Gill Sans MT, Georgia, Helvetica, sans-serif;
	border-bottom: 1px solid #333333; 

	}

.menu {
	text-align:left;
	font-size:11px;
	}
	
.menu a {
   	font-size: 12px;
	padding-top:10px;
	padding-bottom:10px;
	display:inline;
	}
		
.menu a:hover {
	text-decoration:underline;
	}
	
#header {
	cursor: hand; 
	cursor:pointer;
	border-bottom: 1px solid #333333; 
	height: 140px; 
	background-image: url('logo_v3.gif'); 
	background-repeat : no-repeat; 
	background-position : center center;
}
	
/* .............................. */
/* Content */
/* .............................. */

#leftpanel
{
	width: 300px;
	text-align: center;
}

#photo {
	width: 80%;
	background: white;
	color: black;
	}

IMG 
{
	border: 0px;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

#mainimg
{
	padding:0px;
	max-width: 800px;
	max-height: 800px;
}

#containerdiv
{
	width: 800px;
	margin-bottom: 10px;
}

#imgdiv
{
	margin-top:5px;
	padding-bottom: 20px;
	width: 800px;
	background: white;
   border : 1px solid #666666;
   border-right : 3px solid #666666;
 }

#sitetitle
{
}

/* .............................. */
/* Image Navigation */
/* .............................. */

#image-navigate {
	width: 400px;
	padding:5px;
	margin:0px auto;
	}
	
#image-navigate a {
	color: darkred;
	text-decoration: underline;
	}

.image-previous {
	float: left;
	padding: 5px;
	color: darkred;
	}

.image-next {
	color: darkred;
	float: right;
	padding: 5px;
	}

/* .............................. */
/* Image Info */
/* .............................. */

#image-info {
    background:#f5f5f5;
	border:1px solid #ccc;
	padding:10px;
	margin:0px auto;
	}
		
#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:0px;
	}	

/* .............................. */
/* Pages */
/* .............................. */

#page {
    background:#f5f5f5;
	border:1px solid #ccc;
	padding:20px;
	text-align:left;
	width:65%;
	margin:0px auto;
	margin-bottom:25px;
	line-height:16px;
	}

#page a {
	}
	
#page img {
	background:#ffffff;
    padding:5px;
	border:1px solid #ccc;
	}

.column{
	width:48%;
	text-align:left;
	vertical-align:top;
	padding:5px;
	}
	
.thumbnails {
	border:1px solid #f5f5f5;
	padding:3px;
	margin:3px;
	}

/* .............................. */
/* Comments */
/* .............................. */

#comment-top {
	border-bottom:1px solid #eee;
	padding:5px;
	margin-bottom:25px;
	height:15px;
	}    

#comments {
	font: 14px Gill Sans MT, Georgia, Helvetica, sans-serif;
    	margin:0px auto;
	text-align:left;
	}
	
#comments ul {
	list-style-type:none;
	margin:0px;
	padding:20px;
	}
	
#comments li {
	margin-bottom:15px;
	color:#333;
	padding: 10px;
	text-decoration: none;
	border: 1px solid #bdbdbd;
	line-height: 14px;
	-moz-border-radius: 1em;
  	border-radius: 1em;
	}
	
#comments li a {
	color:#000;
	text-decoration:underline;
	}
	

	
#comments li a:hover {
	background:#f5f5f5;
	}

#comment-middle {
	border-top:1px solid #eee;
	padding:5px;
	height:15px;
	} 

#addcomment {
	font: 14px Gill Sans MT, Georgia, Helvetica, sans-serif;
    	width:90%;
	text-align:left;
	padding:10px;
	margin:0px auto;
	border:1px solid #333;
	}

.input {
    	width:200px;
	font-size:10px;
	border:1px solid #333;
	background-color:#fff;
	color:#666;
	font: 14px Gill Sans MT, Georgia, Helvetica, sans-serif;
	padding:5px;
    }
	
#tm {
	width:400px;
	height:100px;
	border:1px solid #333;
	background-color:#fff;
	color:#666;
	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;
   }

