/* ----------------------------------------------------
Title: 		Photos CSS - www.JackinaStark.com
Author:		Matthew Spiel - www.TheManInTheSea.com
Born:		1/20/2009
---------------------------------------------------- */

div#photo_single {
	width: 522px;
	margin: 5px 0px 0px;
	padding: 20px 20px 10px;
	float: left;
	text-align: center;
}
div#photo_nav {
	width: 522px;
	margin: 10px 0px 0px;
	float: left;
	text-align: center;
}
div#photo_nav p {
	margin: 0px;
	font-style: italic;
	font-size: 11px;
	border: none;
}
a#prev {
	background: #31736c;
	border: none;
}
a#prev:hover {
	background: #007cab;
}
div#photo_wrap {
	width: 522px;
	margin: 0px;
	padding: 0px 20px;
	float: left;
	background: white;
}
div#photo_content {
	width: 332px;
	margin: 0px 20px 0px 0px;
	padding: 20px 20px 0px 0px;
	float: left;
	border-right: 1px dotted silver;
}
div#photo_content h4 {
	margin: 0px 0px 10px;
	font-size: 16px;
}
div#photo_content p {
	font-size: 13px;
	line-height: 21px;
}
div#photo_meta {
	width: 149px;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	float: left;
}
div#photo_meta p {
	margin: 0px;
	font-size: 12px;
	font-style: italic;
	color: #827442;
}
div#photo_meta p span {
	color: #49404f;
}
ul#cat_list {
	width: 100%;
	margin: 0px;
	float: left;
	list-style: none;
}
ul#cat_list li {
	padding: 5px;
	margin: 0px 0px 10px;
	border-bottom: 1px dotted silver;
}
ul#cat_list li span {
	width: 200px;
	float: left;
}
ul#cat_list li span a {
	border: none;
}
table#recent {
	width: 562px;
	padding: 0px 0px -10px;
	margin: 10px 0px 20px;
	float: left;
}
table#recent td {
	width: 185px;
	margin: 10px 0px;
	float: left;
	text-align: center;
}
table#recent td img, div#photo_single img  {
	background: white;
	margin: 0px auto 3px;
	padding: 4px;
	border: 1px solid silver;
}
table#recent td a {
	border: none;
}