/*
 Theme Name:     The Supportive Housing Coalition
 Theme URI:      http://www.thehousingcoalition.org
 Description:    Twenty Thirteen Child Theme
 Author:         LDD Consulting, Inc.
 Author URI:     http://www.lddwebdesign.com
 Template:       twentythirteen
 Version:        1.0.0
*/

@import url("../twentythirteen/style.css");
@import url("homepage.css");
@import url("ie-fixes.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

/*************/
/* HTML TAGS */
/*************/
body {
	background-color: #fff;
}

h1 {
	font-family: "Calisto MT", "Bookman Old Style", Bookman, "Goudy Old Style", Garamond, "Hoefler Text", "Bitstream Charter", Georgia, serif;
	font-size: 32px;
	color: #000;
}

h2 {
	font-family: "Calisto MT", "Bookman Old Style", Bookman, "Goudy Old Style", Garamond, "Hoefler Text", "Bitstream Charter", Georgia, serif;
	font-size: 22px;
	font-variant: small-caps;
	color: #002d56;
}

h3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}

p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #000;
}

a:link,
a:visited {
	color: #2e507d;
	text-decoration: none;
}

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

hr {
	background: none;
	border: 1px solid #bcbcbc;
	margin: -15px 0 20px;
}

ul {
	font-family: Tahoma, Geneva, sans-serif;
}

/*****************/
/* PAGE SECTIONS */
/*****************/
#page {
	width: 1000px;
	margin: 0 auto;
}

.site-header {
	background-image: url("images/banner.jpg") !important;
	background-size: 100% 230px !important;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}

.home-link {
	width: 595px !important;
	position: relative;
	left: -200px;
	z-index: 1;
}

#navbar {
	background-color: #563300;
	max-width: 100%;
}

#site-navigation {
	/*background-color: #e7e0d8;*/
	background-color: #bfb097;
	width: 1000px;
	position: relative;
	z-index: 1;
}

#main {
	background-color: rgba(255,255,255,0.8);
	margin: 25px 0 0;
	padding: 250px 0 0;
	box-shadow: 0 0 15px #000;
}

.site-content {
	min-height: 80em;
}

.blog .hentry {
	min-height: 50px;
}

.hentry {
	/*min-height: 1175px;*/
	margin: 0 -75px 0 -100px;
}

.entry-content {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	word-wrap: normal;
}


.site-footer {
	background-color: #8fa4c1;
	height: 155px;
	position: absolute;
	left: 0;
	right: 0;
	border-top: 10px solid #564200;
}

/*******************/
/* NAVIGATION MENU */
/*******************/
.nav-menu {
	padding-left: 15px !important;
}

.nav-menu li a {
	background-color: #bfb097;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #002d56;
	padding: 10px 6px 10px 4px;
	line-height: 25px;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	color: #002d56;
}

.nav-menu li:hover > a,
.nav-menu li a:hover {
	background-color: #564200;
	color: #bfb797;
}	

.nav-menu ul a:hover,
.nav-menu ul ul a:hover {
	background-color: #564200 !important;
	color: #bfb797;
}

/***************************/
/* WORDPRESS PAGE ELEMENTS */
/***************************/
.site-title {
	background-image: url('images/shc-logo.png');
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 595px;
	height: 117px;
	position: relative;
	top: 50px;
}

.site-description {
	font-size: 20px;
	font-weight: 400;
	font-style: normal;
	margin: 50px 0 0 60px;
}


.search-field {
	background-color: #fff !important;
	width: 150px !important;
	border: 2px solid #c3c0ab !important;
	top:-125px;
}


.wp-caption-text {
	font-size: 14px !important;
}

.sidebar .entry-content {
	padding: 0 300px 0 50px;
	width: 925px;
}

.search-field:focus {
	width: 150px !important;
}

.sidebar-container {
	background-color: #fff;
	right: 25px;
	top: 24rem !important;
}

.widget {
	background-color: #fff;
	padding: 0 15px 10px;
}

.widget_sp_image {
	position: relative;
	/*top: -110px;
	margin: 0 0 -110px;*/
}

.widget_text h3 {
	font-family: Tahoma, Geneva, sans-serif !important;
	font-size: 18px !important;
	font-style: normal !important;
	margin: 10px 0;
}

.widget_text li {
	padding: 0;
}

.widget_text li:before {
	content: "\00bb ";
	padding: 0 5px 0;
}

.site-info {
	width: 980px;
	margin: 0 auto;
}

/************************/
/* CUSTOM PAGE ELEMENTS */
/************************/
#header_bar {
	background-color: transparent;
	position: absolute;
	right: 0;
	top: 20px;
}

#header_bar #donate {
	position: relative;
	z-index: 1;
	display: block;
}

#searh-form1 {
	position: relative;
	z-index: 11111;
}

#header_bar #social-media {
	position: relative;
	top: 125px;
	display: block;
}

#header_bar #social-media img {
	padding: 2px 4px;
}

#breadcrumb_bar {
	height: 20px;
	margin: 10px 0 -10px;
	padding: 0;
	list-style-type: none;
}

#breadcrumb_submenu {
	background-color: #bfb097;
	width: 225px;
	margin: 0 auto;
	border-radius: 15px;
}

#breadcrumb_submenu h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 5px 0 0 20px;
}

#breadcrumb_submenu ul {
	padding: 0 0 5px 30px;
}

#breadcrumb_submenu ul li:before {
	content: " ";
}

h3.resource_list {
	font-family: Tahoma, Geneva, sans-serif !important;
	font-size: 18px !important;
	font-style: normal !important;
	margin: 10px 0;
}

.resource_list ul {
	font-size: 14px;
	width: 300px;
	padding: 0;
}

.resource_list li {
	padding: 0;
	list-style-type: none;
}

.resource_list li:before {
	content: "\00bb ";
	padding: 0 5px 0;
}

.widget_vr {
	background-color: #fff0b7 !important;
	width: 300px;
	padding-left: 0;
	border-radius: 45px;
}

.widget_vr:before {
	content: url('images/newsletter.png');
}

.widget_vr .widget-title {
	display: none;
}

.widget_vr fieldset {
	border: 0;
}

.widget_vr fieldset label {
	width: 70px;
	margin: 5px 10px;
	display: inline-block;
}

.widget_vr fieldset input[type="text"] {
	width: 165px;
	margin: 5px 0;
	display: inline-block;
	border: 0;
}

.widget_vr fieldset #vr_submit {
	width: 75px;
	height: 25px;
	float: right;
	margin: 15px 0 0;
	padding: 0;
}

.widget_vr .vr_link {
	font-size: 10px;
	position: relative;
	left: 10px;
	top: 15px;
}

#copyright-info {
	height: 100px;
	float: left;
}

#copyright-info p {
	font-size: 12px;
	margin: 0;
	padding: 0;
}

#copyright-info a {
	color: #000;
}

#copyright-info a[title="Privacy Policy"] {
	font-style: italic;
	position: relative;
	top: 45px;
}

#designed-by {
	color: #2e507d;
	float: right;
	margin: 80px 0 0;
}

#designed-by a {
	font-weight: bold;
	color: #2e507d;
}

.slidedeck {
	z-index: 0 !important;
}

#slidedeck-donate {
	background-image: url("images/donate-triangel1.png");
	position: relative;
	display: block;
	height: 150px;
	z-index: 9999;
	width: 395px;
	left: 185px;
	top: -139px;
	padding-top: 45px;
	padding-left: 60px;
	text-align: center;
	line-height: 0.8em;
	font-size: 2.4em;
	font-family: "Calisto MT", "Bookman Old Style", Bookman, "Goudy Old Style", Garamond, "Hoefler Text", "Bitstream Charter", Georgia, serif;
	font-weight: 900;
}

#slidedeck-donate:hover {
	background-image: url("images/donate-triangle2.png");
	color: #FFF0B7;
}

#SlideDeck-113-frame {
	margin-top: -64px;
}


/****************/
/* HIDDEN ITEMS */
/****************/
#ie7-header_bar,
.widget_vr #vr_email_required,
#comments {
	display: none;
}