/*
 * Candy Theme Overrides
*/

#wrapper
{
	width: 900px;
}

#content
{
	width: 890px;
}

#header
{
	margin: 0px;
}

#header a, #header a:visited
{
	font-size: 28px;
}

#headertitle
{
	padding : 0px;
}

#headertagline
{
	font-family: "Trebuchet MS", Tahoma, verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	text-align: left;
	color: #C1AB45;
	padding : 0px;
}

#headerwrapper
{
	text-align: left;
	background-color : #FFF;
}

#contentleft
{
	width: 655px;
	background: url(images/content_middle.png) center repeat-y;
}

#page #contentleft
{
	width: 655px;
}

#contentinner
{
	width: 615px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#sidebar
{
	margin: 5px 0px 0px 5px;
}


/* --------------------------------------------------------------- */
/* Candy style boxes */
/* --------------------------------------------------------------- */

.candybox, .candybox a, .candybox a:hover, .candybox a:visited
{
	color: #000;
}

#sidebar #box0
{
	background : #FAEFB9 url(images/box0top.jpg) center top no-repeat;
}

#sidebar #box1
{
	background : #F7D9F5 url(images/box1top.jpg) center top no-repeat;
}

#sidebar #box2
{
	background : #F8D7B6 url(images/box2top.jpg) center top no-repeat;
}

#sidebar #box3
{
	background : #D9E9CC url(images/box3top.jpg) center top no-repeat;
}

#sidebar #box0, #sidebar #box1, #sidebar #box2, #sidebar #box3
{
	width : 223px;
	margin-bottom : 15px;
}

#sidebar #boxcontent0, #sidebar #boxcontent1, #sidebar #boxcontent2, #sidebar #boxcontent3
{
	min-height : 120px;
	padding : 12px;
	padding-bottom : 20px;
	color : #000;
}

#sidebar #boxcontent0
{
	background : url(images/box0bottom.jpg) bottom no-repeat;
}

#sidebar #boxcontent1
{
	background : url(images/box1bottom.jpg) bottom no-repeat;
}

#sidebar #boxcontent2
{
	background : url(images/box2bottom.jpg) bottom no-repeat;
}

#sidebar #boxcontent3
{
	background : url(images/box3bottom.jpg) bottom no-repeat;
}

#sidebar #boxcontent0 h3
{
	color: #9A6A3A;
}

#sidebar #boxcontent1 h3
{
	color: #A0469B
}

#sidebar #boxcontent2 h3
{
	color: #95513A
}

#sidebar #boxcontent3 h3
{
	color: #5E7E42
}

#sidebar h3
{
	padding-top: 0px;
}

#sidebar #boxcontent0 li a:hover
{
	background-color: #F5DF72;
	text-decoration: none;
}

#sidebar #boxcontent1 li a:hover
{
	background-color: #DFA4DC;
	text-decoration: none;
}

#sidebar #boxcontent2 li a:hover
{
	background-color: #F2AF6B;
	text-decoration: none;
}

#sidebar #boxcontent3 li a:hover
{
	background-color: #B3D296;
	text-decoration: none;
}

