/*
Theme Name: Steve Lindsay Design 
Author: Joel Newman, Pasternack Marketing
Author URI: http://www.pasternackmarketing.com
Description: Theme for stevelindsaydesign.com
Version: 1.0
*/

/* =Basics
------------------------------------------- */
hr.clear {
	visibility: hidden;
	clear: both;
	height: 0xp;
	padding: 0px;
	margin: 0px;
}

html {
}
body {
	background: #403E32;
	font-family: "Open Sans", sans-serif;
}
#wrapper {
	background: #A39771;
}
#mainContent {
	padding-top: 15px;
}
p {
	line-height: 1.7em;
	margin-bottom: 20px;
}

/* =Header
------------------------------------------- */
#pageHeader {
	padding-top: 15px;
}
#headerBorder {
	height: 3px;
	margin-left: 15px;
	margin-right: 15px;
	border-bottom: 3px double white;
}
#logo img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* =Nav
------------------------------------------- */
#mainMenu ul {
	padding: 0;
}
#mainMenu li {
	display: inline-block;
	padding: 3px 8px;
}
#mainMenu li a {
	color: black;
	font-family: "Open Sans", sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 2px;
}
#mainMenu li a:hover {
	text-decoration: none;
	background: #f0e4be;
}
#mainMenu li:hover {
	background: #f0e4be;
}
.current-menu-item {
	background: #deaa3d;
}
.navbar-toggle {
}
.nav > li > a {
	display: inline;
	padding: 0px;
}
.navbar-toggle .icon-bar {
	background: black;
}
.navbar-brand {
	clear: both;
	font-weight: bold;
	color: #f0e4be;
}
@media (max-width: 768px) {
	#mainMenu li {
		display: block;
		padding: 3px 8px;
		margin: 7px 15px 0 15px;
	}
}



/* =Footer
------------------------------------------- */
footer {
	margin-top: 30px;
	color: white;
}
footer a, footer a:hover {
	color: white;
}
footer p {
	font-size: 11px;
}
footer p.right {
	text-align: right;
}
#footerBorder {
	height: 3px;
	border-bottom: 3px double white;
	margin-bottom: 15px;
}
