﻿@charset "UTF-8";

/* Community Header
---------------------------------------- */
#communityHeader #communityHeaderTitle {
	background : url(./bg_head_left.png) left top no-repeat;
}

#communityHeader #communityHeaderTitle #communityheaderTitleInner {
	background: url(./bg_head_right.png) right top no-repeat;
}

#communityHeader #communityHeaderTitle #communityHeaderTitleContent {
	background : #FFF url(./bg_head_center.png) repeat-x;
	padding-left: 10px;
}

/*
#communityHeader #communityHeaderTitle #communityHeaderTitleContent h1,
#communityHeader #communityHeaderTitle #communityHeaderTitleContent h1 a {
	color: #490 !important;
}
*/

#communityHeader #communityHeaderTitle #communityHeaderTitleContent h1 .communityFig {
	left: 20px;
}

#communityHeader {
	border-top: 3px solid #7CC02F;
}

#communityHeader #communityHeaderNav ul {
	padding-left: 100px;
}

/* Community Content
---------------------------------------- */
#communityContent {
	background-color: #FFF;
}

/* Content Heading
---------------------------------------- */
#communityContent h2,
#communityContent h2 a,
#communityContent .colB .searchSide .heading,
#communityContent .colB .listSide .listHead .heading,
#communityContent .colB .listSide .listHead .heading a {
	color: #490 !important;
}


