/* Tag Redefinitions */

a { text-decoration: none; color: #666666; }

a:hover { color: #6699CC; }
	
body {
	font: 11px ArialMT, Arial, Verdana, sans-serif;
	color: #333300;
	margin-top: 10px;
	background-color: #666666;
}

ul { list-style-type: none; }

strong { font-family: Arial-BoldMT, ArialMT, Arial, Verdana, sans-serif; }

b { font-family: Arial-BoldMT, ArialMT, Arial, Verdana, sans-serif; font-size:12px; }

hr {
	border: 0;
	color: #D7DBCF;
	background-color: #D7DBCF;
	height: 1px;
	width: 860px;
	text-align: left;
}


/* End Tag Redefinitions */



/******************* Style Selectors **********************/

.greenheader {
	color: #528413;
	margin: 0;
	padding: 0;
}

.blueheader{ color: #6699CC; }

.blackheader{ color: #333300; }

.greenboldheader{
	font: ArialMT, Arial, Verdana, sans-serif;
	font-weight: bold;
	color: #528413;
}

.blueboldheader{ 
	font: ArialMT, Arial, Verdana, sans-serif;
	font-weight: bold;
	color: #6699CC;
}

.blackboldheader{ 
	font: ArialMT, Arial, Verdana, sans-serif;
	font-weight: bold;
	color: #333300;
}

.link{ font-size: 11px; color: #333300; text-decoration: underline; }

.bullet{ list-style-type: disc; }

.clr {clear: both; margin: 0; padding: 0; }

.desc {
	line-height: 15px;
	margin: 0;
	padding: 0;
}

.picBkgrd{
	background-color:#CCCC99;
	float: left;
	margin: 0px 10px 0px 10px;
	width:150px;
	text-align:center;
	padding-top:50px;
}

.textBkgrd{
	background-color: #CCCC99;
	float: left;
	margin: 0px 0px 0px 30px;
	text-align: left;
	font-size: 14px;
	padding: 15px;
}

.mediaTableHeaders{
	font: bold 14px ArialMT, Arial, Verdana, sans-serif;
	color: #333300;
}

.selectedlink{
	color: #6699CC;
	text-decoration: none;
	font-size: 14px;
}

/* End Style Selectors (class=) */




/***************** Start Page Centering *******************/

#wrapper {
	width: 880px;
	margin:0 auto;
	background: #FFFFFF;
	border-left: solid 1px #D7DBCF;
	border-right: solid 1px #D7DBCF;
	border-top: solid 1px #D7DBCF;
	border-bottom: solid 1px #D7DBCF;
}

#contentContainer {
	width: 880px;
	margin-top: 10px;
	margin-left: 10px;
}

#container {
	width: 860px;
}

/* End Page Centering */



/****************** Navigation Stuff ******************/

#mainNav {
	font-family: Arial-BoldMT, Arial, Verdana, sans-serif;
	font-size: 12px;
	padding-top: 0px;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 15px;
	margin-left: 10px;
	border-bottom: none;
	border-top: none;
	border-right: none;
	border-left: none;
}

#mainNav ul, #mainNav li {
	display: inline;
	margin-left: 0px;
	padding-left: 0px;
}
	
#mainNav li a {
	color: #666666;
}
	
#mainNav li a:hover {
	color: #6699CC;
}
	
#mainNav li a.selected {
	color: #6699CC;
}

#subNav {
	font-family: Arial-BoldMT, Arial, Verdana, sans-serif;
	font-size: 12px;
	text-align: left;
	padding-left: 10px;
	border-bottom: none;
	border-top: none;
	border-right: none;
	border-left: none;
	line-height: 14px;
}

#subNav ul, #subNav li {
	margin-left: 0px;
	padding-left: 0px;
}
	
#subNav ul {
	bottom: 0px;
}

#subNav li a:hover {
	color: #6699CC;
	}
	
#subNav li a {
	color: #666666;
}
	
#subNav li a.selected {
	color: #6699CC;
	}
	
/* End Navigation Stuff */



/****************** Start front page content area ******************/

#column1 {
	width: 250px;
	float: left;
	text-align: left;
	padding: 10px 10px 0 10px;
}

#rightBoxmain {
	float: right;
	width: 570px;
	text-align: left;
	border-left: solid 1px #D7DBCF;
	border-right: none;
	border-top: none;
	border-bottom: none;
	padding-right: 5px;
	padding-left:10px;
}

#column2 {
	width: 270px;
	float: left;
	text-align: left;
	border-right: solid 1px #d7dbcf;
	padding: 5px 10px 0 0px;
}

#column3 {
	float: right;
	width: 270px;
	text-align: left;
	padding: 5px 0px 5px 10px;
	border-left: solid 1px #d7dbcf;
	
}

.blogfeed{
	font-size: 11px;
	color: #333300;
	padding: 5px;
	display: block;
	margin-bottom: 5px;
	text-decoration: none;
}

.event{
	font-size: 11px;
	color: #333300;
	padding: 5px;
	border-bottom: solid 1px #D7DBCF;
	display: block;
	margin-bottom: 5px;
	margin-top: 5px;
	text-decoration: none;
}

.event_link{ text-decoration: underline; }

.eventinfo {
	color: #333300;
	width: 200px;
	margin: 0;
	padding: 0;
}

.recent_sermon{
	font-size: 11px;
	color: #333300;
	padding: 5px;
	border-bottom: solid 1px #D7DBCF;
	display: block;
	margin-bottom: 5px;
	margin-top: 5px;
	text-decoration: none;
}

.sermonInfo {
	color: #333300;
	width: 100px;
	margin: 0;
	padding: 0;
}

.recent_link { text-decoration: underline; }

.recent_link_box {
	float: right;
	text-align: right;
	width: 70px;
}

.rmmr{
	padding: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.image {
   	position: relative;
   	width: 100%; /* for IE 6 */
}

/* to use for title on picture overlay */
h2 {
   	position: absolute;
   	top: -13px;
   	left: 0px;
   	color: white;
   	font: bold 16px/16px ArialMT, Arial, Verdana, sans-serif;
   	background: url(http://www.trinityfel.org/images/transpBlack50.png);
   	padding: 10px 8px 2px 8px;
}

h2 a {
	text-decoration: underline;
	color: white;
}

h2 a:hover {
	color: #6699CC;
}

/* to use for text on picture overlay */
h3 {
   	position: absolute;
   	top: 17px;
  	left: 0px;
  	color: white;
  	font: 11px/12px ArialMT, Arial, Verdana, sans-serif;
   	background: url(http://www.trinityfel.org/images/transpBlack50.png);
   	padding: 8px;
}

h3 a {
	text-decoration: underline;
	color: white;
}

h3 a:hover {
	color: #6699CC;
}

/* to use for title beside a picture */
h4 {
	position: absolute;
   	top: -12px;
   	left: 0px;
}

/* to use for text beside a picture */
.image p {
	position: absolute;
   	top: 0px;
   	left: 0px;
}

/****************** Start general Content Area ******************/

#rightBox {
	float: right;
	width: 670px;
	text-align: left;
	border-left: solid 1px #D7DBCF;
	border-right: none;
	border-top: none;
	border-bottom: none;
	padding-right: 30px;
}

#leftBox {
	width: 150px;
	text-align: left;
	border-right: solid 1px #D7DBCF;
	padding-right: 10px;
}

#links a { color: #333300; }

#links a:hover { color: #6699CC; }

#links a:visited { color: #333300; }

#links {
	font-family: ArialMT, Arial, Verdana, sans-serif;
	font-size: 11px;
}

/* End general Content Area */


/****************** Start rmmr content area ******************/

#leftcolumn {
	width: 410px;
	float: left;
	padding: 10px 5px 20px 20px;
}

#rightcolumn {
	width: 420px;
	float: right;
	padding: 10px 0px 20px 5px;
}

h5 {
   	position: absolute;
   	top: 0px;
  	left: 0px;
  	color: white;
  	font: 12px/13px ArialMT, Arial, Verdana, sans-serif;
   	background: url(http://www.trinityfel.org/images/transpBlack50.png);
   	padding: 8px;
}

/* End rmmr Content Area */

/****************** Start Footer ******************/

#footer {
	width: 880px;
	border-top: solid 1px #D7DBCF;
	border-bottom: none;
	border-left: none;
	border-right: none;
	text-align: right;
}

.social {
	width: 200px;
	padding: 10px 0px 0px 10px;
	float: left;
	text-align: left;
}


/* End Footer */

/****************** Start Header ******************/

#header {
	width: 880px;
	border-top: none;
	border-bottom: solid 1px #D7DBCF;
	border-left: none;
	border-right: none;
	clear: both;
}

/* End Header */


/****************** Start slider ******************/

/*
    anythingSlider v1.0
    
    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
*/


.anythingSlider { 
	width: 620px; 
	height: 325px; 
	position: relative; 
	margin: 0 auto 15px;
}

.anythingSlider .wrapper { 
	width: 540px; 
	overflow: auto; 
	height: 319px; 
	margin: 0 15px; 
	position: absolute; 
	top: 0; 
	left: 0; 
}

.anythingSlider .wrapper ul { 
	width: 9999px; 
	list-style: none; 
	position: absolute; 
	top: 0; left: 0; 
	background: #fff; 
	border-top: 3px solid #D7DBCF; 
	border-bottom: 3px solid #D7DBCF; 
	margin: 0; 
}

.anythingSlider ul li { 
	display: block; 
	float: left; 
	padding: 0; 
	height: 296px; 
	width: 540px; 
	margin: 0;
}

.anythingSlider .arrow { 
	display: block; 
	height: 200px; 
	width: 50px; 
	background: url(../images/arrows2.png) 
	no-repeat 0 0; 
	text-indent: -9999px; 
	position: absolute; 
	top: 50px; 
	cursor: pointer; 
}

.anythingSlider .forward { 
	background-position: 0 0; 
	right: 25px;
}

.anythingSlider .back { 
	background-position: -50px 0; 
	left: -25px; 
}

.anythingSlider .forward:hover { background-position: 0 -200px; }

.anythingSlider .back:hover { background-position: -50px -200px; }

#thumbNav { 
	position: relative; 
	top: 302px; 
	text-align: center; 
}

#thumbNav a { 
	color: black; 
	font: 11px/18px; ArialMT, Arial, Verdana, sans-serif; 
	display: inline-block; 
	padding: 4px 8px 2px; 
	height: 18px; 
	margin: 0 5px 0 0; 
	background: #D7DBCF url(http://www.trinityfel.org/images/cellshade.png) repeat-x; 
	text-align: center; 
	-moz-border-radius-bottomleft: 5px; 
	-moz-border-radius-bottomright: 5px; 
	-webkit-border-bottom-right-radius: 5px; 
	-webkit-border-bottom-left-radius: 5px; 
}

#thumbNav a:hover { background-image: none; }
#thumbNav a.cur { background: #D7DBCF; }

#start-stop { 
	background: green; 
	background-image: url(http://www.trinityfel.org/images/cellshade.png); 
	background-repeat: repeat-x; 
	color: white; 
	padding: 2px 5px; 
	width: 40px; 
	text-align: center; 
	position: absolute; 
	right: 75px; 
	top: 302px; 
	-moz-border-radius-bottomleft: 5px; 
	-moz-border-radius-bottomright: 5px; 
	-webkit-border-bottom-right-radius: 5px; 
	-webkit-border-bottom-left-radius: 5px;
}

#start-stop.playing { background-color: red; }

#start-stop:hover { background-image: none; }

/*
  Prevents
*/
.anythingSlider .wrapper ul ul { 
	position: static; 
	margin: 0; 
	background: none; 
	overflow: visible; 
	width: auto; 
	border: 0; 
}

.anythingSlider .wrapper ul ul li { 
	float: none; 
	height: auto; 
	width: auto; 
	background: none;
}

/* End slider */



/***************** Reftagging stuff ****************/

.bibleref a, a.lbsBibleRef {
	text-decoration: none;
	color: #666666 !important;
	border-bottom: 1px #666666 dotted;
}

.lbsTooltipHeader
{
	background:#ECEDEF;
	font-weight:bold;
	font-size:15px;
	font-family:Arial,Helvetica,sans-serif;
	margin: 0;
	padding:4px;
	position:relative;
}

.lbsTooltipBody 
{
	padding: 4px 8px 0 8px;
	margin:0;
	position:relative;
	z-index: 2;
}

.lbsTooltipBody p
{
	display: inline;
	color: black;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 14px;
	line-height:16px;
}

.lbsTooltipFooter
{
	bottom:4px;
	font-family:Helvetica,Arial,sans-serif;
	font-size:11px;
	margin-top: 4px;
	position:absolute;
	text-align:right;
}

/*.lbsTooltip a
{
	color: blue;
	text-decoration: underline;
}*/

.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;
}

/* OVERRIDES */

.lbsTooltip
{
	background:#FFF;
	border: 1px solid #DFE0E2;
}

.lbsTooltipFooter div+div a {
	text-decoration: none;
	color: #999;
}
