/*
Theme Name: San Antonio Volunteer Fire Department
Theme URI: http://savfd.org
Description: The default WordPress theme for San Antonio Volunteer Fire Department
Version: 0.1
Author: Ben Fox
Author URI: http://wildfoxmedia.com
Tags:
*/

* {
	margin: 0;
	padding: 0;
}

html {
	overflow: -moz-scrollbars-vertical;
}

body {
	background: #2F2F2F url(images/body.png) repeat-x 100% 0;
	color: #3a3a3a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
}

a {
	color: #B40000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
}

a.mailing {
	display: block;
	text-align: center;
	margin-bottom: -10px;
}

a.mailing:hover {
	text-decoration: none;
}

div.clear {
	clear: both;
}

#wrapper {
	background: url(images/bg.png) repeat-y;
	margin: 10px auto;
	text-align: left;
	width: 800px;
}

#upper-wrapper {
	background: url(images/header.png) no-repeat;
}

#content-left {
	float: left;
	width: 192px;
}

#content-right {
	float: right;
	width: 602px;
}

#logo {
	padding-left: 10px;
}

#text-logo {
	float: right;
	height: 23px;
	padding-right: 20px;
	padding-top: 17px;
}

#header-nav {
	clear: right;
	float: right;
	padding-right: 20px;
	padding-top: 60px;
	text-align: right;
}

#header-nav a {
	color: #f1f1f1;
	font-size: 12px;
	font-weight: bold;
	margin-left: 12px;
}

#nav {
	width: 192px;
}

#nav-pinch {
	padding: 16px 7px;
}

#nav-pinch ul {
}

#nav-pinch ul li {
	display: block;
}

#nav-pinch ul li.header {
	border-bottom: 2px solid #dfdfdf;
	color: #3b3b3b;
	font-size: 15px;
	padding: 0 4px 6px;
}

#nav-pinch ul li a {
	border-bottom: 1px dashed #d0d0d0;
	color: #b40000;
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0 5px 5px;
	text-decoration: none;
}

#nav-pinch ul li a:hover {
	background-color: #ab0000;
	color: white;
}

#content {
	clear: right;
	width: 602px;
}

#content-pinch {
	padding: 40px 25px 0;
}

#content-pinch .item {
	border-bottom: 2px solid #e9e9e9;
	line-height: 18px;
	margin-bottom: 25px;
	padding-bottom: 15px;
}

#content-pinch .item .post-pinch {
	padding: 0 5px;
}

#content-pinch .item .post-pinch p {
	padding: 10px 0;
	padding: 20px 0 0 0;
}

#content-pinch .item .post-pinch p:first-child, #content-pinch .item .post-pinch p.first-child {
	padding-top: 2px;
}

#content-pinch .item .post-pinch small {
	display: block;
	padding-top: 6px;
}

#content-pinch h1.page-title {
	color: #b40000;
	font-size: 22px;
	margin-bottom: 12px;
	padding-left: 5px;
}

#content-pinch .item h1.page-title {

}

#content-pinch .item h2 {
	border-bottom: 1px solid #afafaf;
	margin-bottom: 6px;
	padding-bottom: 2px;
	padding-left: 5px;
	color: #444;
	font-size: 22px;
}

#content-pinch .item h2 a {
	color: #b40000;
	font-size: 22px;
}

#content-pinch .item h2 a:hover {
	color: #444;
	text-decoration: none;
}

#content-pinch .item ul {
	padding: 12px 0 12px 15px;
}

#content-pinch .item ul li {
}

#content-pinch .item dl {
}

#content-pinch .item dl dt {
	font-weight: bold;
	padding-bottom: 3px;
	padding-top: 10px;
}

#content-pinch .item dl dd {
	font-size: 12px;
	padding-bottom: 3px;
	padding-left: 5px;
}

#footer {
	background: url(images/footer.png) no-repeat;
	height: 88px;
}

#sidebar-1 .widget {
	padding: 16px 7px;
}

#sidebar-1 .widget h2 {
	border-bottom: 2px solid #DFDFDF;
	color: #3B3B3B;
	font-size: 15px;
	padding: 0 4px 6px;
}

#sidebar-1 .simple_sidenav ul li {
	display: block;
}

#sidebar-1 .simple_sidenav ul li a {
	border-bottom: 1px dashed #D0D0D0;
	color: #B40000;
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0 5px 5px;
	text-decoration: none;
}

#sidebar-1 .simple_sidenav ul li a:hover {
	background-color: #AB0000;
	color: white;
}

#sidebar-1 .widget .dbem-calendar {
	font-size: 12px;
}

#sidebar-1 .widget .dbem-calendar tr.days-names td {
	border-bottom: 1px solid #ddd;
	font-weight: bold;
}

.post-26 .post-pinch ul li {
	padding-bottom: 4px;
}

img.alignleft {
	float: left;
	padding: 2px;
	border: 1px solid #ddd;
	margin: 5px 15px 10px 0;
}

.category-business-supporters #content-pinch .post-pinch small {
	display: none;
}

.category #content-pinch .item h2 {
	font-size: 18px;
}