﻿body {
	margin: 0;
	padding: 0;
	font-size: 65%;
	line-height: 1.6em;
	font-family: Verdana, sans-serif;
	color: #333;
	text-align: left;
	background: #7c7c7c url(Images/body.jpg) no-repeat 50% 0;
}
html, body {
	height: 100%;
}
* {
	margin: 0;
	padding: 0;	
}
a img, img {
	border: 0;
}

/* Layout */
.wrapper
{
	margin: 0 auto;
	width: 1000px;
}
.header
{
	height: 63px;
	padding-top: 12px;
	position: relative;
	width: 100%;
	float: left;
	clear: both;
}
span.logo, a.logo:link, a.logo:visited, a.logo:hover, a.logo:active
{
	float: left;
	margin-right: 30px;
	margin-left: -10px;
	margin-top: 4px;
	background: url(Images/kibot2.png) no-repeat  50% 50%;
	display: block;
	width: 200px;
	height: 50px;
	overflow: hidden;
	text-indent: -9999px;
}
/* Search Box */
.sf_searchBox
{
	position: absolute;
	top: 23px;
	right: 0;
	padding: 4px 5px 0 5px;
	border: 0;
	background-color: #a2c285;
	width: 145px;
	height: 26px;
}
.sf_searchBox .sf_searchLabel
{
	position: absolute;
	padding-top: 3px;
	text-transform: uppercase;
}
.sf_searchBox .sf_searchText
{
	border: 0;
	padding-top: 2px;
	background-color: transparent;
	width: 114px;
	height: 20px;
	vertical-align: middle;
}
.sf_searchBox .sf_searchSubmit
{
	border: 0;
	width: 23px;
	height: 23px;
	background: transparent url(Images/search-btn.gif) no-repeat 0 0;
	vertical-align: middle;
}
.content
{
	margin: 0 0 0;
	padding: 20px 20px 0;
	float: left;
	width: 792px;
	clear: both;
		background: #555d58;
	
	_overflow: visible;
}
.main
{
	width: 795px;
	float: left;
}
.mainbox-top
{
	height: 5px;
	width: 100%;
	float: left;
	clear: both;
	background: transparent url(Images/main.png) repeat-y 0 0;
}
.mainbox
{
	min-height: 75px;
	padding: 15px 20px 15px;
	background: transparent url(Images/main.png) repeat-y -1800px 0;
	
	width: 755px;
	float: left;
	clear: both;
}
.mainbox-bottom
{
	background: transparent url(Images/main.png) no-repeat -900px 100%;
	margin-bottom: 15px;
	height: 6px;
	width: 100%;
	float: left;
	clear: both;
}
.mainbox
{
	_margin-bottom: 20px;
	_padding-bottom: 10px;
	_background-image: none;
	_background-color: #fff;
}
.mainbox-top, .mainbox-bottom
{
	_display: none;
}
.recentActivities
{
	background: transparent url(Images/recent-activity.gif) repeat-y -800px 0;
	width: 100%;
	float: left;
	clear: both;
}
.recentActivities-Decor
{
	background: transparent url(Images/recent-activity.gif) no-repeat 0 0;
	width: 100%;
	height: 1px;
	line-height: 1px;
	float: left;
	clear: both;
	_overflow-y: hidden;
}
.recentActivityBox
{
	margin-left: 20px;
	padding: 20px;
	width: 195px;
	float: left;
}
.recentActivityBox-First
{
	margin-left: 0;
}
.sidebar
{
	width: 155px;
	float: right;
}
.sidebox-top
{
	height: 5px;
	width: 100%;
	float: left;
	clear: both;
	background: transparent url(Images/sidebar.png) repeat-y 0 0;
}
.sidebox
{
	min-height: 75px;
	padding: 10px 10px 0;
	width: 135px;
	float: left;
	clear: both;
	background: transparent url(Images/sidebar.png) repeat-y -600px 0;
}
.sidebox-bottom
{
	height: 6px;
	width: 100%;
	float: left;
	clear: both;
	background: transparent url(Images/sidebar.png) no-repeat -300px 100%;
}
.sidebox
{
	_background-image: none;
	_background-color: #fff;
	_position: static;
	_padding-bottom: 10px;
}
.sidebox-top, .sidebox-bottom
{
	_display: none;
}
.content .intro
{
	padding-top: 20px;
	border-top: 1px solid #cfcfcf;
}
.footer
{
	margin-bottom: 80px;
	padding: 10px 20px;
	background: #555d58 url(Images/footer.gif) no-repeat 50% 100%;
	color: #e0f4f0;
	width: 792px;
	float: left;
	clear: both;
}
/* Headings */

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

h1,h2,h3,h4 {
	margin: 0 0 0.25em 0;
	font-family: Arial, Verdana, sans-serif;
	color: #000;
}


h1 {
	font-size: 1.7em;
	padding-bottom: 15px;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.2em;
}



/* Paragraphs */
.content p 
{
	margin: 0;
	padding: 0 0 15px;
}
.content .recentActivityBox .sf_eventPriod, .content .recentActivityBox .sf_newsDate 
{
	padding-bottom: 0;
	font-size: 11px;
}
.content .sf_newsList .sf_newsDate, .content .sf_eventsList .sf_eventPriod, .content .sf_singleNews .sf_newsDate
{
	font-size: 11px;
	color: #666;
}
.content .sf_createNewItem
{
	padding: 10px 0;
}
.content .sf_postCommands
{
	padding: 10px 0 15px;
}
.content .read-more 
{
	padding-bottom: 0;
	padding-top: 20px;
	text-align: right;
	font-weight: bold;
	font-size: 11px;
}
/* Lists */
ul, ol {
	list-style-position: outside;
}
li {
	list-style-type: disc;
	margin-left: 10px;
}
ol li {
	list-style-type: decimal;
	margin-left: 10px;
}
.main ul, .main ol 
{
	margin: 0 0 10px 20px;
}
.main li
{
	margin-bottom: 5px;
}
.sidebar ul, .sidebar ol 
{
	margin: 0;
}
.sidebar li
{
	padding: 14px 0;
	list-style-type: none;
	background: transparent url(Images/border.gif) repeat-x 0 0;
}
.main .recentActivityBox ul, .main .recentActivityBox ol 
{
	margin: 0;
	padding: 0;
}
.main .recentActivities .recentActivityBox li
{
	padding: 10px 0;
	list-style-type: none;
	background: transparent url(Images/border.gif) repeat-x 0 0;
}
.main .sf_newsList, .main .sf_eventsList, .main .sf_searchResults
{
	margin: 0;
	padding: 0 20px 20px;
	padding: 0 0 20px;
	/* background-color: #f1f1f3; */
}
.main .sf_newsList li, .main .sf_eventsList li, .main .sf_searchResults li
{
	margin: 0;
	padding: 20px 0;
	list-style-type: none;
	background: transparent url(Images/border.gif) repeat-x 0 100%;
}
.content .sf_singleEvent .sf_eventBasicInfo dt, .content .sf_singleEvent .sf_eventLocation dt, .content .sf_singleEvent .sf_eventContact dt
{
	font-size: 13px;
	font-weight: bold;
}
.content .sf_photoListLightbox li
{
	padding: 19px 0 0 19px;
	margin: 0 10px 10px 0;
	width: 179px;
	height: 229px;
	background: transparent url(Images/lightbox.png) no-repeat 0 0;
	_background-image: url(Images/lightbox.gif);
}
.content ol.sf_photoListLightbox li dt
{
	padding-top: 27px;
}
.content ol.sf_photoListLightbox li dd
{
	color: #666;
}
/* Tables */
table
{
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
}
.sf_libraryGrid
{
	margin-bottom: 30px;
	width: 100%;
	border-top: 1px solid #ccc;
}
.sf_libraryGrid th, .sf_libraryGrid td
{
	padding: 5px 5px;
	border-bottom: 1px solid #ccc;
	font-weight: normal;
	vertical-align: bottom;
}
.sf_libraryGrid th
{
	text-align: left;
}
.sf_libraryGrid td
{
	text-align: right;
}
.sf_libraryGrid .sf_date
{
	color: #666;
}
.sf_libraryGrid th a
{
	font-size: 15px;
}
.sf_libraryGrid th em, .sf_libraryGrid .sf_date
{
	font-size: 11px;
	color: #666;
	font-style: normal;
}
/* Semantic */
strong {
	font-weight: bold;
	font-style: normal;
}
.sf_searchResults strong
{
	background-color: #ff0;
}
em {
	font-weight: normal;
	font-style: italic;
}
address 
{
	font-style: normal;
	line-height: 1.5;
}
/* Links */

a {
	text-decoration: underline;
	color: #006699;
	}
a:active {
	color:red;
	}
a:hover {
	color: #000;
}


.content .sf_back 
{
	display: block; 
	padding-bottom: 20px;
}
.sf_createNewItem a:link, .sf_createNewItem a:visited, .sf_createNewItem a:hover, .sf_createNewItem a:active,
.sf_postCommands a:link, .sf_postCommands a:visited, .sf_postCommands a:hover, .sf_postCommands a:active 
{
	padding: 4px 9px;
	background-color: #B6D0D3;
	border: 1px solid #83B0B4;
	color: #333;
}
.sf_createNewItem a:hover, .sf_postCommands a:hover
{
	background-color: #83B0B4;
	border: 1px solid #B6D0D3;
	text-decoration: none;
}
.sf_createNewItem a.sf_cancel:link, .sf_createNewItem a.sf_cancel:visited, .sf_createNewItem a.sf_cancel:hover, .sf_createNewItem a.sf_cancel:active 
{
	padding: 0;
	background-color: transparent;
	border: 0;
}
.sf_createNewItem a.sf_cancel:hover
{
	text-decoration: underline;
}
a.sf_back:link, a.sf_back:visited, a.sf_back:hover, a.sf_back:active,
.sf_back a:link, .sf_back a:visited, .sf_back a:hover, .sf_back a:active 
{
	color: #333;
	text-decoration: underline;
}
a.sf_back:hover, .sf_back a:hover
{
	text-decoration: none;
}
.content .read-more a:link, .content .read-more a:visited, .content .read-more a:hover, .content .read-more a:active 
{
	text-decoration: underline;
}
.content .read-more a:hover
{
	text-decoration: none;
}
/* Forums */

.sf_createNewItem input
{
	padding: 4px 9px;
	background-color: #c0cda3;
	border: 1px solid #889d57;
	color: #333;
}
.sf_createNewItem input:hover
{
	background-color: #889d57;
	border: 1px solid #c0cda3;
	text-decoration: none;
}
.sf_forumsEditor h3 input
{
	font-size: 24px;
	width: 400px;
	height: 32px;
	padding: 2px 5px;
}
.content .sf_postContent, .content .sf_userInfo
{
	padding: 10px 0 0;
}
/* Community Version Logo */
.poweredBySitefinityLogo
{
	clear: both;
}