/*
Theme Name: Tea Party Theme
Theme URI: http://www.christensendesign.net/
Description: A WordPress theme for Tea Party sites.
Author: John Christensen
Author URI: 
*/

/*   COLORS:
******************************************/
/*
 *	tan (page bg): #ebe9e9
 *	red: #c60606
 *	blue: #3e2cb4
 *	orange: #f7ac3b
 *	brown (footer bg): #342b2b
 *  brown (widget bg): #231d1d
*/


/*   RESET - from meyerweb.com
******************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
    /* table removed to it's own reset (see below); Jul 2010 */
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	}

table, caption, tbody, tfoot, thead, tr, th, td {
    /* border removed; Jul 2010 */
	margin: 0;
	padding: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	}
	
table {
	border-collapse: collapse;
	border-spacing: 0;
	/* tables still need 'cellspacing="0"' in the markup */
	}

body {line-height: 1;}

ol, ul {list-style: none;}

blockquote, q {quotes: none;}
	
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
	}

:focus {outline: 0;}   /* remember to define focus styles! */

ins {text-decoration: none;}   /* remember to highlight inserts somehow! */
	
del {text-decoration: line-through;}


/*   Clearfix
******************************************/

.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
	}

.clearfix {display: inline-block;}

* html .clearfix {height: 1%;}  /* for IE6 and below */

.clearfix {display: block;}


/*   PRIMARY LAYOUT
******************************************/

body {
	background-color: #ebe9e9; /* #2d2626; #342b2b;*/
	font: 13px/1.5 Arial, Helvetica, 'Liberation Sans', FreeSans, sans-serif;
	min-width: 1080px;
	}

#header {
	background: transparent url('images/header-bar.jpg') scroll repeat-x left top;
	height: 122px;
	}

#features {
	background: transparent url('images/feature-bg.jpg') scroll repeat-x left top;
	height: 250px;
	overflow: hidden;
	}

#content-wrap {
	background: #ebe9e9 url('images/body-shadow.jpg') scroll repeat-x left top;
	}

.content {
	width: 980px;
	margin: 0 auto;
	position: relative;
	}

#post-list {
	width: 692px;
	float: left;
	margin-top: 17px;
	}

#sidebar-default {
	width: 270px;
	float: right;
	margin-top: 17px;
	}

#footer {
	background: #2d2626 url('images/footer-bar.jpg') scroll repeat-x left top;
	margin-top: 20px;
	}

#footer .content {
	min-height: 340px;
	}


/*   GENERAL TEXT BEHAVIORS
******************************************/

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0.5em;
	}

h1 {font-size: 1.5em;}
h2 {font-size: 1.3em;}
h3 {font-size: 1.2em;}
h4 {font-size: 1.0em;}
h5 {font-size: 0.9em;}
h6 {font-size: 0.8em;}

.redtext {color: #c60606 !important;}
.bluetext {color: #3e2cb4 !important;}
.orangetext {color: #f7ac3b !important;}
.blacktext {color: #000 !important;}
.darkgreytext, .darkgraytext {color: #444 !important;}
.greytext, .graytext {color: #888 !important;}
.lightgreytext, .lightgraytext {color: #bbb !important;}
.whitetext {color: #fff !important;}
.yellowtext {color: yellow !important;}

.bold {font-weight: bold !important;}
.normal, .plain {font-weight: normal !important;}
.italic {font-style: italic !important;}
.underline {text-decoration: underline !important;}


/*   LINKS & BUTTONS
******************************************/

a:link {
	color: #000093; /*#3e2cb4;*/
	text-decoration: none;
	}

a:visited {
	color: #898282;
	text-decoration: none;
	}

a:hover, a:active, a:focus {
	color: #c60606;
	}

.redlink a:link, .redlink a:visited,
a.redlink:link, a.redlink:visited {
	color: #c60606;
	text-decoration: none;
	}

.redlink a:hover, .redlink a:active, .redlink a:focus,
a.redlink:hover, a.redlink:active, a.redlink:focus {
	color: #3e2cb4;
	}

.whitelink a:link, .whitelink a:visited,
a.whitelink:link, a.whitelink:visited {
	color: #fff;
	text-decoration: none;
	}

.whitelink a:hover, .whitelink a:active, .whitelink a:focus,
a.whitelink:hover, a.whitelink:active, a.whitelink:focus {
	color: #f7ac3b; /* #c60606; */
	}


/*   POSTS
******************************************/

/*   All Posts   */
.post {
	background-color: #fff;
	padding: 20px 40px 20px 50px;
	border: 1px #bbb solid;
	margin-bottom: 18px;
	position: relative;
	color: #444;
	}

.post a {
	font-weight: bold;
	text-decoration: underline;
	}

.post h1 {
	font-family: 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Arial, Helvetica, sans-serif;
	margin-bottom: 0;
	}

.post h1 a:link, 
.post h1 a:visited {
	text-decoration: none;
	color: #000;
	}

.post h1 a:hover {
	text-decoration: underline;
	color: #c60606;
	}

.post p {
	font-size: 1.1em;
	margin-top: 14px;
	}

.post small {
	font-family: 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-style: italic;
	color: #a69b9b;
	margin-top: -10px;
	}

.post p small {
	font-size: 0.8em;
	}

.post table {
    font-size: 1.1em;
	/* margin: 15px 0; removed Jul 2010 */
	}

.post table tr th{
	text-align: left;
	text-decoration: underline;
	/* padding: 0.8em 0 0.6em; removed Jul 2010 */
	}

.post table tr td{
	text-align: left;
	/* padding: 0.3em 0.5em 0.3em 0; removed Jul 2010 */
	}

.post table.event {
    width: 100%;
	margin-top: 15px;
    }

.post table.event .col1 {
	text-align: right;
    padding-right: 10px;
    color: #c60606;
    font-weight: bold;
	}

.post table.event .col2 {
    text-align: left;
    font-weight: bold;
	}
	
.post table.event small {
    font-size: 0.8em;
	}

.post table.event .time-note small {
    font-weight: normal;
    color: #c60606;
    }

.post table.event .params .col2 {
    font-style: italic;
    color: #898282;
    }

ul.metas {
	clear: both;
	}

.cat-list {
	margin: 26px 100px 0 0;
	}

.cat-list small {
	display: block;
	text-indent: -76px;
	margin-left: 76px;
	clear: both;
	}

.cat-list small a {
	text-decoration: none;
	font-weight: normal;
	}

.cat-list .cat-label {
	color: #888;
	}

.post ul {
	list-style: disc outside;
	}

.post ul li {
	margin: 8px 0 0 40px;
	}

.post ul>li {
	font-size: 1.1em;
	}

.post ul>li>ul>li {
	margin: 15px 0 15px 50px;
	font-size: 0.9em;
	font-style: italic;
	color: #888;
	}

.post ul>li>ul.redtext>li {color: #c60606;}
.post ul>li>ul.bluetext>li {color: #3e2cb4;}
.post ul>li>ul.orangetext>li {color: #f7ac3b;}
.post ul>li>ul.blacktext>li {color: #000;}
.post ul>li>ul.darkgreytext>li, .post ul>li>ul.darkgraytext>li {color: #444;}
.post ul>li>ul.greytext>li, .post ul>li>ul.graytext>li {color: #888;}
.post ul>li>ul.lightgreytext>li, .post ul>li>ul.lightgraytext>li {color: #bbb;}
.post ul>li>ul.whitetext>li {color: #fff;}

.post ul.two-column,
.post ul.three-column,
.post ul.four-column,
.post ul.five-column {
	float: left;
	margin-top: 10px;
	}

.post ul.two-column {width: 50%;}
.post ul.three-column {width: 33%;}
.post ul.four-column {width: 25%;}
.post ul.five-column {width: 20%;}

.post ul.two-column li,
.post ul.three-column li,
.post ul.four-column li,
.post ul.five-column li {
	/*margin-bottom: 0;*/
	}

.post ul.event-info {
	list-style: none;
	color: #000;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 20px;
	}

.post ul.event-info li {
	margin: 4px 0 0 0;
	}

.post ul.event-info li label {
	display: inline-block;
	width: 120px;
	padding-right: 10px;
	color: #c60606;
	font-size: 0.9em;
	text-transform: uppercase;
	text-align: right;
	}


/*   Homepage Post List   */

#post-list .swoosh {
	background: transparent url('images/swoosh-sm.png') scroll no-repeat left top;
	width: 62px;
	height: 64px;
	position: absolute;
	top: 8px;
	left: -15px;
	}

#post-list .more-btn {
	position: absolute;
	right: 24px;
	bottom: 20px;
	}
	
#post-list .more-btn a:link, 
#post-list .more-btn a:visited {
	display: block;
	background: transparent url('images/button-1.jpg') scroll no-repeat left top;
	width: 91px;
	height: 26px;
	line-height: 26px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.95em;
	font-weight: bold;
	text-align: center;
	color: #333;
	}

#post-list .more-btn a:hover {
	background-position: left bottom;
	color: #fff;
	}

#post-list .edit-btn {
	position: absolute;
	top: 10px;
	right: 16px;
	}

#post-list .pagination {
	}

#post-list .pagination li {
	margin-top: -8px;
	}

#post-list .pagination .metabtn {
	font-family: 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: lowercase;
	}

#post-list .pagination .newerpost {
	float: left;
	}

#post-list .pagination .olderpost {
	float: right;
	}

#post-list .pagination .metabtn a:link,
#post-list .pagination .metabtn a:visited {
	color: #352F2F;
	}

#post-list .pagination .metabtn a:hover {
	color: #c60606;
	}

#post-list h3 {
	height: 27px;
	/*background: transparent url('images/search-heading-bg-blue.png') scroll repeat-x left top;*/
	padding-top: 5px;
	margin-top: 20px;
	margin-bottom: 0;
	color: #c60606;
	text-transform: uppercase;
	letter-spacing: 3px;
	border-bottom: 1px solid #333;
	}

#post-list h3.redwhiteblue {
	height: 32px;
	background: transparent url('images/redwhitebluebanner.png') scroll no-repeat left top;
	}
	
#post-list h3.archiveh {
	height: 27px;
	background: transparent url('images/search-heading-bg-blue.png') scroll repeat-x left top;
	margin-top: 0;
	text-align: center;
	color: #fff;
	border-bottom: none;
	}


/*   MISC TEXT FORMATTING
******************************************/

address {
	margin: 1em 0 1em 2em;
	border-left: 2px solid #c60606;
	padding-left: 0.6em;
	font-size: 1.2em;
	color: #765d5d;
	}

address:first-line {
	font-weight: bold;
	color: #c60606;
	}

blockquote {
	border: 1px solid #ccc;
	background-color: #efefef;
	margin-top: 1em;
	padding: 1.7em 2em;
	font-style: italic;
	text-indent: 2em;
	line-height: 2em;
	}

blockquote p {
	margin: 0 !important;
	}

span.pay {
	font-weight: bold;
	font-style: italic;
	color: #003366;
	}

span.pal {
	font-weight: bold;
	font-style: italic;
	color: #336699;
	}

#paypal-button {
display: block;
    margin: 20px;
}


/*   HEADER & MENUBAR
******************************************/

#logo h1 {
	background: transparent url('images/logo2.png') no-repeat;
	text-indent: -9999em;
	width: 393px; /* url('images/logo.jpg') 393px by 54px; */
	height: 54px;
	position: absolute;
	top: 22px;
	left: 0px;
	}

#about-bar ul {
	float: right;
	margin-top: 20px;
	}
	
#about-bar li {
	display: inline;
	font-size: 0.95em;
	margin-left: 20px;
	}

#about-bar a:link,
#about-bar a:visited {
	text-decoration: none;
	color: #7f7575;
	}

#about-bar a:hover {
	color: #f7ac3b;
	}

#nav-bar ul {
	float: left;
	margin-top: 51px;
	}
	
#nav-bar li {
	display: inline;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-right: 26px;
	}

#nav-bar li:first-child {
	margin-left: 11px;
	}
	
#nav-bar a:link, 
#nav-bar a:visited {
	text-decoration: none;
	color: #f7ac3b;
	}

#nav-bar a:hover {
	color: #fff;
	}

a#donations-btn {
	float: right;
	}

a#donations-btn:link,
a#donations-btn:visited {
	background: transparent url('images/donations.png') repeat-x scroll left top;
	width: 163px;
	height: 30px;
	display: block;
	line-height: 139px;
	text-indent: -9999px;
	margin-top: 35px;
	}

a#donations-btn:hover {
	background-position: left bottom;
	}

	
/*   FEATURES
******************************************/

#join-now-btn {
	background: transparent url('images/join-now-btn.jpg') no-repeat scroll left top;
	width: 397px;
	height: 250px;
	text-indent: -9999em;
	margin-left: -59px;
	position: relative;
	float: left;
	}

#join-now-btn a {
	background: transparent url('images/join-now-btn-up.jpg') no-repeat scroll left top;
	width: 192px;
	height: 69px;
	position: absolute;
	top: 89px;
	left: 96px;
	}
	
#join-now-btn a:hover {
	background-image: url('images/join-now-btn-down.jpg');
	}

#flag-btn {
	background: transparent url('images/flag-button.png') no-repeat scroll left top;
	width: 135px;
	height: 96px;
	position: absolute;
	top: 14px;
	right: 0px;
	}

#feature-content {
	position: relative;
	}

#feature-content li {
	width: 500px;
	font-family: 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-style: italic;
	color: #fff;
	line-height: 1.5em;
	display: none;
	position: absolute;
	left: 310px;
	top: 30px;
	}

#feature-content li p.line1,
#feature-content li p.line-1 {
	text-indent: 0;
	}

#feature-content li p.line2,
#feature-content li p.line-2 {
	text-indent: 14px;
	}

#feature-content li p.line3,
#feature-content li p.line-3 {
	text-indent: 28px;
	}

#feature-content li p.line4,
#feature-content li p.line-4 {
	text-indent: 42px;
	}

#feature-content li p.line5,
#feature-content li p.line-5 {
	text-indent: 56px;
	}

#feature-content li p.line6,
#feature-content li p.line-6 {
	text-indent: 70px;
	}

#feature-content a.more-btn,
#feature-content p.more-btn { /* <p> is for quote references that are not links */
	display: block;
	margin-top: 0;
	margin-right: 6px;
	}

#feature-content a.more-btn:link, 
#feature-content a.more-btn:visited,
#feature-content p.more-btn { /* <p> is for quote references that are not links */
	text-align: right;
	text-decoration: none;
	font-size: 0.8em;
	color: #f7ac3b;
	}

#feature-content a.more-btn:hover {
	color: #ff9900;
	text-decoration: underline;
	}


/*   ALERT MARQUEE
******************************************/

#alert, #alert marquee {
    height: 2.3em;
    }

#alert marquee {
	background-color: #050522;
	}

#alert marquee a,
#alert marquee a:link,
#alert marquee a:visited {
    color: #f7ac3b;
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing: 1px;
	}

#alert marquee a:hover,
#alert marquee a:active,
#alert marquee a:focus {
    text-decoration: underline;
	}
	

/*   FOOTER
******************************************/

#ribbon {
	background-color: transparent;
	width: 1022px;
	height: 70px;
	position: absolute;
	top: 1px;
	left: -19px;
	}

#ribbon li {
	float: left;
	}

#ribbon li.left {
	background: transparent url('images/ribbon-l.png') scroll no-repeat left top;
	width: 75px;
	height: 70px;
	}

#ribbon li.center {
	background: transparent url('images/ribbon-c.png') scroll repeat-x left top;
	width: 872px; /*  8 x 109px  */
	height: 70px;
	}

#ribbon li.right {
	background: transparent url('images/ribbon-r.png') scroll no-repeat left top;
	width: 75px;
	height: 70px;
	}

#splat {
	background: transparent url('images/splat.png') scroll no-repeat left top;
	width: 485px;
	height: 272px;
	position: absolute;
	bottom: 0px;
	right: -50px;
	z-index: 0;
	}

#footer .widget {
	float: left;
	position: relative;
	width: 196px; /* 240px; */
	z-index: 1;
	margin-top: 70px;
	margin-bottom: 20px;
	}

#footer #linkcat-2 {
	width: 181px;   /* LINKS List */
	}

#footer #linkcat-42 {
	width: 171px;   /* DOWNLOADS List */
	}

#footer #linkcat-42 ul li{
	margin-bottom: 10px;   /* DOWNLOADS List */
	}

#footer #linkcat-50 {
	width: 206px;   /* TEXAS TEA PARTIES List */
	}

#footer #linkcat-45 {
	width: 221px;   /* FROM OUR MEMBERS List */
	}

.sidebar #extended-categories-3 {
    width: 176px;   /* CATEGORIES List */
    padding-bottom: 15px;
    }

.sidebar div.avhec-widget-line {
	margin-bottom: 3px;
	}

.sidebar #extended-categories-3 li.cat-item a {
	font-size: 1.1em;   /* CATEGORIES List */
    color: #c4adad;
    margin-left: 20px;
    }

.sidebar #extended-categories-3 li.cat-item div.avhec-widget-count {
	font-size: 1.1em;   /* CATEGORIES List */
    color: #c4adad;
    }

.sidebar #extended-categories-3 div.avhec-widget-line:hover a,
.sidebar #extended-categories-3 div.avhec-widget-line:hover div.avhec-widget-count {
	color: #f7ac3b;
    }

#footer .widget h2 {
	font-size: 1.6em;
	color: #fff;
	}

#footer .widget ul>li.cat-item {
	font-family: 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Arial, Helvetica, sans-serif;
	margin-bottom: 4px;
	}

#footer .widget>ul>li {
	margin-bottom: 4px;
	color: #c4adad;
	}

#footer .widget>ul>li a:link,
#footer .widget>ul>li a:visited {
	color: #c4adad;
	}

#footer .widget ul li a:hover {
	color: #f7ac3b;
	}

#footer .line {
	width: 550px;
	border-bottom: 1px solid #493d3f;
	}

#footer .logo h4 {
	background: transparent url('images/logo-sm.jpg') scroll no-repeat left top;
	text-indent: -9999em;
	width: 250;
	height: 26px;
	margin-top: 20px;
	}

#footer #copyright {
    width: 550px;
    }

#footer .copyright {
    margin-top: 15px;
    position: relative;
	}
	
#footer .copyright p {
	color: #796a6a;
	font-size: 0.85em;
	text-transform: uppercase;
	display: inline;
	}
	
#footer .copyright a:link, #footer .copyright a:visited {
	color: #a48f8f;
	text-decoration: none;
	}

#footer .copyright a:hover {
	color: #f7ac3b;
	}

#footer .designed-by {
    position: absolute;
    right: 30px;
    }

#social-web-links div.social-icon-horizontal {
	margin-right: 5px;
	}

#social-web-links div.social-icon-horizontal img:hover {
	/* border: 1px solid #f7ac3b; */
	}


/*   SIDEBAR
******************************************/

#sidebar-default>ul>li.widget {
	/* Applies to all sidebar widgets */
	width: 100%;
	background: #231d1d url('images/sidebar-bg.png') scroll repeat-x left top;
	color: #fff;
	display: block;
	float: left;
	}

#sidebar-default h2 {
	/* Applies to all sidebar header text */
	text-align: center;
	text-transform: uppercase;
	font-family: 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 12px 0 11px;
	}

/* Blogroll (Links) */
#sidebar-default .widget_links ul,
#sidebar-default .widget_archive ul {
	font-family: 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Arial, Helvetica, sans-serif;
	width: 100%;
	margin-bottom: 18px;
	}
	
#sidebar-default .widget_links ul li,
#sidebar-default .widget_archive ul li {
	margin: 0 14px 8px;
	font-weight: bold;
	}

#sidebar-default .widget_links ul li a:link,
#sidebar-default .widget_links ul li a:visited,
#sidebar-default .widget_archive ul li a:link,
#sidebar-default .widget_archive ul li a:visited {
	color: #f7ac3b;
	text-decoration: none;
	}

#sidebar-default .widget_links ul li a:hover,
#sidebar-default .widget_archive ul li a:hover {
	text-decoration: underline;
	}
	
.widget_categories .cat-item-21 {display: none;}  /*  hides the Featured Items Category  */

.widget_extended-categories ul.children {
	margin-left: 10px;
	}

.widget_extended-categories div.avhec-widget-count,
.widget_extended-categories div.avhec-widget-line {
	font-size: 13px;
	}

/*  Debt Clock  */
#sidebar-default #us-debt-clock {
	display: none;
	}

.index #sidebar-default #us-debt-clock {
	display: block;
	}

#sidebar-default #us-debt-clock {
	background: #3e1313 url('images/search-heading-bg-red.png') repeat-x left top;
	text-align: center;
	}

#sidebar-default #us-debt-clock h2 {
	margin: 0;
	padding-top: 10px;
	color: #fff;
	}

#sidebar-default #us-debt-clock a,
#sidebar-default #us-debt-clock a:link, 
#sidebar-default #us-debt-clock a:active {
	font-size: 1.9em;
	padding-bottom: 8px;
	display: block;
	color: #f7ac3b;
	text-decoration: none;
	}

#sidebar-default #us-debt-clock a:hover {
	text-decoration: underline;
	}

/*  Wordpress Calendar widget (default)  */
.widget_calendar div#calendar_wrap {
	margin: 0 14px 8px;
	}

.widget_calendar table {
	/* settings for the entire calendar table */
	width: 100%;
	font-family: 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Arial, Helvetica, sans-serif;
	}

.widget_calendar table caption {
	text-align: left;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 5px;
	color: #f7ac3b;
	}

.widget_calendar table caption a:link,
.widget_calendar table caption a:visited {
	color: #f7ac3b;
	}

.widget_calendar table caption a:hover {
	color: #fff;
	}

.widget_calendar table>thead>tr>th {
	width: 33px;
	height: 1.2em;
	text-align: center;
	font-size:1.3em;
	font-weight: normal;
	}

.widget_calendar table>tbody>tr>td {
	width: 33px;
	height: 1.4em;
	text-align: right;
	border: 2px solid #ccc; /* or #231d1d brown */
	font-size: 1.3em;
	background-color: #fff;
	padding: 0 5px;
	color: #666;
	}

.widget_calendar table>tbody>tr>td>a {
	color: #333;
	}
	
.widget_calendar table>tbody .pad {
	background-color: #ccc;
	}

.widget_calendar table>tfoot {
	line-height: 0px;
	}


/*  Event Calendar 3 (plugin: http://wpcal.firetree.net/)  */
.ec3_widget_cal div#wp-calendar {
	margin: 0 14px;
	}

.ec3_widget_cal table {
	/* settings for the entire calendar table */
	width: 100%;
	font-family: 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Arial, Helvetica, sans-serif;
	margin-bottom: 14px;
	}

.ec3_widget_cal table caption {
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 5px;
	color: #f7ac3b;
	}

.ec3_widget_cal table caption a:link,
.ec3_widget_cal table caption a:visited {
	color: #f7ac3b;
	}

.ec3_widget_cal table caption a:hover {
	color: #fff;
	}

.ec3_widget_cal table>thead>tr>th {
	width: 33px;
	height: 1.4em;
	text-align: center;
	font-size:1.1em;
	font-weight: normal;
	padding-bottom: 4px;
	}

.ec3_widget_cal table>tbody>tr>td {
	width: 33px;
	height: 1.4em;
	text-align: center;
	border: 1px solid #c8bfbf; /* or #231d1d brown */
	font-size: 1.3em;
	background-color: #fff;
	color: #8d8080;
	}

.ec3_widget_cal table>tbody .pad {
	background-color: #ccc;
	}

.ec3_widget_cal table>tfoot {
	line-height: 0px;
	}
	
.ec3_widget_cal td.ec3_eventday a {
	display: block;
	background-color: #ffd695;
	color: #ff7800;
	}

.ec3_widget_cal td.ec3_eventday a:hover {
	background-color: #ff9900;
	color: #fff;
	}
	
.ec3_widget_cal #today {
	color: #fff;
	background-color: #262977;
	}
	
.ec3_widget_cal #today a {
	display: block;
	background-color: #3e2cb4;
	color: #fff;
	}
	
.ec3_widget_cal #today a:hover {
	background-color: #ff9900;
	}

.ec3_widget_cal table.nav td {
	/* navigation buttons at bottom of calendar */
	background-color: transparent;
	border: none;
	}

.ec3_widget_cal table.nav td#prev {
	text-align: left;
	}

.ec3_widget_cal table.nav td#next {
	text-align: right;
	}
	
.ec3_widget_cal table.nav td a,
.ec3_widget_cal table.nav td a:link {
	color: #f7ac3b;
	font-size: 0.77em;
	text-transform: uppercase;
	font-weight: bold;
	}

.ec3_widget_cal table.nav td a:hover {
	color: #fff;
	}

/*** EC3 Popup ***/
.ec3_popup {
	position: absolute;
	border-collapse: collapse;
	z-index: 30000;
	}

.ec3_popup table {
	border: 1px solid #bdb1b1;
	background-color: #c60606; /* #3e1313; /* #483e3e; */
	font-size: 14px;
	color: #fff; /* #f7ac3b;  /* #c60606 */
	line-height: 1.3em;
	}

.ec3_popup table td {
	padding: 8px 12px;
	}

#ec3_shadow0 div { 
	width: 8px; 
	height: 32px;
	}

/*  Event Calendar 3 Upcoming Events List (plugin: http://wpcal.firetree.net/)  */
.ec3_widget_list {
	font-family: 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Arial, Helvetica, sans-serif;
	width: 100%;
	}
	
.ec3_widget_list li.ec3_list_day {
	margin: 0 14px 8px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
	color: #f7ac3b;
	}

.ec3_widget_list li.ec3_list_day ul li {
	font-size: 0.9em;
	font-weight: normal;
	text-transform: none;
	margin-bottom: 8px;
	margin-left: 20px;
	color: #fff;
	}

.ec3_widget_list li.ec3_list_day ul li:before {
	/*content: '- ';*/
	}

.ec3_widget_list li.ec3_list_day ul li a:link,
.ec3_widget_list li.ec3_list_day ul li a:visited {
	color: #fff;
	}

.ec3_widget_list li.ec3_list_day ul li a:hover {
	color: #fad192;
	text-decoration: underline;
	}

#sidebar-default > ul > li.widget_flickrAPI {
	background: #050422 url('images/feature-bg.jpg') repeat-x left top;
	}

#sidebar-default .widget_flickrAPI a {
	float: left;
	margin-left: 11px;
	margin-bottom: 6px;
	}

#sidebar-default .widget_flickrAPI a.whitelink {
	padding-bottom: 10px;
	}

.flickr-gallery ul.ui-tabs-nav,
.flickr-gallery .fg-credit {
	display: none;
	}

.flickr-gallery,
.flickr-gallery .ui-tabs-panel {
	border: none !important;
	padding: 0 !important;
	}

.flickr-gallery .ui-tabs-panel {
	padding: 0 !important;
	}

.flickr-gallery .flickr-set-thumb {
	margin-right: 10px;
	}

div.flickr-set-thumb, 
div.flickr-collection-thumb {
	line-height: 12px;
	}

#hmma-map {
	float: right;
	}


/*   END   */