
img { max-width: none; }

a { color: #356aa0; }

form { margin: 0; }
#content form { margin: 0 0 18px 0; }

@media only screen and (min-width: 768px) { }

a { font-weight: normal; text-decoration: none ;}


#header {
background: #222; border-bottom: 1px solid #309DD3;
background: #333;
}

#header h1 { line-height: 50px; color: #fff; margin: 0; }
#header h1 a {
color: inherit; text-indent: -999px;
overflow: hidden;
background: url(/Units/Theme/Static/Images/logo.gif);
display: block;
width: 90px;
 }
#header h1 span { color: #333; padding-left: .5em; display: none;}
#header ul { margin: 0; list-style: none; }

/* Using links
#header ul li { float: right; }
#header ul li a {
line-height: 50px; margin: 0;
padding: 0 1em;
color: #fff;
display: block;
border-right: 1px solid #333;
border-right: 1px solid #444;
text-decoration: none;}

#header ul li a:hover { background: #444; border-color: #555; }
*/
/* using li's */
#header ul li {
float: right;
line-height: 50px;
margin: 0;
padding: 0 1em;
display: block;
color: #ccc;
border-right: 1px solid #333;
border-right: 1px solid #444;
text-decoration: none;}
#header ul li a { color: #fff;}

#header ul li:hover { background: #444; border-color: #555; }



#headline {
min-height: 0px;
padding: 0;
padding: 1em 0;
color: #fff;
/*
text-shadow: 1px 2px 2px #444;
*/

background: #356aa0; /* old browsers */
background: -moz-linear-gradient(top, #356aa0 0%, #1F719E 100%); /* firefox */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#356aa0), color-stop(100%,#1F719E)); /* webkit */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#356aa0', endColorstr='#1F719E',GradientType=0 ); /* ie */

}


#headline a { color: #D4F2FF; }
#headline a:hover { color: yellow; }

#headline ul, #headline ul li { margin: 0; padding: 0; list-style: none; }

#headline ul { }

#headline ul li {float: left;width: 16.5%;}

#headline ul li a { display: block; padding: 0 5px; line-height: 25px; }

#headline ul li a:hover {
background: #7FACBE;
background: #66A6C2;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
text-decoration: none;
}

/*
#headline a img {
border: 1px solid #fff;
padding: 3px;
background: #c4e4f1;
margin: 0 auto;
}
*/

#subheadline p { text-align: justify; }

#subheadline a img {
border: 1px solid #ccc;
padding: 3px;
background: #fff;
margin: 1em 0;
display: block;
width: 100%;
}




#subheadline {
background: #eee;
padding: 1em 0;
/*color: #555;*/
border-top: 1px solid #fff;
}
/*
#subheadline p {margin: 0; }
*/

#main { padding: 2em 0; }

#sidebar {}

#testimonials {
width: 100%;
overflow:hidden;
padding: 1em 0 0;
margin: 2em 0;
border-top: 1px dashed #ccc;
border-bottom: 1px dashed #ccc;
color: #555;
font-style: italic;
}

#footer {
padding: 2em 0 0 0;
/*
background: #ededed; /* old browsers *
background: -moz-linear-gradient(top, #ededed 0%, #CECECE 100%); /* firefox *
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#CECECE)); /* webkit *
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#CECECE',GradientType=0 ); /* ie *

border-top: 1px solid #ccc;
color: #444;
*/

border-top: 1px solid #ddd;
color: #ccc;
}


.textright { text-align:right; }


table.table { border-collapse: collapse; border-spacing: 0; }
.table tr.odd td { background: #f3f3f3; }
.table tr:hover td { background: #F8F7C6; border-color: #ccc; }
.table th, .table td { border: none; border-top: 1px solid; border-color: #ddd; }
.table th {
	border-color: #eee;
	background: rgb(249,249,249); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(249,249,249,1) 0%, rgba(234,234,234,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,249,249,1)), color-stop(100%,rgba(234,234,234,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(249,249,249,1) 0%,rgba(234,234,234,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(249,249,249,1) 0%,rgba(234,234,234,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(249,249,249,1) 0%,rgba(234,234,234,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(249,249,249,1) 0%,rgba(234,234,234,1) 100%); /* W3C */
}


#bible table td {
	font: 16px/1.4em sans-serif, georgia;
	padding: 0.5em 1em 0.5em 0;
	border-bottom: 1px solid #eee;
	vertical-align: top;
}



/* Messages Boxes use the great Silk icons from http://famfamfam.com/ *
.message, .warning, .error, .success
{
	margin: 1em auto;
	display: block;
	padding: .8em 50px;
	border: 1px solid #fff;
}
.message
{
	background: #F8FAFC url(/Units/Theme/Static/Images/message.png) 20px center no-repeat;
	border-color: #B5D4FE;
}
.warning
{
	background: #fff6bf url(/Units/Theme/Static/Images/warning.png) 20px center no-repeat;
	border-color: #ffd324;
}
.error
{
	background: #fde6e9 url(/Units/Theme/Static/Images/error.png) 20px center no-repeat;
	border-color: #fb939f;
}
.success
{
	background: #EBFCE1 url(/Units/Theme/Static/Images/success.png) 20px center no-repeat;
	border-color: #B9DAA6;
}
*/

/* Date/Time picker CSS: http://trentrichardson.com/examples/timepicker/ */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }
