/*
Theme Name: onondaga-child
Description: Child theme for the Theme Blvd framework
Author: Michael Smith
Template: onondaga
*/

/*
Note: The parent theme does not include any CSS in
style.css, and so you don't need to @import it here.
*/

/* Add your custom CSS here. */

/* =General Menu Styles
----------------------------------------------- */

#main-menu .sf-menu li a {
	font-family: Lato, Arial, Helevtica, Verdana, san-serif;
  font-weight: 400;
}
#main-menu .sf-menu li li a {
	margin: 0 8px;
	padding: 13px 12px 11px 12px;
}
#main-menu .sf-menu li li a:hover {
	background-image: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#main-menu .sf-menu ul {
	border-style: solid;
	border-width: 1px;
	border-top-width: 0;
	padding: 8px 0;
	width: 230px;
}
#main-menu .sf-menu ul ul {
	border-top-width: 1px;
	margin: 0;
}
#main-menu ul.sf-menu-with-fontawesome ul .sf-sub-indicator {
	top: 12px;
}

.flip-menu .sf-menu li a {
	display: block;
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 100%;
	padding: 20px 15px 17px 15px;
	text-decoration: none;
	text-transform: uppercase;
  }

#bottom {
	padding: 0 0 20px 0;
  background-image: url("/wp-content/uploads/2014/03/skydome-purple.png");
  background-repeat:no-repeat;
  background-color: #130323;
}

#bottom #footer_content {
	background-color: transparent;
	border: 0px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: inset 0 0 0px;
	-webkit-box-shadow: inset 0 0 0;
	box-shadow: inset 0 0 0px;
	position: relative;
}
#bottom .header-shade {
	background-image: none;
}

.footer_content-content .widget-title {
    color: #B0B0B0;
    font-weight: normal;
    text-shadow: none;
}
.entry-content li {
  margin-bottom: 1.5em;
  }

.thumbnail, .pretty, .wp-caption {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 0 solid #DDDDDD;
    border-radius: 5px;
}
.wp-caption {
    max-width: 100%;
    padding: 1px;
    text-align: center;
}  
h1, h2, h3, h4, h5, h6 {
	color: #333333;
	font-weight: normal;
	margin: 0 0 6px 0;
	text-shadow: 1px 1px 1px #ffffff;
}

.attachment-small .featured-image-inner  .themeblvd-video-wrapper { width: 195px; }

h4 {
	font-size: 1.45em;
	line-height: 1.15em;
}

.footer_col_farleft {
  color: #666666;
  font-size: 13px;
  line-height: 200%;
  }

.footer_col_farleft a {
  color: #666666;
  }

.footer_col_farleft a:hover {
  color: #2A9ED4;
  }

.mini-post-list-content h4{
  color: #2A9ED4;
  font-size: 13px;
  line-height: 150%;
  text-shadow: none;
  }

.mini-post-list-content a {
  color: #2A9ED4;
  font-size: 13px;
  line-height: 150%;
  }