/*
Theme Name:     Lucid Child
Template:       Lucid
*/
@import url("../Lucid/style.css");


body {
	font-family: Georgia, serif;
	font-size: 14px;
	color: #4c4c4c;
	background-color: #ffffff;
}



/*------------[HEADER]-------------*/
.container #logo-area {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 0;
	/*--- background-image: url(http://floridabicycle.org/wp-content/uploads/2012/12/fbaheader_bg.png);
	background-repeat: no-repeat;
	background-position: center center;---*/
}

#main-header {
	background-color: #F9F9F9;
	border-bottom: 1px solid #EEE;
	position: relative;
	margin-bottom: 20px;
}

#top-menu a {
font-size: 16px;
font-weight: bold;
}

#second-menu .main_text {
	color: black;
}

#second-menu a {
	font-size: 16px;
	font-weight: bold;
	color: black;
	text-shadow: 2px 2px 0 white;
	font-weight: bold;
}

#social-icons {
float: left;
border-left: 1px solid #fff;
border-right: 1px solid #e5e5e5;
padding: 10px 32px 6px;
}

/*------[HOME PAGE]---------*/

.switcher-content {
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}



p.click {
	color: #999;
	font-style: italic;
}

span.post-meta {
display: none;
}

#switcher-container p.meta-info {
	display: none;
}

#articles-content .thumb {
	display: none;
}

.article p {
}

/*------------[RECENT POST CATEGORY WIDGETS]-----------*/
/*------------------------------------------------*/
#recent-categories a.more {
	display: none;
}

.recent-category_widget h3 {
	font-size: 18px;
        font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 6px;
	margin-bottom: 6px;
}

h3.main-title a {
	color: #000000;
	font-weight: bold;
}

.recent-category_widget span {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0;
}

#recent-categories .last h3 a {
	color: #390;
}

ul.wp-simple-rss-list li {
	margin: 0;
	padding: 0;
}

p.widget-excerpt {
	font-size: 12px;
}

a.widget-more {
	font-size: 12px;
}

/*----------[WIDGETS]-------------*/
.recent-category_widget {
	margin-bottom: 20px;
}

.recent-category_widget h3 {
	margin-top: 6px;
}

.widget h3.widgettitle {
	text-shadow: 2px 2px 0 black;
	color: #000000;
	font-size: 16px;
        font-weight: bold;
	background-color: #F9F9F9;
	margin: -24px -24px 0;
	padding: 8px 21px;
	border: 1px solid white;
	border-bottom: 1px solid #E5E5E5;
}

.widget li {
background: url(http://floridabicycle.org/wp-content/themes/Lucid/images/widget-bullet.png) no-repeat 10px 12px;
	font-size: 14px;
	
}

.widget li a {
	text-decoration: none;
	color: #4C4C4C;
	padding: 10px 30px;
	display: block;
}

#sidebar .widget_recent_comments li {
	padding: 10px 20px;
	background: none!important;
}



/*--------[ET tabs etc]----------*/
.et-learn-more h3.heading-more {
	padding: 8px 50px 8px 22px;
}

/*-------------[POSTS & PAGES]------------------*/
.post_content {
	padding: 20px 15px 30px 20px;
}

.entry .meta-info {
	font-size: 12px;
	padding: 4px 28px;
}

article.post h3, article.page h3 {
	font-size: 18px;
	color: #669900;
}

article.post p, .comment-content p, article.page p {
	padding-bottom: 12px;
	line-height: 20px;
}

article.post ul, .comment-content ul, article.page ul {
	list-style-type: disc;
	line-height: 20px;
}

article.post ol, .comment-content ol, article.page ol {
	list-style-type: decimal;
	list-style-position: outside;
	padding: 0 0 23px 26px;
	line-height: 20px;
}

h4 {
font-size: 16px;
}