/*
	===== FONTS =====
*/
body, p, div, span, table, tr, th, td, blockquote, strong, bold, em, i, font, ul, li, 
h1, h2, h3, h4, h5, h6, acronym, abbr, code, small, blockquote, strike, cite,
input, select, option, label {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #000000;
	font-size: 12px;
}

/*
	===== BASE SELECTORS =====
*/
body {
	background-color: #f5fafe;
	background-image: url('images/background.jpg');
	background-repeat: repeat-x;
	background-position: top left;
	background-attachment: scroll;
	color: #000000;
	text-align: center;
	margin: 0px;
	padding: 0px; 
}

small {
	font-size: 10px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	text-align: center;
}

h1 {
	padding-top: 70px;
	margin: 0;
	font-size: 18px;
}

h2 {
	margin: 30px 0 0;
	font-size: 16px;
}

h2 a {
	color: #0094A5;
	text-decoration: none;
}

h2 a:hover {
	color: #004F8C;
	text-decoration: underline;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
	font-size: 14px;
}

h4 {
	font-size: 12px;
}

code {
	font-size: 10px;
	font-family: 'Courier New', Courier, Fixed;
}

select {
	width: 130px;
}

acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #A2A3A4;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #EAEAEA;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

hr {
	display: none;
}

a img {
	border: none;
}

a {
	color: #0094A5;
	text-decoration: none;
}

a:hover {
	color: #004F8C;
	text-decoration: none;
}

ol {
	padding: 0 0 0 35px;
	margin: 0;
}

ol li {
	margin: 0;
	padding: 0;
	list-style: decimal !important;
}

ul li {
	list-style-type: disc;
}

/*
	===== LEFT SIDEBARS =====
*/
#mainColLeft,
#fpSidebar,
#blogColLeft {
	float: left;
	margin: 0px 20px;
	padding: 0px 0px 10px 0px;
	width: 160px;
	text-align: left;
}

#mainColLeft ul,
#fpSidebar ul,
#blogColLeft ul {
	margin: 0px;
	padding: 0px;
}

#mainColLeft ul li ul,
#fpSidebar ul li ul,
#blogColLeft ul li ul {
	margin: 0px 14px !important;
	padding: 0px 14px !important;
}

#headerMenu ul li,
#headerNotice ul li,
#mainColLeft ul li,
#fpSidebar ul li,
#blogColLeft ul li {
	list-style-type: none;
	margin: 0px auto;
	padding: 0px;
}

#mainColLeft ul li ul li,
#fpSidebar ul li ul li,
#blogColLeft ul li ul li {
	list-style-type: disc;
	text-align: left;
	margin: 6px auto;
}

#mainColLeft,
#mainColLeft li,
#mainColLeft a, 
#fpSidebar,
#fpSidebar li,
#fpSidebar a, 
#blogColLeft,
#blogColLeft li,
#blogColLeft a {
	color: #A2A3A4;
	text-decoration: none;
}

#mainColLeft a:hover,
#fpSidebar a:hover,
#blogColLeft a:hover {
	color: #000000;
}

#blogColRight h2,
#mainColRight h2,
#fpSidebarRight h2, 
#blogColLeft h2, 
#mainColLeft h2,
#fpSidebarLeft h2,
.widgetTitle {
	text-align: center;
	margin: auto 0px 2px auto;
	color: #000000;
}

/* ===== RIGHT SIDEBARS ===== */
#blogColRight,
#fpSidebarRight,
#mainColRight {
	float: right;
	width: 200px;
	margin: 0px 20px;
	text-align: center;
	border-left: 0px solid #eaeaea;
}

#blogColRight,
#mainColRight {
	width: 180px;
}

#blogColRight h2,
#fpSidebarRight h2,
#mainColRight h2 {
	text-align: center;
	margin: 0px auto 4px auto;
}

#blogColRight p,
#fpSidebarRight p,
#mainColRight p {
	text-align: left;
}

#blogColRight img,
#fpSidebarRight img,
#mainColRight img {
	text-align: center;
	margin: 4px auto;
}

#blogColRight ul,
#fpSidebarRight ul,
#mainColRight ul {
	margin-left: 0px;
	padding: 0px;
}

#blogColRight ul ul,
#fpSidebarRight ul ul,
#mainColRight ul ul {
	margin-left: 4px;
	padding: 0px 0px 0px 4px;
}

#blogColRight ul li,
#fpSidebarRight ul li,
#mainColRight ul li {
	list-style-type: none;
}

#blogColRight ul li ul li,
#fpSidebarRight ul li ul li,
#mainColRight ul li ul li {
	list-style-type: disc;
	text-align: left;
}

#blogColRight li,
#fpSidebarRight li,
#mainColRight li {
	text-align: center;
	margin: 6px auto;
	list-style-type: none !important;
}

/* ===== FRONT PAGE CONTENT ===== */
#fpContent {
	clear: none;
	float: none;
	margin: 0px auto;
	padding: 0px;
}

#fpContent ul {
	clear: none;
	float: none;
	margin: 0px auto;
	padding: 0px;
	list-style-type: none;
}

#fpContent li {
    /* 
	float: none;
    clear: both;
	*/
}

#fpContent ul li {
    list-style-type: none;
}


/* ===== COLUMNS ===== */
#content {
	margin: 0px 0px;
	padding: 20px 0px 0px 0px;
	float: none;
	font-size: 12px;
}
/* One Column Page */
.colOne {
}

/* Two Column Page (l: 160px) */
.colTwo {
	margin-left: 200px !important;
}

/* Three Column Page (r: 200px) */
.colThree {
	margin-left: 200px !important;
	margin-right: 230px !important;
}

/*
	===== OTHER PAGE LAYOUT =====
*/

#pageCont {
	margin: 0px auto;
	padding: 0px;
	width: 960px;
	text-align: center;
}

#contentCont {
    margin: 0px auto;
    padding: 0px;
    text-align: center;
    background-color: #ffffff;
}

/*
	===== HEADER =====
*/
#header {
	height: 120px;
    margin: 0px 0px 30px 0px; 
	padding: 0px; 
}

#header #logo {
    float: left;
    margin: 4px 0px;
    padding: 0px;
}

#header #logo img {
    margin: 0px 0px 0px 25px;
    padding: 0px;
    border: 0px;
}

#header #sfcc {
    float: none;
    margin: 0px 200px;
    padding: 30px 0px 0px;
    text-align: center;
}
 #header #sfcc h1 {
    padding: 0px;
 }
 
#header #sfcc h1, 
#header #sfcc h1 a {
    color: #0094A5;
    font-size: 26px;
    font-weight: normal;
    margin: 0px auto;
    text-align: center;
    text-decoration: none !important;
}

#header #sfcc .description {
    color: #898989;
    font-size: 12px;
    margin: 0px auto;
    text-align: center;
}

#header #topMenu {
    float: right;
    margin: 10px 10px auto auto;
    padding: 0px;
}

/*
	===== Main Menu =====
*/

#mainMenuContainer {
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	overflow: hidden !important;
	width: 100%;
	border-bottom: 6px solid #898989;
}

#mainMenuContainer,
#mainMenuContainer .tr,
#mainMenuContainer .tl,
#mainMenuContainer .menu {
	height: 30px;
}

#mainMenuContainer .tr {
    float: right;
    background-image: url('images/menu_tr.gif');
	background-repeat: no-repeat;
	background-position: top left;
	background-attachment: scroll;
	width: 12px;
	margin: 0px;
	padding: 0px;
}

#mainMenuContainer .tl {
    float: left;
    background-image: url('images/menu_tl.gif');
	background-repeat: no-repeat;
	background-position: top right;
	background-attachment: scroll;
	width: 12px;
	margin: 0px;
	padding: 0px;
}

#mainMenuContainer .menu {
    float: none;
    margin: 0px 12px;
    padding: 0px;   
    background-image: url('images/menu_bk.gif');
	background-repeat: repeat-x;
	background-position: top left;
	background-attachment: scroll;
	width: auto;
	text-align: center;
}

#headerNotice,
#headerNotice ul,
#headerMenu, 
#headerMenu ul {
	margin: 0px auto;
	padding: 0px;
	text-align: center;
}

#headerMenu {
	padding-top: 8px;
}

#mainMenu {
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align: center;
}

#mainMenu li,
#mainMenu a {
	color: #FFFFFF;
	font-size: 11px;
	/* font-family: "Times New Roman", Times, serif; */
	text-transform: uppercase;
	/* text-decoration: bold; */
	/* letter-spacing: 1px; */
}

#mainMenu a:hover {
	color: #A2A3A4;
}

#mainMenu ul {
	display: inline;
	list-style-type: none;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
}

#mainMenu ul li {
	list-style-type: none;
	margin: 0px 2px;
	padding: 0px 6px;
	text-align: left;
	border-right: 1px solid #A2A3A4;
	display: inline;
}

#mainMenu ul li.last {
	border-right: 0px;
}

#mainMenu ul li ul {
	margin: 0px 15px 0px 0px;
	padding: 0px;
}

#mainMenu ul li ul li {
	list-style-type: none;
	border-bottom: 0px;
	margin: 0px;
	padding: 0px;
}

#headerNotice,
#headerNotice h2, 
#headerNotice span, 
#headerNotice span a {
	color: #969696; /* #FAFBCF yellow | #969696 grey | #898989 */
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 1px;
}


#headerNotice {
	padding-top: 8px;
}

#headerNotice h2 {
	margin: 0px auto;
	padding: 0px;
	display: inline;
}

#headerNotice h2,
#headerNotice .time {
	padding-right: 6px;
	margin-right: 4px;
	border-right: 1px solid #969696;
}

.noBorder {
	border: 0px !important;
}

/*
	===== POSTS =====
*/

.post { 
	margin: 0px 0px 15px;
	text-align: left;
}

#category .post {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eaeaea;
}

#page .post {
	margin: 0px auto;
	padding: 10px 0px;
}

.post hr {
	display: block;
}

.postmetadata {
	color: #A2A3A4;
	padding-top: 5px;
	text-align: right;
}

.postmetadata span {
	margin: 0px auto;
	padding: 2px 4px;
}

.post h2, h2.pageTitle  {
	margin: 0px auto 10px auto;
	text-align: center;
}

.post h2, h2.pageTitle {
	color: #0094A5;
	font-size: 24px;
}

.entry {
	text-align: left;
}

.postMeta,
.postDate,
.eventFooter .top a {
	font-size: 10px;
}

/*
	===== COMMENTS =====
*/

.commentlist li {
	font-weight: bold;
}

.commentlist cite,
.commentlist cite a {
	font-weight: bold;
	font-style: normal;
}

.commentlist p {
	font-weight: normal;
	text-transform: none;
}

.commentmetadata {
	font-weight: normal;
}

.nocomments {
	color: #A2A3A4;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
}

#commentform #submit {
	margin: 0;
	float: right;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}

/*
	===== FOOTER =====
*/

#footer {
	border: none;
	padding: 6px 0px 3px 0px;
	margin: 25px 0px 10px 0px;
	clear: both;
	background-color: #eaeaea;
	text-align: center;
}

#footer p {
	margin: 4px auto;
	padding: 0px;
	text-align: center;
	font-size: 11px;
	text-align: center;
	color: #A2A3A4;
}

/*
	===== WP CALENDAR =====
*/
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}

#wp-calendar a {
	text-decoration: none;
}

#wp-calendar caption {
	text-align: center;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover { 
	background-color: #ffffff;
}

/*
	===== SEARCH FORM =====
*/
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
}

#searchform #s {
	width: 108px;
	padding: 2px;
}

#searchsubmit {
	padding: 1px;
}

/*
	===== CONTACT =====
*/

#contactInfo p {
	text-align: center;
}

#contactInfo .pr span{
	display: block;
	margin: 2px auto;
	padding: 0px;
	text-align: center;
}

#sendbutton {
	width: 120px;
	padding: 3px 6px;
	background-color: #0094A5;
	border: 1px solid #000000;
	color: #ffffff;
}

/*
	===== PAGE NAVIGATION =====
*/

 .navigation {
	margin: 10px auto 30px auto;
	padding: 0px;
	display: block;
	text-align: center;
	border-bottom: 1px solid #eaeaea;
}

.navigationB {
	margin: 20px auto 10px auto;
	padding: 10px 3px;
	text-align: center;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	background-color: #F2F2F2;
}

.wp-pagenavi span.extend,
.wp-pagenavi span.pages,
.navigationB {
	color: #A2A3A4;
}

.wp-pagenavi a,
.wp-pagenavi a:link,
.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	color: #0094A5;
}

.wp-pagenavi a:hover {	
	color: #004F8C;
}

.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 15px 2px 2px;
	border: 0px;
}

.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	color: #0094A5;
}

.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
}

.wp-pagenavi .first,
.wp-pagenavi .last {
	border: 0px;
}

/*
	===== SOCIAL BOOKMARK =====
*/

.sBookmark {
	background-color: #F2F2F2;
	margin: 10px auto 0px auto;
	text-align: center;
}

.sBookmark #obsocialbookmark_barE {
	margin: 0px auto;
	padding: 4px 3px;
	text-align: center;
}

/*
	===== FRONTPAGE SHOWCASE =====
*/

.metaMenu,
.metaMenu a {
	color: #FFFFFF;
	font-weight: normal;
}

/*
	===== FRONTPAGE SHOWCASE =====
*/

#fpContent .showcase {
    background-color: #f2f2f2;
}

#fpContent .showcase h2 {
	margin: 4px auto 15px auto;
}

#fpContent .showcase .wrapper {
    text-align: center;
    margin: 0px auto;
    padding: 0px;
    /* width: 90%; */
    /* height: auto; */
}

#fpContent .showcase .wrapper .photo {
    /* float: left; */
    text-align: center;
    margin: 0px auto;
    padding: 0px;
    width: auto;
    height: auto;
    /* width: 64%; */
}

#fpContent .showcase .wrapper .photo a, 
#fpContent .showcase .wrapper .photo a img {
    text-align: center;
    margin: 0px auto;
    padding: 0px;
}

#fpContent .showcase .wrapper .photo a img {
    border: 4px solid #ffffff;
}

#fpContent .showcase .wrapper .caption {
    /* float: right; */
    /* width: 34%; */
    height: auto;
    margin: 0px;
    padding: 10px;
    text-align: left;
}

/*
	===== FRONTPAGE NEXT MEETING =====
*/

#fpContent .nextMeeting {
    margin: 0px auto 4px auto;
    padding: 0px;
    text-align: center;
    border-top: 1px solid #ffffff;
}

#fpContent .nextMeeting .wrapper {
    margin: 0px auto;
    padding: 0px 0px 4px 0px;
    text-align: center;
}

#fpContent .showcase .wrapper .widgetTitle,
#fpContent .nextMeeting .wrapper .widgetTitle {
    margin: 0px auto 10px auto;
    padding: 2px 0px;
    background-color: #a2a3a4;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    font-weight: normal;
    letter-spacing: 1px;
}

#fpContent .nextMeeting .wrapper span {
    display: block;
    margin: 6px auto;
    padding: 0px;
    text-align: center;
}

#fpContent .nextMeeting .wrapper span.title {
    font-weight: bold;
}

#fpContent .nextMeeting .wrapper span.notice {
    font-size: 10px;
    color: #A2A3A4;
}

/*
	===== FRONTPAGE EVENT SHOWCASE =====
*/

#fpContent .eventsShowcase, 
#fpContent .eventsShowcase .wrapper {
    margin: 0px auto;
    padding: 0px;
    text-align: center;
}

#fpContent .eventsShowcase .wrapper {
    width: auto;
}

#fpContent .eventsShowcase .wrapper .widgetTitle {
    margin: 0px auto 20px auto;
    padding: 2px 0px;
    background-color: #a2a3a4;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    font-weight: normal;
    letter-spacing: 1px;
}

#fpContent .eventsShowcase .wrapper .event {
    float: left;
    margin: 10px;
    padding: 3px;
    text-align: center;
    width: 230px; /* image width is 200px */
    height: 380px; /* image height is 260px */
    overflow: hidden;
    display: inline; /* IE float fix*/
}

#fpContent .eventsShowcase .wrapper .event h3 {
    margin: 3px auto 0px auto;
    padding: 0px;
    text-align: center;
}

#fpContent .eventsShowcase .wrapper .event span {
    display: block;
    color: #A2A3A4;
    margin: 2px auto;
    padding: 0px;
    text-align: center;
}

/* crazy css to get events to 'center' */

#fpContent .eventsShowcase .wrapper .outter {
    margin: 0px auto;
    width: 99%;
    text-align: center;
	padding: 0px;
}

#fpContent .eventsShowcase .wrapper .inner {
    float: right;
    width: 99%;
    text-align: center;
    margin: 0px auto;
	padding: 0px;
}

#fpContent .eventsShowcase .wrapper .comingEvents {
    float: left;
    width: 99%;
    margin-left: -49.9%;
    text-align: center;
    margin: 0px auto;
	padding: 0px;
}

/*
	===== START ALKIVIA =====
*/

/*
h1.alkivia-title {}
	
h1.alkivia-error {}
*/
#wall .datetime {
	margin: 0;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

table.profile-list {
	width: 100%;
	cell-spacing: 2px;
	cell-padding: 2px;
	}

table.profile-list thead {
	color: #f2f2f2;
	background-color: #f27830; 
	text-align: center;	
	}

table.memberActivity {}

.pager {
	margin: 25px 0 10px 0;
	line-height: 25px;
	float: left;
	clear: both;
	}

.pager .page-numbers {
	background-color: #f2f2f2;
	margin: 0;
	padding: 2px 4px;
	border: 1px solid #ff0000;
	}

 .pager .prev, .pager .next {
 	font-weight: bold;
	}

.pager .current {
	color: #f2f2f2;
	background-color: #f27830; 
	}

.pager a.page-numbers:hover {
	text-decoration: none;
	color: #f2f2f2;
 	background-color: #734822;
	}

.widget_loggedin_recent .avatar, .widget_registered_recent .avatar, .widget_gallery_recent .avatar {
	border: 0;
	padding: 0;
	margin: 2px 3px 0 0;
	float: left;
	}

#mini-profiles .short-profile {
	clear: both;
	margin: 5px 0 10px 0;
	border: 0;
	font-style: italic;
	}	

#mini-profiles .user-name {
	clear: both;
	font-size: 16px;
	margin: 0 10px 3px 10px;
	border-bottom: 1px solid; 
	}

#mini-profiles .title {
	font-size: 13px;
	font-weight: bold;
	}

#mini-profiles .image {
	margin: 5px 5px 15px 5px;
	float: left;
	}

#memberProfile {
	margin: 20px auto 20px auto;
	padding: 0px;
	/* border: 1px solid #eaeaea; */
}
	
#memberName {
	font-size: 18px;
	margin: 0px auto;
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid #eaeaea;/* */
	text-align: left;
	color: #696969;
}

#memberName span {
	margin: auto;
	padding: 0px 8px;
	border-left: 1px solid #eaeaea;
}

#memberName span, 
#memberName span a {
	color: #eaeaea;
}

#memberHeader {
	background-color: #eaeaea;
	margin: 10px auto;
	padding: 0px;
	text-align: center;
}

#memberDetails {
	/* width: 260px; */
	float: none;
	margin: 10px 10px 10px 20px;
	padding: 0px;
	text-align: left;
}

#memberDetails p {
	font-size: 11px;
	font-style: italic;
}

#memberDetails ul {
	margin: 0px auto 10px auto;
}

#memberDetails ul li {
	margin: 8px auto;
}

#memberPhoto,
#memberPhotoNoGal {
	/* display: block; */
	float: left;
	margin: 10px 10px 4px 10px;
	padding: 0px;
	text-align: left;
}

#memberPhotoNoGal {
	margin-bottom: 10px;
}

#memberPhoto span {
	display: block;
	text-align: center;
	margin: 3px auto;
	padding: 0px;
}

#memberActivity  H2 {
	font-size: 18px;
}
	
#memberActivity ul {
	padding: 0px;
	margin: 0px;
}

#memberActivity li {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#memberActivity ul li {
	padding-bottom: 10px;
}

#memberActivity ul li a {
	text-decoration: none;
	font-weight: normal;
	line-height: 19px;
}

#memberActivity ul li a:hover {
	text-decoration: underline;
}

#memberActivity ul li ul li {
	padding-bottom: 5px;
	margin-left: 10px;
	margin-right: 5px;
	border-bottom: 1px dotted;
}

#memberActivity ul li ul li ul {
	padding-left:10px;
}

#memberActivity ul li ul li ul li {
	font-weight: normal;
	padding-bottom: 0px;
	border: none;
}

#memberActivity ul li ul li ul li a {
	font-weight: normal;
}

#memberActivity ul li h2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin: 0 0 5px 0;
	padding-left: 5px;
	border-bottom: 1px dotted;
}

#memberActivity ul li h2 a {
	font-weight: normal;
}

#memberActivity ul li h2 a:hover {
	text-decoration: none;
}

.navigator {}
.navigator .bottom_navigator {}
.navigator .navleft {}
.navigator .navright {}

.memberList {
	margin: 0px auto;
	padding: 0px;
	text-align: center;
}

.memberList .memberProfile {
	width: 160px;
	height: 240px;
	float: left;
	margin: 10px 6px;
	padding: 0px;
	text-align: center;
	border: 1px solid #eaeaea;
	border-left: 1px solid #f8f8f8;
	border-top: 1px solid #f8f8f8;
}

.memberList .memberProfile  .memberThumb  {
	margin: 10px auto 4px auto;
	padding: 0px;
	text-align: center;
}

.memberList.memberProfile img {
	border: 0px;
	margin: 0px auto;
	padding: 0px;
	display: block;
	/* border: 1px solid #000000; */
}

.memberList .memberProfile span {
	margin: 2px auto;
	padding: 0px;
	text-align: center;
	display: block;
	/* font-weight: bold; */
}

/*
	===== END ALKIVIA =====
*/

/*
	===== START EVENT CALENDAR =====
*/

/*** Calendar ***/
#wp-calendar {
}

#wp-calendar table {
	mmargin: 0;
	padding: 0;
	/* width: px; */
}

#wp-calendar .calendar {
	float: none;
	clear: both;
}

#wp-calendar table caption {
	margin: 0 auto!important;
	padding: 0 !important;
	width: 100%;
	text-align: center;
	height: 20px !important;
}

#wp-calendar table thead {
	margin-top: 0 !important;
	padding: 0 !important;
}

#wp-calendar table th {
	line-height: auto;
	margin-top: 0 !important;
}

#wp-calendar table td,
#wp-calendar table th {
	text-align: center;
}

#wp-calendar table td,
#wp-calendar table td.pad:hover,
#wp-calendar table.nav tr td {
	padding: 1px;
	border: none;
}

#wp-calendar table td:hover {
	padding: 0px;
	border: 1px solid #0069a5;
}

#wp-calendar table #today {
	padding: 0px;
	border: 1px solid #c57ac4;
}

#wp-calendar .ec3_eventday, 
#wp-calendar a.eventday {
	color: #c57ac4;
	background-color: #fafbcf;
}

/*** Navigation ***/

#wp-calendar .nav {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	text-align: center;
}

#wp-calendar #prev {
	float: left;
	text-align: left;
}

#wp-calendar #next {
	float: right;
	text-align: right;
}

#wp-calendar #icons {
	width: 30px;
	float: none;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

/* Fix a bug in the default style. */
#wp-calendar #prev a {
	font-size: 100%;
}

.ec3_ec {
	display: block;
	float: right;
	border: none;
	width: 13px;
	height: 9px;
}
.ec3_ec span {
	display:none
}

/*** Popup ***/

.ec3_popup {
	margin: 0 !IMPORTANT;
	padding: 0 !IMPORTANT;
	border: none;
	position: absolute;
	border-collapse: collapse;
	filter: alpha(opacity=87);
	-moz-opacity: .87;
	opacity: .87;
	z-index: 30000;
}

.ec3_popup td {
	padding: 0;
}

.ec3_popup table {
	border: solid #999 1px;        /* popup border */
	background-color: #eeb;        /* popup background colour */
	font-size: x-small;            /* popup font size */
	color: black;
	text-align: left;
}
.ec3_popup table td {
	padding: 1.5px 3px 1.5px 3px;
}

#ec3_shadow0 div {
	width: 8px;
	height: 32px;
}
#ec3_shadow0 {
	margin: 0;
	padding: 0;
	border: none;
	width: 8px;
	background-repeat: no-repeat;
	background-position: bottom right;
	vertical-align: bottom;
}
#ec3_shadow1 {
	margin: 0;
	padding: 0;
	border: none;
	height: 16px;
	background-repeat: repeat-x;
}
#ec3_shadow2 div {
	width: 8px;
	height: 32px;
}
#ec3_shadow2 {
	margin: 0;
	padding: 0;
	border: none;
	width: 8px;
	background-repeat: no-repeat;
	background-position: bottom left;
	vertical-align: bottom;
}

/*** Event list ***/

ul.ec3_events {
}

ul.ec3_events li ul {
}

ul.ec3_events li ul li {
}

.ec3_list_day {
}
.ec3_list {
	margin-left: -12px;
	word-spacing: -1px;
	letter-spacing: -0.2px;
 	color: #800;
}
.ec3_list li {
	font-size: 1em !IMPORTANT;
}
.ec3_list li:before {
	content: "" !IMPORTANT;
}

/*** Schedule ***/

.ec3_single {
}

.ec3_schedule {
	border-collapse: collapse;
	margin: 0.5ex 1ex 0.5ex 0;
	float: left;
}

.ec3_schedule div {
	padding: 0 0.5ex 0 0.5ex;
	color: #800;
}

.ec3_start {
	text-align: right
}

.ec3_to {
	text-align: center
}

/*
	===== END EVENT CALENDAR =====
*/

/*
	===== START EC EXTENDED =====
*/

#eventCal #center {
	margin-top: 6px;
}

#eventCal h2.pageTitle {
	margin-bottom: 15px;
	text-align: left;
}

#eventNav, 
#eventNav a, 
#eventNav .eventPrev, 
#eventNav .eventNext, 
#eventNav .eventThis {
	background-color: #f5f5f5;
}

#eventNav {
	margin: 0 auto 10px auto;
	padding: 3px;
}

#eventNav a {
	margin: 0 3px;
}

#eventNav .eventPrev {
	float: left;
	text-align: left;
}

#eventNav .eventNext {
	float: right;
	text-align: right;
}

#eventNav .eventThis {
	float: none;
	text-align: center;
	color: #d1d1d1;
}

.eventPost {
	float: none;
	margin: 4px auto 10px auto;
	padding: 0;
}

.upcomingEvent {
}

.eventPost .start {
}

.eventPost .end {
}

.eventPost .date {
	margin: 0 auto;
	padding: 3px 2px;
	width: inherit;
	background-color: #0094a5;
}

.eventPost .date, 
.eventPost .date div {
	color: #FFFFFF;
	font-weight: bold;
}

.eventPost .entry, 
.eventPost .eventFooter {
	background-color: #f8f8f8;
}

.upcomingEvent .entry, 
.upcomingEvent .eventFooter {
	background-color: #fafbcf;
}

.eventPost .entry {
	margin-bottom: 0 !important;
	padding: 3px 4px;
}

.eventPost .entry h3.eventTitle, 
.eventPost .entry h3.eventTitle a {
	font-size: 14px;
	font-weight: bold;
}

.eventFooter {
	float: none;
	margin: 0 auto !important;
	padding: 3px 3px 0 3px;
	height: 15px;
	color: #898989;
}

.eventFooter .postMeta {
	float: left;
	text-align: left;
	width: 48%;
	color: #898989;
}

.eventFooter .postDate {
	float: right;
	text-align: right;
	width: 46%;
	color: #898989;
}

.eventFooter .top {
	float: right;
	text-align: right;
	width: 2%;
	color: #0094a5;
	font-size: 16px;
	font-weight: bold;
	padding-left: 5px;
}

h2.noEvents,
h.noPosts {
	font-size: 12px;
	font-style: italic;
	color: #c57ac4;
	text-align: center;
}

/* upcoming events widget */

#upcoming-events .ec3_list_day {
	margin: 20px 0px;
	padding: 0px;
	color: #c57ac4;
	font-size: 90%;
}

#upcoming-events .ec3_list_day ul li {
	margin: 6px 0px;
}

#upcoming-events .ec3_list_day ul li a {
	color: #0094A5;
	font-size: 90%;
}

/*
	===== END EC EXTENDED =====
*/

/*
	===== COMMON CLASSES =====
*/

.noClear,
.clearNone,
.clearAll,
.clearBoth,
.clearLeft,
.clearRight {
	line-height: 1px !important;
	height: 1px !important;
	font-size: 1px !important;
	margin: 0px !important;
	padding: 0px !important;
	display: block;	
}

.noClear,
.clearNone {
	clear: none !important;
	float: none;
}

.clearAll,
.clearBoth {
	float: none !important;
	clear: both !important;
}

.clearLeft {
	float: none !important;
	clear: left !important;
}

.clearRight {
	float: none !important;
	clear: right !important;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.floatRight {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.floatLeft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.floatRight {
	float: right;
}

.floatLeft {
	float: left
}

.alt {
	margin: 0;
	padding: 10px;
	background-color: #F2F2F2;
	border-top: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
}

.center {
	text-align: center;
}

.minWidth {
	width: 400px !important;
	min-width: 400px !important;
	height: 1px !important;
	margin: 0px auto;
	padding: 0px;
}
