/*
Theme Name: It's OUR City!
Theme URI: http://www.itsourcity.org/
Description: A fresh theme.
Version: 0.1
Author: Alex Hempton-Smith
Author URI: http://www.alexhemptonsmith.com/
*/

* {
	margin: 0;
	padding: 0;
}

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

a:hover {
	text-decoration: underline;
}

.clearboth {
	clear: both;
}

.hide {
	display: none;
}

h2, h3 {
	font-family: Georgia, serif;
	font-weight: normal;
}

.page-title {
	font-size: 24px;
	color: #333;
	padding-bottom: 5px;
}

.hr {
	font-size: 16px;
	font-style: italic;
	color: #666;
	background: #ECECEC;
	padding: 0px 10px 5px 10px;
	display: inline;
}

.hr a {
	color: #666 !important;
}

.hr a:hover {
	color: #333 !important;
}

.hr strong {
font-weight: normal;
}

body {
	background: #BA2826;
	font-family: Arial, sans-serif;
	padding: 0 0 30px 0;
}

#header, #banner, #primary-navigation, #page, #footer {
	width: 850px;
	margin: 0 auto;
}

#header {
	height: 100px;
	background: url('img/header-bg.jpg') no-repeat top left;
	position: relative;
}

#header h1 {
	text-indent: -9999px;
	background: url('img/logo.gif') no-repeat 40px 20px;
	width: 290px;
	height: 60px;
	padding: 20px 0 0 40px;
}

#header h1 a {
	width: 290px;
	height: 60px;
	display: block;
}


#header h2 {
	font-size: 28px;
	font-style: italic;
	color: #FBE3D9;
	position: absolute;
	top: 15px;
	right: 40px;
	text-align: right;
	text-shadow: 0px 0px 15px #471500;
}

#banner {
	text-align: center;
	background: #7B1A19;
	padding: 5px;
	font-size: 13px;
	margin-bottom: 15px;
}

#banner a {
	color: #fff;
	display: block;
}

#primary-navigation {
	background: #C0C0C0 url(./img/primary-navigation-bg.png) repeat-x top left;
	height:69px;
	border-left: 5px solid #7B1A19;
	border-right: 5px solid #7B1A19;
}

#primary-navigation ul {
	list-style: none;
}

#primary-navigation ul li {
	border-top: 5px solid #7B1A19;
	border-bottom: 1px solid #7F7F7F;
	float:left;
}

#primary-navigation ul li a {
	border-bottom: 3px solid #A7A7A7;
	border-right: 1px solid #A7A7A7;
	display: block;
	width:154px;
	height: 50px;
	padding: 10px 0 0 15px;
}

#primary-navigation ul li a strong {
	color: #555;
	display: block;
	font-size: 15px;
	padding-bottom: 2px;
}

#primary-navigation ul li a span {
	font-size: 13px;
	color: #666;
}

#primary-navigation ul li a:hover {
	text-decoration: none;
}

#primary-navigation ul li a:hover strong {
	color: #222;
}

#primary-navigation ul li a:hover span {
	text-decoration: underline;
}

body.home #home-link,
body.page-id-2 #about-link,
body.page-id-42 #participate-link,
body.parent-pageid-42 #participate-link,
body.blog #blog-link,
body.archive #blog-link,
body.single #blog-link,
body.page-id-21 #contact-link {
	background: #fff url('img/primary-navigation-current-bg.png') repeat-x top left;
	border-bottom: 1px solid #fff;
}

body.home #home-link a,
body.page-id-2 #about-link a,
body.page-id-42 #participate-link a,
body.parent-pageid-42 #participate-link a,
body.blog #blog-link a,
body.archive #blog-link a,
body.single #blog-link a,
body.page-id-21 #contact-link a {
	border-bottom: 3px solid #fff;
}

body.home #home-link a strong,
body.page-id-2 #about-link a strong,
body.page-id-42 #participate-link a strong,
body.parent-pageid-42 #participate-link a strong,
body.blog #blog-link a strong,
body.archive #blog-link a strong,
body.single #blog-link a strong,
body.page-id-21 #contact-link a strong {
	color: #222;
}

#primary-navigation ul li:last-child a {
	border-right: 1px solid #7B1A19;
}

#page {
	clear: both;
	background: #fff;
	border-left: 5px solid #7B1A19;
	border-right: 5px solid #7B1A19;
	padding: 25px;
	width: 800px;
	color: #5A5A5A;
	font-size: 14px;
}

#content {
	width: 540px;
	float:left;
}

#content.wide {
	width: 800px;
}

#content p {
	padding: 7px 0 7px 0;
}

#content p.read-more {
	padding: 0;
}

#content .entry h4 {
	padding-top: 15px;
	color: #333;
}

#content .entry ul {
	padding-left: 20px;
}

.blog-posts {
	list-style: none;
	padding-top: 20px;
}

.blog-posts .post {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 15px;
	margin-right: 20px;
	margin-bottom: 15px;
}

body.single .blog-posts .post {
	border-bottom: none;
	padding-bottom: 0;
}

.blog-posts .post h4 {
	font-size:20px;
}

.blog-posts li h4 a {
	color: #333;
}

.blog-posts li small {
	color: #777;
	font-size: 13px;
}

hr {
	border: 0;
	border-top: 1px solid #BCBCBC;
	background: #ECECEC;
	height: 5px;
	text-align: left;
}

div.hr-ie {
	border-top: 1px solid #BCBCBC;
	background: #ECECEC;
	height: 5px;
}

div.hr-ie hr {
	display: none;
}

#sidebar {
	width: 250px;
	float:right;
	border-left: 1px dashed #ccc;
	margin-bottom: 25px;
}

#sidebar ul {
	list-style: none;
	margin-left: -1px;
}

#sidebar ul li {
	padding: 0 15px 20px 15px;
}

#sidebar ul li ul {
	list-style: disc;
	padding: 20px 0 0 15px;
}

#sidebar ul li ul li {
	padding: 0;
}
#sidebar ul li ul li ul {
	display: none;
}

#sidebar ul li p {
	padding: 20px 0 0 0;
}

#sidebar ul li h2 {
	background: #ECECEC;
	color: #666;
	padding: 5px 10px 5px 10px;
	display: inline;
	font-size: 15px;
	margin: 0 0 0 -15px;
	font-weight: normal;
	font-family: Georgia, serif;
	font-style: italic;
}

#sidebar #searchform {
	padding-top: 20px;
}

#sidebar #searchform label {
	display: none;
}

#sidebar-donate {
	display: block;
	width: 100%;
	text-align: center;
	padding: 15px 0 10px 0;
}

/* Begin Homepage */
body.home #page #home-head {
	padding-bottom: 25px;
}

body.home #page #welcome {
	background: #E4312E;
	padding: 15px 15px 30px 155px;
	color: #FBE3D9;
	font-size: 13px;
	width: 330px;
	position: relative;
	float:left;
}

body.home #page #welcome h3 {
	font-size: 20px;
	font-style: italic;
	color: #fff;
	padding-bottom: 10px;
}

body.home #page #welcome img {
	position: absolute;
	top: -10px;
	left: -10px;
}

body.home #page #welcome p a {
	background: #7B1A19;
	color: #fff;
	padding: 0px 15px 0px 10px;
	line-height: 25px;
	position: absolute;
	bottom: 7px;
	right: 0;
}

body.home #page #home-buttons {
	width: 280px;
	float:right;
	list-style: none;
}

body.home #page #home-buttons li {
	text-align: center;
	line-height: 47px;
	margin-bottom: 15px;
	font-family: Georgia, serif;
	font-size: 18px;
}

body.home #page #home-buttons li#petition-button {
	background: #E4312E;
}

body.home #page #home-buttons li#facebook-button {
	background: #3F55A1;
}

body.home #page #home-buttons li#newsletter-button {
	background: #ccc;
}

body.home #page #home-buttons li#newsletter-button a {
	color: #444;
}

body.home #page #home-buttons a {
	display: block;
	color: #fff;
}

body.home #content {
	padding-top: 0;
}

body.home #sidebar {
	margin-top: 4px;
}

/* End Homepage */

/* Begin About Page */
body.page-id-2 hr {
	margin-top: 15px;
}

#latest-articles {
	list-style: none;
	width: 825px;
	padding-top: 25px;
}

#latest-articles li {
	background: #FBE3D9;
	padding: 10px;
	color: #666;
	font-size: 13px;
	width: 365px;
	float: left;
	margin: 0 25px 25px 0;
}

#latest-articles li h4 a {
	color: #333;
}
/* End About Page */

/* Begin Participate */
body.page-id-42 #content hr {
	margin-top: 20px;
}

body.page-id-42 #content ul#tabs {
	list-style: none;
	height:40px;
	padding-bottom: 10px;
}

body.page-id-42 #content ul#tabs li {
	float: left;
	width: 255px;
	text-align: center;
	background: #ECECEC;
	margin-right: 17px;
}

body.page-id-42 #content ul#tabs li#last-tab {
	margin:0;
	float: right;
}

body.page-id-42 #content ul#tabs li a.current,
body.page-id-42 #content ul#tabs li a:hover {
	background: #FBE3D9;
	color: #333;
	cursor: pointer;
	padding-bottom: 20px;
}

body.page-id-42 #content ul#tabs li a {
	padding: 10px 0 10px 0;
	display: block;
}

#content ul#tab-content {
	list-style: none;
	height: 190px;
}

#content ul#tab-content a {
background: #E4312E;
padding:5px;
color: #fff;
}

#content ul#tab-content li p.last-child {
	padding-top: 15px;
}

#content ul#tab-content li {
	width: 535px;
	padding: 15px 15px 15px 250px;
	display: none;
	background: #FBE3D9;
	color: #666;
}

#content ul#tab-content li.current {
	display: block;
}

#content ul#tab-content li.petition-tab {
	background: #FBE3D9 url('img/participate-sign.gif') no-repeat 50px 10px;
}
#content ul#tab-content li.resources-tab {
	background: #FBE3D9 url('img/participate-resources.gif') no-repeat 50px 30px;
}
#content ul#tab-content li.volunteer-tab {
	background: #FBE3D9 url('img/participate-volunteer.gif') no-repeat 25px 30px;
}
/* End Participate New */


/* Begin Contact Page */
body.page-id-21 #content hr {
	margin-top: 15px;
}

body.page-id-21 #content #contact-form {
	float: left;
	width:350px;
}

body.page-id-21 #content #contact-form form {
	padding-top: 25px;
}

body.page-id-21 #content #telephone p {
	text-align: center;
	font-size: 18px;
}

body.page-id-21 #content #telephone,
body.page-id-21 #content #address {
	float: right;
	width: 420px;
}

body.page-id-21 #content #address iframe {
	border: 5px solid #eee;
}

body.page-id-21 #content #address p {
	position: relative;
	padding: 20px 15px 15px 15px;
}

body.page-id-21 #content #address p a {
	font-family: Georgia, serif;
	background: #E4312E;
	color: #fff !important;
	position: absolute;
	top: 25px;
	right: 20px;
	padding: 10px;
	display: block;
}

/* End Contact Page */

/* Begin Blog Pages */

body.blog #page {
	padding-top:110px;
	background: #fff url('img/blog-header.jpg') no-repeat center 10px;
}

/* Comments */
.postmetadata {
	border-top: 1px dashed #bbb;
	margin-top: 15px;
	padding: 20px 0 0 0 !important;
	color: #888;
}

#respond {
	padding-top: 15px;
}

textarea#comment {
	width: 520px;
	height: 100px;
	padding: 10px;
	font-size: 14px;
	font-family: Arial, sans-serif;
	color: #777;
}

#commentform {
	padding-top: 20px;
}

.commentlist {
	list-style: none;
}

.commentlist li {
	border-bottom: 1px dashed #888;
	padding: 60px 10px 10px 10px;
	position: relative;
}

.commentlist li img {
	position: absolute;
	top: 20px;
	left: 10px;
}

.commentlist li cite {
	position: absolute;
	top: 37px;
	left: 50px;
}

.commentlist li .says {
	display: none;
}

.commentlist li .comment-meta {
	position: absolute;
	top: 20px;
	left: 50px;
}

.commentlist li:last-child {
	border-bottom: none;
}

/* End Blog Pages */

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* Petition Admin */
body.page-id-12 a.post-edit-link {
	display: none;
}

#results {
	background: #FBE3D9;
	color: #333;
	padding: 0 0 0 30px;
	height: 40px;
	line-height: 40px;
	position: relative;
}

#results img {
	position: absolute;
	left: 10px;
	top: 10px;
}

#footer {
	background: #E4E4E4;
	border: 5px solid #7B1A19;
	border-top: none;
}

#footer ul {
	background: #C0C0C0;
	border-bottom: 1px solid #7F7F7F;
	list-style: none;
	height: 30px;
	font-size: 13px;
	color: #444;
	padding-left: 10px;
}

#footer ul li {
	float: left;
	line-height: 30px;
	padding-left: 7px;
}

#footer ul li a {
	color: #222;
	padding-left: 5px;
	background: url('img/breadcrumb.gif') no-repeat center left;
}

p#copyright {
	color: #DD906F;
	padding-top: 15px;
	text-align: center;
	font-size: 12px;
}