﻿.PhotoGallery
{
	float:left;
	width:500px;
	border-right:solid 1px #DBE3EB;
	padding-right:10px;
}

.PhotoCategories
{
	width:200px;
	float:right;
	padding-left:10px;
}

.PhotoCategories a
{
	font-size:14px;
	font-weight:bold;
	color:#000099;
	line-height:18px;
	text-decoration:none;
}

.PhotoCategories div
{
	border-bottom:dotted 1px #DBE3EB;
	margin:5px 0px;
	padding:5px 0px;
}

#BlogPosts
{
	width:800px;
	float:left;
}
.button, .button:focus {
	background: url( images/fade-butt.png );
	border: 3px double #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	color: #333;
	padding: 0.25em;
}
.BlogTitleInput
{
	width:700px;
	height:23px;
	font-size:18px;
	font-weight:bold;
	letter-spacing:.1em;
}
label
{
	margin:2px;
	font-size:13px;
	letter-spacing:.1em;
	font-weight:bold;
}

.Input
{
	width:700px;
	margin:5px;
}
fieldset
{
	margin:15px 0px;
	padding:5px;
}
.BlogEditLink
{
	font-size:11px;
	color:#4A93FF;
	text-decoration:underline;
}