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

body {
	background:#000000;
	background-image: url("backout.jpg");
	background-position: 0 bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
	
	font-size:11px;
	font-family:Verdana, Arial;
	letter-spacing:0.5px;
	color:#999;
	padding:0px;
	margin:0px;
	margin-bottom:20px;
	text-align:center;
	}

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



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

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

a:hover {
	text-decoration:bold;
	color:#eee;
	}

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

h1 {
    float:left;
	clear:left;
	font-weight:bold;
	font-size:11px;
	letter-spacing:2px;
	color:#999;
	margin:0px;
	margin-left:5px;
	padding:0px;
	}
	
h1 a {
    text-decoration:none;
	color:#999;
	}

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

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

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

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

#navigation {
    background:#222;
	border-bottom:1px solid #222;
	padding:5px;
	height:30px;
	margin-bottom:20px;
	}

.menu {
    float:right;
	clear:right;
	text-align:right;
	font-size:11px;
	}
.menu a {
	padding:7px;
	padding-left:5px;
	padding-right:5px;
	}
		
.menu a:hover {
	text-decoration:none;
	color:#eee;
	}

	

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

#page {
    background: transparent;
	padding:20px;
	text-align:left;
	width:85%;
	margin:0px auto;
	margin-bottom:25px;
	line-height:14px;
	}

#page a {
    font-weight:bold;
	}
	
#page img {
	background: transparent;
    padding:5px;
	}

.column1{
	width:40%;
	text-align:justify;
	vertical-align:top;
	}

.column2{
	width:20%;
	text-align:justify;
	vertical-align:top;
	}
	
.thumbnails {
	padding:3px;
	margin:3px;
	}
	
#addcomment textarea {
	font-size:9px;
	font-family: verdana, arial;
	border:1px solid #222;
	background-color:#000;
	color:#444;
	padding:5px;
	}	

/* .............................. */
/* Footer */
/* .............................. */

#footer {
   text-align: center;
   margin-bottom:20px;
   font-size:10px;
   }

.warn {
	text-align: center;
	font-size:10px;
	color:#666;
	}
