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

PIKKLES | pikkles.com

copyright 2009

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

#header p {
	position: absolute;
	width: 360px;
	height: 60px;
	top: 80px;
	left: 450px;
	font-size: 24px;
	color: #4d4d4d;;
}

#main {
	background: url(../images/content-sidebar-right-bg.gif) scroll top left repeat-y;
	zoom: 1;
}

#main .content {
	float: left;
	width: 580px;
}

#news-wrapper {
	float: left;
	width: 290px;
}

#news {
	margin: 15px 0 0 15px;
}

#news .heading {
	border-bottom: 1px solid #cc0033;
	line-height: 26px;
}

#news .heading p {
	float: left;
	padding-left: 20px;
	font-size: 16px;
	text-transform: uppercase;
	color: #252525;
	background: url(../images/pink-bullet-bg.gif) scroll center left no-repeat;
}

#news .heading a, #news .heading a:visited {
	color: #252525;
}

#news .heading a, #news .heading a:visited {
	display: block;
	float: right;
	font-size: 12px;
}

#news .item {
	margin-top: 15px;
}

#news .item .date {
	font-size: 11px;
	line-height: 14px;
}

#news .item h2 {
	margin-top: 5px;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	text-transform: uppercase;
}

#news .item h2 a, #news .item h2 a:visited {
	color: #4d4d4d;
}

#news .item p {
	margin-top: 5px;
	font-size: 11px;
	line-height: 14px;
}

#events-wrapper {
	float: left;
	width: 290px;
}

#events {
	margin: 15px 0 0 15px;
}

#events .heading {
	border-bottom: 1px solid #cc0033;
	line-height: 26px;
}

#events .heading p {
	float: left;
	padding-left: 20px;
	font-size: 16px;
	text-transform: uppercase;
	color: #252525;
	background: url(../images/pink-bullet-bg.gif) scroll center left no-repeat;
}

#events .heading a, #events .heading a:visited {
	color: #252525;
}

#events .heading a, #events .heading a:visited {
	display: block;
	float: right;
	font-size: 12px;
}

#events .item {
	margin-top: 15px;
}

#events .item .date {
	font-size: 11px;
	line-height: 14px;
}

#events .item h2 {
	margin-top: 5px;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	text-transform: uppercase;
}

#events .item h2 a, #events .item h2 a:visited {
	color: #4d4d4d;
}

#events .item p {
	margin-top: 5px;
	font-size: 11px;
	line-height: 14px;
}

#main .sidebar {
	float: left;
	width: 255px;
	margin-left: 15px;
}