/*
Theme Name: Lavender Magazine Theme
Theme URI: http://www.themightymo.com/
Description: A custom WordPress theme for Lavender Magazine.
Version: 1.0
Author: The Mighty Mo! Design Co. LLC
Author URI: http://www.themightymo.com/
*/

/* Imports editor stylesheet, which contains the styles for the content */

@import "editor-style.css";

/* Imports plugins stylesheet, which contains the styles for many popular plugins. */

@import "css/plugins.css";

/* =Layout
-------------------------------------------------------------- */

body {
	background: url(http://www.lavendermagazine.com/ads/wallpaper/LaCage.jpg) top center fixed no-repeat;
	margin: 0;
	padding: 0;
}

#page {
	background: #fff;
	margin: 0 auto;
	padding: 0 10px;
	width: 980px;
}

#header-widgets {
	margin: 0;
}
#header-widgets .widget_text ul {
	height: 46px;
	overflow:hidden;
}
#content {
	float: left;
    margin: 8px 0;
    width: 660px;
}

.page-template-page_events-php #content,
.tax-event-categories #content {
	background: #fff;
	float: left;
    margin: 8px 0;
	padding: 10px;
	width: 405px;
}

.sidebar {
	float: right;
	margin: 8px 5px 8px 0;
	width: 305px;
}

#events-widgets {
	background: #d6d6d6;
	float: left;
	margin: 8px 0;
	width: 235px;
}

/* =Header
-------------------------------------------------------------- */
#header-widgets #widget_sp_image-3 {
	margin: 0 0 0 0;
}

#header-widgets .widget_search {
    background: none;
    border: none;
    float: left;
    margin: 0 50px 10px 0;
    padding: 0;
    width: 320px;
}

#header-widgets .widget_search #s {
	font-size: 12px;
	line-height: 20px;
	padding: 2px 3px 3px 3px;
    width: 250px;
}

#header-widgets .widget_search #searchsubmit {
    background: #fff;
    border: solid 1px #5a5a5a;
    color: #000;
    font-family: Tahoma,Arial,sans-serif;
	font-size: 12px;
	height: 20px;
    padding: 0 5px 2px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;	
}

#header-widgets .widget_search #searchsubmit:hover {
    border: solid 1px #000;
}

#header-widgets .gform_widget {
    background: none;
    border: none;
    float: left;
    margin: 0 0 10px 0;
    padding: 0;
    width: 480px;
}

#header-widgets .widget_text {
    background: none;
    border: none;
    float: right;
    margin: 0 0 10px 0;
    padding: 0;
	line-height: 0;
	text-align: right;
    width: 100px;
}

#header-widgets .widget_text a:hover img {
    opacity: 0.8;
}

/* =Navigation (Top)
-------------------------------------------------------------- */

.nav {
	background: transparent url('images/nav-bg.jpg') repeat-x top left;
	border-bottom: solid 1px #000;
	font-weight: bold;
	height: 31px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.nav ul {
	float: left;
	list-style-type: none;
	margin: 0 0 0 28px;
	padding: 0;
	text-transform: uppercase;
	position:absolute;
}

.nav li {
	float: left;
	margin: 0;
	padding: 0;
	position:relative;
}
.nav li li {
	float:none;}

.nav li a {
    border-right: 1px solid #FFFFFF;
    color: #FFFFFF;
    display: block;
    padding: 5px 12px;
    text-decoration: none;
}

.nav li a:hover {
	background: #333;
	color: #fff;
}

.nav li.red a:hover, .nav li.red.current-menu-item a {
	background: #A30021;
}

.nav li.orange a:hover, .nav li.orange.current-menu-item a {
	background: #e67b1c;
}

.nav li.yellow a:hover, .nav li.yellow.current-menu-item a {
	background: #A48D45;
}

.nav li.green a:hover, .nav li.green.current-menu-item a {
	background: #4c963d;
}

.nav li.blue a:hover, .nav li.blue.current-menu-item a {
	background: #34a7e9;
}

.nav li.indigo a:hover, .nav li.indigo.current-menu-item a {
	background: #5B3B86;
}

.nav li.last a {
	border-right:none;
}
.nav li li.last a {
	border-right:solid 1px #BFBFBF;}


.nav li.red.current-menu-item ul li a, .nav li.orange.current-menu-item ul li a, .nav li.yellow.current-menu-item ul li a, .nav li.green.current-menu-item ul li a, .nav li.blue.current-menu-item ul li a, .nav li.indigo.current-menu-item ul li a, .nav li.violet.current-menu-item ul li a { background:none; }

.nav li ul {
	background: #fff;
	min-width:180px;
	left: -9999px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 9999;
}

.nav li:hover ul {
	
}

.nav li ul li ul {
	background-color: #e1e1e1;
	border-left-style: none;
	display: none;
	left: -9999px;
	list-style-type: none;
	background-color: #e1e1e1;
	margin: -35px 0 0 173px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 172px;
}

.nav li:hover ul li ul {
	left: -9999px;
}

.nav li ul li:hover ul {
	left:0;
}

.nav li ul li a {
	background: none;
	background-color: #fff;
	border-right: solid 1px #bfbfbf;
	color: #000;
	font-size: 12px;
	font-weight: normal;
	padding: 3px 12px;
}

.nav li ul li a:hover {
	background: #efefef !important;
	color: #000;
}

.nav li.sfhover ul li ul {
	left: -9999px;
}

.nav li:hover ul,
.nav li.sfhover ul,
.nav li ul li.sfhover ul {
	left: 0;
}
	
/* =Navigation (Header)
-------------------------------------------------------------- */

#header-widget ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: right;
	z-index: 2;
}

#header-widget li {
	border: none;
	border-left: 1px solid #e5e5e5;
	display: inline;
	margin: 0 0 0 5px;
	padding: 0 0 0 5px;
	position: relative;
}

#header-widget li.first {
	border: none;
	margin: 0;
}

#header-widget li a {
	color: #404040;
	text-decoration: none;
	text-transform: uppercase;
}

#header-widget li a:hover,
#header-widget li a:focus {
	color: #404040;
}

#header-widget .last a {
	border-right-style: none;
}

#header-widget li ul {
	background: #fff;
	border-bottom: solid 1px #e5e5e5;
	border-left: solid 1px #e5e5e5;
	border-right: solid 1px #e5e5e5;
	left: -9999px;
	list-style-type: none;
	margin: 0 0 0 -1px;
	padding: 0;
	position: absolute;
	text-align: left;
	width: 172px;
	z-index: 9999;
}

#header-widget li:hover ul {
	left: 0;
}

#header-widget li ul li ul {
	background-color: #e1e1e1;
	border-left-style: none;
	left: -9999px;
	list-style-type: none;
	background-color: #e1e1e1;
	margin: -29px 0 0 173px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 172px;
}

#header-widget li:hover ul li ul {
	left: -9999px;
}

#header-widget li ul li:hover ul {
	left:0;
}

#header-widget li ul li {
	float: left;
	margin: 0;
	padding: 0;
	width: 172px;
}

#header-widget li ul li a {
	background: none;
	background-color: #fff;
	border: none;
	border-top: solid 1px #f7f7f7;
	color: #7f7f7f;
	display: block;
	font-size: 11px;
	padding: 7px 5px;
}

#header-widget li ul li a:hover {
	background: #f7f7f7;
	color: #7f7f7f;
}

#header-widget li.sfhover ul li ul {
	left: -9999px;
}

#header-widget li:hover ul,
#header-widget li.sfhover ul,
#header-widget li ul li.sfhover ul {
	left: 0;
}

/* =Content
-------------------------------------------------------------- */

#main {
	background-color: #efefef;
}

#content {
	overflow: hidden;
}

#content-wide {
	margin: 20px;
	overflow: hidden;
}

#post-image {
	text-align: center;
}

#post-image img {
	border: solid 1px #4e4e4e;
}

.image-caption {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	text-align: right;
	text-transform: uppercase;
}

#page .gallery-caption {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
}

.post {
	margin: 0 0 30px 0;
}

.post-date {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
}

.sticky {
	border: 1px solid #E5E5E5;
	color: #333333;
	padding: 10px;
}

.sticky .post-date {
	color: #b1b1b1;
}

.sticky .postmetadata {
	border-top: 1px solid #E5E5E5;
	color: #b1b1b1;
	padding: 5px 0 0 0;
	margin: 0;
}

.sticky .post-date a,
.sticky .postmetadata a {
	color: #b1b1b1;
}

.sticky .post-date a:hover,
.sticky .postmetadata a:hover {
	color: #666;
}

.comment-status {
	float: right;
	font-weight: bold;
}

.single-date {
	color: #9e9e9e;
	float: left;
	margin: 0 20px 0 0;
	width: 250px;
}

.single-date a {
	color: #9e9e9e;
	text-decoration: none;
}

.single-date a:hover {
	color: #494949;
}

.single-date .author,
.single-date .author a {
	color: #494949;
}

.single-date .author a:hover {
	color: #000;
}

.postmetadata {
	border-top: 1px solid #E5E5E5;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	padding: 5px 0 0 0;
	text-transform: uppercase;
}

.entry {
	margin: 10px 0;
	position: relative;
	overflow:hidden;
}

object {
	position: relative;
	z-index: 1;
}

#nav-post {
	margin: 0 0 20px 0;
}

#content-wide #nav-post {
	border-top: 1px solid #afafaf;
	color: #afafaf;
	margin: 20px 0;
	padding: 5px 0;
}

#content-wide #nav-post a {
	color: #afafaf;
}

#content-wide #nav-post a:hover {
	color: #7f7f7f;
}

#left-post {
	width: 33%;
	float: left;
}

#parent-post {
	float: left;
	text-align: center;
	width: 33%;
}

#right-post {
	float: right;
	text-align: right;
	width: 33%;
}

#content #left-post,
#content #right-post {
	width: 50%;
}

/* =Home Posts
-------------------------------------------------------------- */

#columnleft {
	float: left;
	margin: 0 8px 0 0;
	width: 320px;
}

#columnright {
	float: left;
	margin: 0;
	width: 332px;
}

.home-posts {
	background: #fff;
	border: solid 1px #e3e3e3;
	margin: 0 0 8px 0;
	padding: 9px;
}

.page .hentry {
	background: #fff;
	border: solid 1px #e3e3e3;
	margin: 0 0 8px 0;
	padding: 9px;
}

.home-posts h2 {
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	color: #000;
    font-family: Arial,sans-serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 18px;
	margin: 0 0 5px 0;
    padding: 4px 0;
    text-transform: uppercase;
}

.home-posts h2.our-scene {
	color: #e8791d;
}

.home-posts h2.big-gay-news {
	color: #34a7e9;
}

.home-posts h2.our-affairs {
	color: #4c963d;
}

.home-posts h2.our-headlines {
	color: #a30021;
}

.home-posts h2.our-lives {
	color: #A48D45;
}

.home-posts h2.our-homes {
	color: #69bff2;
}

.home-posts h2.my-lavender {
	color: #5b3b86;
}

body.our-scene #entry-title,
body.our-scene #category-title {
	color: #e8791d;
}

body.our-affairs #entry-title,
body.our-affairs #category-title {
	color: #4c963d;
}

body.our-headlines #entry-title,
body.our-headlines #category-title {
	color: #a30021;
}

body.our-lives #entry-title,
body.our-lives #category-title {
	color: #A48D45;
}

body.our-homes #entry-title,
body.our-homes #category-title {
	color: #69bff2;
}

body.my-lavender #entry-title,
body.my-lavender #category-title {
	color: #5b3b86;
}



.home-thumbnail {
	float: left;
	margin: 0 8px 0 0;
}

#columnleft .homepage-thumb {
	width: 300px;
	overflow: hidden;
}

#columnright .homepage-thumb {
	width: 311px;
	overflow: hidden;
}

.home-post {
	margin: 10px 0 10px 0;
}

.wide-posts .home-post {
	margin: 0 10px 10px 0;
	width: 140px;
	float: left;
}

.wide-posts .home-thumbnail {
    margin: 10px 0 0 0;
}

.home-post h4 {
    font-family: Arial,sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 15px;
	margin: 0;
	text-transform: uppercase;
}

.home-post h4 a {
    color: #000000;
    text-transform: none;
}

.home-post h5 {
    font-family: "Ayita Pro",Trebuchet,Tahoma,Arial,sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
    text-transform: none;
}

.home-post p {
    font-size: 11px;
	line-height: 16px;
}

.more {
	background: transparent url('images/more.jpg') no-repeat top left;
	display: block;
	float: right;
	height: 19px;
	width: 35px;
	text-indent: -9999px;
}

#entry-title {
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	color: #000;
    font-family: Arial,sans-serif;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 22px;
	margin: 0 0 10px 0;
    padding: 4px 0;
    text-transform: uppercase;
}

#single-title {
	color: #000;
    font-family: Arial,sans-serif;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 26px;
	margin: 0 0 10px 0;
    padding: 4px 0;
}

#category-title {
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	color: #000;
    font-family: Arial,sans-serif;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 22px;
	margin: 0 0 10px 0;
    padding: 4px 0;
    text-transform: uppercase;
}

#category-title a {
	display: none;
	text-decoration: none;
}


#category-title a.first {
	display: inline;
}

.category-our-scene #entry-title,
.category-our-scene #category-title a {
	color: #e8791d;
}

.category-our-affairs #entry-title,
.category-our-affairs #category-title a {
	color: #4c963d;
}

.category-our-headlines #entry-title,
.category-our-headlines #category-title a {
	color: #a30021;
}

.category-our-lives #entry-title,
.category-our-lives #category-title a {
	color: #A48D45;
}

.category-our-homes #entry-title,
.category-our-homes #category-title a {
	color: #69bff2;
}

.category-my-lavender #entry-title,
.category-my-lavender #category-title a {
	color: #5b3b86;
}

/* =Sidebar
-------------------------------------------------------------- */

.sidebar {
	overflow: hidden;
}

.widget {
	margin: 0 0 20px 0;
	padding: 10px;
}

.widget h4 {
	margin: 0 0 5px 0;
}

.widget_text {
	line-height: 20px;
}

.widget input {
	background-color: #fff;
	border: 1px solid #e5e5e5;
	color: #7f7f7f;
}

.login-username input,
.login-password input  {
	float: left;
	margin: 0 5px 5px 0;
	width: 60%;
}

.login-remember input {
	margin: 0;
}

.login-remember input:hover,
.login-remember label:hover {
	color: #4e4e4e;
	cursor: pointer;
}

.login-remember label {
	color: #bfbfbf;
	margin: 0;
}


#wp-submit {
	background-color: #808080;
	border: none;
	color: #fff;
	padding: 3px;
}

#wp-submit:hover {
	background-color: #5e5e5e;
	cursor: pointer;
}

select#cat {
	width: 100%;
}

.widget_archive select {
	width: 100%;
}

.widget_tag_cloud a {
	color: #666;
	text-decoration: none;
}

.widget_tag_cloud a:hover {
	color: #333333;
	text-decoration: none;
}

#header-widget .widget {
	background: none;
	border: none;
	margin: 0 0 20px 0;
	padding: 0;
}

#header-widget .widget h4 {
	margin: 0 0 5px 0;
	padding: 0;
}

#header-widget .widget_search {
	background: none;
	border: none;
	margin: 0 0 20px 0;
	padding: 0;
}

#search-widget {
	background: none;
	border: none;
	margin: 0 0 20px;
	padding: 0;
}

.widget h3 {
	color: #4e4e4e;
	margin: 0 0 5px 0;
}

.widget ul {
	margin: 0;
	padding: 0;
	overflow:auto;
}

.widget ul li {
	border-bottom: solid 1px #e5e5e5;
	list-style-type: none;
	margin: 0;
	padding: 5px 0;
}

.widget ul li a {
	color: #666;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

.widget ul li a:hover {
	color: #464646;
	text-decoration: underline;
}

.widget ul li ul {
	margin: 5px 0 0 0;
}

.widget ul li ul li {
	border-bottom: none;
	border-top: solid 1px #e5e5e5;
	padding: 5px 0 0 0;
}

.widget ul li ul li ul li {
	padding: 5px 0;
}

.widget ul li ul li a {
	padding: 0 0 0 25px;
}

.widget ul li ul li ul li a {
	padding: 0 0 0 50px;
}

.screen-reader-text {
	display: none;
}

#searchsubmit {
	background-color: #808080;
	border: none;
	color: #fff;
	padding: 3px;
}

#s {
	width: 60%;
}

#searchsubmit:hover {
	background-color: #5e5e5e;
	cursor: pointer;
}

.rsswidget {
	font-weight: bold;
	}

.rssSummary {
	font-size: 10px;
	line-height: 20px;
}

/* =Footer
-------------------------------------------------------------- */

#footer {
	color: #4b4b4b;
	overflow: hidden;
}

#footer a {
	color: #4b4b4b;
	text-decoration: none;
}

#footer a:hover,
#footer a:focus {
	color: #272727;
	text-decoration: underline;
}

#footer .widget {
	background: none;
	border: none;
	float: left;
	margin: 20px 20px 20px 0;
	padding: 0;
	width: 293px;
}

#footer .first {
	margin: 20px;
}

#footer .clear {
	margin: 0;
}

#footer .widget h4 {
	margin: 0;
	padding: 0;
}

/* =Copyright
-------------------------------------------------------------- */

#copyright {
	background: #000000;
	color: #fff;
	font-size: 12px;
	overflow: hidden;
	padding: 20px 0 0 0;
	text-align: center;
}

#copyright a {
	color: #fff;
	text-decoration: none;
}

#copyright a:hover {
	color: #fff;
	text-decoration: underline;
}

#copyright ul {
	list-style-type: none;
	margin: 0 0 5px 0;
	padding: 0;
}

#copyright .sub-menu {
	display: none;
}

#copyright li {
	border-right: solid 1px #fff;
	display: inline;
	margin: 0;
	padding: 0 8px;
}

#copyright li.last {
	border: none;
}

/* =Comments
-------------------------------------------------------------- */

h5#comment-count {
	margin: 5px 0;
}

.commentlist {
	padding: 0;
}

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

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

.children { 
	margin: 5px 0 0 0;
	padding: 0 0 0 10px;
}

.comment {
	background: #fff;
}

.bypostauthor {
	background: #F7F7F7;
}

#commentform p {
	margin: 5px 0;
}

.commentmetadata {
	font-style: italic;
	margin: 0;
}
	
.comment-author {
	margin: 0;
}

.fn {
	font-weight: bold;
}

.on {
	font-style: italic;
}

.commentnav {
	border-bottom: 1px solid #afafaf;
	margin: 0 0 0 95px;
	padding: 8px 5px 8px 0;
}

.commentnav a {
	text-decoration: none;
}

.commentnav a:hover {
	text-decoration: underline;
}

.comment-content {
	margin: 0 0 0 90px;
	min-height: 90px;
	padding: 5px;
}

.comment-gravatar {
	float: left;
	margin: 10px 0 10px 10px;
	padding: 0;
	position: absolute;
	width: 75px;
	z-index: 1;
}

.comment-gravatar img.avatar {
	background-color: #afafaf;
	border: 1px solid #cecece;
	margin: 0 0 5px 0;
}

.comment-gravatar a {
	color: #4e4e4e;
	clear: right;
	display: block;
	font-size: 10px;
	float: right;
	margin: 2px 0;
	overflow: hidden;
	padding: 2px;
	text-decoration: none;
	text-transform: uppercase;
}

.comment-gravatar a:hover {
	text-decoration: underline;
}

#respond {
	clear: both;
	margin: 20px 0 0 0;
}

#your-comment {
	display: none;
}

.comment-form-comment label {
	display: none;
}

#commentform .form-submit {
	margin: 0 0 60px 0;
}

#commentform .form-allowed-tags {
	display: none;
}

.page .nocomments {
	display: none;
}

.comment-navigation {
	clear: both;
}

.comment-navigation .pages {
	color: #737373;
	font-style: italic;
}

.comment-navigation span {
	border: none;
	color: #3f3f3f;
	margin: 2px;
	padding: 3px 5px;
	text-decoration: none;
}

.comment-navigation a {
	background-color: #ededed;
	border: none;
	color: #3f3f3f;
	margin: 2px;
	padding: 3px 5px;
	text-decoration: none;
}

.comment-navigation a.previouspostslink,
.comment-navigation a.nextpostslink,
.comment-navigation a.first,
.comment-navigation a.last {
	background: none;
	border: none;
	color: #3f3f3f;
	padding: 3px 5px;
	margin: 2px;
	text-decoration: none;
}

.comment-navigation a:hover,
.comment-navigation span.current {
	background-color: #c9c9c9;
	color: #3f3f3f;
}

.comment-navigation a:hover.previouspostslink,
.comment-navigation a:hover.nextpostslink,
.comment-navigation a:hover.first,
.comment-navigation a:hover.last {
	background: none;
	color: #3f3f3f;
	text-decoration: underline;
}

.comment-navigation span.current {
	font-weight: bold;
}
	
/* =Calendar
-------------------------------------------------------------- */

#calendar_wrap {
	background: #fff;
	border: 1px solid #959494;
}

#calendar_wrap table {
	border: none;
}

#calendar_wrap caption {
	color: #828282;
	font-style: italic;
}

#calendar_wrap table tr th {
	background: none;
	padding: 2px 10px;
	text-align: center;
	text-transform: uppercase;
}

#calendar_wrap thead {
	background-color: #fff;
}

#calendar_wrap tbody {
	background-color: #f0f0f0;
}

#calendar_wrap table tr td {
	border-top: none;
	padding: 3px 10px;
	text-align: center;
}

#calendar_wrap table tr td:hover {
	background-color: #fff;
}

#calendar_wrap table tr .pad:hover {
	background: none;
}

#calendar_wrap table tr td#today {
	background-color: #d6d6d6;
}

#calendar_wrap table tr td#today:hover {
	background-color: #fff;
}

#calendar_wrap table tr td a {
	font-weight: bold;
	text-decoration: none;
}

#calendar_wrap table tr td a:hover {
	color: #000;
	text-decoration: underline;
}

#calendar_wrap table tr td#prev {
	text-align: left;
}

#calendar_wrap table tr td#next {
	text-align: right;
}

#calendar_wrap table tr td#prev a,
#calendar_wrap table tr td#next a {
	color: #828282;
	font-weight: normal;
	text-decoration: none;
}

#calendar_wrap table tr td#prev a:hover,
#calendar_wrap table tr td#next a:hover {
	color: #333333;
	text-decoration: underline;
}

/* =Miscellaneous
-------------------------------------------------------------- */

.clear {
	clear: both;
}

/* =ShareDaddy
-------------------------------------------------------------- */

.page .sharing {
	display: none;
}

.sharing {
    padding: 0;
    position: absolute;
    right: 0;
    top: -75px;
}

.lavender-ads-widget { 
	background: none;
	border: none;
	line-height: 0;
	margin: 0;
	padding: 0;
}
.sidebar .lavender-ads-widget .alignright {
	margin: 0 0 8px 0;
}
.sidebar .lavender-ads-widget .alignleft {
	margin: 0 5px 8px 0;
}
#header-widgets .lavender-ads-widget .alignleft, #header-widgets .lavender-ads-widget .alignright {
	margin: 0 0 10px 0;
}
#header-widgets .lavender-ads-widget {
	margin: 0 0 10px 0;
}
.sidebar .lavender-ads-widget .aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 8px;
}
.home-posts .widget {
	border: none;
	margin: 0;
	padding: 0;
}

.home-posts a, .home-posts a:hover { color: inherit; }

/* =Events
-------------------------------------------------------------- */

#event-title {
	font-weight: bold;
	text-transform: uppercase;
}

.mmc-event-post {
	margin: 0 0 10px 0;
}


.mmc-event-thumbnail {
  float: left;
  margin: 0 8px 0 0;
}

.mmc-event-post h4 {
    font-family: Arial,sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 15px;
	margin: 0;
	text-transform: uppercase;
}

.mmc-event-post h4 a {
    color: #000000;
    text-transform: none;
}

.mmc-event-post h5 {
    font-family: "Ayita Pro",Trebuchet,Tahoma,Arial,sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
    text-transform: none;
}

.mmc-event-post p {
    font-size: 11px;
	line-height: 16px;
}

#newsletter {
	background: none;
	border: none;
	float: left;
	margin: 0 0 10px 0;
	padding: 0;
	width: 480px;
}


#newsletter li { float:left; margin-right:10px; }
.widget #newsletter ul li { padding:0; border:none; }
 
/*#header-widgets #text-12.widget_text { 
	float:left; 
}

#header-widgets #text-11.widget_text	{ 
	float:left; width:100%;
}*/

#header-widgets .widget_text.internal-links {
	width: 100%;
	background:#000;
}
.widget.internal-links ul li {
	float:left;
}

#newsletter label {
	color: #7F7F7F;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	margin: 1px 7px 0 0;
	text-transform: uppercase;
	width: auto;
}

#lavender-apps { background:gray; }
#lavender-apps ul li { float:left; }

.page .hentry .featured, .featured { background:yellow; }

.wp-caption { 
	padding:0; 
	width: auto!important; 
	overflow:hidden;
}
.wp-caption-text { font-style:normal; margin:0; }
.wp-caption img { border:0; }

.makemycalendar h4 { margin:0; }

.single-makemycalendar .sidebar, .tax-event-categories .sidebar, .page-template-page_events-php .sidebar, .single-makemycalendar .sidebar a, .tax-event-categories .sidebar a, .page-template-page_events-php .sidebar a {
	color:#000;
}

body .meteor-slides { padding-bottom:0; }

.bgn-twitter h4 { display:none; }
.bgn-twitter .rss-date { }
.bgn-twitter .widget ul li a { 
	font-family: Arial,sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 15px;
	color:#000;
}