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

PIKKLES | pikkles.com

copyright 2009

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

#main .section {
	margin-left: 5px;
	padding: 5px;
	background-color: #ffffff;
	border-bottom: 2px solid #cec9c3;
}

/*#main .section #themes ul {
	list-style-type: none;
	background: url(/images/themes-tabs-bg.gif) scroll left bottom no-repeat;
	text-align: center;
}

#main .section #themes ul li {
	padding: 2px 7px;
	border-top: 1px solid #cecece;
	border-right: 1px solid #cecece;
	border-left: 1px solid #cecece;
	display: inline;
	text-align: center;
}*/

.page-title img {
	width: 284px;
	height: 84px;
	margin: 25px auto 0;
}

.page-sub-title {
	margin-top: 25px;
	padding: 25px 0;
	text-align: center;
	font-size: 16px;
	font-family: georgia, "times new roman", serif;
	font-style: italic;
	background: url(/images/themes-sub-title-bg.gif) scroll center top no-repeat;
}

#themes {
	padding-bottom: 15px;
	background: url(/images/themes-tabs-bg.gif) scroll left bottom no-repeat;
}

#themes-nav {
	margin-top: 25px;
	padding: 3px 0;
	background: url(/images/themes-tabs-bg.gif) scroll left bottom no-repeat;
	text-align: center;
}

#themes-nav a, #themes-nav a:visited {
	margin-left: 5px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: bold;
	color: #1a1a1a;
	border-top: 1px solid #cecece;
	border-right: 1px solid #cecece;
	border-left: 1px solid #cecece;
}

#themes-nav a:hover, #themes-nav a:active {
	background-color: #cecece;
	text-decoration: none;
}

#themes-nav a.current, #themes-nav a.current:visited {
	background-color: #cecece;
}

#main .section #themes-contents p {
	padding: 0 35px;
	margin-top: 15px;
}

#main .section #themes-contents p q {
	font-family: georgia, "times new roman", serif;
	font-size: 14px;
	font-style: italic;
}

#main .section h1 {
	margin-top: 15px;
	padding-top: 15px;
	font-size: 30px;
	line-height: 36px;
	font-family: georgia, "times new roman", serif;
	background: url(/images/dotted-border-bg.gif) scroll left top repeat-x;
}

#main .section h2 {
	margin-top: 15px;
	padding-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #1a1a1a;
}

#main .section h3 {
	margin-top: 20px;
	font-size: 12px;
	font-weight: bold;
}

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

#main .section p.first {
	margin-top: 15px;
}

#main .section p strong {
	font-weight: bold;
}

#main .section p em {
	font-style: italic;
}

#main .section p.narrow {
	margin-top: 15px;
	padding: 0 35px;
}

#main .section .image {
	margin-top: 15px;
}

#main .section ul {
	list-style-type: disc;
}

#main .section ul li {
	margin: 5px 0 0 25px;
	font-size: 12px;
	line-height: 18px;
}

#main .section ol {
	list-style-type: decimal;
}

#main .section ol li {
	margin: 5px 0 0 25px;
	font-size: 12px;
	line-height: 18px;
}

#main .section p a, #main .section p a:visited {
	color: #1a1a1a;
	text-decoration: underline;
}

#sidebar .section {
	margin-right: 5px;
	padding: 5px;
	background-color: #ffffff;
}

#sidebar .section .title h2 {
	margin-top: 20px;
	padding: 5px 0;
	font-size: 16px;
	text-transform: uppercase;
	border-top: 3px solid #000000;
	background: url(/images/dotted-border-bg.gif) scroll left bottom repeat-x;
}

#sidebar .section .title.first h2 {
	margin-top: 0;
}

#sidebar .section ul {
	margin-top: 10px;
}

#sidebar .section ul li {
	border-bottom: 1px solid #cccccc;
}

#sidebar .section ul li.last {
	border-bottom: none;
}

#sidebar .section ul li a, #sidebar .section ul li a:visited {
	padding: 0 5px;
	font-size: 12px;
	line-height: 28px;
	color: #1a1a1a;
	display: block;
}

#sidebar .section ul li a.grey, #sidebar .section ul li a.grey:visited {
	color: #cccccc;
}

#sidebar .section ul li.current a, #sidebar .section ul li.current a:visited {
	background-color: #efefef;
}

#sidebar .section ul li a:hover, #sidebar .section ul li a:active {
	background-color: #efefef;
}

