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

body {
	background-color:#CECBA8;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:0.5px;
	color:#554427;
	padding:0px;
	margin:0px;
	margin-bottom:20px;
	text-align:center;
	}

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

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

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

a:hover {
	text-decoration:underline;
	}

.inverted {
  	color:#eee;
	text-decoration:none;
  }
  
  li{
  background:#C8C5A5;
  }
/* .............................. */
/* Headings */
/* .............................. */

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

h1 a:hover {
    text-decoration:none;
	}
	
h2 {
  float:left;
	clear:left;
	font-weight:bold;
	font-size:11px;
	letter-spacing:1px;
	color:#8c7c60;
	margin:0px;
	padding:0px;
	text-align:left;
	}

.title {
	float:none;
	font-weight:normal;
	font-size:10px;
	letter-spacing:1px;
	color:#554427;

	}
	
.title-inverse {
  float:none;
	font-weight:normal;
	font-size:10px;
	letter-spacing:2px;
	color:#eee;
	margin:0px;
	margin-bottom:0px;
	margin-left:0px;
	padding:0px;
	}

h3 {
	font-weight:normal;
	font-size:10px;
	letter-spacing:1px;
	color:#554427;
	}

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

#navigation {
	background:#b7b490;
	border-bottom:0px solid #eee;
	padding:8px;
	height:20px;
	margin-bottom:30px;
	}

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

#menu.subscribe{
  background:#C8C5A5;
	border:1px solid #eee;
	color:#554427;
	border-bottom:1px solid #eee;
	border-right:1px solid #eee;
 } 
input{
border:none;
    background-color:#b7b490;
}
input:focus , textarea:focus{
  background-color:#fff;
}	
/* .............................. */
/* Content*/
/* .............................. */

#comment {
	background:#fff;
	border:0px solid #00ff00;
	width:350px;
	margin:5px auto;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	}

#commentArea{
	margin:0px auto;
	width:450px;
	text-align:left;
	background-color: #CECBA8;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}

#commentArea ul{
	display:block;
  list-style-type:none;
	text-decoration:none;

}

#commentArea li{
	color:#666;
  padding:10px;
  margin-bottom:10px;
  margin-right:30px;
}
	
.addcomment {
	float:none;
	clear:none;
		border:0px solid #00ff00;
	}
	
#photo {
  background:#eee;
  padding:7px;
	}

#image-info {
	border:0px solid #0000ff;
	width:450px;
	margin:5px auto;
	line-height:12px;
	padding-top:12px;
	padding-bottom:65px;
	}

#image-notes {
	background:#CECBA8;
	clear:both;
	width:400px;
	margin:0px auto;
	padding-top:10px;
  	padding-bottom:10px;
	}
	
.image-spec {
  float:right;  	
  }
  

#image-navigate {
	width:410px;
	margin:0px auto;
  margin-bottom:6px;
  padding-bottom:6px;
	}
	
#image-navigate a {

	}

#image-comment {
  float:left;
  width:150px;
	}

#image-purchase {
	float:left;
  width:100px;
	}

#image-previous {
    float:left;
    width:150px;
	}

#purchase {
  float:left;
	width:150px;
	border:0px solid #0000ff;
  	margin:0px auto;
  		line-height:12px;
  			margin-top:0px;
		margin-bottom:0px;
	} 

#comment-nav {
  float:left;
	background:#b7b490;
	border:0px solid #ffffff;
	width:125px;

	line-height:12px;
	}

#previous-nav {
  float:left;
	background:#b7b490;
	border:0px solid #ffff00;
	width:125px;
	margin:0px auto;
	line-height:12px;
	}
 
 
  
/* .............................. */
/* Browse */
/* .............................. */

#page {
background:#C8C5A5;
	width:610px;
	margin:0px auto;
}

#header {
	background:#C8C5A5;
	border:0px solid #fff;
	padding-top:10px;
	padding-left:35px;
	text-align:left;
}

#thumbs {
	background:#C8C5A5;
	border:0px solid #fff;
	float:left;
	width:400px;
	padding-left:20px;
	padding-bottom:20px;
}

#catagories {
	background:#C8C5A5;
	border:0px solid #fff;
	float:left;
	padding-left:25px;
	padding-bottom:25px;
	text-align:left;
}


.thumbnails {
	border:0px solid #515151;
	background:#eee;
    padding:5px;
	margin:10px;
	}

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

#comment-top {
  background:#554427;
  width:95%;
	padding:5px;
	margin:0px auto;
	margin-bottom:25px;
	height:15px;
	}    

#comments {
  margin:0px auto;
	width:400px;
	text-align:left;
	}
	
#comments ul {
	list-style-type:none;
	margin:0px auto;
	padding:10px;
	}
	
#comments li {
	display:block;
	margin:0px;
	margin-bottom:10px;
	color:#554427;
	text-decoration:none;
	padding:10px;
	border:0px solid #aaa;
	}
	
#comments li a {
	color:#eee;
	text-decoration:none;
	}

#comments li a:hover {
	color:#eee;
	}
	
#comments li:hover {
	background:#C8C5A5;
	}

#comment-middle {
  background:#554427;
  width:95%;
	padding:5px;
		margin:0px auto;
	margin-top:25px;
	height:15px;
	} 

#addcomment {
  width:90%;
	text-align:left;
	padding:10px;
	margin:0px auto;
	background:#b7b490;
	}

.input {
    width:45%;
	font-size:12px;
	background-color:#CCCCCC;
	color:#554427;
	padding:5px;
    }
	
#addcomment textarea {
	width:90%;
	height:50px;
	font-size:12px;
	border:0px solid #00ffff;
	background-color:#eee;
	color:#554427;
	padding:5px;
	}

.comment-button {
  background:#C8C5A5;
	border:1px solid #eee;
	color:#554427;
	border-bottom:1px solid #eee;
	border-right:1px solid #eee;
	}
	
/* .............................. */
/* Buy */
/* .............................. */
#wrap{
  background:#C8C5A5;
  width:450px;
  margin:0px auto;
  text-align:left;
    padding:25px; 
}

#left{
  float:left;
  width:125;
  margin-top:30px;
  padding:0px;
}
#right{
  width:325;
  margin-top:30px;
  padding-left:125px;
}

.copy{
  text-align:justify;
  font-size:12px;
  letter-spacing: 1px;
  line-height:16px;
}



/* .............................. */
/* About & Links */
/* .............................. */


.column {

width:50%;
	text-align:left;

}



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

#footer {
	background:#CECBA8;
   text-align:center;
   margin-top:0px;
	clear:both;
	padding-top:5px;
   }
