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

body {
	background-color:#fff;
	background-image: url('../images/bg_rocker.gif');
	background-repeat: no-repeat;
	font-size:62.5%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:0.5px;
	color:#000;
	padding:0px;
	margin:0px 90px 0px 90px;
	margin-bottom:0px;
	text-align:center;
	}

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

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

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

a:hover {
	text-decoration:underline;
	}

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

h1 {
    	float:left;
	clear:left;
	font-weight:bold;
	font-size: 100%;
	letter-spacing:0.5em;
	color:#000;
	margin:0px;
	margin-left:5px;
	padding:0px;
	}
	
h1 a {
    text-decoration:none;
	color:#000;
	}

h1 a:hover {
    text-decoration:none;
    color: #ddd;
	}

h2 {
	font-weight:bold;
	font-size: 160%;
	letter-spacing:.5em;
	color:#000;
	margin:0px;
	margin-left:5px;
	padding:0px;
	}

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

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

#navigation {
	border-bottom:1px solid #aaa;
	padding:5px;
	height:15px;
	margin-bottom:0px;
	color: #000;
	}

.menu {
   	float:right;
	clear:right;
	text-align:right;
	font-size: 100%;
	letter-spacing: 0.5em;
	}

.menu a {
	font-weight: bold;
	padding:7px;
	padding-left:10px;
	padding-right:10px;
	color: #000;
	}
		
.menu a:hover {
	text-decoration:none;
	color:#ddd;
	}
	
img {
	padding: 10px;
}
/* .............................. */
/* Content*/
/* .............................. */

#photo {
	border: 1px #ddd;
	}

#image-navigate {

	padding:3px;
	height:10px;
	width:800px;
	font-size: 100%;
	letter-spacing: 0.1em;
	margin:0px;
	}
	
#image-navigate a {
	color: #000;
	text-decoration: none;
	}

#image-navigate a:hover {
	color: #ddd;

	}

.image-previous {
    float:left;
	}

.image-next {
	float:right;
	}

#image-info {
	border-top:1px solid #aaa;
	padding:5px;
	margin-bottom:0px;
	letter-spacing: 0.1em;
	color: #000;
	}
	
#image-info a {
	text-decoration: underline;
}

#image-info a:hover {
	color: #333;
}

#archive-info {
	border-top:1px solid #aaa;
	padding:5px;
	color: #000;
	margin-bottom:0px;
	letter-spacing: 0.1em;
	}

#archive-info a {
	text-decoration: none;
}

#archive-info a:hover {
	color: #333;
}
	
#image-notes {
	width:70%;
	vertical-align:top;
	}
#image-exif {
    padding-top:10px;
    text-align:right;
	width:25%;
	vertical-align:top;
	}

#limit {
	width: 500px;
}

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

#page {
    background:#5B1B21;
	border:1px solid #aaa;
	padding:20px;
	text-align:left;
	color: #eee;
	letter-spacing: 0.1em;
	width:800px;
	margin:0px auto;
	margin-top:15px;
	line-height:16px;
	}

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

.column{
	width:50%;
	text-align:left;
	vertical-align:top;
	padding: 5px;
	}

.archivecolumn{
	width:50%;
	text-align:center;
	vertical-align:top;
	padding: 5px;
	}
	
.thumbnails {
	border:1px solid #515151;
	padding:3px;
	margin:3px;
	}
/* .............................. */
/* Footer */
/* .............................. */

#footer {
   text-align:center;
   margin-bottom:20px;
   }
   
#footer a {
	color: #000;
	text-decoratoin: none;
}

#footer a:hover {
	color: #ddd;
	text-decoratoin: none;
}
