/* .............................. *//* Basic *//* .............................. */body {	background-color:#FFFFFF;	font-size:10px;	font-family:Arial, Helvetica, sans-serif;	color:#000000;	margin-bottom:20px;	line-height: 15px;	}/* .............................. *//* Links *//* .............................. */a {	font-family: Arial, Helvetica, sans-serif;	font-size: 10px;	text-decoration: none;	color: #CCCCCC;		}a:hover {	font-family: Arial, Helvetica, sans-serif;	font-size: 10px;	color: #000066;	text-decoration: none;		}/* .............................. *//* Headings *//* .............................. */h1 {	font-family: Arial, Helvetica, sans-serif;	font-size: 9px;	color: #666666;	text-decoration: none;	font-style: normal;	font-weight: normal;	line-height: 4px;	}	h1 a {    font-family: Arial, Helvetica, sans-serif;	font-size: 9px;	color: #666666;	text-decoration: none;	font-style: normal;	font-weight: normal;	}h1 a:hover {    font-size: 9px;	}.title {	float: left;	}h3 {		}/* .............................. *//* Navigation and menu *//* .............................. */#everything {	width: 600px;	margin:0px auto;	padding-top: 20px;		}.menu {	float: right;		}.menu a {		}		.menu a:hover {		}	/* .............................. *//* Content*//* .............................. */.addcomment {   	}#photo {	margin-top: 5px;	margin-bottom: 5px;  	border: 0px;	}#image-navigate {   	}	#image-navigate a {	}.image-previous {   	}.image-next {		}#image-info {   	}	#image-exif {   	}	/* .............................. *//* Browse *//* .............................. */#page {	margin-top: 5px;	margin-bottom: 5px;	background:#FFFFFF;	border:1px solid #aaa;	width:580px;	line-height:16px;	padding: 10px;	height: auto;	font-family: Arial, Helvetica, sans-serif;	font-size: 10px;	text-decoration: none;	}#page a {    font-weight:bold;	}	#page img {	}.column{	width:50%;	text-align:left;	vertical-align:top;	}	.thumbnails {	margin:3px;	border: 0px;	}/* .............................. *//* Comments *//* .............................. */#comment-top {    background:#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;   }