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

body{
	text-align: left;
	font-family: "Helvetica Neue",Helvetica,Geneva,Arial,sans-serif;
	color: #807F6E;
	font-size: 10px;
	text-decoration: none;
	background-color: #FFFBED;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	word-wrap: break-word;
	line-height: 15px;
	}
	


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

a {
	font-family: "Helvetica Neue",Helvetica,Geneva,Arial,sans-serif;
	text-decoration: none;
	color: #807F6E;
	}

a:hover {
	font-family: "Helvetica Neue",Helvetica,Geneva,Arial,sans-serif;
	color: #DD3A0D;
	text-decoration: none;	
	}

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

h1 {
	font-family: "Helvetica Neue",Helvetica,Geneva,Arial,sans-serif;
	font-size: 10px;
	color: #C0B9A2;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	line-height: 4px;
	margin-left: 10px;
	text-transform: uppercase;
	}
	
h1 a {
    font-family: "Helvetica Neue",Helvetica,Geneva,Arial,sans-serif;
	font-size: 10px;
	color: #807F6E;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	}

h1 a:hover {
    font-size: 10px;
	}

.title {
	
	}

.imagearea {
	
	}

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

#everything {
	margin:0px 0px;
	padding-top: 0px;
		}

.menu {
	text-transform: uppercase;
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
	font-size: 12px;
			}
.menu a {
	background-color: #FFFFFF;
	font-weight: bold;	
	}
		
.menu a:hover {
	
	}
	
.otherMain {
	font-family: "Helvetica Neue",Helvetica,Geneva,Arial,sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #000000;
}

.otherMain a {
	font-family: "Helvetica Neue",Helvetica,Geneva,Arial,sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #000000;
	}

.otherMain a:hover {
	font-family: "Helvetica Neue",Helvetica,Geneva,Arial,sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;	
	}
	
#title {
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
}


	.backfwd {
		font-size: 24px;
		margin-bottom: 30px;
	}
	
/* .............................. */
/* Content*/
/* .............................. */

.addcomment {
   
	}

#photo {
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 7px;
	border: 0px;
	}

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

#page {
	margin: 0;
	background: url(images/gradient.jpg) repeat-x;
	line-height:16px;
	padding: 20px 10px;
	height: auto;
	font-family: "Helvetica Neue",Helvetica,Geneva,Arial,sans-serif;
	font-size: 10px;
	text-decoration: none;
	}

#page a {
   
	}
	
#page img {
	}

.column{
	width:50%;
	text-align:left;
	vertical-align:top;
	}
	
.thumbnails {
	margin:3px;
	border: 0px;
	}

/* .............................. */
/* Comments */
/* .............................. */

#comment-top {
    background-color:#FFFFFF;
	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:#eee;
	text-decoration:none;
	padding:10px;
	border:1px solid #aaa;
	}
	
#comments li a {
	color:#eee;
	text-decoration:none;
	}

#comments li a:hover {
	color:#fff;
	}
	
#comments li:hover {
	background:#515151;
	}

#comment-middle {
    background:#666;
	border-top:1px solid #aaa;
	padding:5px;
	margin-top:25px;
	height:15px;
	} 

#addcomment {
    width:90%;
	text-align:left;
	padding:10px;
	margin:0px auto;
	border:1px solid #aaa;
	background:#515151;
	}

.input {
    width:45%;
	font-size:10px;
	border:1px solid #aaa;
	background-color:#666;
	color:#eee;
	padding:5px;
    }
	
#addcomment textarea {
	width:90%;
	height:50px;
	font-size:12px;
	border:1px solid #aaa;
	background-color:#666;
	color:#eee;
	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;
	font-size: 8px;
	color: #666666;
   }
