/*
Theme Name: Lavender Magazine Theme
Theme URI: http://www.themightymo.com/
Description: A custom WordPress theme for Lavender Magazine.
Version: 1.1.1
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/wallpaper.jpg) top center fixed no-repeat;
	margin: 0;
	padding: 0;
}

#page {
	background: #fff;
	margin: 0 auto;
	padding: 0;
	max-width: 980px;
	width: 100%;
}

#header-widgets {
	margin: 0;
}
#header-widgets .widget_text ul {
	
}
#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;
	left: -9999px;
	list-style-type: none;
	background-color: #e1e1e1;
	margin: -25px 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: 100%;
}

.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 0px #cccccc;
	border-bottom: solid 1px #cccccc;
	color: #000;
    font-family: Arial,sans-serif;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 16px;
	margin: 0 0 5px 0;
    padding: 4px 0;
    text-transform: normal;
}

.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;
}

/*lavfash specifics header purple*/
.page-template-frontpage-lavfash-php .home-posts h2 a{
	color:#4F2E7C;
}


.home-thumbnail {
	float: left;
	margin: 0 8px 2px 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: 15px;
}

.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 0px #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: normal;
}

#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 0px #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: normal;
}

#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;
}

.type-makemycalendar img { max-width:100%; }

/* =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:5px 10px 5px 10px; }
.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;
}
.big-sports-news{
color:#e8791d !important;
}

/* BEGIN responsive menu css*/
@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700);
#cssmenu {
  background: #000;
  margin: 0;
  width: auto;
  padding: 0;
  line-height: 1;
  display: block;
  position: relative;
  /*font-family: 'PT Sans', sans-serif;*/
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;  
}

#cssmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
#cssmenu ul:after,
#cssmenu:after {
  content: ' ';
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
#cssmenu ul li {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}
#cssmenu ul li a {
  text-decoration: none;
  display: block;
  margin: 0;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu ul li ul {
  position: absolute;
  left: -9999px;
  top: auto;
}
#cssmenu ul li ul li {
  max-height: 0;
  position: absolute;
  -webkit-transition: max-height 0.4s ease-out;
  -moz-transition: max-height 0.4s ease-out;
  -ms-transition: max-height 0.4s ease-out;
  -o-transition: max-height 0.4s ease-out;
  transition: max-height 0.4s ease-out;
  background: #ffffff;
}
#cssmenu ul li ul li.has-sub:after {
  display: block;
  position: absolute;
  content: '';
  height: 10px;
  width: 10px;
  border-radius: 5px;
  background: #000000;
  z-index: 1;
  top: 13px;
  right: 15px;
}
#cssmenu.align-right ul li ul li.has-sub:after {
  right: auto;
  left: 15px;
}
#cssmenu ul li ul li.has-sub:before {
  display: block;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  border: 3px solid transparent;
  border-left-color: #ffffff;
  z-index: 2;
  top: 15px;
  right: 15px;
}
#cssmenu.align-right ul li ul li.has-sub:before {
  right: auto;
  left: 15px;
  border-left-color: transparent;
  border-right-color: #ffffff;
}
#cssmenu ul li ul li a {
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  color: #000000;
  letter-spacing: 0;
  display: block;
  width: 170px;
  padding: 11px 10px 11px 20px;
}
#cssmenu ul li ul li:hover > a,
#cssmenu ul li ul li.active > a {
  color: #000;
}
#cssmenu ul li ul li:hover:after,
#cssmenu ul li ul li.active:after {
  background: #000;
}
#cssmenu ul li ul li:hover > ul {
  left: 100%;
  top: 0;
}
#cssmenu ul li ul li:hover > ul > li {
  max-height: 72px;
  position: relative;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul > li {
  float: none;
  display: inline-block;
}
#cssmenu.align-center > ul {
  text-align: center;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul {
  float: right;
}
#cssmenu.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu.align-right ul ul li:hover > ul {
  right: 100%;
  left: auto;
}
#cssmenu.align-right ul ul li a {
  text-align: right;
}
#cssmenu > ul > li:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  z-index: 0;
  background: #ffffff;
  -webkit-transition: height .2s;
  -moz-transition: height .2s;
  -ms-transition: height .2s;
  -o-transition: height .2s;
  transition: height .2s;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 40px;
}
#cssmenu > ul > li.has-sub > a:after {
  display: block;
  content: '';
  background: #ffffff;
  height: 12px;
  width: 12px;
  position: absolute;
  border-radius: 13px;
  right: 14px;
  top: 16px;
}
#cssmenu > ul > li.has-sub > a:before {
  display: block;
  content: '';
  border: 4px solid transparent;
  border-top-color: #000;
  z-index: 2;
  height: 0;
  width: 0;
  position: absolute;
  right: 16px;
  top: 21px;
}
#cssmenu > ul > li > a {
  color: #ffffff;
  padding: 15px 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  z-index: 2;
  position: relative;
}
#cssmenu > ul > li:hover:after,
#cssmenu > ul > li.active:after {
  height: 100%;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #000000;
}
#cssmenu > ul > li:hover > a:after,
#cssmenu > ul > li.active > a:after {
  background: #000000;
}
#cssmenu > ul > li:hover > a:before,
#cssmenu > ul > li.active > a:before {
  border-top-color: #ffffff;
}
#cssmenu > ul > li:hover > ul {
  left: 0;
}
#cssmenu > ul > li:hover > ul > li {
  max-height: 72px;
  position: relative;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu > ul > li > a {
  display: block;
}
#cssmenu > ul > li {
  width: auto;
}
#cssmenu > ul > li > ul {
  width: 170px;
  display: block;
}
#cssmenu > ul > li > ul > li {
  width: 170px;
  display: block;
}
/* END responsive menu css*/

@media all and (min-width: 1025px){
    #cssmenu{
        display:none !important;
    }
}

@media all and (max-width: 1024px){
    .nav{
        display:none !important;
    }
}
@media all and (max-width: 979px){
    #header-widgets #text-6 {
	    display: none;
    }
}
@media 
all and (max-width: 1024px), 
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), 
only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), 
only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), 
only screen and (min-resolution: 192dpi) and (max-width: 1024px), 
only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu > ul {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.35s ease-out;
    -moz-transition: max-height 0.35s ease-out;
    -ms-transition: max-height 0.35s ease-out;
    -o-transition: max-height 0.35s ease-out;
    transition: max-height 0.35s ease-out;
  }
  #cssmenu > ul > li > ul {
    width: 100%;
    display: block;
  }
  #cssmenu.align-right ul li a {
    text-align: left;
  }
  #cssmenu > ul > li > ul > li {
    width: 100%;
    display: block;
  }
  #cssmenu.align-right ul ul li a {
    text-align: left;
  }
  #cssmenu > ul > li > ul > li > a {
    width: 100%;
    display: block;
  }
  #cssmenu ul li ul li a {
    width: 100%;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu.align-center > ul > li {
    display: block;
  }
  #cssmenu > ul.open {
    max-height: 1000px;
    border-top: 1px solid rgba(110, 110, 110, 0.25);
  }
  #cssmenu ul {
    width: 100%;
  }
  #cssmenu ul > li {
    float: none;
    width: 100%;
  }
  #cssmenu ul li a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 12px 20px;
  }
  #cssmenu ul > li:after {
    display: none;
  }
  #cssmenu ul li.has-sub > a:after,
  #cssmenu ul li.has-sub > a:before,
  #cssmenu ul li ul li.has-sub:after,
  #cssmenu ul li ul li.has-sub:before {
    display: none;
  }
  #cssmenu ul li ul,
  #cssmenu ul li ul li ul,
  #cssmenu ul li ul li:hover > ul,
  #cssmenu.align-right ul li ul,
  #cssmenu.align-right ul li ul li ul,
  #cssmenu.align-right ul li ul li:hover > ul {
    left: 0;
    position: relative;
    right: auto;
  }
  #cssmenu ul li ul li,
  #cssmenu ul li:hover > ul > li {
    max-height: 999px;
    position: relative;
    background: none;
  }
  #cssmenu ul li ul li a {
    padding: 8px 20px 8px 35px;
    color: #ffffff;
  }
  #cssmenu ul li ul ul li a {
    padding: 8px 20px 8px 50px;
  }
  #cssmenu ul li ul li:hover > a {
    color: #000000;
  }
  #cssmenu #menu-button {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 15px 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    color: #ffffff;
    cursor: pointer;
  }
  #cssmenu #menu-button:after {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    right: 20px;
    top: 16px;
  }
  #cssmenu #menu-button:before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #ffffff;
    right: 20px;
    top: 26px;
  }
}
@media only screen and (max-width:663px) {
    #content{
        width:100%;
    }
    #columnleft {
        float: none !important;
        margin: 0 8px 0 0;
        width: 100%;
    }

    #columnright {
        float: left;
        margin: 0;
        width: 100%;
    }
    .sidebar{
        /*display:none;*/
        width: 100%;
    }
    #lavender-ads-widget-8 > div > p:nth-child(1) > iframe{
        width:100% !important;
        height: 400px;
    }
    .meteor-slides {
	    padding: 0;
    }
    #meteor-slideshow-wrap {
	    margin: 0;
	    border: 0;
    }
    #meteor-slideshow > div.mslide{
        width:100% !important;
    }
    
    #meteor-slideshow > div.mslide > a > img{
         width:100% !important;
        height: auto;
    }
    
    #meteor-slideshow {
        width:98.7% !important;
    }
    body #meteor-slideshow-wrap .mslide-caption {
        width: 96% !important;
        height: auto;
        padding: 1em .5em;
    }
    #meteor-slideshow-wrap .mslide-caption h4 {
        font-size: 12px !important;
        line-height: 12px !important;
    }
    #content > div.home-posts > img {
        width: 100% !important;
    }
	#header-widgets .widget_search {
		width: 75%;
		margin:0;
	}
	#header-widgets #text-3 {
		width: 25%;
	}
	#header-widgets .widget_search #s {
		float: left;
		width: 75%;
		margin-right: 1em;
	}
    #lavender-ads-widget-30 > a > img,
    #header-widgets .lavender-ads-widget img,
    #lavender-ads-widget-29 > a > img,
    #lavender-ads-widget-11 > a > img,
    #columnleft .lavender-ads-widget img {
        max-width:100%;
        height: auto;
    }
        
    
    div.home-thumbnail.homepage-thumb{
        float:none;
    }
        
}