/* .............................. */
/* Basic */
/* .............................. */

body {
     background-color:#CCCCCC;
     font-size:10px;
     font-family:Verdana, Arial, Helvetica, sans-serif;
     letter-spacing:0.5px;
     color:#333333;
     padding:0px;
     margin:0px;
     margin-bottom:10px;
     text-align:center;
     }

html, body {
     min-height:100.1%;
	}

/* .............................. */
/* Links */
/* .............................. */

a {
	color:#333333;
	text-decoration:none;
	}

a:hover {
	text-decoration:underline;
        color:#000000;
	}

/* .............................. */
/* Headings */
/* .............................. */

h1 {
        float:left;
	clear:left;
	font-weight:bold;
	font-size:12px;
	letter-spacing:2px;
	color:#333333;
	margin:0px;
	margin-left:5px;
	padding:0px;
	}
	
h1 a {
    text-decoration:none;
	color:#333333;
	}

h1 a:hover {
    text-decoration:underline;
    color:#000000;
	}

.title {
	font-weight:bold;
	font-size:11px;
	letter-spacing:1px;
	color:#333333;
	margin:0px;
	margin-bottom:5px;
	margin-left:15px;
	padding:0px;
	}

h3 {
	font-weight:bold;
	font-size:11px;
	letter-spacing:1px;
	color:#333333;
	text-align:center;
	}

/* .............................. */
/* Navigation and menu */
/* .............................. */

#navigation {
        background:#666666;
	border-bottom:1px solid #000000;
	padding:5px;
	height:15px;
	margin-bottom:20px;
	}

.menu {
        float:right;
	clear:right;
	text-align:right;
	font-size:10px;
        font-weight:bold;
	}

.menu a {
	padding:7px;
	padding-left:10px;
	padding-right:10px;
	}
		
.menu a:hover {
	text-decoration:underline;
	color:#000000;
	}
	


/* .............................. */
/* Content*/
/* .............................. */

.addcomment {
        float:right;
	clear:right;
	padding:0px;
	}
	
#photo {
       background:#eee;
       padding:5px;
       border:1px solid #000000;
       }

#image-navigate {
        background:#CCCCCC;
	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:#CCCCCC;
	border:1px groove #000000;
        border-bottom-color:#CCCCCC;
        border-left-color:#CCCCCC;
        border-right-color:#CCCCCC;
	padding:10px;
	text-align:justify;
	width:70%;
	margin:0px auto;  
	margin-bottom:25px;
	line-height:16px;
	color:#333333;
	}
	
#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 #000000;
	padding:20px;
	text-align:left;
	width:90%;
	margin:0px auto;
	margin-bottom:25px;
	line-height:16px;
	}

#page a {
    font-weight:bold;
	}
	
#page img {
	background:#CCCCCC;
        padding:5px;
	border:1px dotted #333;
	}

.column{
	width:50%;
	text-align:left;
	vertical-align:top;
	}
	
.thumbnails {
	border:1px solid #515151;
	padding:3px;
	margin:3px;
	}

/* .............................. */
/* Comments */
/* .............................. */

#comment-top {
        background:#CCCCCC;
	border-bottom:1px solid #aaa;
	padding:5px;
	margin-bottom:25px;
	height:15px;
	}    

#comments {
    margin:0px auto;
	width:95%;
	text-align:left;
	}
	
#comments ul {
	list-style-type:none;
	margin:0px;
	padding:10px;
	}
	
#comments li {
	display:block;
	margin:0px;
	margin-bottom:10px;
	color:#333333;
	text-decoration:none;
	padding:10px;
	border:1px solid #aaa;
	}
	
#comments li a {
	color:#333333;
	text-decoration:none;
	}

#comments li a:hover {
	color:#000000;
	}
	
#comments li:hover {
	background:#CCCCCC;
	}

#comment-middle {
        background:#CCCCCC;
	border-top:1px solid #000000;
	padding:5px;
	margin-top:25px;
	height:15px;
	} 

#addcomment {
        width:90%;
	text-align:left;
	padding:10px;
	margin:0px auto;
	border:1px solid #000000;
	background:#CCCCCC;
	}

.input {
    width:45%;
	font-size:10px;
	border:1px solid #000000;
	background-color:#CCCCCC;
	color:#333333;
	padding:5px;
    }
	
#addcomment textarea {
	width:90%;
	height:50px;
	font-size:12px;
	border:1px solid #000000;
	background-color:#CCCCCC;
	color:#333333;
	padding:5px;
	}

.comment-button {
        background:#CCCCCC;
	border:1px solid #aaa;
	color:#FFFFFF;
	border-bottom:2px solid #aaa;
	border-right:2px solid #aaa;
	}

/* .............................. */
/* Footer */
/* .............................. */

#footer {
   text-align:center;
   margin-bottom:10px;
   }

a:hover {
	text-decoration:underline;
	color:#000000;
        }
