/*
Rename this file custom.css to customize override the theme's default skin.
**/


/* the background color */

/*
body.custom
{
	background-color: #F3F4EC;
}
*/


/* the document's default color and background color */

/*
.custom #wrapper
{
	color: #474E44;
	background-color: #F3F4EC;
}
*/


/* the document's widths */

.custom #wrapper
{
	width: 980px;
}

.custom #sidebar
{
	width: 230px;
}

.custom #sidebar_ext
{
	width: 230px;
}

.custom #commentform .field input
{
	width: 250px;
}

.custom #commentform .textarea textarea
{
	height: 120px;
	width: 450px;
}


/* the header's color */

/*
.custom #header
{
	background-color: #CCCFBC;
}

.custom #header h1,
.custom #header h2
{
	text-transform: uppercase;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
}

.custom #header h1 a,
.custom #header h1 a:visited
{
	color: #474E44;
}

.custom #header h1 a:hover
{
	color: firebrick;
}

.custom #header h2
{
	color: #A37B45;
}
*/


/* stick a background image into the header */

/*
.custom #header
{
	background-color: white;
	background-image: url(image-in-theme-dir.jpg);
	height: 120px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.custom #header h1,
.custom #header h2
{
	display: none;
}
*/


/* the navbar and calendar background color */

/*
.custom #navbar,
.custom #wp-calendar thead th
{
	background-color: #CCCFBC;
}
*/


/* the title headings */

/*
.custom #main h1,
.custom #main h1 a,
.custom #main h1 a:visited,
.custom #main .subtitle h2,
.custom #main .subtitle h2 a,
.custom #main .subtitle h2:visited
{
	text-transform: uppercase;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	color: #5B7B57;
}

.custom #main h1 a:hover,
.custom #main .subtitle h2 a:hover
{
	color: firebrick;
}

.custom #main h2
{
	text-transform: uppercase;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	color: #A37B45;
}

.custom #main .header h2,
.custom #main .body h2
{
	border-bottom: none;
}

.custom #sidebar h2,
.custom #sidebar_ext h2
{
	border-bottom: none;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	color: #5B7B57;
}
*/
