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


/*  -----|  Globals  |------------------------------------------------------  */

*
{
  padding: 0;
  margin: 0;
}

body {
  font-family: ‘Trebuchet MS’, Arial, Verdana, Sans-Serif;
  font-size: 76%;
  background-color: #161410;
  color: #9c9890;
	}

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

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

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

a:hover {
	text-decoration:underline;
	}

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

.title {
	font-weight:bold;
	margin:0px;
	margin-bottom:5px;
	padding:0px;
	}

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

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

#header
{
  margin-bottom: 10px;
  padding: 5px;
  background-color: #22201d;
  border: 1px solid #363430;
  margin: 10px auto;
  width: 810px;
}


	
	#header a
	{
	  text-decoration: none;
	  color: orange;
	}

	#header h1
	{
	  font-size: 2em;
	}
	
	#headernav
	{
	  font-size: 1.0em;
	  width: 820px;
	  margin: 0 auto;
	  margin-bottom: 10px;
	  height: 1em;
	  color: 9c9890;	
	}

	#headernav a:hover
	{
	  text-decoration: underline;
	}	
	
#navigation {
	background:#333333;
	border-bottom:1px solid #aaa;
	padding:5px;
	height:15px;
	margin-bottom:20px;
	}
	
#pblognav {
  margin-bottom: 10px;
  padding: 5px;
  margin: 10px auto;
  width: 810px;
	}



	
/* .............................. */
/* Content*/
/* .............................. */

.addcomment {
    float:left;
	clear:right;
	padding:0px;
	}
	
#photo {
	background:#eee;
	padding:5px;
	border:1px solid #515151;
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

#image-navigate {
	background-color: #161410;
	padding:20px;
	height:15px;
	width:70%;
	margin:0px auto;
	text-align: center;
	}
	
#image-navigate a {
	padding:10px;
	}

.image-previous {

	}

.image-next {

	}

.image-current {
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	}

#image-info {
	background-color: #22201d;
	border: 1px solid #363430;
	padding:20px;
	text-align:left;
	width:70%;
	margin:0px auto;
	margin-bottom:25px;
	margin-top: 25px;
	line-height:16px;
	color:#eee;
	}
	
#image-notes {
	width:70%;
	vertical-align:top;
	}
#image-exif {
    text-align:right;
	width:25%;
	vertical-align:top;
	}
	

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

#page {
	background-color: #22201d;
	border: 1px solid #363430;
	padding:20px;
	text-align:left;
	width:65%;
	margin:0px auto;
	margin-bottom:25px;
	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;
	}
	
.thumbnails {
	border:1px solid #515151;
	padding:3px;
	margin:3px;
	}

.thumbnails a img {
	border-color: #ccc;
	}

.thumbnails a:hover img {
	border-width: 2px;
	border-color: #cccccc;
	margin: 0;
	}

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

#comment-top {
    background:#333;
	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 {
	width:90%;
	text-align:left;
	padding:10px;
	margin:0px auto;
	background:#666;
	border:1px solid #aaa;
	padding:5px;
	margin-top:25px;
	margin-bottom: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;
   margin-bottom:20px;
   }

