
/* Body
------------------------------------------------------------ */

body,
p,
select,
textarea {
	color: #222;
	font-family: serif;
	font-size: 18px;
	line-height: 1.6;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

body {
	background: #f5f5f5;
	margin: 0 auto;
	width: 1000px;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #c61a1a;
	text-decoration: underline;
}

a:hover {
	color: #c61a1a;
	text-decoration: none;
}

a img {
	border: none;
}


/* Wrap
------------------------------------------------------------ */

#wrap {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #fff;
	border: 5px solid #ededed;
	margin: 10px auto;
	overflow: hidden;
	padding: 10px;
	position: relative;
}


/* Header
------------------------------------------------------------ */

#header {
	margin: 0 auto;
	width: 100%; 
}

#title-area {
	float: left;
	overflow: hidden;
	padding: 0;
	width: 450px;
}

#title-area #title {
	line-height: 1.6;
	margin: 0;
	padding: 30px 0 0 20px;
}

#title-area #title a,
#title-area #title a:hover {
	color: #222;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 36px;
	font-weight: normal;
	text-decoration: none;
}

#title-area #description {
	color: #999;
	font-size: 15px;
	font-weight: normal;
	margin: 0; 
	padding: 0 0 0 20px;
}

#header .widget-area {
	float: right;
	padding: 40px 0 0;
	width: 480px;
}

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


/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area,
.header-image #title-area #title,
.header-image #title-area #title a {
	display: block; 
	float: left;
	height: 110px;
	overflow: hidden;
	padding: 0;
}



/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width #title-area,
.header-full-width #title-area #title,
.header-full-width #title-area #title a {
	box-sizing: border-box;
	width: 100%;
}

/*Sidebar Menu */


.sidebarmenu {
	margin: 0 0 30px;
	background: none repeat scroll 0 0 #FAEBD7;
    padding: 20px;
    width: 210px;
}
	
	
}

.sidebarmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font-family: "Palatino Linotype","Book Antiqua",Palatino ,serif;
width: 210px; /* Main Menu Item widths */

}
 
.sidebarmenu ul li{
position: relative;
}

/* Top level menu links style */
.sidebarmenu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #d22929;
font-weight: bold;
text-decoration: none;
padding: 10px;
border-bottom: 1px solid #644322;
border-right: 1px solid #778;
border-left: 1px solid #777788;
font-size: 1.1em;
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
background-color: #ededed; /*background of tabs (default state)*/
}

.sidebarmenu ul li a:visited{
color: #d22929;
}

.sidebarmenu ul li a:hover{
background-color: #ffffff;
}

/*Sub level menu items */
.sidebarmenu ul li ul{
position: absolute;
width: 230px; /*Sub Menu Items width */
top: 0;
visibility: hidden;
}

 
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */

/* Secondary Navigation
------------------------------------------------------------ */

#subnav {
	background: #f5f5f5;
	border: 1px solid #ddd;
	box-sizing: border-box;
	clear: both;
	color: #666;
	font-family: serif;
	font-size: .9em;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

#subnav .wrap {
	border: 1px solid #fff;
	box-sizing: border-box;
	overflow: hidden;
	width: 100%;
}

#subnav ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

#subnav ul ul {
	border: none;
}

#subnav li {
	float: left;
	list-style: none;
}

#subnav li a {
	color: #000000;
	display: block;
	margin: 0;
	padding: 7px 20px 6px;
	position: relative;
	text-decoration: none;
}

#subnav li a:active,
#subnav li a:hover,
#subnav .current_page_item a,
#subnav .current-cat a,
#subnav .current-menu-item {
	background: #444;
	color: #fff;
}

#subnav li a .sf-sub-indicator {
	display: block;
	height: 10px;
	overflow: hidden;
	position: absolute;
	right: 5px;
	text-indent: -9999px;
	top: 11px;
	width: 10px;
}

#subnav li li a,
#subnav li li a:link,
#subnav li li a:visited {
	background: #444;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	color: #fff;
	margin: 0;
	padding: 7px 10px 6px;
	position: relative;
	text-transform: none;
	width: 148px; 
}

#subnav li li a:active,
#subnav li li a:hover {
	background: #444;
	color: #fff;
}

#subnav li li a .sf-sub-indicator {
	top: 10px;
}

#subnav li ul {
	height: auto;
	left: -999em;
	padding: 0;
	position: absolute;
	width: 170px;
	z-index: 9999;
}

#subnav li ul a {
	width: 140px;
}

#subnav li ul ul {
	margin: -34px 0 0 169px;
}

#subnav li:hover ul ul,
#subnav li:hover ul ul ul,
#subnav li.sfHover ul ul,
#subnav li.sfHover ul ul ul {
	left: -999em;
}

#subnav li:hover ul,
#subnav li li:hover ul,
#subnav li li li:hover ul,
#subnav li.sfHover ul,
#subnav li li.sfHover ul,
#subnav li li li.sfHover ul {
	left: auto;
}

#subnav li:hover,
#subnav li.sfHover {
	position: static;
}


/* Inner
------------------------------------------------------------ */

#inner {
	clear: both;
	margin: 20px auto;
	width: 930px;
}

/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	float: left;
	width: 730px;
}

.page-template-landing-php #content-sidebar-wrap {
	margin: 0 auto;
	float: none;
	width: 700px;
}

.content-sidebar #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 100%;
}

.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
}


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

#content {
	float: left;
	padding: 10px 0 20px;
	width: 430px;
}

.sidebar-content #content,
.sidebar-sidebar-content #content {
	float: right;
}

.content-sidebar #content,
.sidebar-content #content {
	width: 605px;
}

.full-width-content #content {
	border: none;
	width: 900px;
}

.page-template-landing-php #content {
	margin: 0 auto;
	width: 680px;
}

.post {
	margin: 0 0 40px;
	overflow: hidden;
}

.page {
	border: none;
}

.single .post {
	border-bottom: none;
	margin: 0;
}

.page-template-landing-php .page {
	padding: 10px 10px 0;
}

.entry-content {
	overflow: hidden;
}

.entry-content p {
	margin: 0 0 25px;
}

blockquote {
	background: #f5f5f5;
	border: 1px solid #ddd;
	margin: 0 15px 25px;
	overflow: hidden;
	padding: 25px 25px 0;
}

p.notice {
	background: #f5f8fa;
	border: 1px solid #d7e8f0;
	margin: 0 15px 25px;
	padding: 25px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px dotted #aaa;
	clear: both;
	margin: 0 0 25px;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #222;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.25;
	margin: 0 0 10px;
	padding: 0;
}

h1 {
	
	font-size: 26px;
	margin: 0 0 30px;
}

h2 {
	font-size: 26px;
	margin: 15px 0 10px;
}

h2 a,
h2 a:visited {
	color: #222;
	text-decoration: none;
}

h2 a:hover {
	color: #c61a1a;
	text-decoration: none;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

.widget-area h4 {
	border-bottom: 1px dotted #aaa;
	color: #222;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 0 0 3px;
}

h5 {
	font-size: 18px;
}

h6,
.widget-area h2,
.widget-area h2 a {
	font-size: 16px;
}




/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	font-size: 14px;
	padding: 10px 0 0;
	width: 295px;
}

#sidebar-alt {
	float: left;
	width: 140px;
}

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt {
	float: right;
}

.sidebar p {
	font-size: inherit;
	margin: 0 0 20px;
}

.sidebar .widget {
	margin: 0 0 40px;
	padding: 0;
}

.sidebar a img {
	margin: 0;
}

.sidebar .social-profiles a img {
	margin: 5px 6px 0;
}

.widget-area ol,
.widget-area ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.widget-area ul li {
	
	margin: 0 0 0px;
	padding: 0 0 1px 1px;
 	word-wrap: break-word;
}


	
/* Footer Widgets
------------------------------------------------------------ */

	
#footer-widgets {
	background: #f5f5f5;
	border: 1px solid #ddd;
	box-sizing: border-box;
	clear: both;
	color: #222;
	font-size: 14px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

#footer-widgets .wrap {
	border: 1px solid #fff;
	overflow: hidden;
	padding: 20px 19px 0;
}

#footer-widgets .widget {
	background: none;
	border: none;
	margin: 0 0 20px;
}

#footer-widgets h4 {
	border-bottom: 1px dotted #aaa;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 5px;
	padding: 0 0 3px;
}

#footer-widgets p {
	font-size: inherit;
	margin: 0 0 20px;
}

#footer-widgets a,
#footer-widgets a:visited {
	color: #222;
	text-decoration: underline;
}

#footer-widgets a:hover {
	color: #222;
	text-decoration: underline;
}

.footer-widgets-1 {
	float: left;
	margin: 0 20px 0 0;
	width: 285px;
}

.footer-widgets-2 {
	float: left;
	margin: 0;
	width: 290px;
}

.footer-widgets-3 {
	float: right;
	margin: 0;
	width: 285px;
}



.widget-area h4 {
    border-bottom: 1px dotted #AAAAAA;
    color: #222222;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 0 0 3px;
}




/* Responsive Design
------------------------------------------------------------ */

@media only screen and (max-width: 960px) {

	body,
	.content-sidebar-sidebar #content,
	.content-sidebar #content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.full-width-content #content,
	.page-template-landing-php #content,
	.page-template-landing-php #content-sidebar-wrap,
	.sidebar-content #content,
	.sidebar-content-sidebar #content,
	.sidebar-sidebar-content #content,
	#content-sidebar-wrap,
	#footer,
	#footer .creds,
	#footer .gototop,
	#footer-widgets,
	#header,

	#nav,
	#sidebar,
	#sidebar-alt,
	#subnav {
		width: 100%;
	}

	#header {
		padding: 10px 0;
	}

	#header .widget-area,
	#title-area {
		width: 100% !important;
	}

	#title-area #description,
	#title-area #title {
		padding: 0 !important;
	}
	
	#title-area #title {
		line-height: 1.0;
		margin: 0 0 10px;
	}
	
	#header .widget-area {
		padding: 10px 0 0 !important;
	}

	#wrap {
		border: none !important;
		margin: 0 !important;
		width: auto;
	}

	#inner {
		padding: 10px;
		width: auto;
	}


	#description,
	#footer .creds,
	#footer .gototop,
	#title,
	#title-area {
		float: none;
		padding: 0;
		text-align: center;
		
		
    background-image: url("\header.png");
    float: left;
    height: 110px;
    line-height: 6em;
    overflow: hidden;
    padding: 0 20px;
}
		
		
		
		
	}

	#header .searchform {
		float: none;
		margin: 0 0 20px;
		padding: 0;
		text-align: center;
	}

	#nav li.right {
		display: none;
	}

	.enews #subbox,
	.s {
		width: 60%;
	}

	#footer p {
		padding: 0 10px;
	}
	
	
	#aweber {display: none;}
	
	#socialMediaIcons {display: none;}
}