@charset "UTF-8";

/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #999999 url(images/tpcc_background.gif) repeat-x;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	behavior: url("http://www.thepointcommunity.net/csshover3.htc");	
}

img {
	border-style: none;
}

#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	width: 900px;
	height: 170px;
	position: relative;
	background: url(images/tpcc_header.gif) no-repeat;
	z-index: 1000;
}

#top-nav {
	height: 43px;
	color: #fff;
	text-align: center;
	position: absolute;
	left: 324px;
	top: 0;
}

#top-nav .sf {
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #fff;
	font-size: 13px;
	line-height: 43px;
}

#top-nav .sf li {
	display: inline;
	margin-right: 13px;
	margin-left: 13px;
}

#top-nav a:link, #top-nav a:visited {
	color: #fff;
	text-decoration: none;
}

#top-nav a:hover {
	color: #3298CB;
}

#search {
	height: 24px;
	position: absolute;
	top: 9px;
	right: 30px;
	width: 254px;
}

#search div {
	height: 24px;
	width: 254px;
	float: left;
}

#searchform {
	height: 24px;
	width: 254px;
	float: left;
}

#searchform input {
}

#searchsubmit {
	width: 71px;
	background: url(images/tpcc_search.gif) no-repeat;
	border-style: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	height: 24px;
	float: right;
}

#s {
	width: 175px;
	height: 24px;
	background: url(images/tpcc_search-box.gif) no-repeat;
	border-style: none;
	font-size: 12px;
	line-height: 24px;
	padding-left: 6px;
	float: left;
}

.screen-reader-text {
	display: none;
	font-size: 0px;
}

#main-nav {
	left: 290px;
	width: 610px;
	height: 35px;
	position: absolute;
	bottom: 22px;
	border-bottom: 1px solid #000;
}

#main-nav .sf {
	list-style-type: none;
	margin: 0;
	padding: 0;
	color: #000;
}

#main-nav .sf li {
	display: inline;
	position: relative;
	line-height: 35px;
	height: 35px;
	float: left;
	border-right: 1px solid #000;
}

#main-nav .sf li ul {
	position: absolute;
	left: 0;
	top: 35px;
	display: none;
	background-color: #000;
	width: 150px;
	margin: 0;
	padding: 0;
	color: #fff;
	line-height: 26px;
}

#main-nav .sf li ul li {
	width: 150px;
	float: left;
	line-height: 26px;
	font-size: 13px;
	color: #fff;
	border-bottom: 1px solid #fff;
	height: 26px;
	margin: 0;
	padding: 0;
	border-right-style: none;
}

#main-nav .sf li a:link, #main-nav .sf li a:visited {
	text-decoration: none;
	color: #000;
	padding-right: 13px;
	padding-left: 13px;
	display: block;
}

#main-nav .sf li a:hover {
	color: #fff;
	background-color: #673694;
}

#main-nav .sf li ul li a:link, #main-nav .sf li ul li a:visited {
	padding-left: 12px;
	padding-right: 8px;
	display: block;
	color: #fff;
	text-decoration: none;
	margin: 0;
}

#main-nav .sf li ul li a:hover {
	background-color: #3298CB;
}

#main-nav .sf li:hover ul, #main-nav .sf li.over ul {
	display: block;
}

#content_wrap {
	width: 600px;
	float: left;
	margin-bottom: 20px;
}

#carousel {
	width: 600px;
	height: 300px;
	background-color: #d4d4d4;
	margin-bottom: 12px;
}

#carousel h2, #footer h2, #logos h2 {
	width: 0px;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	display: none;
}

#carousel ul {
	margin: 0px;
	padding: 0px;
}

#welcome {
	width: 600px;
	height: 140px;
	border-top: 1px solid #787878;
}

#welcome h1 {
	color: #673694;
	font-size: 26px;
	line-height: 30px;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 6px;
	margin-top: 8px;
}

#welcome p {
	color: #444;
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	font-style: normal;
	margin-top: 0;
	margin-bottom: 12px;
	margin-right: 20px;
}

#breadcrumbs {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 16px;
	width: 560px;
	margin-right: auto;
	margin-left: auto;
}

#content {
	background-color: #fff;
	float: left;
	width: 600px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0px;
}

#content h1 {
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
	font-style: normal;
	color: #673694;
	margin-top: 0;
	margin-bottom: 20px;
	display: block;
	border-bottom: 1px dotted #444;
	margin-right: 32px;
	margin-left: 24px;
}

#content h2 {
	font-size: 18px;
	line-height: 24px;
	display: block;
	color: #3298CB;
	margin-bottom: 4px;
	margin-right: 32px;
	margin-left: 24px;
}

#content h3 {
	color: #000;
	font-weight: bold;
	display: block;
	border-bottom-color: #000;
	font-size: 15px;
	line-height: 20px;
	margin-right: 32px;
	margin-left: 24px;
}

#content h4 {
	display: block;
	color: #787878;
	font: 11px/14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-top: 0;
	margin-bottom: 16px;
	margin-right: 32px;
	margin-left: 24px;
}

#content p {
	font: 13px/19px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #444;
	margin-right: 32px;
	margin-left: 24px;
}

#content a:link, #content a:visited, #sidebar a:link, #sidebar a:visited, #footer a:link, #footer a:visited, #welcome a:link, #welcome a:visited {
	color: #673694;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

#content a:hover, #sidebar a:hover, #footer a:hover, #welcome a:hover {
	color: #3298CB;
	text-decoration: underline;
}

#content ul {
	color: #444;
	font-size: 13px;
	line-height: 17px;
	list-style-type: square;
}

#content ul li, #content ol li {
	margin-right: 16px;
	margin-left: 24px;
	margin-bottom: 6px;
}

#content ol {
	color: #444;
	font-size: 13px;
	line-height: 17px;
}

#content #commentform #submit, .wpcf7-form input[type="submit"] {
	background-color: #3298CB;
	color: #fff;
	margin: 0;
	padding: 4px;
	border-style: none;
}

#content img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#content img.alignright {
	padding: 4px;
	margin: 0 0 8px 16px;
	display: inline;
}

#content img.alignleft {
	padding: 4px;
	margin: 0 16px 8px 0;
	display: inline;
}

#content .alignright {
	float: right;
}

#content .alignleft {
	float: left;
}

#content p.postmetadata {
	font-size: 12px;
	line-height: 16px;
	text-align: right;
}

#content .navigation {
	font-size: 12px;
	margin-bottom: 16px;
	padding-bottom: 16px;
}

#content .pcg {
	float: left;
	clear: left;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #444;
	margin-right: 24px;
	margin-left: 24px;
	width: 552px;
}

#content hr {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	height: 1px;
	background-color: #000;
	border-style: none;
}

#sidebar {
	width: 300px;
	float: right;
}

#sidebar_pad {
	padding-left: 16px;
	margin-bottom: 16px;
	border-bottom: 1px solid #787878;
	margin-left: 16px;
	border-top: 1px solid #787878;
}

#sidebar_pad ul {
	margin: 12px;
	padding: 0;
	list-style-type: none;
	font-size: 13px;
	line-height: 17px;
}

#sidebar_pad ul li {
}

#sidebar h2 {
	font-size: 22px;
	color: #3298CB;
	line-height: 26px;
	margin-top: 8px;
	margin-bottom: 4px;
	font-weight: normal;
	font-style: normal;
}

#sidebar p {
	
}

#user1, #user2, #user3 {
	width: 284px;
	margin-left: 16px;
	height: 155px;
	border-top: 1px solid #787878;
}

#user1 p, #user2 p, #user3 p {
	color: #444;
	font-size: 13px;
	line-height: 16px;
	margin: 0 0 12px;
}

#sidebar .widget .sermon-widget {
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #444;
	font-size: 16px;
	line-height: 22px;
}

#user3 ul {
	font-size: 13px;
	line-height: 17px;
	list-style-type: square;
	margin: 0;
	padding: 0;
}

#user3 ul li {
	margin-left: 16px;
	margin-bottom: 4px;
}

#sidebar .widget {
	width: 284px;
	margin-left: 16px;
	height: 155px;
	border-top: 1px solid #787878;
}

#sidebar .widget p {
	color: #444;
	font-size: 13px;
	line-height: 16px;
	margin: 0 0 12px;
}

#sidebar .widget ul {
	font-size: 13px;
	line-height: 17px;
	list-style-type: square;
	margin: 0;
	padding: 0;
}

#sidebar .widget ul li {
	margin-left: 16px;
	margin-bottom: 4px;
}

#submenu {
	margin-left: 16px;
	margin-bottom: 32px;
}

#submenu h2 {
	font-size: 16px;
	line-height: 30px;
	color: #FFFFFF;
	background-color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 8px;
	padding-left: 12px;
	font-weight: normal;
}

#submenu ul {
	list-style-type: square;
	padding: 0px;
	font-size: 14px;
	line-height: 20px;
	margin: 0px;
}

#submenu .pages {
	margin-top: 8px;
	margin-bottom: 16px;
}

#submenu .pages li {
	margin-right: 12px;
	margin-left: 22px;
}

#footer_wrap {
	clear: both;
	position: relative;
	border-top: 1px solid #787878;
	height: 75px;
}

#logos {
	position: absolute;
	top: 12px;
	left: 0;
	height: 20px;
	line-height: 20px;
}

#logos img {
	margin-right: 10px;
	margin-left: 10px;
	vertical-align: bottom;
	line-height: 41px;
}

#footer {
	position: absolute;
	right: 138px;
	line-height: 35px;
	height: 35px;
	text-align: right;
	top: 12px;
}

#footer p {
	font-size: 13px;
	color: #444;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}

#directions {
	position: absolute;
	right: 0;
	top: 17px;
	width: 125px;
	height: 35px;
}

/* Sermon Browser CSS */

div.sermon-browser-results, div.sermon-browser {
	margin-right: 24px;
	margin-left: 24px;
}

.sermon-browser h2, #content div.sermon-browser-results h2 {
	clear: both;
	margin-left: 0;
}

div.sermon-browser table.sermons {
	width: 100%;
	clear: both;
}

div.sermon-browser table.sermons td.sermon-title {
	font-weight: bold;
	font-size: 140%;
	padding-top: 2em;
}

div.sermon-browser table.sermons td.sermon-passage {
	font-weight: bold;
	font-size: 110%;
}

div.sermon-browser table.sermons td.preacher {
	border-bottom: 1px solid #444444;
}

div.sermon-browser table.sermons td.files img {
	border: none;
	margin-right: 24px;
}

table.sermonbrowser td.fieldname {
	font-weight: bold;
	padding-right: 10px;
	vertical-align: bottom;
}

table.sermonbrowser td.field input, table.sermonbrowser td.field select {
	width: 170px;
}

table.sermonbrowser td.field  #date, table.sermonbrowser td.field #enddate {
	width: 150px;
}

table.sermonbrowser td {
	white-space: nowrap;
	padding-top: 5px;
	padding-bottom: 5px;
}

table.sermonbrowser td.rightcolumn {
	padding-left: 10px;
}

div.sermon-browser div.floatright {
	float: right
}

div.sermon-browser div.floatleft {
	float: left
}

img.sermon-icon , img.site-icon {
	border: none;
}

table.podcast {
	margin: 0 0 1em 0;
}

.podcastall {
	float: left;
	background: #fff0c8 url(icons/podcast_background.png) repeat-x;
	padding: 0.5em;
	font-size: 1em;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

.podcastcustom {
	float: right;
	background: #fce4ff url(icons/podcast_custom_background.png) repeat-x;
	padding: 0.5em;
	font-size: 1em;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

div.filtered, div.mainfilter {
	text-align: left;
}

div.sermon-browser-results span.preacher {
	font-size: 120%;
}

div.sermon-browser-results span.scripture {
	font-size: 80%;
}

div.sermon-browser-results img.preacher {
	float: right;
	margin-left: 1em;
}

div.sermon-browser-results div.preacher-description {
	margin-top: 0.5em;
}

div.sermon-browser-results div.preacher-description span.about {
	font-weight: bold;
	font-size: 120%;
}

span.chapter-num {
	font-weight: bold;
	font-size: 150%;
}

span.verse-num {
	vertical-align: super;
	line-height: 1em;
	font-size: 65%;
}

div.esv span.small-caps {
	font-variant: small-caps;
}

div.net p.poetry {
	font-style: italics;
	margin: 0
}

div.sermon-browser #poweredbysermonbrowser {
	text-align: center;
}

div.sermon-browser-results #poweredbysermonbrowser {
	text-align: right;
}

table.nearby-sermons {
	width: 100%;
	clear: both;
}

table.nearby-sermons td, table.nearby-sermons th {
	text-align: center;
}

table.nearby-sermons .earlier {
	padding-right: 1em;
	text-align: left;
}

table.nearby-sermons .later {
	padding-left: 1em;
	text-align: right;
}

table.nearby-sermons td {
	width: 33%;
	vertical-align: top;
}

ul.sermon-widget {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.sermon-widget li {
	list-style-type: none;
	margin: 0;
	padding: 0.25em 0;
}

ul.sermon-widget li span.sermon-title {
	font-weight: bold;
}

p.audioplayer_container {
	display: inline !important;
}

div.sb_edit_link {
	display: inline;
}

h2 div.sb_edit_link {
	font-size: 80%;
}