/* .............................. */
/* Basic */
/* .............................. */

body        { color: #181818; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #ffffff; text-align: center; letter-spacing: 0.5px; margin: 0 0 20px; padding: 0 }

html, body {
     min-height:100.1%;
	}


/* .............................. */
/* Links */
/* .............................. */

a     { color: #d9580a; text-decoration: none }

a:hover   { text-decoration: none }

/* .............................. */
/* Headings */
/* .............................. */

h1        { color: #d9580a; font-size: 12px; font-weight: normal; letter-spacing: 2px; margin: 0 0 0 5px; padding: 0; float: left; clear: left }
	
h1 a      { color: #d9580a; text-decoration: none }

h1 a:hover   { text-decoration: none }

.title        { color: #d9580a; font-size: 11px; font-weight: bold; letter-spacing: 1px; margin: 0 0 5px 15px; padding: 0 }

h3         { color: #d9580a; font-size: 12px; font-weight: normal; text-align: left; letter-spacing: 1px }

/* .............................. */
/* Navigation and menu */
/* .............................. */

#navigation      { background: #ffffff; margin-bottom: 20px; padding: 5px; height: 15px; border-bottom: 1px solid #ffffff }

.menu  { font-size: 11px; text-align: right; float: right; clear: right }
.menu a {
	padding:7px;
	padding-left:10px;
	padding-right:10px;
	}
		
.menu a:hover       { color: #7f7f7f; text-decoration: none }
	
/* .............................. */
/* Content*/
/* .............................. */

table {
		font-family: verdana, arial, sans-serif;
		color: #181818; 
		font-size: 11px;
        text-align: left;
		line-height:150%;
		font-weight: normal;
		padding-top: 5px;
		padding-bottom:20px;
		padding-left: 10px
		}

table a, 	 { color: #d9580a; text-decoration: none }
				
table a:link 	 { color: #d9580a; text-decoration: none }
				
table a:active 	 { color: #d9580a; text-decoration: none }
				
table a:visited 	 { color: #d9580a; text-decoration: none }

table a:hover 
	 { color: #7f7f7f; text-decoration: none }
	 
	 
.addcomment {
    float:right;
	clear:right;
	padding:0px;
	}
	
#photo        { background: #FFFFFF; padding: 0; border: solid 0 #343434 }

#image-navigate  { background: #FFFFFF; margin: 0 auto; padding: 20px; width: 70%; height: 15px }
	
#image-navigate a {
	padding:10px;
	}

.image-previous {
    float:left;
	}

.image-next {
	float:right;
	}

#image-info    { color: #999999; line-height: 16px; background: #FFFFFF; text-align: justify; margin: 0 auto 25px; padding: 20px; width: 70%; border: solid 0px #181818 }
	
#image-notes {
	width:70%;
	vertical-align:top;
	}
#image-exif {
    padding-top:10px;
    text-align:right;
	width:25%;
	vertical-align:top;
	}
	

/* .............................. */
/* Browse */
/* .............................. */

#page   { line-height: 16px; background: #FFFFFF; text-align: left; margin: 0 auto 25px; padding: 20px; width: 65%; border: solid 0px #181818 }

#page a  { font-weight: normal }
	
#page img     { background: #FFFFFF; padding: 0; border: solid 0px #343434 }

.column{
	width:50%;
	text-align:left;
	vertical-align:top;
	}
	
.thumbnails  { margin: 3px; padding: 3px; border: solid 0px #ebdd8f }


/* .............................. */
/* Footer */
/* .............................. */

#footer {
   text-align:center;
   margin-bottom:20px;
   }
