/*
* Purpose: Custom CSS for theme
* Author: Ray Bentz (raybentz@gmail.com)
*/

body
{
	background-color: #ffffff; /* sand */
}

div#container
{
	border-left: 0px solid #aac;
	border-right: 0px solid #aac;
	border-bottom: 0px solid #aac;
	width: 1015px; /* same width as header image */
}

div#right
{
	width: 365px; /* take new extra width from div#container and use it here */
}

div#footer
{
	width: 1015px; /* same width as header image */
	text-align: center;
	margin-top: 10px;
}

ul#nav-right li a, ul#nav-right li a:hover
{
	border-bottom: none; /* remove border from CATEGORY (and other) items in the sidebar.php */
	color: #0273D1; /* change color of anchor text */
}

ul#nav-right ul
{
	list-style: none; /* remove bullets from CATEGORY & BLOGROLL lists */
}

img.category
{
	padding: 1px;
	border: 1px solid #aac;
}

.nodisplay
{
	display: none;
}

ul#nav-right li a	/* decrease space between links in right sidebar */
{
	padding-top: 1px;
	padding-bottom: 1px;
}

/* for category menu in header */
div#cat-menu
{
	width: 1015px; /* same width as div#container */
	height: 35px;
	text-align: center;
	margin-bottom: 0px;
}

div#cat-menu img
{
	border: 0px solid transparent;
	margin: 0;
}

div#cat-menu a:hover img
{
	border-color: navy;
}