
/* general elements
 * --------------------------------- */

html, body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}

* {
	font: 12px/170% Verdana;
	color: #494949;
}

input {
	font: 12px/100% "Verdana";
	color: #494949;
}

textarea, select {
	font: 12px/160% "Verdana";
	color: #494949;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
}

h1 {
	font-size: 170%;
}

h2 {
	font-size: 160%;
	line-height: 130%;
	color: #000000	font-weight: bold;
}

h3 {
	font-size: 140%;
}

h4 {
	font-size: 130%;
}

h5 {
	font-size: 120%;
}

h6 {
	font-size: 110%;
}

ul, quote, code, fieldset {
	margin: .5em 0;
}

p {
	margin: 0.6em 0 1.2em;
	padding: 0;
}

a:link, a:visited {
	color: #0094a5;
	text-decoration: none;
}

a:hover {
	color: #0094a5;
	text-decoration: underline;
}

a:active, a.active {
	color: #0069a5;
}

hr {
	margin: 0;
	padding: 0;
	border: none;
	height: 1px;
	background: #0069a5;
}

img, a img {
	border: 0;
}

ul {
	margin: auto;
	padding: auto;
}

ul li {
	margin: auto;
}

dl {
	margin: 0.5em 0 1em 1.5em;
}

dl dt {
}

dl dd {
	margin: 0 0 .5em 1.5em;
}

/* For Link Indication plugin
 * --------------------------------- */
a.linkExternal {
	padding-right: 10px;
	background: url(http://southfloridacameraclub.com/wp-content/themes/sfcc_v1/images/icons/link-icon_external_109.gif) no-repeat center right; /* 103 104 105 108 109 */
}
a.linkWiki {
	padding-right: 14px;
	background: url(http://southfloridacameraclub.com/wp-content/themes/sfcc_v1/images/icons/link-icon_wikipedia.gif) no-repeat right;
}
a.linkFtp {
	padding-right: 13px;
	background: url(http://southfloridacameraclub.com/wp-content/themes/sfcc_v1/images/icons/link-icon_ftp.png) no-repeat right;
}
a.linkMail {
	padding-right: 18px;
	background: url(http://southfloridacameraclub.com/wp-content/themes/sfcc_v1/images/icons/link-icon_mail_02.gif) no-repeat right;
}

a.googleMap {
	padding-right: 10px;
	background: url(http://southfloridacameraclub.com/wp-content/themes/sfcc_v1/images/icons/link-icon_external_15.png) no-repeat bottom right; /* 103 104 105 108 109 */
}

/* tables
 * --------------------------------- */

table {
	margin: 1em 0;
	width: 100%;
}

thead th {
	border-bottom: 2px solid #b4d7f0;
	color: #494949;
	font-weight: bold;
}

th a:link, th a:visited {
	color: #004e7b;
}

td, th {
	padding: .3em .5em;
}

/* header
 * --------------------------------- */

#headerTop {
	height: 2px;
	background-color: #FFFFFF;
}

#header {
	margin: 0;
	padding: 0;
	width: 100%;
	border-bottom: 1px solid #0094a5;
	background-color: #FFFFFF;
}

#logo {
	float: left;
	margin: 2px 0;
	padding: 0;
	white-space: nowrap;
	background-color: #FFFFFF;
}

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

#logo, 
#logo a:link, 
#logo a:active,
#logo a:hover,
#logo a:visited {
	color: #0094a5;
	text-decoration: none;
}

#sfcc {
	margin: 0 140px;
	padding: 30px 0 0 0;
	text-align: center;
}

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

#sfcc h1, 
#sfcc h1 a:link, 
#sfcc h1 a:visited, 
#sfcc h1 a:active
#sfcc h1 a:hover {
	margin: 0 auto;
	font-weight: normal;
	font-size: 26px;
	text-decoration: none !important;
	color: #0094a5;
	text-align: center;
}
#sfcc h1 a:hover {
	color: #0069a5;
}

/* columns
 * --------------------------------- */

.leftCol #center {
	margin: 10px 10px 0 162px;
	padding: 0;
}

.rightCol #center {
	margin: 10px 182px 0 10px;
	padding: 0;
}

.singleCol #center {
	margin: 10px 10px 0 10px;
	padding: 0;
}

.threeCol #center {
	margin: 10px 182px 0 162px;
	padding: 0;
}

#sidebar-left {
	float: left;
	width: 150px;
	margin: 0 auto 0 0px;
	padding: 0 3px;
}

#sidebar-right {
	float: right;
	width: 170px;
	margin: 0 0px 0 auto;
	padding: 0 3px;
}

#sidebar-left h2,
#sidebar-right h2 {
	margin: 6px auto 4px auto;
	padding: 4px 4px;
	text-transform: capitalize;
	color: #0069a5;
	border: 1px solid #d1d1d1;
	background-color: #e8e8e8;
	font-size: 14px;
	font-weight: bold !important;
	text-align: center;
}

#sidebar-left ul, 
#sidebar-left ul li,
#sidebar-right ul, 
#sidebar-right ul li {
	list-style-type: none;
}

#sidebar-left ul,
#sidebar-right ul {
	margin: 0.5em 0 1em;
	padding: 0;
}

#sidebar-left ul li, 
#sidebar-right ul li {
	margin: 0.4em 0 0.4em .5em;
}

#sidebar-left ul li.current-cat {
}

#sidebar-left ul li.current_page_item {
}

#sidebar-left ul.children {
	margin-left: 10px !important;
	margin-bottom: 0;
}

#sidebar-left ul.children, 
#sidebar-left ul.children li {
	list-style-type: disc;
	color: #0094a5;
}

#sidebar-left ul.children li {
	margin-left: 16px;
}

#sidebar-left ul.children li {
	color: #c57ac4;
}

#sidebar-left ul.children li a {
	color: #0094a5;
}

/* content
 * --------------------------------- */

#centerWrapper {
}

#contentBody {
	margin: 0;
	padding: 0;
	float: none;
	background-color: #FFFFFF;
	text-align: center;
}

#contents {
	margin: 0 auto;
	padding: 0;
	width: 90%;
	text-align: left;
}

#wrapper {
}

#container {
	margin: 0;
	padding: 0;
}

/* posts
 * --------------------------------- */

#frontpage #contents h2,
h2.pagetitle {
 	width: 100%;
	background-color: #e8e8e8;
	margin: 0 auto 4px auto;
	padding: 0 0 0 2px;
	text-align: center;
}

h2.pagetitle, 
h2.pagetitle a {
	text-align: left;
	/*font-size: 16px;*/
	font-weight: bold;
}

.post {
	float: none;
	margin: 0 0 10px 0;
	padding: 0;
	border-bottom: 1px solid #898989;
}

#nextMeeting h3,
#latestNews h3,
#nextEvent h3,
#nextMeeting h3 a,
#latestNews h3 a,
#nextEvent h3 a,
.post h3,
.post h3 a {
	font-weight: bold;
	font-size: 14px;
}

.post .entry {
	float: none;
	height: auto;
	overflow: visible;
	width: 100%
}

#podcast .post .entry {
	height: 200px;
}

.post .clearEntry {
	float: none !important;
	display: block !important;
	clear: none !important;
	height: 1px;
	margin: 0px;
	padding: 0px;
	line-height: 1px;
	font-size: 1px;
}

.post .postmetadata {
	float: none;
	margin: 4px 0 0 0;
	padding: 4px 3px;
	text-align: justify;
	background-color: #f8f8f8;
}

.post .postmetadata,
.post .postmetadata a {
	font-size: 10px;
}

#contents .entry h3 {
	display: none;
	visibility: hidden;
}

.post hr {
	margin: 20px auto;
	text-align: center;
	width: 80%;
	height: 1px;
	color: #898989;
	background-color: #898989;
} 

#contents .entry iframe {
	margin: 10px auto;
	text-align: center;
	align: center;
	display: block;
	border: 1px solid #252525}

.post img.center, 
.entry img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.post img, 
.entry img {
	margin: 10px;
}

.entry ul {
	margin-bottom: 10px;
}

.entry h2 {
	margin-top: 25px;
}

#themeList {
	width: 90%;
	margin: 0 auto 20px auto;
	padding: 0;
	text-align: center;
}

#themeList td {
	margin: 0;
	padding: 0 3px;
	text-align: left;
	border-bottom: 1px solid #f5f5f5;
}

#themeList .month {
	border-right: 1px dotted #f5f5f5;
}

#themeList .theme {
}

/* footer
 * --------------------------------- */
#footer {
	position: relative;
	bottom: 0px;
	left: 0px;
	width: 100%;
}
#footer, 
#footer p, 
#footer p a,
#footer p a:link,
#footer p a:active,
#footer p a:visited,
#footer p a:hover {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	color: #898989;
	font-size: 9px;
}
#footer p {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	line-height: 14px;
}

/* endorsement block
 * --------------------------------- */

#endorseMenu li h3 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
}

#endorseMenu ul {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

#endorseMenu li {
	margin-top: 0;
	margin-bottom: 1px;
}

/* quick search
 * --------------------------------- */

#searchform {
	width: 138px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
#searchform input {
	display: block;
	width: 100%;
	margin: 2px auto;
	padding: 2px 3px;
	color: #0094a5;
	border: 1px solid #e8e8e8;
	background-color: #FFFFFF;
}
#searchform #s {
	width: 94%;
	text-align: left;
}

#searchform #searchsubmit {
	text-align: center;
}

/* member's choice
 * --------------------------------- */

#showcase,
#showcase .photoShowcase {
	width: 100%;
}

#showcase, 
#showcase .photoShowcase,
#showcase .photoShowcase h3, 
#showcase .photoShowcase a, 
#showcase .photoShowcase a img {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#showcase .photoShowcase {
	margin: 10px 0;
	padding: 0;
}

#showcase h3.mcMonth {
	font-size: 12px;
	font-weight: bold;
}

#showcase .photoShowcase  p {
	margin: 0 auto;
	font-size: 10px;
}

/* EventCalendar
 * --------------------------------- */

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

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

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

/* Event Archive
 * --------------------------------- */

#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: 25px;
	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;
}

.nextEventsSide {
	
}

.nextEventsSide .esDate {
	margin: 20px 0 2px;
	padding: 0;
	color: #c57ac4;
	font-size: 90%;
}

.nextEventsSide .esTitle {
	margin: 0;
	padding: 0;
	font-size: 90%;
}

.nextEventsSide .esTitle a {
	font-size: 90%;
}

/* competition winners
 * --------------------------------- */

#cWinners #center h2.pagetitle {
	margin-bottom: 30px !important;
	background-color: #FFFFFF !important;
}

.winEntry {
	margin: 4px auto 25px auto;
	padding: 0;
	text-align: center;
}

.winEntry h3.subTitle {
	margin: 4px auto;
	padding: 2px 3px;
	text-align: center;
	font-weight: bold;
}

.winEntry .title, 
.winEntry .title a {
	text-align: center;
	color: #898989;
}

.winEntry .entry, 
.winEntry .entry p {
	text-align: center;
	font-size: 11px;
}

 
.winEntry .theViews {
	text-align: center;
	font-size: 11px;
	color: #898989;
 }

/* contact form
 * --------------------------------- */

#cformsform {
	width: inherit;
}

#cformsform .reqtxt, 
#cformsform .emailreqtxt {
	font-weight: bold;
	color: #c57ac4;
}

#cformsform fieldset {
	background-color: #f5f5f5;
	border: 1px solid #d1d1d1;
}

#cformsform input, 
#cformsform textarea {
	width: 350px;
	background-color: #FFFFFF;
	border: 1px solid #d1d1d1;
	color: #0094a5;
}

#cformsform input:hover, 
#cformsform textarea:hover {
	background-color: #fafbcf;
}

#cformsform .seccap,
#cformsform #cforms_captcha,
#cformsform img.captcha {
	display: block;
	text-align: center;
	margin: 1px auto;
}

#cformsform #cforms_captcha {
	width: 120px;
}

#cformsform p.cf-sb {
	text-align: center;
}

#cformsform #sendbutton {
	margin: 6px auto !important;
	padding: 3px 6px;
	background-color: #0094a5;
	border: 1px solid #898989;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
#cformsform #sendbutton:hover {
	background-color: #0069a5;
}

#cformsform .error {
	border: 1px solid #a60505 !important;
	color: #a60505 !important;
}
p.failure {
	color: #a60505 !important;
}

#cformsform fieldset legend,
.cf_hidden {
	display: none;
	visibility: hidden !important;
	border: 0;
	background-color: transparent;
	height: 0;
	width: 0;
	line-height: 0;
}

/* front page
 * --------------------------------- */

#latestNews, 
#nextEvent, 
#nextMeeting {
	margin: 0 auto 15px auto;
	padding: 1px;
}

#nextMeeting h2 {
	background-color: #0094a5 !important;
	color: #FFFFFF !important;
	text-align: center;
	padding: 0 !important;
}
#nextMeeting {
	border: 1px solid #0094a5;
}

#nextMeeting span {
	display: block;
	text-align: center;
}

#nextMeeting .title, 
#nextMeeting .title a {
	font-weight: bold;
}

#nextMeeting .notice {
	font-size: 10px;
	color: #898989;
}


#nextEvent .nextEvents {
	margin: 10px auto;
	border-bottom: 1px solid #e8e8e8;
}

#nextEvent .nextEvents .date {
	font-style: italic;
}

.ranking {
	margin: 4px auto;
	text-align: center;
}

.ranking div, 
.ranking span, 
.ranking p,
.ranking img {
	margin: 4px auto;
	text-align: center;
}


/* navigation
 * --------------------------------- */

div.navigation,
div.wp-pagenavi {
	margin: 0px 0 10px 0;
	padding: 2px 3px;
	text-align: center;
	border: 1px solid #f8f8f8;
	background-color: #f5f5f5;
}

div.navigation {
	height: 20px;
}

.navigation div {
	margin: 0 auto;
	padding: 0;
	width: 49%;
}

.navigation .alignleft {
	float: left;
	text-align: right;
}

.navigation .alignright {
	float: right;
	text-align: left;
}

.navigation div a {
	font-weight: bold;
	color: #0069a5;
}

/* pagenavi
 * --------------------------------- */

.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #f5f5f5;
	color: #898989;
}
.wp-pagenavi a:hover {	
	border: 1px solid #0094a5;
	color: #0094a5;
}
.wp-pagenavi span.pages {
	display: block;
	margin: 0 auto;
	padding: 0; 
	text-align: center;
	color: #898989;
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border-bottom: 1px solid #0069a5;
	color: #0069a5;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	color: #898989;
}

/* contact page
 * --------------------------------- */
#leadership, 
#fieldtripcomm {
	margin: 10px auto;
	padding: 0;
	/* width: 100%; */
}

#contacts h3 {
	width: 100%;
	display: block !important;
	visibility: visible !important;
	font-size: 140%;
	font-weight: bold;
	border-bottom: 1px solid #898989;
}

#leadership td, 
#fieldtripcomm td {
	margin: 0 auto;
	padding: 0;
	padding: 4px;
	border: 1px solid #898989;
	background-color: #f5f5f5}

#fieldtripcomm td {
	width: 50%;
}

#leadership span,
#contacts table td span {
	display: block !important;
}

#leadership .title,
#contacts table td span.title {
	font-size: 140%;
}

#leadership .name,
#contacts table td span.name {
	font-weight: bold;
}

#leadership .email,
#contacts table td span.email, 
#contacts table td span.email a {
	font-size: 10px;
}

#contacts table, 
#contacts table td, 
#contacts table img,
#contacts table span,
#contacts table h3, 
#leadership td, 
#fieldtripcomm td {
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: center !important;
}

#contacts table img {
	display: block !important;
}

/* join form
 * --------------------------------- */

#join input.text, 
#join textarea {
	width: 300px;
}

#join textarea {
	height: 100px;
}

#join input.submit {
	width: auto;
	text-align: center;
	margin: 15px auto;
	padding: 0px;
}

#join table {
	width: 440px;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	/*border: 1px solid #eaeaea;
	border-bottom: 0px;*/
}

#join table td {
	padding: 2px 3px;
	margin: 4px 0px;
	text-align: left;
	width: 49%;
	border-bottom: 1px dotted #eaeaea;
}

#join div {
	width: 450px;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
}
 
/* common classes
 * --------------------------------- */
 
.clearAll {
	clear: both;
	float: none;
	line-height: 0;
	margin: 0;
	padding: 0;
	height: 0;
	width: 2px;
}

.clearNone {
	clear: none;
	float: none;
	line-height: 0;
	margin: 0;
	padding: 0;
	height: 0;
	width: 2px;
}

.odd {
	background-color: #f8f8f8;
}

.even {
	background-color: #FFFFFF;
}

.center {
	text-align: center !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.floatLeft {
	float: left;
	text-align: left;
}

.floatRight {
	float: right;
	text-align: right;
}

.floatNone {
	float: none;
}

.small, 
.smallBlock {
	font-size: 10px;
}

.smallBlock {
	display: block;
	margin: 8px 0px 3px 0px;
}

strong, b {
	font-weight: bold !important;
}

em, i {
	font-style: italic !important;
}

.ppButton {
	display: block;
	margin: 10px auto;
	padding: 0px;
	text-align: center;
}

#duesChart td {
	border-right: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
}

#duesChart td.last {
	border-right: 0;
}

#duesChart th {
	border-bottom: 1px solid #f5f5f5;
	font-weight: bold;
}

a.join {
	font-weight: bold;
	color: #a60505;
}

/* google maps
 * --------------------------------- */
 
.googleMap {
	margin: 10px auto;
	padding: 0px;
	text-align: center;
}

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

/* winVote
 * --------------------------------- */

#winVote, #winVote div, #winVote div img, #winVote div span {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}

#winVote div {
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 50px;
	margin-top: 50px;
	padding-bottom: 30px;
	padding-top: 30px;
}

#winVote div img {
	display: block;
	border: 0px;
}

#winVote div span {
	display: block;
	font-weight: bold;
	font-style: italic;
}

/* special posts
 * --------------------------------- */

/* club party */
.post166 {
	background-image: url(http://southfloridacameraclub.com/wp-content/themes/sfcc_v1/images/SFCC_1st_anual_F8F8F8.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-left: 310px !important;
	height: 465px;
	padding-top: 20px !important;
}

.upcomingEvent .post166 {
	background-image: url(http://southfloridacameraclub.com/wp-content/themes/sfcc_v1/images/SFCC_1st_anual_FAFBCF.jpg);
}

.nextEvents .post166 {
	background-image: url(http://southfloridacameraclub.com/wp-content/themes/sfcc_v1/images/SFCC_1st_anual_ffffff.jpg);
}

.wp-smiley {
	margin: 0px 2px !important;
	padding: 0px;
}

/* misc
 * --------------------------------- */

.affiliate,
.affiliate a, 
.affiliate img {
	display: block;
	margin: 0px auto;
	padding: 0px;
}





