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

PIKKLES | pikkles.com

copyright 2009

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

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

#main .section h1 {
	margin-top: 5px;
	font-size: 30px;
	line-height: 36px;
	font-family: georgia, "times new roman", serif;
}

#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 a, #main .section a:visited {
	color: #1a1a1a;
}

#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 .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;
}

#main table.participants {
	margin-top: 20px;
	width: 100%;
}

#main table.participants td {
	width: 33%;
	height: 150px;
	vertical-align: top;
	text-align: center;
}

#main table.participants td img {
	display: inline;
}

#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.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;
}
