﻿/*
Theme Name: SuperMassive
Version: 1.5.5
Description: Designed by <a href="http://www.ghostpool.com">GhostPool Designs</a>.
Author: GhostPool Designs
Author URI: http://www.ghostpool.com
*/

/*************************** General Styling ***************************/

/* Page Styling */
* {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
}

body {
	color: #333;
	margin: 0;
	padding: 0;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(http://www.gracechurchsc.org/images/bg_master13.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

/* Text Styling */
a {
text-decoration: none;
color:#385444;
font-weight: bold;
}
a:hover {
text-decoration: underline;
color:#385444;
font-weight: bold;

}
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
color: #000000;
margin: 0;
padding: 0 0 5px 0;
line-height: 1;
}
h1 {
font-size: 30px;
}
h2 {
font-size: 25px;
}
h3 {
font-size: 22px;
}
h4 {
font-size: 18px;
font-weight: bold;
font-family: 'Trebuchet MS', Helvetica, sans-serif;
}
h5 {
font-size: 15px;
font-weight: bold;
font-family: 'Trebuchet MS', Helvetica, sans-serif;
}
h6 {
font-size: 14px;
font-weight: bold;
font-family: 'Trebuchet MS', Helvetica, sans-serif;
}
p {
line-height: 19px;
margin-bottom: 12px;
}
strong {
font-family: 'Trebuchet MS', Helvetica, sans-serif;
font-size:inherit;
line-height:inherit;
}

em {
font-family: 'Trebuchet MS', Helvetica, sans-serif;
font-size:inherit;
line-height:inherit;
}

/* List Styling */
ol {
padding: 0;
margin: 0;
font-family: 'Trebuchet MS', Helvetica, sans-serif;
}
ol li {
list-style: decimal;
padding: 0 0 8px 0;
margin: 0 0 0 20px;
}
ul {
padding: 0;
margin: 0;        
}
ul li {
background-position: -185px 9px;
background-repeat: no-repeat;
list-style-image: none;
list-style-type: none;
padding: 8px 0px 8px 20px;
line-height: 120%;

}
ul .li-first {
border-top: 0;
}
ul .li-last {
border-bottom: 0;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.text-center {
text-align: center;
}
.text-justify {
text-align: justify;
}

#homebucket {
position: absolute;
top:410px;
}

#homespacer {
height:200px;
}


#twitterstreamwidget-3 {
	width:188px;
	height: 100px;
	overflow:hidden;
	font-size:10px;
	margin: 0px;
	background-image: url(http://www.gracechurchsc.org/images/twitter_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#twitterstreamwidget-3 .twitter-stream p{
	width:142px;
	height: 90px;
	overflow:hidden;
	margin: 0px 0px 5px 42px;

}

#twitterstreamwidget-3 .profile-link{
text-align:right;
padding-right: 10px;
}


/*************************** CE MENU ***************************/

#dropdown-menu-3 ul li{
background-position: 0px 0px;
background-repeat: no-repeat;
list-style-image: none;
list-style-type: none;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
line-height: 100%;
background-image: none;

}

/*************************** STUDENT MENU ***************************/

#dropdown-menu-4 ul li{
background-position: 0px 0px;
background-repeat: no-repeat;
list-style-image: none;
list-style-type: none;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
line-height: 100%;
background-image: none;
}

#dropdown-menu-4 a{
padding: 10px 18px;
}

/*************************** MENS MENU ***************************/

#dropdown-menu-5 ul li{
background-position: 0px 0px;
background-repeat: no-repeat;
list-style-image: none;
list-style-type: none;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
line-height: 100%;
background-image: none;
}

#dropdown-menu-5 a{
padding: 10px 22px;
}

/*************************** WOMENS MENU ***************************/

#dropdown-menu-6 ul li{
background-position: 0px 0px;
background-repeat: no-repeat;
list-style-image: none;
list-style-type: none;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
line-height: 100%;
background-image: none;
}

#dropdown-menu-6 a{
padding: 10px 22px;
}


/* Form Styling */
textarea,
select {
font-family: 'Trebuchet MS', Helvetica, sans-serif;
font-size: 13px;
padding: 3px;
color: #333;
border: 1px solid #d8d8d8;
background-color: #f8f8f8;
background-image: -moz-linear-gradient(top, #f8f8f8, #fff);
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8f8f8), to(#fff));
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#f8f8f8, endColorstr=#ffffff);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#f8f8f8, endColorstr=#ffffff)";
}

textarea {
resize: none;
}
select {
padding: 0;
}
input[type="submit"],
input[type="reset"] {
	padding: 3px 10px;
	border: 0;
	cursor: pointer;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 11px;
	padding: 3px;
	color: #fff;
	border: 1px solid #333333;
	background-color: #746D5F;

}
input[type="radio"],
input[type="checkbox"] {
background: transparent;
border: 0;
}
fieldset {
border: 1px solid #d8d8d8;
margin: 0;
padding: 10px;
}
legend {
font-weight: bold;
}

/* Other Styling */
cite {
float: right;
padding: 0 0 5px 0;
}
hr {
clear: both;
border-top: 1px solid #d8d8d8;
width: 100%;
height: 2px;
padding: 0 !important;
margin: 20px 0;
position: relative;
}
pre {
background: #eee;
border: 1px solid #d8d8d8;
padding: 15px;
margin: 5px 0 20px 0;
line-height: 19px;
font-family: "Courier New";
overflow: auto;
font-size: 12px;
}
code {
background: #eee;
border: 1px solid #d8d8d8;
clear: both;
display: block;
font-size: 12px;
line-height: 19px;
padding: 5px 15px;
margin: 10px 0 10px 0;
}
xmp {
background: #eee;
border: 1px solid #d8d8d8;
padding: 15px;
margin: 5px 0 20px 0;
line-height: 19px;
font-family: "Courier New";
overflow: auto;
font-size: 12px;
}

/* Image Styling */
.aligncenter {
position: relative;
margin-top: 20px;
margin-bottom: 20px;
margin-left: auto !important;
margin-right: auto !important;
display: block;
clear: both;
}
.alignleft {
position: relative;
float: left;
margin: 0 20px 5px 0;
}
.alignright {
float: right;
position: relative;
margin: 0 0 5px 20px;
}
.image {
margin: 0 auto;
position: relative;
}
.wp-caption {
position: relative;
padding: 12px 5px;
}
.wp-caption img {
margin: 5px 5px 0;
}
.wp-caption-text {
margin: 5px 5px 0 5px;
font-size: 11px;
color: #666;
}
.gallery img {
padding: 3px;
border: 1px solid #d8d8d8 !important;
background: #f7f7f7;
}
.preload {
display: none;
}
.no-js .preload {
display: block;
}

/* Alignment Styling */
.left {
float: left;
}
.right {
float: right;
}
.clear {
clear: both;
line-height: 0;
padding: 0;
margin: 0;
height: 0;
display:block;
font-size:0;
width:100%;
}


/*************************** Gradients ***************************/

.separate > div,
.joint > div,
.gppanel,
.panel,
.ui-tabs-panel,
.wp-pagenavi span,
.wp-pagenavi a,
.wp-pagenavi.post-navi a span {
border: 1px solid #d8d8d8;
background-color: #fff;
background-image: -moz-linear-gradient(top, #fff, #f8f8f8);
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f8f8f8));
-pie-background: linear-gradient(#fff, #f8f8f8 70%);
-webkit-box-shadow: 1px 1px 5px #dbdbdc;
-moz-box-shadow: 1px 1px 5px #dbdbdc;
box-shadow: 1px 1px 5px #dbdbdc;
}


/*************************** Content Areas ***************************/

/* Page Wrap*/
#page-wrapper {
margin: 0 auto;
width: 980px;
padding: 25px 0px 12px 0px;
text-align: left;
min-height: 90px;
}

/* Frame */
#frame, #no-frame {
float: left;
position: relative;
width: 980px;
margin-top: 20px;
}
#frame.frame-sb-left {
background: url(images/frame-sb-left-light.png) repeat-y;
}
#frame.frame-sb-right {
background: url(images/frame-sb-right-light.png) repeat-y;
}
#frame.frame-fullwidth {
background: #ffffff;
}
#frame {
border: 1px solid #d8d8d8;
}


.grace_imageframe {
border: 5px solid #999999;
-webkit-box-shadow: 0px 0px 4px #000000;
-moz-box-shadow: 0px 0px 4px #000000;
box-shadow: 0px 0px 4px #000000; 
}


/* Main Content Column */
#main-content {
float: left;
position: relative;
z-index: 2;
line-height: 19px;
}

#main-content strong{
color:#000000;

}

#main-content strong a {
text-decoration: none;
color:#385444;
font-weight: bold;
}
#main-content strong a:hover {
text-decoration: underline;
color:#385444;
font-weight: bold;

}


#main-content ul,ol{
	margin-left: 30px;
}

/* Main Content Frame Styling */
#frame #main-content {
width: 640px;
padding: 20px;
}
#no-frame #main-content {
width: 660px;
}

/* Main Content Column Styling */
.frame-sb-right #main-content {
float: left;
}
.frame-sb-left #main-content {
float: right;
}
#no-frame.frame-sb-right #main-content {
padding: 0 20px 0 0;
}
#no-frame.frame-sb-left #main-content {
padding: 0 0 0 20px;
}
#frame.frame-fullwidth #main-content {
width: 940px;
padding: 20px;
}
#no-frame.frame-fullwidth #main-content {
width: 980px;
}

/* Sidebar Column */
#sidebar {
position: relative;
}

/* Sidebar Frame Styling */
#frame #sidebar {
width: 260px;
padding: 20px;
}
#no-frame #sidebar {
width: 280px;
}

/* Sidebar Column Styling */
.frame-sb-right #sidebar {
float: right;
}
.frame-sb-left #sidebar {
float: left;
}
#no-frame.frame-sb-right #sidebar {
padding: 0 0 0 20px;
}
#no-frame.frame-sb-left #sidebar {
padding: 0 20px 0 0;
}


/*************************** Header ***************************/

#header-top {
float: left;
width: 100%;
padding-bottom: 20px;
}

/* Logo */
#logo {
float: left;
position: relative;
overflow: hidden;
}
#logo span {
background: url(http://www.gracechurchsc.org/wp-content/uploads/2011/04/shim_clear.gif) no-repeat;
display: block;
width: 366px;
height: 75px;
}

/* Contact Info */
#contact-info {
float: right;
text-align: right;
margin-top: 20px;
line-height: 14px;
font-size:11px;
color:#FFFFFF;
}
#contact-info, #contact-info a {
color: #e6d7c0;
}
#contact-info a:hover {
text-decoration: none;
color:#FFFFFF;
}

/* Header Search Form */
#header #searchform {
background: url(images/search.png) no-repeat;
float: right;
position: relative;
top: 7px;
right: 14px;
width: 201px;
height: 24px;
border: 0;
}
#header #searchbar {
float: left;
background: transparent;
color: #999999;
width: 165px;
height: 18px;
padding: 2px 5px 0 5px;
margin: 0;
border: 0;
}
#header #searchsubmit {
float: left;
background: transparent;
width: 23px;
height: 20px;
padding: 0;
margin: 0;
border: 0;
}


/*************************** Social Icons ***************************/

#header #social {
float: right;
margin: 5px 0 0 0;
}
#footer-bottom-inner #social {
float: right;
margin: -1px 10px 0 0;
}
#social img {
float: left;
margin-left: 5px;
}


/*************************** Navigation Menus ***************************/

/* Nav Wrapper */
#nav {
position: relative;
z-index: 100;
}
#nav .menu {
display: inline;
}

/* Top Level Nav */
#nav ul, #nav ul ul {
float: left;
position: relative;
padding: 0;
margin: 1px 0 0 0;
list-style-type:none;
list-style-position:outside;
}
#nav ul:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
#nav ul li {
background: url(images/blank.gif) no-repeat right top;
float:left;
position:relative;
margin: 0;
padding: 0 0px 0 0;
display: block;
border: 0;
}


/* Drop Down Menus */
#nav .sub-menu {
}
#nav .sub-menu li {
}
.no-js #nav li:hover > .sub-menu {
}
#nav .sub-menu .li-first {
}
#nav .sub-menu .li-last {
}
#nav .sub-menu a {
}
#nav .current-menu-item .sub-menu a,
#nav .current-menu-ancestor .sub-menu a,
#nav .sub-menu .li-first.current-menu-item a,
#nav .sub-menu .li-first.current-menu-ancestor a {
}
#nav .sub-menu a:hover,
#nav .sub-menu .li-first a:hover,
#nav .current-menu-item .sub-menu a:hover,
#nav .current-menu-ancestor .sub-menu a:hover {
}

/* Sub Drop Down Menus */
#nav ul .sub-menu li ul {
}



/*************************** Page/Post Styling ***************************/

/* Breadcrumbs */
#breadcrumbs {
float: left;
font-size: 11px;
}
#breadcrumbs, #breadcrumbs a {
color: #999;
}
#frame #breadcrumbs {
padding-bottom: 20px;
}
#no-frame #breadcrumbs {
padding: 20px 20px 30px 0;
}
.no-breadcrumbs {
padding-bottom: 63px;
}

/* Top Content */
.top-content {
float: left;
position: relative;
width: 940px;
margin-top: 25px;
padding: 20px;
background: #ffffff;
border: 1px solid #d8d8d8;
}


}

/* Posts */
.post {
float: left;
position: relative;
}
.post-thumbnail {
float: left;
position: relative;
overflow: hidden;
padding-bottom: 20px;
}
.post-thumbnail.no-padding {
padding-bottom: 40px;
}
.post-thumbnail.wrap {
margin-right: 10px;
}

/* Post Meta */
.page-title {
padding-bottom: 20px;
}
.post-cats {
padding-bottom: 10px;
}
.post-meta {
color: #999;
font-size: 11px;
padding-bottom: 20px;
}
.post-meta a {
color: #999;
}

/* Attachments */
.attachment img {
max-width: 100%;
height: auto;
}
.attachment#frame.frame-sb-right, .attachment#frame.frame-sb-left {
background: #fff;
}
.attachment#frame.frame-sb-right #main-content, .attachment#frame.frame-sb-left #main-content {
width: 940px;
padding: 20px;
}
.attachment#no-frame.frame-sb-right #main-content, .attachment#no-frame.frame-sb-left #main-content {
width: 980px;
}


/*************************** Shortcodes: Columns ***************************/

/* General */
.columns {
float: left;
position: relative;
line-height: 19px;
}

/* Blank Columns */
.blank {
margin: 0px 1%;
}
.one.blank {
width: 100%;
}
.two.blank {
width: 49%;
}
.three.blank {
width: 32%;
}
.four.blank {
width: 23.5%;
}
.onethird.blank {
width: 32%;
}
.twothirds.blank {
width: 66%;
}
.onefourth.blank {
width: 23.5%;
}
.threefourths.blank {
width: 74.5%;
}

/* Separate Columns */
.separate > div {
position: relative;
padding: 10px;
vertical-align:top;
}
.separate {
margin-right: 2%;
}
.one.separate {
width: 100%;
}
.two.separate {
width: 49%;
}
.three.separate {
width: 32%;
}
.four.separate {
width: 23.5%;
}
.onethird.separate {
width: 32%;
}
.twothirds.separate {
width: 66%;
}
.onefourth.separate {
width: 23.5%;
}
.threefourths.separate {
width: 74.5%;
}

/* Joint Columns */
.joint > div {
position: relative;
padding: 20px;
}
.first.joint > div {
}
.middle.joint > div {
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
border-left-color: #fff;
}
.last.joint > div {
border-left-color: #fff;
}
.one.joint {
width: 100%;
}
.two.joint {
width: 50%;
}
.three.joint {
width: 33.33%;
}
.four.joint {
width: 25%;
}
.onethird.joint {
width: 33.33%;
}
.twothirds.joint {
width: 66.33%;
}
.onefourth.joint {
width: 25%;
}
.threefourths.joint {
width: 75%;
}

.last {
clear: right;
margin-right: 0;
}


/*************************** Shortcodes: Images ***************************/

/* Image */
.sc-image.shadow-padding {
padding-bottom: 20px;

}
.sc-image a {
display: block;
margin: 0 auto;

}


.sc-image.shadow-xs {
min-width: 89px;
}
.sc-image.shadow-s {
min-width: 190px;
}
.sc-image.shadow-m {
min-width: 490px;
}
.sc-image.shadow-l {
min-width: 750px;
}
.sc-image.shadow-xl {
min-width: 1000px;
}

/* Lightbox */
.hover-image, .hover-video {
position: absolute;
z-index: 10;
width: 100%;
height: 100%;
filter:alpha(opacity=0);
-moz-opacity:0;
-khtml-opacity: 0;
opacity: 0;
cursor: pointer;

}
.hover-image {
background: url(images/zoom-light.png) no-repeat center center;

}
div.gallery-item .gallery-icon a {
display: block;
position: relative;
}
div.gallery-item .gallery-icon .hover-image {
margin: 4px 0 0 4px;
}
.hover-video {
background: url(images/play-light.png) no-repeat center center;
}
.image:hover .hover-image, .image:hover .hover-video {
filter:alpha(opacity=80);
-moz-opacity:0.8;
-khtml-opacity: 0.8;
opacity: 0.8;
}
.pp_gallery li {
background: none;
border: 0;
padding: 0;
}
.pp_gallery li.jwplayer a {
background: url(images/prettyPhoto/facebook/default_thumbnail.gif) no-repeat;
width: 50px;
height: 33px;
display: block;
}
video {
cursor: pointer;
}


/* Image Shadow */
.shadow-xs {
background: url(images/shadow-xs.png) no-repeat center bottom;
}
.shadow-s {
background: url(images/shadow-s.png) no-repeat center bottom;
}
.shadow-m {
background: url(images/shadow-m.png) no-repeat center bottom;
}
.shadow-l {
background: url(images/shadow-l.png) no-repeat center bottom;
}
.shadow-xl {
background: url(images/shadow-xl.png) no-repeat center bottom;
}


/*************************** Shortcodes: Video ***************************/

.sc-video.aligncenter object, .sc-video.aligncenter div {
margin: 0 auto;
display: block;
}
.hide-icons > div > div > div > div > div {
background-image: none !important;
}


/*************************** Shortcodes: Slider ***************************/

/* Slider */
.slider-wrapper {
position: relative;
display: none;
padding-top:10px;
}
.slider-wrapper.display,
.no-js .slider-wrapper {
position: relative;
display: block;
}
.slider-wrapper.padding {
padding-bottom: 40px;
}
.slider-wrapper.nav-padding {
padding-bottom: 70px;
}
.slider {
float: left;
position: relative;
}

/* Individual Slides */
.slider .slide {
display: none;

}
.slider.display .slide {
display: block;
-webkit-box-shadow: 0px 0px 10px #000000;
-moz-box-shadow: 0px 0px 10px #000000;
box-shadow: 0px 0px 10px #000000; 

}
.no-js .slider div:first-child {
display: block;
}

/* Slide Video */
.slide-video {
position: relative;
display: inline-block;
background: #000;
cursor: pointer;
}
.slide-video > div {
width: inherit !important;
height: inherit !important;
}

/* Custom Slide */
.custom-slide {
background: #fff;
background-position: center center;
}
.custom-slide h2 {
font-size: 40px;
line-height: 50px;
}
.custom-slide h3 {
font-size: 30px;
}

/* Caption Frame */
.caption-frame {
position: relative;
padding: 20px;
line-height: 19px;
overflow: hidden;
}
.caption-left,
.caption-right.reflection-m {
float: left;
}
.caption-right,
.caption-left.reflection-m {
float: right;
}

/* Caption Overlay */
.caption-overlay {
position: absolute;
z-index: 1;
padding: 20px 20px 10px 20px;
max-width: 65%;
line-height: 19px;
filter:alpha(opacity=80);
-moz-opacity: 0.80;
-khtml-opacity: 0.80;
opacity: 0.80;
}
.caption-overlay.caption-topleft {
top: 20px;
left: 0;
}
.caption-overlay.caption-topright {
top: 20px;
right: 0;
}
.caption-overlay.caption-bottomleft {
bottom: 20px;
left: 0;
}
.caption-overlay.caption-bottomright {
bottom: 20px;
right: 0;
}

/* Caption Styles */
.caption-light {
background: #fff;
color: #000;
}
.caption-light h1,
.caption-light h2,
.caption-light h3,
.caption-light h4,
.caption-light h5,
.caption-light h6 {
color: #000;
}
.caption-dark {
background: #000;
color: #fff;
}
.caption-dark a{
background: #000;
color: #fff;
}
.caption-dark a:hover{
	background: #000;
	color: #BBDDC7;
}
.caption-dark h1,
.caption-dark h2,
.caption-dark h3,
.caption-dark h4,
.caption-dark h5,
.caption-dark h6 {
color: #fff;
}

/* Slider Nav */
.slider-nav-wrapper {
float: left;
position: relative;
width: 100%;
z-index: 90;
height: 40px;
text-align: center;
}
.nav-type-1.slider-nav-wrapper {
background: url(images/slider-nav-light.png) no-repeat top center;
}
.nav-type-2.slider-nav-wrapper {
padding-top: 10px;
background: none;
}
.slider-nav {
display: inline-block;
}
.slider-button {
float: left;
background-repeat: no-repeat;
background-position: 0 0;
margin: 5px 2px 0 2px;
width: 18px;
height: 18px;
cursor: pointer;
}
.activeSlide.slider-button {
background-position: -17px 0;
}

/* Slider Arrows */
.slide-prev {
position: absolute;
left:-28px;
background-repeat: no-repeat;
background-position: 0 -27px;
width: 28px;
height: 56px;
cursor: pointer;
}
.slide-next {
position: absolute;
right:-28px;
background-repeat: no-repeat;
background-position: -31px -27px;
width: 28px;
height: 56px;
cursor: pointer;
}


/*************************** Shortcodes: Text Boxes ***************************/

.text-box {
float: left;
display: inline-block;
}
.text-box.centered {
float: none;
display: block;
}
.text-box p {
line-height: inherit;
}

/*************************** Shortcodes: Buttons ***************************/

.button-wrapper {
z-index: 1;
position: relative;
display: inline-block;
margin: 10px;
}
.button {
line-height: 1;
height: 100%;
}
.button a,
.button a:hover {
display: block;
height: 100%;
color: #ffffff;
font-size: 12px;
padding: 8px 12px;
-moz-border-radius: 40px;
-webkit-border-radius: 40px;
border-radius: 40px;
-webkit-box-shadow:1px 1px 5px #bbbbbd;
-moz-box-shadow:1px 1px 5px #bbbbbd;
box-shadow:1px 1px 5px #bbbbbd;
white-space:nowrap;
text-decoration:none;

}

/* Dark Grey Button */
.darkgrey.button a {
border: 1px solid #000;
background-color: #78746a;
background-image: -moz-linear-gradient(top, #78746a, #494842);
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#78746a), to(#494842));
}
.darkgrey.button a:hover {
background: #78746a;
}

/* Brown Button */
.brown.button a {
border: 1px solid #000;
background-color: #5e3e2c;
background-image: -moz-linear-gradient(top, #5e3e2c, #2b1406);
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5e3e2c), to(#2b1406));
}
.brown.button a:hover {
background: #2b1406;
}

/* Blue Button */
.blue.button a {
border: 1px solid #04509e;
background-color: #09b0fe;
background-image: -moz-linear-gradient(top, #09b0fe, #258df8);
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#09b0fe), to(#258df8));
}
.blue.button a:hover {
background: #258df8;
}

/* Lime Green Button */
.limegreen.button a {
border: 1px solid #92b946;
background-color: #d2e68d;
background-image: -moz-linear-gradient(top, #d2e68d, #94bd44);
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d2e68d), to(#a4cc56));
}
.limegreen.button a:hover {
background: #a4cc56;
}

/* Teal Button */
.teal.button a {
border: 1px solid #0c2e35;
background-color: #5d846c;
background-image: -moz-linear-gradient(top, #5d846c, #41624e);
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5d846c), to(#41624e));
}
.teal.button a:hover {
background: #5d846c;
}

/* Red Button */
.red.button a {
border: 1px solid #76151a;
background-color: #93063b;
background-image: -moz-linear-gradient(top, #b03238, #93063b);
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b03238), to(#93063b));
}
.red.button a:hover {
background: #b03238;
}

/* Orange Button */
.orange.button a {
border: 1px solid #c3730c;
background-color: #ee8600;
background-image: -moz-linear-gradient(top, #ee8600, #b25f0f);
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ee8600), to(#b25f0f));
}
.orange.button a:hover {
background: #b25f0f;
}

/* Yellow Button */
.yellow.button a {
border: 1px solid #e1ca83;
background-color: #cbaf4e;
background-image: -moz-linear-gradient(top, #cbaf4e, #a08835);
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#cbaf4e), to(#a08835));
}
.yellow.button a:hover {
background: #cbaf4e;
}


/*************************** Shortcodes: Dividers ***************************/

.divider {
border-top: 1px solid #d8d8d8;
clear: both;
width: 100%;
height: 1px;
padding: 0;
margin: 20px 0;
position: relative;
}
.divider.top a {
font-size: 8px;
float: right;
width: 20px;
position: absolute;
top: -10px;
right: 0;
color: #999;
text-align: right;
}
.divider.clear {
border: 0;
margin-bottom: 0;
}
.divider.curved {
border: 0;
height: 50px;
margin-bottom: 40px;
}
#frame.frame-sb-right .divider.curved, #frame.frame-sb-left .divider.curved {
background: url(images/dividers-light.png) no-repeat 0 0;
}
#frame.frame-fullwidth .divider.curved {
background: url(images/dividers-light.png) no-repeat 0 -50px;
}
#no-frame.frame-sb-right .divider.curved, #no-frame.frame-sb-left .divider.curved {
background: url(images/dividers-light.png) no-repeat 0 -100px;
}
#no-frame.frame-fullwidth .divider.curved {
background: url(images/dividers-light.png) no-repeat 0 -150px;
}

/*************************** Shortcodes: Blockquotes ***************************/

blockquote {
clear: both;
font-size: 14px;
margin: 5px 20px 10px 20px;
padding: 10px 0 5px 25px;
overflow: hidden;
}
blockquote p {
line-height: 23px;
}
.blockquote-left {
float: left;
margin: 10px 20px 20px 0;
}
.blockquote-right {
float: right;
margin: 10px 0 20px 20px;
}
.blockquote-right, .blockquote-left {
width: 30%;
font-size: 14px;
line-height: 23px;
padding: 10px 0 5px 25px;
}
blockquote, .blockquote-right, .blockquote-left {
background: url(images/bq-light.png) no-repeat;
}


/*************************** Shortcodes: Accordion ***************************/

.gppanel {
position: relative;
width: 100%;
margin-bottom: 10px;
overflow: hidden;
}
h3.accordion-title {
font-size: 18px;
padding: 10px 0 10px 30px;
background-position: -40px -126px;
background-repeat: no-repeat;

}
h3.ui-state-active.accordion-title {
background-position: -5px -160px;
}
.panel-content {
padding: 0 20px 20px 20px;
line-height: 19px;
}


/*************************** Shortcodes: Toggle Box ***************************/

h3.toggle {
background-repeat: no-repeat;
background-position: -50px -137px;
font-size: 16px;
padding: 0 0 10px 23px;
cursor: pointer;
}
h3.toggle a {
text-decoration: none;
display: block;
}
h3.toggle-active {
background-position: -13px -171px;
}
.toggle-box {
clear:both;
margin: 0 0 10px 0;
overflow: hidden;
}


/*************************** Shortcodes: Portfolios ***************************/

/* Portfolio */
.portfolio {
width: 100%;
}
.portfolio-item {
float: left;
}
.portfolio-thumbnail {
float: left;
position: relative;
overflow: hidden;
padding-bottom: 20px;
}
.portfolio-thumbnail.no-padding {
padding-bottom: 20px;
}

/* Portfolio Type Two/Three Columns */
.portfolio-three-col .portfolio-item, .portfolio-two-col .portfolio-item {
	padding: 0px 2px;
margin: 0px 0px 0px 9px;
}

.portfolio-three-col h2, .portfolio-two-col h2 {
font-size: 30px;
}

/* Portfolio Type Large */
.portfolio-large .portfolio-thumbnail {
margin-right: 20px;
}
.portfolio-large h2 {
font-size: 30px;
}

/* Portfolio Type Grid */
.portfolio-grid .portfolio-text {
float: left;
}
.portfolio-grid h2 {
font-size: 20px;
}


/*************************** Shortcodes: Contact Form ***************************/

#contact-form {
float: left;
width: 100%;
margin-bottom: 12px;
}
#contact-form .contact-verify {
float: left;
margin-right: 10px;
}
#contact-form .contact-submit {
float: left;
}
#contact-form label {
padding-left: 5px;
}
#contact-form textarea {
width: 95%;
max-width:560px;
}
.required {
color: #ff0000;
}
#contact-form .loader {
display: none;
background: url(images/loader-light.gif) no-repeat right bottom;
float: left;
padding: 3px 0 0 10px;
width: 16px;
height: 16px;
}
.contact-success, .contact-error {
margin: 0 0 10px 0;
display: block;
min-height: 22px;
line-height: 22px;
padding: 3px 10px 3px 35px;
}
.contact-success {
background: #e3f8bf url(images/success.png) no-repeat 10px center;
border: 1px solid #9bd23a;
color: #5e8a11;
}
.contact-error {
background: #FBE3E4 url(images/error.gif) no-repeat 10px center;
border: 1px solid #FBC2C4;
color: #8a1f11;
}
#contact-form .input-error {
border: 1px solid #FBC2C4;
}


/*************************** Shortcodes: Drop Caps ***************************/

.dropcap1 {
display: block;
position: relative;
float: left;
font-size: 40px;
margin: 0 10px -8px 0;
padding: 0;
text-align: center;
}
.dropcap2 {
display: block;
position: relative;
float: left;
font-size: 38px;
margin: 4px 10px 0 0;
padding: 6px 12px;
text-align: center;
background: #eee;
}
.dropcap3 {
display: block;
position: relative;
float: left;
font-size: 38px;
margin: 4px 10px 0 0;
padding: 6px 12px;
text-align: center;
color: #999;
background: #404040;
}
.dropcap4 {
display: block;
position: relative;
float: left;
font-size: 38px;
margin: 4px 10px 0 0;
padding: 6px 12px;
text-align: center;
background: #eee;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
}
.dropcap5 {
display: block;
position: relative;
float: left;
font-size: 38px;
margin: 4px 10px 0 0;
padding: 6px 12px;
text-align: center;
color: #999;
background: #404040;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
}


/*************************** Shortcodes: Author Info ***************************/

.author-info {
float: left;
border: 1px solid #d8d8d8;
background: #f7f7f7;
padding: 10px;
margin: 20px 0;
}
.author-info .avatar {
float: left;
margin-right: 10px;
}
.author-info .author-meta {
float: left;
}
#frame .author-info .author-meta {
width: 553px;
}
#no-frame .author-info .author-meta {
width: 573px;
}
#frame.frame-fullwidth .author-info .author-meta {
width: 853px;
}
#no-frame.frame-fullwidth .author-info .author-meta {
width: 893px;
}
.author-info .author-name {
float: left;
font-family: 'Trebuchet MS', Helvetica, sans-serif;
font-weight: bold;
padding-bottom: 10px;
}
.author-info .author-links {
float: right;
color: #999999;
font-size: 11px;
padding-bottom: 10px;
}
.author-info .author-desc {
font-size: 11px;
line-height: 16px;
}


/*************************** Shortcodes: Related Posts ***************************/

/* Related Posts Container */
#related-posts {
float: left;
width: 100%;
margin: 20px 0;
}
#related-posts h3 {
padding-bottom: 20px;
}

/* Individual Posts */
.related-post {
float: left;
width: 48%;
margin-right: 2%;
}
.related-post .divider {
margin: 10px 0;
}
.related-image {
border: 1px solid #d8d8d8;
background: #f7f7f7 url(images/related-post.png) no-repeat center center;
float: left;
padding: 3px;
margin-right: 10px;
line-height: 0;
width: 55px;
height: 55px;
}
.related-image img {
width: 55px;
height: 55px;
}
.related-post h5 {
padding-bottom: 5px;
}
.related-date {
color: #999;
font-size: 11px;
}


/*************************** Shortcodes: Tabs ***************************/

.ui-tabs {
position: relative;
padding: .2em;
padding-top:0 !important;
top:-4px;
zoom: 1;
}
.ui-tabs .ui-tabs-nav {
display: block;
margin: 0;
padding: 0 0 0 2px;
}
.ui-tabs .ui-tabs-nav li { 
z-index: 1;
border: 1px solid #d8d8d8;
background-image: none;
list-style: none !important;
float: left;
position: relative;
top: 4px;
margin: 0 .2em 1px 0 !important;
border-bottom: 0 !important;
padding: 0;
white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li:hover { 
background: #EFEFEF;
}
.ui-tabs .ui-tabs-nav li a {
float: left;
padding: 8px;
text-decoration: none;

}
.ui-tabs .ui-tabs-nav li a:hover {
color: #000;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { 
z-index: 3;
background: #fff;
margin-bottom: 0;
padding-bottom: 1px;
color:#000000;
-webkit-box-shadow: -2px -2px 3px #dddddd;
-moz-box-shadow: -2px -2px 3px #dddddd;
box-shadow: -2px -2px 3px #dddddd; 
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-state-processing a {
cursor: text;
color: #000;
}
.ui-tabs .ui-tabs-nav li a,
.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
color: #666;
cursor: pointer;
} 
.ui-tabs-nav .tabhead {
cursor:pointer;
font-size: 14px !important;
margin-bottom: 0;
display: block;
}
.ui-tabs-panel  {
z-index: 2;
position: relative;
height: inherit;
line-height: 19px;
overflow: hidden;
margin: 2px;
margin-bottom: 10px;
padding: 12px;
}
.ui-tabs .ui-tabs-hide {
display: none !important;
}


/*************************** Shortcodes: Login/Register Forms ***************************/

#loginform,
#registerform {
float: left;
margin: 10px 0;
}
#loginform label,
#registerform label {
padding-left: 5px;
}
label[for=user_login],
label[for=user_pass] {
float: right;
margin-top: 5px;
}
#loginform .login-remember label {
padding-left: 0;
}


/*************************** Shortcodes: Lists ***************************/

.tick li {
background-position: -175px -198px;
background-repeat: no-repeat;
}
.circle li {
background-position: -147px -235px;
background-repeat: no-repeat;
}
.arrow li {
background-position: -115px -269px;
background-repeat: no-repeat;
}
.square li {
background-position: -85px -301px;
background-repeat: no-repeat;
}
ul.orange li {
background-image: url(images/sprite-tiger.png);
}
ul.brown li {
background-image: url(images/sprite-chocolate.png);
}
ul.blue li {
background-image: url(images/sprite-arcticfox.png);
}
ul.teal li {
background-image: url(images/sprite-obsidian.png);
}
.no-divider li {
border: 0;
padding: 8px 0px 0px 20px;
}




/*************************** Shortcodes: Notifications ***************************/

.notify {
position: relative;
margin: 10px 0;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
display: block;
line-height: 19px;
padding: 20px 20px 20px 95px;
font-size: 11px;
color: #fff;
text-shadow: 1px 1px 2px #000;
}

.notify-star {
background: #dcdcdc url(images/notify-star.png) repeat-x;
border: 1px solid #c6c6c6;
color: #000;
text-shadow: 1px 1px 2px #fff;
}
.notify-warning {
background: #cc6806 url(images/notify-warning.png) repeat-x;
border: 1px solid #964a00;
}
.notify-error {
background: #7f0936 url(images/notify-error.png) repeat-x;
border: 1px solid #230510;
}
.notify-help {
background: #539ce6 url(images/notify-help.png) repeat-x;
border: 1px solid #2670bb;
}
.notify-success {
background: #A4CB5E url(images/notify-success.png) repeat-x;
border: 1px solid #9bd23a;
}

.notify .icon {
position: absolute;
top: 20px;
left: 20px;
width: 55px;
height: 52px;
}
.notify-star .icon {
background: url(images/notify-star-icon.png) no-repeat;
}
.notify-warning .icon {
background: url(images/notify-warning-icon.png) no-repeat;
}
.notify-error .icon {
background: url(images/notify-error-icon.png) no-repeat;
}
.notify-help .icon {
background: url(images/notify-help-icon.png) no-repeat;
}
.notify-success .icon {
background: url(images/notify-success-icon.png) no-repeat;
}

/*************************** Footer ***************************/

/* Footer Container */
#footer-top-outer {
margin: 10px auto 0 auto;
width: 980px;
}
#footer-top-inner {
	text-align: left;
	float: left;
	padding: 20px 20px 0 20px;
	position: relative;
	width: 940px;
	min-height: 200px;
	background: #d7d7d7 url(images/footer-container-light.png) repeat-x;
	-webkit-box-shadow:0px 0px 2px #999999;
	-moz-box-shadow:0px 0px 2px #999999;
	box-shadow:0px 0px 2px #999999;
	font-size:12px;
	color:#746D5F;
}
#footer-curve {
width: 984px;
height: 15px;
margin: 0 auto 15px auto;
position: relative;
}

/* Footer Widgets */



.footer-widget-outer {
float: left;
margin-left: 60px;
}
.footer-widget-inner {
float: left;
width: 100%;
padding-bottom: 20px;
}

#footer-top-inner div:first-child {
margin-left: 0;
}

#footer-top-inner p {
line-height: 14px;
margin-bottom: 10px;}

#footer-top-inner input[type="submit"] {
font-size:11px;
text-transform:uppercase;
font-weight:bold;
}


#footer-top-inner a {
color:#746D5F;
text-decoration:none;
}

#footer-top-inner td {
vertical-align:middle;
}

#footer-top-inner a:hover {
color:#000000;
text-decoration: underline;
}


#footer-top-inner h3 {
color:#746D5F;
font-size:20px;
text-shadow: 1px -1px 1px #999999;
filter: dropshadow(color=#999999, offx=1, offy=-1); }

#footer-top-inner ul li {
	background-position: -56px -130px;
	background-image: url(images/sprite-chocolate.png);
	background-repeat: no-repeat;
list-style-image: none;
list-style-type: none;
padding-top: 8px;
padding-right: 0pt;
padding-bottom: 8px;
padding-left: 12px;
margin-top: 0pt;
margin-right: 0pt;
margin-bottom: 0pt;
margin-left: 10pt;
}

.footer-whole {
width: 940px;
}
.footer-half {
width: 440px;
}
.footer-third {
width: 273px;
}
.footer-fourth {
width: 190px;
}

/* Footer Forms */
.footer-fourth #searchbar {
width: 150px;
}
.footer-widget-inner textarea {
height: 45px;
}
.footer-fourth #contact-form .textfield {
width: 125px;
}

/* Footer Bottom */
#footer-bottom-outer {
margin-top: -70px;
height: 90px;
width: 100%;
font-size: 12px;
}
#footer-bottom-inner {
margin: 0 auto;
width: 980px;
padding-top: 60px;
font-size: 11px;
color: #fff;
}
#footer-bottom-inner .right {
width: 20%;
}
#footer-bottom-inner .copyright {
float: right;
}

/* Footer Navigation */
#footer-bottom-inner ul {
float: left;
position: relative;
list-style-type: none;
padding: 0;
margin: 0;
}
#footer-bottom-inner li {
float: left;
list-style-image: none;
list-style-type: none;
padding: 0 10px 0 0;
margin: 0;
border: 0;
}
#footer-bottom-inner li ul {
display: none;
}
#footer-bottom-inner a {
color: #fff;
}
#footer-bottom-inner a:hover {
text-decoration: underline;
}


/*************************** Widgets ***************************/

/* General Widget Styling */
.widget {
float: left;
width: 100%;
padding-bottom: 20px;
margin-bottom: 20px;
border-bottom: 4px solid #ececec;
}
.widget h3, .widget h3 a, .widget h3 a:hover {
color: #333;
font-size: 18px;
}
.textwidget {
line-height: 19px;
}
.widget ul .li-first {
border-top: 0;
}
.widget ul .li-last {
border-bottom: 0;
}

/* Calendar Widget */
#wp-calendar caption {
text-align: right;
margin-bottom: 10px;
}

/* Search Widget */
#searchform {
float: left;
border: 1px solid #d8d8d8;
}
#searchbar {
float: left;
width: auto;
margin-right: 5px;
padding: 0 0 0 3px;
background: transparent;
filter: none;
color: #333;
border: 0;
}
#searchsubmit {
float: right;
margin: 0;
padding: 0;
width: 23px;
height: 20px;
background: transparent url(images/sprite-obsidian.png) no-repeat -81px -100px;
filter: none;
border: 0;
}

/* Recent Comments Widget */
.recentcomments {
background-position: -111px -61px;
background-repeat: no-repeat;
}


/*************************** Comments Section ***************************/

/* Comment List */
#comments {
float: left;
width: 100%;
}
h3.comments {
padding: 0 0 20px 30px;
background-position: -147px -32px;
background-repeat: no-repeat;
}
#commentlist, #commentlist li {
list-style: none;
list-style-type: none;
background: none;
margin: 0;
padding: 0;
}

/* Comment Box */
#commentlist .comment {
padding-bottom: 20px;
margin-bottom: 20px;
border-bottom: 1px solid #d8d8d8;
}
.comment-avatar {
float: left;
}
.comment-author {
font-size: 14px;
padding-bottom: 3px;
}
.comment-date {
color: #999;
font-size: 11px;
font-style: italic;
}
.comment-body {
padding: 0 0 2px 10px;
overflow: hidden;
}
.comment-text {
clear: both;
padding: 10px 0 0 0;
}
.reply-link {
height: 20px;
}
.reply-link a {
float: right;
font-size: 11px;
}

/* Child Comments */
#commentlist .children {
padding-top: 20px;
}
#commentlist .children .comment {
margin-left: 20px;
padding-top: 20px;
background: none;
border-top: 1px solid #d8d8d8;
}
#commentlist .children .comment-avatar img {
width: 45px;
height: 45px;
}

/* Comment Post Author */
.post-author {
display: none;
}
.bypostauthor .post-author {
display: block;
line-height: 1;
font-size: 11px;
margin-top: 10px;
padding: 3px;
text-align: center;
background: #d8d8d8;
font-weight: bold;
font-family: 'Trebuchet MS', Helvetica, sans-serif;
text-transform: uppercase;
}

/* Comment Form */
#commentform {
float: left;
width: 100%;
}
#respond h3 {
margin: 0;
padding: 0 0 2px 0;
}
#respond form {
padding-top: 20px;
}
#respond textarea {
width: 560px;
max-width: 560px;
height: 150px;
}
.cancel-comment-reply a {
text-transform: uppercase;
font-size: 9px;
}

/*************************** Twitter Sidebar ***************************/

#twitterstreamwidget-4 .twitter-stream p{
font-size:11px;
line-height:14px;
}

#twitterstreamwidget-4 .profile-link {
font-size:12px;
}

#twitterstreamwidget-4 .twitter-stream p{
font-size:11px;
line-height:14px;
}

#twitterstreamwidget-4 .profile-link {
font-size:12px;
}

/*************************** Page Navigation ***************************/

/* Page & Comments Navigation */
.wp-pagenavi {
padding: 20px 0 0 0;
float: right;
}
.wp-pagenavi span,
.wp-pagenavi a,
.wp-pagenavi.post-navi a span {
color: #333;
display: block;
float: left;
padding: 5px 10px;
margin-left: 5px;
text-align: center;
}
.wp-pagenavi.post-navi a {
padding: 0;
margin: 0;
background: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
border: 0;
}


/*************************** WP Admin Bar ***************************/

#wpadminbar ul li {
border-bottom: 0;
border-top: 0;
}

/*************************** Blog on Slider ***************************/

#blogslider ul {
	border-bottom: 0;
	border-top: 0;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	background-image:none;
}

#blogslider li {
	border-bottom: 0;
	border-top: 0;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	background-image:none;
}

#blogslider p {
color: #999999;
}

/*************************** Staff Page ***************************/

#staff td{
padding:10px;
vertical-align:middle;

}

#staff .sc-image img{
border:solid 4px #666666;
-webkit-box-shadow: 0px 0px 4px #666666;
-moz-box-shadow: 0px 0px 4px #666666;
box-shadow: 0px 0px 4px #666666;
}

/*************************** Reading Page ***************************/

#reading td{
padding:10px;
vertical-align:top;
border-bottom: 1px solid #999999;
}

#reading img{
border:solid 4px #666666;
-webkit-box-shadow: 0px 0px 4px #666666;
-moz-box-shadow: 0px 0px 4px #666666;
box-shadow: 0px 0px 4px #666666;
}


/*************************** Lifechange Page ***************************/

#lifechange td{
padding:10px;
vertical-align:middle;

}

/*************************** Giving Page ***************************/

#giving {
margin:10px 50px;
text-align:center;
}

#giving td{
padding:5px;
vertical-align:middle;

}


/*************************** RefTagger ***************************/


.lbsTooltip
{
	border: 1px solid #666666;
	z-index: 99;
	text-align: left;
	text-indent: 0;
	background: #ABA491; /* old browsers */
	background: -moz-linear-gradient(top, #ABA491 0%, #FFFFFF 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ABA491), color-stop(100%,#FFFFFF)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ABA491', endColorstr='#FFFFFF',GradientType=0 ); /* ie */
}

.lbsTooltip div
{
	text-align: left;
}

.lbsTooltipHeader
{
	background-color:#333333;
	color: #ffffff;
	font-weight:bold;
	font-size:12px;
	line-height: 14px;
	margin: 0;
	padding:4px;
	position:relative;
	border: 0;
}

.lbsTooltipBody 
{
	padding: 4px 8px 0 8px;
	margin:0;
	position:relative;
	z-index: 2;
	border: 0;
	line-height:14px;
}

.lbsTooltipBody p, .lbsTooltipBody span
{
	display: inline;
	color: #000000;
	font-size: 12px;
	line-height:14px;
}

.lbsTooltipFooter
{
	font-size:10px;
	bottom:4px;
	margin-top: 4px;
	position:absolute;
	text-align:right;
	border: 0;
}

.lbsTooltipFooter a:link, .lbsTooltipFooter a:visited, .lbsTooltipFooter a:hover 
{
	text-decoration: underline;
	font-weight: normal;
	font-size:10px;
}

.lbsTooltipFooter div
{
	text-align:right;
}


.lbsTooltipBody .ch-ref, .lbsTooltipBody .verse-ref
{
	font-size: 85%;
	top: -1px;
	position: relative;
}

.lbsTooltipBody .ch-ref
{
	font-weight: bold;
}

.lbsTooltipBody .verse-ref
{
	color: dimgray;
}

.lbsTooltip, .lbsTooltipBody span, .lbsTooltip a, .lbsTooltipBody p
{
	margin: 0;
	padding: 0;
}

.lbsLibronix img
{
	float: none !important;
}


/* ------------SERMON BROWSER ----------------*/
/* ------------SERMON BROWSER ----------------*/

@charset "utf-8";
/* CSS Document */

/* ------------Results ----------------*/

#sermon-results td {
	padding: 5px;
	line-height: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	vertical-align:middle;
}

.sermon-list-header {
	font-size: 12px;
	font-weight: bold;
	background-color: #68665d;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	color:#FFFFFF;
	margin-bottom: 5px;
}

.sermon-list-header-files {
	font-size: 11px;
	font-weight: bold;
	background-color: #68665d;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	text-align:center;
	color:#FFFFFF;
	margin-bottom: 5px;
	text-align:right;
}


.sermon-title {
	font-size: 13px;
}


.preacher {
	font-size: 11px;
	color:#333333;
}

.sermon-date {
	font-size: 11px;
	color:#333333;
}

.sermon-series {
	font-size: 13px;
	color:#666666;
}

.sermon-series a{
	color:#666666;
}

.sermon-series a:hover{
	color:#666666;
}


.sermon_file {
	float: right;
	margin:0px 2px;
}


table.sermonbrowser td.rightcolumn {
	padding-left: 11px;
}

div.sermon-browser div.floatright {
	float: right
}

div.sermon-browser div.floatleft {
	float: left
}

img.sermon-icon , img.site-icon {
	border: none;
}

.sermon-next {
font-size:11px;
font-weight: bold;
margin: 10px 0px;
float:right;
}

.sermon-previous {
font-size:11px;
font-weight: bold;
margin: 10px 0px;
float:left;
}

/* ------------Sermon Page ----------------*/

#filters-form {
margin: 10px auto 30px auto;
}

.sermon-passage {
	margin: 0px;
	padding: 5px;
	border-bottom: 1px solid #333333;
	font-size: 11px;
	background-color:#EFEFEF;
}

table.nearby-sermons {
	width: 100%;
	clear:both;
	margin:0px auto;
}

table.nearby-sermons td, table.nearby-sermons th {
	text-align: center;
}

table.nearby-sermons .earlier {
	padding: 5px;
	text-align: right;
	border-right: 1px solid #333333;
}

table.nearby-sermons .later {
	padding: 5px;
	text-align:left;
}

table.nearby-sermons td {
	width: 50%;
	vertical-align: top;
}

/* ------------Search ----------------*/

.sermon-browser h2 {
	clear: both;
}

div.sermon-browser table.sermons {
	margin: 0px auto;
	clear:both;
}

table.sermonbrowser td.fieldname {
	vertical-align: middle;
}


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: middle;
}

table.sermonbrowser td.field input{
	width: 100px;
	float:right;
}

table.sermonbrowser td.field select{
	width: 230px;
}


table.sermonbrowser td.field  #date, table.sermonbrowser td.field #enddate {
	width: 210px;
}

table.sermonbrowser td {
	white-space: nowrap;
	padding: 5px;
}


/* ------------Widget ----------------*/


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;
}

/* ------------Podcasting ----------------*/


table.podcast {
	margin: 0 0 1em 0;
}

.podcastall {
	float:left;
	background: #fff0c8 url(wp-content/plugins/sermon-browser/sb-includes/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(wp-content/plugins/sermon-browser/sb-includes/icons/podcast_custom_background.png) repeat-x;
	padding: 0.5em;
	font-size: 1em;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

td.podcast-icon {
    padding-right:1em;
}

div.filtered, div.mainfilter {
	text-align: left;
}

div.filter {
    margin-bottom: 1em;
}

.filter-heading {
    font-weight: bold;
}




/* ------------Misc Sermon Browser----------------*/

p.audioplayer_container {
	display:inline !important;
}

div.sb_edit_link {
visibility:hidden;
}
h2 div.sb_edit_link {
	font-size: 80%;
}

.clear {
    clear:both;
}
.sermon-tags {
font-size:11px;
font-style:italic;
}


.wp-paginate .current {
color: white;
background: #5e846b !important;
}

/* ------------ END SERMON BROWSER ----------------*/


/* ------------Misc----------------*/

#main-content ul {
margin:10px 0px 20px 0px;
}

#homebucket2 img{
	-webkit-box-shadow:0px 0px 10px #666666;
	-moz-box-shadow:0px 0px 10px #666666;
	box-shadow:0px 0px 10px #666666;
}

#teachingseries img{
	-webkit-box-shadow:0px 0px 10px #666666;
	-moz-box-shadow:0px 0px 10px #666666;
	box-shadow:0px 0px 10px #666666;
}

.jjnextgenlist_caption	{
	margin-bottom:20px;
}

.image_hlist_item {
	float:left;
}