a:link, a:visited {
	color: #0411BA;
}

a:hover {
	color: #FB840F;
}

body {
	background-color: #FF9933; 
	font-family: Verdana, Arial, sans-serif;
	width: 775px;
	margin: auto;
	text-align: center;
}

#filter-box {
	width: 580px;
    background-color: #FFAA66;
	padding: 10px;	
	margin: 2px 0 10px 120px;
	-moz-box-shadow: 1px 1px 5px 1px #FFF;
	-webkit-box-shadow: 1px 1px 5px 1px #FFF;
	box-shadow: 1px 1px 5px 1px #FFF;
	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	
	text-align: left;
	font-size: x-small;
	color: #000;
}

#filter-box #filter-box-heading {
	font-weight: bold;
	padding:0px;
	margin: 0px;
}

#filter-box ul {
	list-style-type: circle;
	margin: 5px 0 0 15px;
	padding: 0px;
}

.textsurround {
	width: 600px;
	background-color: #FFFFFF;
	margin: 2px 0 0 120px;

	-moz-box-shadow: 1px 1px 5px #2686E8;
	-webkit-box-shadow: 1px 1px 5px #2686E8;
	box-shadow: 1px 1px 5px #2686E8;
	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.text {
	text-align: justify;
	font-size: small;
	color: #2686E8;
	padding: 0 10px 5px 10px;
}

.text ul  li, .text ol li{
	margin: 0px;
	padding: 0px;
	float: left;
}

.text .photo-left {
	float: left;
	width: 165px;
	margin: 0 5px 0 0;
	font-size: x-small;
	text-align: center;
}

.text .photo-right {
	float: right;
	width: 165px;
	margin: 0 0 0 5px;
	font-size: x-small;
	text-align: center;
}

.text .photo-center {
	text-align: center;
	margin: auto;
	width: 165px;
	font-size: x-small;
}

img a, img a:link, img a:hover {
	background-color: transparent;
	color: #FFF;
	border: none;
}

.header a:hover{
	color: #FB840F;
}

.text .title{
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 2px;
	border-bottom: solid 2px #FB840F;
}

.text .title a{
	text-decoration: none;
	position: relative;
	font-size: medium;
	color: #2686E8;
	text-align: center;
	border: none;
}

.text .title a:hover{
	color: #FB840F;
}

.text .subtitle{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: smaller;
	padding-top: 5px;
	padding-bottom: 0px;
	text-align: right;
	color: #FB840F;
}

.photo {
	text-align: center;
	width: 600px; /*IE is SO picky.*/
	padding-bottom: 10px;
	margin-left: 120px;
	color: #000;
}

.photo img {
	background-color: #2686E8; /*#FB840F;*/
	border: solid 1px #000000;
	padding: 1px;
	-moz-box-shadow: 1px 1px 5px #2686E8;
	-webkit-box-shadow: 1px 1px 5px #2686E8;
	box-shadow: 1px 1px 5px #2686E8;
}

.photo .title{
	text-decoration: none;
	position: relative;
	font-size: medium;
	padding: 5px 0 5px 0;
}

.photo .title a{
	color: #000;
	border-bottom: 1px dashed #000;
}

.photo .title a:hover{
	color: #FB840F;
}

.photo .description{
	font-size: small;
	text-align: left;
	width: 376px;
	margin: 0 110px 0 110px;
	padding: 5px 0 0 3px;
	font-weight: bold;
}	

.photo .subtitle{
	font-size: x-small;
	text-align: right;
	padding-left: 3px;
}

.footnote{
	font-size: smaller;
	padding: 5px 0 0 0;
	text-align: left;
	color: #FB840F;
}

.comments-title {
	color: #FB840F;
}

.comments-title:hover {
	color:  #2686E8;
}

.photo .comments-title {
	color: #0411BA;
	font-size: x-small;
}

.photo .comments-title:hover {
	color: #FB840F;
}

.photo .comments-box {
	background-color: #FFF;
	font-size: smaller;
	-moz-box-shadow: 1px 1px 5px #2686E8;
	-webkit-box-shadow: 1px 1px 5px #2686E8;
	box-shadow: 1px 1px 5px #2686E8;
}

.comments-info {
	color: #7E4208;
}

.comments-comment {
	color: #D5700D;
}

.comments-form {
	color: #D5700D;
}

.comments-form-button {
	color: #FB840F;
}

.comments-form-button:hover {
	background-color: #D5700D;
	color: #FB840F;
}

.comments-form-input {
	background-color: #F4DBC2;
	width: 100%;
}

.comments-confirmation {
	padding-bottom: 5px;
}


code {
	padding: 1px;
	background: #DDD;
}