/*
Theme Name: David Pawson
Theme URI: http://davidpawson.com
Description: David Pawson Theme
Author: IHOPKC
Author URI: http://ihopkc.org
*/

@import "style/css/reset.css";

/* default styles */
body {
  font-family: helvetica, arial;
  font-size: 100%;
  color: #444;
  text-align: center;
  background-color:  #fff;
  padding: 0px;
}
/*
input, textarea {
 color: #444444;
}*/
div {
  text-align: left;
  margin: 0px;
  padding: 0px;
}
a {
  color: #275287;
}
a:hover {
  text-decoration: underline;
}
h1 {
  font-size: 1.5em;
  line-height: 1.5em;
  font-family: Georgia;
}
h2 {
  font-size: 1.25em;
  line-height: 1.5em;
  color: #275287;
  font-weight: bold;
}
h3 {
	font-family: Georgia;
	color: #275287;
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
	font-weight: bold;
}
p {
  line-height: 1.5em;
  font-size: 13px;
  padding-bottom: 1.5em;
  color: #333;
}
blockquote {
  font-family: Georgia;
  border-left: 2px solid #275287;
  padding-left: 20px;
  padding-right: 25px;
  font-style: italic;
}

/* class styles */
.hidden_initially {
    display: none;
}

/* main layout */
#main {
    width: 962px;
    margin: 0 auto;
}
#top_menu {
    margin-top: 25px;
    width: 100%;
    margin-bottom: 10px;
}
.logo {
	position: absolute;
	margin: 9px 10px;
}

/* main navigation */
.menu-main-navigation-container {
	background: #595E61;
	background: -moz-linear-gradient(top,  #7c8081 0%, #42474b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7c8081), color-stop(100%,#42474b));
	background: -webkit-linear-gradient(top,  #7c8081 0%,#42474b 100%);
	background: -o-linear-gradient(top,  #7c8081 0%,#42474b 100%);
	background: -ms-linear-gradient(top,  #7c8081 0%,#42474b 100%);
	background: linear-gradient(to bottom,  #7c8081 0%,#42474b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c8081', endColorstr='#42474b',GradientType=0 );
	border-radius: 6px;
	padding: 9px 0 9px 0;
	text-align: right;
	width:959px;
}
.menu-main-navigation-container ul{

}
.menu-main-navigation-container ul li {
	display: inline;
	background: url('images/divider.gif') no-repeat;
	padding: 10px 0 9px 0;
}
.menu-main-navigation-container ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	padding: 11px 10px 10px 15px;
}
.menu-main-navigation-container ul li a:hover {

}

/* home page styles */
#home_page_content {
	width: 720px;
	margin-left: 239px;
}
#home_page_message_header {
	margin-top: 10px;
	background: url('images/home_page_message_header_background.jpg') no-repeat top center;
}
#home_page_message_header h1 {
	padding: 20px 0 20px 20px;
	color: #275287;
}
#home_page_message {
	background: url('images/home_page_message_background.jpg') repeat-y center center;
}
#home_page_message p {
	padding: 0 20px 20px 20px;
}
#home_page_banners {
	margin: 10px 0px 0px 239px;
}
#home_page_message_footer {
	height: 10px;
	background: url('images/home_page_message_footer.jpg') no-repeat bottom center;
}
/* home page banner ad styles */
#home_page_banner_ads {
	width: 720px;
	height: 252px;
	overflow: hidden;
}
#home_page_banner_ads div.home_page_banner_ad {
	height: 252px;
	width: 720px;
	padding: 0;
	margin: 0;
	top: 0;
	left: 0;
}

/* sidebar styles */
#sidebar_menu {
	width: 231px;
	float: left;
}
#sidebar_categories a {
	text-decoration: none;
}
#sidebar_categories a:visited {
	text-decoration: none;
}
#sidebar_categories a:hover {
	text-decoration: underline;
}
div.sidebar_contents {
	border-left: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
}
ul.sidebar_resource_links {
	padding-bottom: 10px;
}
ul.sidebar_resource_links li {
	padding: 5px 10px 0 10px;
}
ul.sidebar_resource_links a {
	font-size: 0.8em;
	color: #797979;
	text-decoration: none;
}
ul.sidebar_resource_links a:hover {
	text-decoration: underline;
}
ul.sidebar_resource_links a.selected_sidebar_subcategory_link {
 	color: #275287;
 	font-weight: bold;
}

/* search box styles - horizontal */
#search_menu_horizontal {
    margin: 10px 0 0 239px;
    width: 720px;
    height: 71px;
    background: url('images/search_horizontal_background.jpg') no-repeat center center;
}
#search_menu_horizontal #search_terms {
	width: 300px;
	margin-left: 20px;
	margin-right: 20px;
}
#search_menu_horizontal td {
	vertical-align: middle;
}
#search_menu_horizontal td.search_by_term {
	width: 600px;
	padding-left: 70px;
	padding-top: 20px;
}
#search_menu_horizontal td.search_by_year {
	padding-left: 20px;
	padding-top: 20px;
	display: none;
}

/* search box styles - vertical */
#search_menu_vertical {
	margin-top: 10px;
	height: 241px;
	width: 231px;
	background: url('images/search_vertical_background.jpg') no-repeat top center;
}
#search_menu_vertical div.search_by_year {
	display: none;
}
#search_menu_vertical div.search_by_term, #search_menu_vertical div.search_by_year {
	padding: 10px;
	width: 211px;
}
div.search_label_vertical {
	margin-top: 10px;
}
div.search_submit_vertical {
	width: 100%;
	text-align: right;
	margin-top: 5px;
}
#search_menu_vertical div.search_by_term #search_terms {
	height: 15px;
	width: 195px;
	margin-left: 5px;
}
#search_menu_vertical div.search_by_year div.search_input_vertical select {
	width: 195px;
	margin-left: 5px;
}

/* resource results */
div.page_results {
	width: 720px;
	margin-left: 239px;
}
div.page_results_header {
	width: 100%;
	height: 20px;
	background: url('images/resource_results_header.jpg') no-repeat top center;
}
div.page_results_body {
	border-left: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
}
div.page_results_body h5 {
	margin: 0 10px 10px 10px;
	border-bottom: 1px solid #c9c9c9;
	padding-bottom: 3px;
}
div.page_results_body h6 {
	font-size: 0.9em;
	margin: 0 10px 10px 10px;
	border-bottom: 1px solid #c9c9c9;
	padding-bottom: 3px;
}
div.page_results_body div.page_results_description {
	margin: 0px 10px;
}
div.page_results_body h5.select_subcategory {
	margin: 0 10px;
	border: 0px;
}
div.page_results_body div.product_links {
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
}
div.page_results_footer {
	width: 100%;
	height: 10px;
	background: url('images/resource_results_footer.jpg') no-repeat bottom center;
}
div.page_results ul.sort_options, div.page_results ul.sort_options li {
    display: inline;
}
div.page_results ul.sort_options {
    margin-left: 10px;
    margin-top: 10px;
}
div.page_results ul.sort_options li {
    margin-right: 5px;
    padding: 5px 5px 10px 5px;
}
div.page_results ul.sort_options li.selected_sort {
    background-color: #fff;
    font-weight: bold;
}
div.page_results ul.sort_options li.selected_sort {
    background-color: #eee;
    font-weight: bold;
}
div.page_results ul.sort_options a {
	text-decoration: none;
	color: #333;
	font-size: 1em;
}
div.page_results ul.sort_options a:hover {
	text-decoration: underline;
}
ul.resource_results_list {
	margin-left: 10px;
	margin-right: 10px;
}
ul.resource_results_list div.resource_list_link {
	padding: 10px 10px 5px 10px;
}
ul.resource_results_list div.resource_list_series {
	padding: 0 10px 5px 10px;
	font-size: 0.7em;
	color: #797979;
}
ul.resource_results_list div.resource_list_series a {
	font-size: 1em;
	font-weight: bold;
	color: #797979;
}
ul.resource_results_list a {
	text-decoration: none;
	font-size: 0.9em;
}
ul.resource_results_list a:hover {
	text-decoration: underline;
}
ul.resource_results_list li.resource_odd_row {
	background-color: #fcfcfc;
}
ul.resource_results_list li.resource_row {
	background-color: #eee;
}
ul.resource_results_list div.resource_list_link table {
	width: 100%;
}
ul.resource_results_list div.resource_list_link div.series_subtitle {
	color: #797979;
	font-size: 0.8em;
}
ul.resource_results_list div.resource_list_link td.resource_date {
	text-align: right;
	color: #797979;
	font-size: 0.8em;
	display:none;
}
ul.resource_results_list div.resource_list_shortcut_links {
	padding: 0px 5px 10px 5px;
}
ul.resource_results_list div.resource_list_shortcut_links a.first_link {
	border-left: 0px;
}
ul.resource_results_list div.resource_list_shortcut_links a, ul.resource_results_list div.resource_list_shortcut_links span.download_video {
	font-size: 0.7em;
	padding-left: 5px;
	padding-right: 5px;
	border-left: 1px dotted #333;
	color: #797979;
}
ul.resource_results_list div.resource_list_shortcut_links a:hover {
	text-decoration: underline;
}
/*
.page_results_body ul {
	padding-left: 50px;
	padding-right: 50px;
}
.page_results_body ul li {
	list-style: disc;
	line-height: 1.5em;
	font-size: 0.8em;
	/* padding-bottom: 1.5em; */
	color: #333;
}
*/

/* resource results paging */
div.page_results span.pager {
	display: block;
	text-align: right;
	padding: 10px;
	border-left: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
}
div.page_results span.pager span.pageNum, div.page_results span.pager a.pageNum {
	border: 1px solid #c9c9c9;
	padding: 5px 7px;
	font-size: 1em;
}
div.page_results span.pager span.pageNum {
	background-color: #eee;
	color: #275287;
}
div.page_results span.pager a.pageNum {
	text-decoration: none;
	color: #444;
}

/* series product links */
#resource_library_series div.product_links {
	padding-top: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 0.8em;
	margin-left: 239px;
}

/* resource display page. */
div.resource_detail {
	padding: 0 20px;
	font-size: 0.9em;
}
div.resource_results_return {
	padding-bottom: 20px;
}
div.resource_detail h2 {
	padding: 10px 0;
}
div.resource_detail div.resource_pop_out_video_player {
	text-align: right;
	padding-top: 10px;
}
div.resource_detail div.resource_pop_out_video_player a {
	text-decoration: none;
}
div.resource_detail span.resource_detail_key {
	font-weight: bold;
	padding-right: 5px;
}
div.resource_detail div.resource_detail_info a {
	color: #797979;
	font-weight: bold;
	text-decoration: none;
}
div.resource_detail div.resource_detail_info a:hover {
	text-decoration: underline;
}
div.resource_detail a:hover {
	text-decoration: underline;
}
div.resource_detail_links {
	padding-bottom: 10px;
}
div.resource_detail_links a, div.resource_detail_links span.download_video {
	font-size: 0.9em;
	padding: 0px 5px;
	border-left: 1px dotted #333;
}
div.resource_detail_links span.download_video {
    color: #275287;
}
div.resource_detail_links a.first_link {
	border-left: 0px;
	padding: 0px 5px 0px 0px;
}
div.resource_detail div.resource_sharing {
	text-align: right;
}
div.resource_detail div.resource_sharing p {
	line-height: 1em;
	padding-bottom: 0.5em;
}
div.resource_detail div.resource_sharing li {
	display: inline;
	list-style-type: none;
}
div.product_links a {
	padding: 0 5px;
}

/* single page */
div.post {
	padding: 0 20px 20px 20px;
}
div.post h1 {
	padding-bottom: 10px;
}
div.post h3 {
	padding-bottom: 10px;
}
div.post img {
	padding: 0 20px 10px 0;
}
div.post img.alignleft {
	float: left;
	padding: 0 10px 10px 0;
}
div.post img.alignright {
	float: right;
	padding: 0 0 10px 0;
}
div.post td {
	font-size: 13px;
}
div.post td p {
	font-size: 1em;
}
/* blog */
p.post_time {
	color: #797979;
}
div.post_next_previous_links {
	width: 650px;
	padding: 0px 20px;
}
div.post_next_previous_links table {
	width: 100%;
}
div.post_next_previous_links td.post_next_link {
	width: 50%;
}
div.post_next_previous_links td.post_previous_link {
	width: 50%;
	text-align: right;
}
div.post h2.blog_title {
	font-size: 1.1em;
	font-weight: normal;
	padding-bottom: 15px;
	padding-top: 15px;
	border-top: 1px solid #c9c9c9;
}
/* this is the subscribe to podcast image on the blog. */
div.post img.wp-image-246 {
	padding: 0;
	margin: 0;
}

/* footer styles */
#footer {
	margin-top: 25px;
	text-align: right;
}
#footer ul {
	margin-right: 30px;
}
#footer ul, #footer li {
    display: inline;
}
#footer ul.footer_menu a {
	color: #000;
	margin-left: 5px;
	text-decoration: none;
	font-size: 0.8em;
}
#footer p.footer_text {
	color: #797979;
	font-size: 0.7em;
	margin-right: 5px;
}

div.clear {
	clear: both;
}

#pawson_welcome {
	display: none;
	background-color: #000;
}
.recommendations-list ul li {
	line-height: 20px;
	font-size: 13px;
	color: #333;
	list-style: disc;
	margin-left: 30px;
	margin-right: 30px;
	padding-bottom: 10px;
}
.highlight {
	font-weight: bold;
	background-color: #ccc;
	border-radius: 6px;
	font-size: 13px;
	line-height: 20px;
	padding: 15px;
	margin: 0 15px 15px 15px;
}
.social {
	margin: -21px 0 0 920px;
	top: 0;
	position: absolute;
	width: 50px;
}
.social img {
	padding-right: 5px;
}
#wpstats {
	display: none;
}
.book-img {
	float: left;
}
.post ul.list {
	margin-bottom: 25px;
}
.post ul.list li {
	list-style: disc;
	line-height: 20px;
	margin-left: 30px;
}
#search_menu_vertical {
	display: none;
}
#search_menu_horizontal {
	display: none;
}
#google_translate_element {
	margin: -24px 0 0 770px;
	position: absolute;
}