/* @override 
	file:///Users/bhaggs/Dropbox/SF%20Food%20Wars/main%20site/stylesheets/styles.css
	https://sffoodwars.com/wp-content/themes/sffw/style.css
*/

/*
Theme Name: SF Food Wars
Theme URI: https://sffoodwars.com/
Description: SF Food Wars theme
Version: 1.0
Author: Bryan Haggerty
Author URI: http://bryanhaggerty.com/
*/
html {
	font: 13px/130% Helvetica, Arial, Geneva, sans-serif;
	
	background-color: #fff;
}

a {
	text-decoration: none;
	outline: none;
	color: #F05A28;
}

a:hover {
	text-decoration: underline;
}

h3, p {
	padding: 10px 0;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

ol li {
list-style: decimal;
}

/* @group Header
 */

#header {
	position: relative;
	margin: 30px auto 20px auto;
	text-align: left;
	background: url("images/header-background.png") bottom left no-repeat;
	width: 980px;
	height: 183px;
}

#header h1 a {
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -1000px;
	background: url("images/sffoodwars-logo.png") top left no-repeat;
	width: 181px;
	height: 178px;
	cursor: pointer;
}

#header ul {
	margin-left: 215px;
	padding-top: 124px;
	height: 60px;
}

#header ul li {
	display: inline;
}

#header ul li a {
	float: left;
	display: block;
	margin-right: 45px;
	text-indent: -10000px;
	height: 60px;
}

#header ul li a:hover {
	background-position: 0 120px;
}

#header ul li.selected a {
	background-position: 0 0;	
}

#nav-blog a {
	background: url("images/nav-blog.png") 0 60px;
	width: 39px;
}

#nav-about a {
	background: url("images/nav-about.png") 0 60px;
	width: 50px;
}

#nav-competitors a {
	background: url("images/nav-competitors.png") 0 60px;
	width: 105px;
}

#nav-eaters a {
	background: url("images/nav-eaters.png") 0 60px;
	width: 56px;
}

#nav-faq a {
	background: url("images/nav-faq.png") 0 60px;
	width: 48px;
}

#nav-contact a {
	background: url("images/nav-contact.png") 0 60px;
	width: 66px;
}

#header img {
	position: absolute;
	top: 48px;
	right: 30px;
}

/* @end */

#wrapper {
	clear: both;
	margin: 20px auto;
	text-align: left;
	width: 980px;
}

/* @group Content */

#content {
	margin-left: 40px;
	width: 600px;
}

#content h2 {
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

#content h2 em {
	color: #F05A28;
	font-weight: bold;
	font-style: normal;
}

#content h3 {
	font-weight: bold;
}

#content ol {
margin-left: 30px;
}

#content li {
margin-bottom: 10px;
padding-left: 5px;
}

div.post {
	margin-bottom: 40px;
}
/* @end */

/* @group Side Bar */

#side-bar {
	float: right;
	margin-right: 40px;
	width: 260px;
}

#side-bar a.eventbrite {
	display: block;
	margin: 8px 0 30px 0;
}
#twitter-blurb {
	margin-bottom: 20px;
}

#twitter-blurb p {
	padding: 0 0 5px 0;
	font-size: 11px;
	line-height: normal;
	color: #5f5f5f;	
}

#twitter-blurb a {
	color: #5f5f5f;
}

#external-sites {
	margin: 5px 0 30px 0;
}

#external-sites a {
	padding: 2px 0 0 22px;
	font-size: 11px;
	line-height: 200%;
	color: #5f5f5f;
	background-position: 0 50%;
	background-repeat: no-repeat;
}

#external-sites a.twitter {
	background-image: url("images/twitter-icon.png");
}

#external-sites a.facebook {
	background-image: url("images/facebook-icon.png");
	background-position: 2px;
}

#extra-links {
	margin-top: 25px;
	padding-top: 20px;
	border-top: 1px solid #ccc;
}

#extra-links li {
	margin: 3px 0;
}

#mailing-list {
	margin-top: 25px;
	padding-top: 15px;
	border-top: 1px solid #ccc;
}

#mailing-list input.text-field {
	padding: 2px;
	border: 1px solid #5f5f5f;
	color: #5f5f5f;
	font-style: italic;
	width: 200px;
}

#mailing-list input.button {
	padding: 2px 5px;
	border: 1px solid;
	background-color: #93c585;
	color: #40342f;
	font-weight: bold;
}

/* @end */

#footer {
	clear: both;
	padding: 30px 0 40px;
	text-align: center;	
	color: #999;
	font-size: 11px;
}

#footer a {
	color: #999;
}
