/* @override http://localhost:8888/pp/templates/anderson/style.css */

body {
	padding: 0px;
	margin: 0px;
	background-color: #141414; /* #1a1a1a; */
	color: #727272;
	font-size: 11px;
	font-family: Trebuchet MS, Lucida Grande, Verdana, Arial, sans-serif, "Times New Roman", Times, serif;
}

a:link {
	color: #727272;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #fff;
}

a:visited {
	color: #727272;
	text-decoration: none;
}

a:active {
	text-decoration: none;
	color: #727272;
}

.center {
	text-align: center;
}

.image {
	border-width: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	
}



#photobox {
	border-color: white;
	border-style: solid;
	border-width: 5px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	vertical-align: middle;
	margin-top: 80px;
	margin-bottom: 22px;
}

.header {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 732px;
	text-	transform:lowercase;
	
}

.header a:hover {
	text-decoration: none;
	color: #fff;
}

.navigation {
	font-weight: normal;
	width: 732px;
	text-transform: lowercase;
	margin-bottom: 8px;
}

.leftnav {
	text-align: left;
}

.navigation a:hover {
	text-decoration: none;
	color: #fff;
}

.footer {
	text-align: right;
	font-weight: normal;
	width: 732px;
	text-transform:lowercase;
	margin-bottom: 8px;
}

.footer a:hover {
	text-decoration: none;
	color: #fff;
}

.thumbnails {
	border:2px solid #fff;
	padding:0px;
	margin:5px 5px 0px 0px;
	}
	
.browsepage {
	color: #d0d0d0;
	background-color: #272727;
	width: 760px;
	padding: 20px;
	text-align: left;
	border-color: white;
	border-style: solid;
	border-width: 3px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	}

.browsepage a:link {
	text-decoration: none;
	color: #d0d0d0;
}

.browsepage a:visited {
	text-decoration: none;
	color: #d0d0d0;
}

.browsepage a:hover {
	text-decoration: none;
	color: #fff;
}

#comments {
	color: #cacaca;
	font-size: 11px;
	line-height: 16px;
	text-align: left;
}

#comments ul {
	list-style-type:none;
	margin:0px;
	padding: 15px 2.5% 0;
}
	
#comments li {
	display:block;
	margin:0px;
	margin-bottom: 15px;
	text-decoration:none;
	border:1px solid #727272;
	padding: 15px;
	background-color: #313131;
}

#comments a:link, #comments a:visited{
	color: #f3f3f3;
	padding-bottom: 2px;
	border-bottom: 1px solid #838383;
}

#comments a:hover, #comments a:active{
	color: white;
	padding-bottom: 2px;
	border-bottom: 1px solid white;
}
	
#comment-top {
	margin-left: 2.5%;
	margin-right: 2.5%;
	padding: 15px;
	border:1px solid #727272;
	font-size: 11px;
	line-height: 16px;
		text-transform: lowercase;
	text-align: left;
}

div.separator
{
border-bottom: 0px solid;
margin-bottom:0px;
clear: left;
}


#comment-top img {
	margin-left: 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #f3f3f3;
	float: left;
	margin-right: 15px;
}
	
#comment-middle {
   	border-top: 1px solid #727272;
	margin-top:0px;
	margin-left: 10px;
	margin-right: 10px;
	height:15px;
	/*padding: 0px 20px;*/
} 


#comments-wrapper{
	width: 400px;
		text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 40px;
}

#addcomment {
   	text-align:left;
	padding:0px;
	margin:0px 2.5%;
	border:0px solid #727272;
	/*background-color: #474747;*/
	text-align: left;
}

textarea {
	width:350px;
	height:50px;
	font-size:11px;
	border:0px solid #eee;
	background-color:#f7f7f7;
	color:#666;
	font-family: Trebuchet MS, Lucida Grande, Verdana, Arial, sans-serif, "Times New Roman", Times, serif;
	padding: 15px;
}

.comment-button {
    background:#fff;
	border:1px solid #aaa;
	color:#666;
	padding: 5px 15px;
	margin: 0px;
}

.input {
    width:45%;
	font-size:10px;
	border:1px solid #eee;
	background-color: #f7f7f7;
	color:#666;
	padding: 5px 15px;
}

