#menu
{
	color: #4a4a4a;
	font-family: verdana;
	font-size: small;
}
#login a
{
	text-decoration: none;
}
#login :hover
{
	text-decoration: underline;
}
#siteadmin a
{
	text-decoration: none;
}
#siteadmin :hover
{
	text-decoration: underline;
}
#mainpage a, #photos a, #stuff a, #registry a, #photos_thumbnail a, #videos a
{
	text-decoration: none;
}
#mainpage :hover, #photos :hover, #stuff :hover,#registry :hover, #photos_thumbnail :hover, #videos :hover
{
	text-decoration: underline;
}
#photos_thumbnail
{
	font-size: x-small;
}

#photos_thumbnail img
{
	border: solid 1px black;
}
#archives ul
{
	list-style-type: none;
}

#archives li
{
	font-size: x-small;
}

#archives a
{
	text-decoration: none;
}

#archives :hover
{
	text-decoration: underline;
}

#menu-cell
{
/*	border-right: dotted gray 1px;*/
}
#content-cell
{
	border-left: dotted gray 1px;
}
.feedback
{
	font-family: verdana;
	font-size: x-small;
}
.feedback a
{
	text-decoration: none;
}
.feedbackform h2
{
	font-weight: bold;
	font-family: verdana;
	font-size: small;
}
#quicktags input
{
	border: solid 1px #6699CC;
	margin-right: 1px;
	font-family: verdana;
	font-size: x-small;
	background-color: white;
	width: auto;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.navigation
{
	font-family: verdana;
	font-size: x-small;
}
.pagetitle
{
	font-family: verdana;
	font-size: small;
	font-weight: bold;
}
#header h1 a
{
	text-decoration: none;
}
#header h1 a:hover
{
	text-decoration: underline;
}
#header h1 a
{
	color: white;
}
#content h1 a
{
	text-decoration: none;
	color: #003366;
}
#content h1 a:hover
{
	text-decoration: underline;
}
#respond
{
	font-size: 10pt;
}
#ed_toolbar input
{
	padding: 2px;
}
#comments
{
	font-size: 10pt;
}
#content .entry img
{
	border: solid 1px black;
}
#content .entry a.center_image img
{
	border: solid 1px black;
}
.video_div
{
	border: solid 1px black;
}
#content .entry img.wp-smiley
{
	border: none;
}
#content table.visible-table
{
	border: solid 1px gray;
	width: 80%;
	border-collapse: collapse;	
}
#content table.visible-table th
{
	background-color: #CCCCCC;
}
#content table.visible-table td,
#content table.visible-table th
{
	border: solid 1px gray;
	padding: 5px;
	vertical-align: top;
	text-align: left;
}
