/*
Theme Name: Don't Walk By
Theme URI: http://www.dontwalkby.org/
Description: Built for Rescue Alliance NYC's Don't Walk By web site.
Author: Jonathan Freeland
Author URI: http://www.jonfreeland.com/
Version: 2.0
*/

body {
	background: url(/site/images/bgpattern2.gif);
}

a {
	color: #083D54;
	text-decoration: underline;
}

a:hover {
	color: #0B97D3;
	text-decoration: underline;
}

.title-permalink {
	color: inherit;
	text-decoration: none;
}

.title-permalink:hover {
	color: #555;
	text-decoration: none;
}

#page {
	margin-top: 40px;
	border: 1px solid #cccccc;
	background: #fcfcfc;
}

#page-inner {
	
}

#header {
	padding: 10px;
}

#content-inner, .page {
	margin: 10px;
	color: #333333;
}

#navbar {
	background: #dddddd;
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
}

#primary {
}

#navbar ul.links {
	
}

#navbar ul.links li {
	
}

#navbar ul.links li.back {
	border-bottom: 5px solid #870015;*/
    width: 5px;
    height: 8px;
    z-index: 8;
    position: absolute;                    
}

#navbar ul.links li a {
    text-decoration: none;
    color: #000;
    outline: none;
    text-align: center;
    top: 7px;
    text-transform: uppercase;
    letter-spacing: 1;
	font-weight: bold;
    z-index: 20;
    display: block;
    float: left;
    height: 30px;
    position: relative;
    overflow: hidden;
    margin: auto 10px;
}

#navbar ul.links li a:hover {
    color: #666666;
}

ul.links li a:hover, ul.links li a:active, ul.links li a:visited {
    border: none;
} 

#right-header {
	margin: 0px;
}

#email-list {
	/*float: right;*/
	font-size: 11px;
	z-index: 19;
}

#email-list-helper {
	font-size: 10px;
	/*float: right;*/
	text-align: right;
	color: #666666;
	background-color: #dddddd;
	padding: 0px 12px 2px 12px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin-right: 1px;
	z-index: 20;
}


#verses {
	margin-top: 5px;
	margin-right: 3px;
	width: 100%;
}

.verse {
	color: #666666;
	font-size: 10px;
	width: 100%;
	text-align: right;
	padding: 2px;
	float: right;
}

#home-table {
	margin: 0;
	border-collapse: separate;
}

.box, .box-slideshow {
	color: black; font-family: sans-serif; font-weight: bold;
	background-color: #dddddd;
	border: 2px solid #aaaaaa; 
}

.box-slideshow {
	width: 180px;
	height: 180px;
}

.box {
	padding: 5px;
	width: 170px;
	height: 170px;
}

.inner-box {
	margin: 0px;
}

.inner-box-header {
	text-align: center;
	color: #870015;
}

.inner-box-links {
	text-align: center;
	line-height: 26px;
}

.inner-box-links a {
	color: #083D54;
}

.inner-box-links a:hover {
	color: #0B97D3;
}

#thank-you {
	text-align: center;
	width: 100%;
	font-size: 14px;
	font-weight: bold; 
}

#announcement {
	text-align: center;
	padding: 8px;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 20px;
	font-size: 11px;
	font-weight: bold; 
	background-color: #efefef;
	border: 1px solid #870015; 
	white-space: no-wrap;
}