/*
Theme Name: 17th Street Map
Theme URI: http://17thstreet.net
Author: Angela Sabas
Author URI: http://indisguise.org
Description: 17th Street customized theme
Tags: theme
*/

* {
	margin: 0;
	padding: 0;
	outline: none;
}
header, footer, section, article { display: block; }

html {
	font-size: 100%;
}

body {
	background: #fff url( img/bg-side.png ) repeat-y 0 0;
	color: #7F0000;
	font-family: Georgia, serif;
}

a,
a:visited {
	text-decoration: none;
	color: #A26901;
}
a:hover {
	color: #A26901;
}

/******************** PAGE STRUCTURE ********************/
#page {
	/* margin-left: 200px; */
	position: relative;
}
#page .main-container {
	margin-left: 200px;
}
#sidebar {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	min-height: 508px;
}
#footer {
	margin-left: 200px;
	text-align: center;
	font-size: 0.6em;
	padding: 2em 0;
}

/******************** HEADER ********************/
#masthead {
	background: url( img/bg-top.png ) repeat-x 0 0;
}
#masthead .wrapper {
	background: url(img/bg-top-head.png) no-repeat 0 0;
	height: 275px;
}
#logo {
	position: absolute;
	top: 10px;
	height: 100px;
	width: 350px;
}
#logo span {
	position: relative;
	top: -1000px;
	left: -1000px;
}
#search-form {
	text-align: right;
	font-size: 0.9em;
	padding: 180px 2em 0 0;
}
#search-form form div {
	width: 260px;
	float: right;
	background: url(img/glass.png) no-repeat 0 0;
}
#search-form form label {
	position: absolute;
	top: -1000px;
}
#search-form form input {
	padding: 0.2em;
	opacity: 0.8;
}
#masthead a {
	color: #fff;
}
#masthead nav {
	padding: 43px 2em 0 0;
	color: #fff;
	font-size: 18px;
	text-transform: lowercase;
	text-align: right;
	text-shadow: 3px 3px #4b0000;
}
#masthead nav ul {
	list-style-type: none;
}
#masthead nav ul li {
	display: inline-block;
	*display: inline;
}
#masthead nav ul li.page_item:before {
	content: '|';
	color: #e7c66e;
	margin: 0 6px 0 3px;
	font-size: 16px;
	vertical-align: top;
	line-height: 20px;
}


/******************** CONTENT ********************/
#main {
	padding: 0 3em 3em 0;
	font-size: 0.85em;
	line-height: 1.5em;
	margin-top: -1.2em; /* since h1 have 1.2em top margin, offset it here */
	/* text-shadow: 1px 1px #dcc; */
}
#main h1 {
    background: url(img/titlebkg4.jpg) no-repeat 0 0;
	padding: 5px 0 10px 55px;
	margin: 0.5em 0 0.5em;
	margin-bottom: 0.5em;
    border-bottom: 2px solid #000;
    font-size: 24px;
    font-style: italic;
    line-height: 1.2em;
    letter-spacing: 0.2em;
    text-align: left;
	color: #000;
}
#main h1:first-letter {
    font-size: 42px;
	vertical-align: top;
    text-transform: uppercase;
}
#main h1 a {
	color: #000;
}
#main h2 {
	margin: 1.3em 0 0.7em 0;
	text-transform: uppercase;
	letter-spacing: 0.3em;
}
#main h2 a {
	color: #7F0000;
}
.home #main h2 {
	margin-bottom: 0;
}
.single-post #main h1 {
	margin-bottom: 0;
}
#main h3 {
	margin: 1em 0 0.5em 0;
	letter-spacing: 0.3em;
	font-style: italic;
}
#main h3 a {
	color: #7F0000;
}
.home #main h3 {
	margin-bottom: 0;
}
#main h4 {
	margin: 0 0;
	letter-spacing: 0.1em;
}
#main h4 a {
	color: #7F0000;
}
.home #main h4 {
	margin-bottom: 0;
}
#main footer {
	font-size: 0.8em;
}

#main .content .more-link {
	font-weight: bold;
	letter-spacing: 0.1em;
}
#main .content a {
	text-decoration: none;
}
#main .content .alignright {
	float: right;
	margin-left: 1.5em;
}
#main .content .alignleft {
	float: left;
	margin-right: 1.5em;
}
#main .content img {
	padding: 2px;
	border: 2px solid #7F0000;
	background: #c48b23;
}

#main .content ul,
#main .content ol {
	margin: 1em;
	line-height: 1.7em;
}

#maps {
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	background: white;
}

#thumbnails {
    	margin: 0;
    	text-align: center;
}

#thumbnails .wp-caption {
	background: #7F0000;
	padding: 0;
	margin: 0 10px 10px 0;
	text-align: center;
	display: inline-block;
}

#thumbnails .wp-caption.aligncenter {
	float: none;
}

#thumbnails .wp-caption.alignleft {
    	float: left;
	margin-left: 0;
}

#thumbnails .wp-caption.alignright {
    	float: right;
	margin-right: 0;
}

#thumbnails .wp-caption img {
    	border: 0 none;
    	height: auto;
    	margin: 0;
    	padding: 0;
    	width: 100%;
}

#thumbnails .wp-caption a {
    	margin: 0;
    	padding: 0;
    	font-style: italic;
	font-size: 90%;
    	color: #fff;
    	letter-spacing: 0.2em;
    	text-decoration: none;
    	text-align: center;
    	text-shadow: 3px 3px #4b0000;
}

#main p {
	margin: 1em 0;
	line-height: 1.7em;
}

#main p.pclear {
	clear: both;
}

#main p#breadcrumbs {
	padding: 0px;
	margin: 0px;
	font-size: 0.9em;
	font-style: italic;
	text-align: right;
}

#main p#forums {
	padding: 0px;
	margin: 0px;
	font-size: 1.2em;
	font-style: italic;
	text-align: right;
}
#main p#forums a {
	color: #920000;
}

#main blockquote {
    background: #EAD28A;
	background: #fcf5bd;
	margin: 1em 2em;
	padding: 0.8em 2em;
	border-radius: 1em 1em 1em 1em;
	border-bottom: 1px solid #7F0000;
	border-right: 1px solid #7F0000;
    text-align: center;
}

#main aside {
    background: #EAD28A;
	background: #efcd71;
	margin: 1em 2em;
	width: 200px;
	padding: 0.4em 0.4em;
	font-size: 85%;
	font-style: italic;
	text-decoration:none;
	border-radius: 1em 1em 1em 1em;
	border-bottom: 1px solid #7F0000;
	border-right: 1px solid #7F0000;
    text-align: center;
	float: left;
    	display: block;
    	overflow: hidden;
}

#main img {}

#main .blognav {
	text-align: center;
	font-style: italic;
	background: #efcd71;
	margin: 1em 1em;
	padding: 0.4em 0.4em;
	text-decoration: none;
	border: 1px dashed #7F0000;
}
	
/** comments **/
#main .comments {
	text-align: left;
	font-weight: bold;
	font-style: none;
	letter-spacing: 0.1em;
}

#comments {
	text-align: left;
	margin-top: 3em;
	padding-top: 2em;
	border-top: 1px solid #C48B23;
	font-weight: normal;
}
#comments .commentlist {
	list-style-type: none;
}
#comments .commentlist li {
	margin: 2.5em 0;
}
#comments .commentlist .comment .avatar {
	float: left;
	margin: 0 1em 1em 0;
}
#comments .commentlist .comment .fn {
	font-size: 1.3em;
	font-weight: bold;
	font-style: none;
}
#comments .commentlist .comment .comment-content blockquote {
	background: none;
	border: 0;
	border-radius: 0;
	padding: 0;
	font-style: none;
	margin: 1em 3em;
	text-align: left;
}
#comments .commentlist .children {
	list-style-type: none;
}
#comments .commentlist .children li {
	margin-left: 3em;
}
#commentform label {
	vertical-align: top;
	display: inline-block;
	width: 200px;
}
#commentform .comment-form-author label,
#commentform .comment-form-email label {
	width: 196px;
}
#commentform .form-allowed-tags {
	font-size: 0.8em;
	margin-left: 200px;
	width: 350px;
	line-height: 1.2em;
}
#respond { 
	padding:0 5px 0 5px;
	letter-spacing: 0em;
	font-style: none;
}

/** for the quiz **/
#main .content form input {
	margin-right: 1em;
}
#main .content p.quiz-title {
	display: none;
}

/** for the slider **/
#main .content_slider_text_block_wrap h3 {
	font-size: 18px !important;
	font-family: Georgia, serif !important;
	color: #000000 !important;
    	font-style: italic !important;
}

#main .content_slider_text_block_wrap h3 a {
	font-size: 18px !important;
	font-family: Georgia, serif !important;
	color: #000000 !important;
    	font-style: italic !important;
}

#main .content_slider_text_block_wrap {
	font-size: 14px !important;
	line-height: 18px !important;
	font-family: Georgia, serif !important;
}

#main .content_slider_text_block_wrap a {
	color: #7F0000 !important;
	font-size: 14px !important;
	line-height: 18px !important;
	font-family: Georgia, serif !important;
}

#main .circle_slider_text_wrapper img {
	border: 0 none !important;
    	height: auto !important;
    	margin: 0 !important;
    	padding: 0 !important;
}

#main .content_slider_text_block_wrap img {
	border: 0 none !important;
    	height: auto !important;
    	margin: 0 !important;
    	padding: 0 !important;
}

/** search results **/
#content .search-results {
	list-style-type: none;
}
#content .search-results .result {
	margin: 1em 0 2em;
}
#content .search-results .result h3 {}
#content .search-results .result .meta {
	font-size: 0.8em;
}
#content .search-results .result .result-excerpt p {
	margin: 0;
}
#content .search-results .result .url {
	font-size: 0.8em;
	text-decoration: underline;
}

/******************** SIDEBAR ********************/
#sidebar {
	background: url( img/bg-side-top.png ) no-repeat 0 0;
	color: #e7c66e;
}
#subnav {
	padding: 215px 30px 0 10px;
}
#sidebar ul {
	list-style-type: none;
}
#sidebar ul ul {
	list-style-type: disc;
	font-size: 0.7em;
	line-height: 1.1em;
	margin: 0.7em 1em;
}
#sidebar ul ul li {
	margin: 0.4em 0;
}
#sidebar ul a {
	color: #e7c66e;
}
#sidebar ul ul a {
	color: #fff;
}

#sociallink {
	position: absolute;
	bottom: 0;
}
#sociallink img {
	display: block;
	background: url( img/bg-social4.png ) no-repeat 0 0;
	border: 0px;
	width: 200px;
	height: 120px;
}
#sociallink span {
	position: absolute;
	top: -1000px;
	left: -1000px;
}

#stream {
	position: absolute;
	top: 510px;
	left: 0;
	width: 140px;
	padding: 0 15px;
	line-height: 15pt;
	font-family: Georgia, serif;
	font-size: 8pt;
}

#stream p.quote {
	padding-top: 2px;
  	margin-bottom: 10px;
	font-size: 8pt;
	color: #7F0000;
}

#stream p.quote strong {
	font-size: 8.5pt;
}

#stream p.quote a {
	color: #7F0000;
	font-weight: bold;
}

#stream p.content {
	padding-top: 2px;
  	margin-bottom: 10px;
	font-size: 8pt;
	text-align: center;
}

#stream p.content a {
	color: #7F0000;
}

#stream img {
	display: block;
	border: 0px;
	width: 140px;
	height: 93px;
}

#stream p.newsletter {
	font-style: italic;
	color: #000;
	font-weight: bold;
	padding: 0 0 5px 0;
	text-align: center;
	background: none;
	text-indent: 0px;
	font-size: 8.5pt;
}

#stream form input {
	margin: 0 0 7px 0;
	padding: 0.25em;
	opacity: 0.8;
	width: 130px;
	left: 0px;
}

#stream h2 {
	padding-top: 5px;
	font-size: 9pt;
	color: #000;
	font-weight: bold;
	line-height: 150%;
}

#stream ul {
	list-style-type: none;
}

#stream li {
	list-style-type: none;
}

#stream ul ul {
	list-style-type: disc;
	font-size: 0.7em;
	margin: 0.7em 1em;
}

#stream ul ul li {
	margin: 0.4em 0;
}

#stream li li {
	list-style-type: disc;
	margin-bottom: 1em;
	color: #000;
}

#stream ul ul a {
	color: #7F0000;
	font-size: 8pt;
}