/*
----------------------------------

PIKKLES | pikkles.com

copyright 2009

----------------------------------
*/

#main-wide .title {
	margin: 0 0 0 5px;
	background: url(/images/themes-title-bg.gif) scroll center top no-repeat;
	zoom: 1;
}

#main-wide .title h1 {
	float: left;
	width: 158px;
	height: 70px;
	line-height: 70px;
	margin-left: 10px;
	font-size: 22px;
	text-indent: -9999px;
	background: url(/images/themes-h1-bg.gif) scroll left center no-repeat;
}

#main-wide .title span {
	display: block;
	float: right;
}

#main-wide .title span a, #main-wide .title span a:visited {
	display: block;
	padding: 0 10px;
	background: url(/images/themes-title-hr.gif) scroll center left repeat-y;
	color: #252525;
	font-family: georgia, "times new roman", serif;
	line-height: 70px;
	font-size: 22px;
}

#main-wide .title span.last {
	margin-right: 10px;
}

#main-wide .title span.last a, #main-wide .title span.last a:visited {
	padding-right: 0;
}

#main-wide .title span a.current, #main-wide .title span a.current:visited {
	color: #ff6633;
}

#main-wide .title span a:hover, #main-wide .title span a:active {
	background-color: #f5f4ed;
}

#main-wide .section {
	margin: 5px 0 5px 5px;
	zoom: 1;
}

#main-wide .section .top {
	line-height: 10px;
	background: url(/images/themes-section-top-bg.gif) scroll center top no-repeat;
}

#main-wide .section .bottom {
	line-height: 10px;
	background: url(/images/themes-section-bottom-bg.gif) scroll center bottom no-repeat;
}

#main-wide .section .content {
	padding: 0 10px;
	background-color: #ffffff;
}

#main-wide .section .content .item {
	padding-top: 10px;
}

#main-wide .section .content .item .image {
	float: left;
	width: 415px;
}

#main-wide .section .content .item .image .caption {
	margin-top: 5px;
	font-size: 12px;
	color: #5a5b5e;
}

#main-wide .section .content .item .text {
	float: left;
	margin-left: 15px;
	width: 485px;
}

#main-wide .section .content .item .text h2 {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
}

#main-wide .section .content .item .text h3 {
	margin-top: 5px;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
}

#main-wide .section .content .item .text p {
	margin-top: 5px;
	font-size: 12px;
	line-height: 18px;
}

#main-wide .section .content .item .text ul {
	list-style-type: disc;
}

#main-wide .section .content .item .text ul li {
	margin: 5px 0 0 35px;
	font-size: 11px;
	line-height: 16px;
}

