h1.gallery-navigation, h1.user-navigation
{
	background-color: #982068;
	padding: 15px 20px;
	color: white;
	font-size: 20px;
	font-weight: lighter;

	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

h1.gallery-navigation a, h1.user-navigation a
{
	color: white;
}

h2.album-title
{
	font-size: 12px;
	padding: 7px 20px;
	background-color: #e64f22;
	color: white;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

h2.album-title a
{
	color: white;
}

.category
{
	width: 600px;
	clear: both;
	height: 150px;
	margin-bottom: 20px;
}

.category .category_image
{
	float: left;
	width: 196px;
}

.category .images
{
	float: left;
	width: 390px;
	height: 150px;
	padding-left: 8px;
}

.category .images img
{
	margin-left:4px;
	margin-right:4px;
	margin-bottom:9px;
	margin-top: 0;
}


.image-detail, .image-set
{
	width: 580px;
}
.image-detail .image
{
	border: 1px solid #BFBFBF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 15px 40px;
	margin-bottom: 10px;
	text-align: center;
}

.image-detail #image-title
{
	line-height: 37px;
	font-weight: bold;
	margin-left: 16px;
}

.image-detail .navigation
{
	float: right;
	text-align: right;
}

.image-detail .navigation img
{
	display: inline;
	width: auto;
	padding: 0;
	margin-left: 3px;
}

.image-detail .details
{
	clear: both;
	border-top: 1px solid #BFBFBF;
	border-bottom: 1px solid #BFBFBF;
	padding: 21px 16px 24px 16px;
	margin-top: 10px;
	background-image: url("../images/column-separator.png");
}

.image-detail .details p
{
	margin-left: 0;
}

.image-detail .details a
{
	color: black;
}

.image-detail .left
{
	width: 315px;
	float: left;
}

.image-detail .right
{
	width: 175px;
	float:right;
}

.image-detail .tags,.place,.site,.albums
{
	margin-top: 10px;
}


.image-detail .comments
{
	margin-top: 30px;
}

.image-detail .comments h2
{
	width: 13em;
	font-size: 12px;
	padding: 7px 20px;
	background-color: #21215f;
	color: white;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.image-detail .comments span, .image-detail .comments p
{
	margin-left: 20px;
}

.image-detail .comments span
{
	color: #BFBFBF;
}

.image-detail .comments span strong
{
	color: black;
}


.image-detail .comment-add
{
	margin-top: 30px;
}

.image-detail .comment-add p
{
	margin-left: 0;
	margin-bottom: 2px;
}

.image-detail .comment-add h2, input.button
{
	width: 15em;
	font-size: 12px;
	padding: 7px 20px;
	background-color: #e64f22;
	color: white;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.image-detail .comment-add form, .user-login form, .user-register form, form.user-form
{
	margin-left: 20px;
}

input.button
{
	width: 10em;
	font-weight: bold;
	text-align: left;
	padding-left: 5px;
	border-style: none;
}

.image-set .thumb
{
	float: left;
	width: 100px;
	height: 100px;
	margin: 20px;
}

.image-set .thumb img
{
	padding: 5px;
	border:1px solid #BFBFBF;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.user-login form label, .user-register form label, form.user-form label
{
	display: block;
	float: left;
	width: 8em;
	margin-right: 5px;
	clear: left;
}

.user-register form label
{
	width: 10em;
}

.user-login form p, .user-register form p, form.user-form p
{
	margin-left:0;
	margin-bottom:2px;
}

form.user-form div
{
	margin-bottom: 8px;
}

table.user-table
{
	width: 100%;
	border-collapse: collapse;
	border: 1px solid gray;
}

table.user-table th
{
	background-color: #CCCCCC;
	border-left: 1px solid gray;
	border-bottom: 3px double gray;
	text-align: center;
}

table.user-table td
{
	border: 1px solid gray;
}

table.user-table td.options
{
	text-align: center;
}

table.user-table th,td
{
	padding:5px;
}

table.images td
{
	text-align: center;
}
