/******************************************  

 CUSTOM STYLESHEET

*******************************************/



/*

* You can place your custom CSS statements in this file, after this message.

* It is better to write everything custom here

* because this file won't be replaced during updates.

* 

* Simply copy an existing style from style.css to this file, 

* and modify it to your liking.

*/





 .entry h3 { font-size: 16px; line-height: 16px; padding-bottom:20px; }






/* Main Menu & Dropdown menu */
#menu {
 	margin: 0;
 	text-shadow:none;
	color: #7c7f85;
	background: #2e3033;
	background: #FFF;
	font-family: "Merriweather", serif;
	border-top:2px solid #000;
	border-bottom:1px solid #000;
}

#menu p {
	padding: 6px 15px 8px;
	margin: 0;
}

#menu p a {
	color: #fff;
}

.btn_menu { display:none; }

.dropdown {
	list-style: none;
}

.dropdown li {
	position: relative;
}

.dropdown > li {
	float: left;
}

.dropdown a {
	display: block;
	position: relative;
	text-decoration: none;
	line-height: normal;
	text-transform: uppercase;
	border-left:#999 dotted 1px;

}

#menu #mainmenu {
	text-align: left;
	
}

#menu #mainmenu ul {
	text-align: left;
}

#menu #mainmenu > li {
  	float: none;
 	display: inline-block;

}

#menu #mainmenu > li > a {
	color: #000;
	padding: 6px 8px 8px;
}
#menu #mainmenu > li:hover > a {
	color: #000;
}



.dropdown .sf-sub-indicator {
	display: inline-block;
	text-indent: -9999em;
	vertical-align: middle;
	height: 0;
	width: 0;
	border: 3px solid transparent;
	border-top-width: 4px;
	border-top-color: #575b68;
	border-bottom: 0;
	overflow: hidden;
	margin: 0 0 0 6px;
}






.dropdown > li:hover > a {
	background-color: #eee;
	color:#000;
	text-shadow: none;
}

#menutop .dropdown > li > a
{
  color: #575b68;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

div#menutop > div#topmenu-wrap > ul > li:hover > a{
	background-color: #000;
	color:#FFF;
	text-shadow: none;
}



.dropdown  > li:hover > a.sf-with-ul {
	z-index: 100;
	padding-bottom: 19px;
	margin-bottom: -1px;
}

.dropdown .sub-menu {
	position: absolute;
	top: -999em;
	z-index: 99;
	background: #fff;
	list-style: none;
	width: 200px;
	border-top: 1px solid #bdbfc0;
	text-shadow: none;
	-moz-box-shadow: -1px 0 0 rgba(0, 0, 0, 0.1), 1px 0 0 rgba(0, 0, 0, 0.1), 0 1px 0 rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: -1px 0 0 rgba(0, 0, 0, 0.1), 1px 0 0 rgba(0, 0, 0, 0.1), 0 1px 0 rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.3);
	box-shadow: -1px 0 0 rgba(0, 0, 0, 0.1), 1px 0 0 rgba(0, 0, 0, 0.1), 0 1px 0 rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.3);
}

.dropdown  .sub-menu li {
	border-bottom: 1px solid #e5e7eb;
}

.dropdown .sub-menu li:last-child {
	border-bottom: 0;
}

.dropdown  .sub-menu a {
	background-color:#eee;
	color: #000;
	padding: 12px 15px;
	text-transform: none;
}

.dropdown .sub-menu li:hover > a {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
	color: #000;
	background-color: #ccc;
	-moz-box-shadow: 0 -1px 0 #a6b0bf, 0 1px 0 #a6b0bf;
	-webkit-box-shadow: 0 -1px 0 #a6b0bf, 0 1px 0 #a6b0bf;
	box-shadow: 0 -1px 0 #a6b0bf, 0 1px 0 #a6b0bf;
}

.dropdown li:hover .sub-menu {
	top: auto;
}

.dropdown  .sub-menu .sub-menu {
	border-top: 0;
}

.dropdown  li:hover .sub-menu .sub-menu {
	top: 0;
	left: 200px;
	color: #000;
	background-color: #ccc;
	-moz-box-shadow: 0 0 0 1px #a6b0bf, 0 2px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 0 1px #a6b0bf, 0 2px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 0 1px #a6b0bf, 0 2px 2px rgba(0, 0, 0, 0.3);
}

.dropdown  .sub-menu a .sf-sub-indicator {
	display: inline-block;
	text-indent: -9999em;
	vertical-align: middle;
	height: 0;
	width: 0;
	border: 3px solid transparent;
	border-left-width: 4px;
	border-left-color: #878d95;
	border-right: 0;
	overflow: hidden;
	margin: 0 0 0 6px;
}

.dropdown  .sub-menu li:hover > a .sf-sub-indicator {
	border-left-color: #fff;
}

.dropdown  .sub-menu .sub-menu li {
	border-bottom-color: #b0b8c5;
}

.dropdown  .sub-menu .sub-menu li a {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
	color: #000;
}

.dropdown  .sub-menu .sub-menu li:hover > a {
	background-color: #ccc;
	-moz-box-shadow: 0 -1px 0 #a6b0bf, 0 1px 0 #a6b0bf;
	-webkit-box-shadow: 0 -1px 0 #a6b0bf, 0 1px 0 #a6b0bf;

	box-shadow: 0 -1px 0 #a6b0bf, 0 1px 0 #a6b0bf;
}

.dropdown  .sub-menu .sub-menu li a .sf-sub-indicator {
	border-left-color: #fff;
}


#menu #mainmenu > .current-menu-ancestor > a,
#menu #mainmenu > .current-menu-item > a {
	background: #C00;
	color: #fefefe;
}


#logo {width:100%;padding-left:20px;}

/* Line 370 */
#logo a
{
  color: #FFF;
}

/* Line 374 */
#logo a:hover
{
  color: #FFF;}
#logo h1  {
font-family: 'Oswald', sans-serif;
font-size: 44px;
font-weight: bold;
line-height: 1.3;
text-transform: uppercase;
text-align: left;
}

#header-inner{ background-image: url('images/HeaderBackground.jpg');}

#header #header-inner
{
  padding-top: 8px;
  padding-right: 0px;
  padding-bottom: 8px;
  padding-left: 0px;
  display: table;
  width: 100%;
  background-color:#000000;
}

.widget
{
  margin-bottom: 20px;
}

.carousel-slider
{
  display: block;	
  position: relative;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
.carousel-slider .item
{
height:280px;
}

.subtitle  {
font-size: 12px;
}
.post-meta {
	font-size:12px;
}

.widget.recent-comments li
{
  list-style-type: none;
  clear: both;
  display: block;
  width: 100%;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 7px;
  padding-left: 0px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #dddddd;
}
/* Search Form */
#header #searchform {
	margin: 55px 10px 0 0;
}
#header #searchform #s {
	font-size: 12px;
	height: 24px;
	width: 165px;
	padding: 0 40px 0 15px;
}
#header #searchform #searchsubmit {
	background: transparent url('images/search-icon.png') 3px 30% no-repeat;
	height: 24px;
	width: 24px;
}

