/* Styles for www.shorministries.org
by Tommy Brandt
Trio Media Design
 */


/*Meyer Reset  http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

html { overflow-y: scroll; }

body {
	line-height: 1;
}


ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*END RESET*/


body {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#331909;
	background: #fbf1ce;
}

p {
	margin-bottom: 10px;
	line-height: 14px;
}

em {
	font-style: italic;
}

small {
	font-size: 10px;
}

a, a:link, a:visited {
	color: #de5f12;
	text-decoration: none;
}

a:hover, a.over {
	color: #7e3408;
	text-decoration: underline;
}

blockquote {
	line-height:14px;
}

h1 {
	font-family: Georgia;
	font-size: 20px;
	font-weight: normal;
	text-transform: normal;
	text-decoration: none;
	color: #4b7d6e;
	margin-bottom: 3px;
}

#bibleVerse h1 {
	font-size: 14px;
}


h2 {
	font-family: Georgia;
	font-size: 15px;
	font-weight: normal;
	text-transform: normal;
	text-decoration: none;
	color: #4b7d6e;
	margin-bottom: 5px;
}


h3 {
	font-weight: bold;
	margin-bottom: 5px;
}


h4 {
	font-weight: bold;
}


h5 {
	font-weight: bold;
}


h6 {
	font-weight: bold;
	font-family: Georgia;
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
}

strong {
	font-weight: bold;
}

hr {
	border: 0;
	margin: 10px auto 10px auto;
	width: 500px;
	height: 2px;
	color: #e0d3af;
	background-color: #e0d3af;
}

/*-------TOOLS-------*/
.floatLeft { float: left; }
.floatRight { float: right; }
.clear { clear: both; }
.center { text-align: center; }


/*-------HEADER-------*/
#header {
	height: 122px;
	text-indent:-9999px;
	background: #4b7d6e url('images/headerTexture.jpg') no-repeat fixed top left;
	padding-top: 8px;
}

#header span {
	display: block;
	width: 540px;
	height: 120px;
	background: url('images/shorLogo.png') no-repeat;
	margin: 0 auto;
}


/*-------NAVIGATION-------*/
#navWrap {
	background: #de5f12 url('images/navSpan.gif') repeat-x;
	height: 40px;
	border-bottom: 1px solid #86775b;
	text-align: center;
}

ul#nav {
	width: 800px;
	font-family: Georgia, serif;
	font-size: 13px;
	text-transform: uppercase;
	padding: 0;
	margin: 0 auto;
	padding-top: 10px;
}

ul#nav li {
	float: left;
	position: relative;
	padding: 0 25px 0 25px;
}

ul#nav li a, ul#nav li a:link, ul#nav li a:visited {
	color: #bb964d;
}

ul#nav li a {
	display: block;
	line-height: 30px;
}

ul#nav li a:hover, ul#nav li a.over {
	color: #f3e39f;
	text-decoration: none;
}

ul#nav li ul {
	position: absolute;
	top: 30px;
	left: -9999px;
	border-left: 1px solid #bc9955;
	border-bottom: 1px solid #bc9955;
	border-right: 1px solid #bc9955;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%;}
* html ul li a { height: 1%; }
/* End */

ul#nav li:hover ul, ul#nav li.over ul {
	left: -36px;
}	
	
ul#nav li:hover ul, ul#nav li.over ul {
	display: block;
}

ul#nav li ul li {
	position: relative;
	background-color: #5b4123;
	width: 165px;
	font-size: 12px;
	padding: 0;
	border-bottom: 1px solid #735730;
}

ul#nav li ul li a {
	line-height: 25px;
}

ul#nav li li {
	display: block
}

/*-------MAIN CONTENT-------*/
#mainWrap {
	background: #f9f2d2 url('images/mainTexture.jpg') repeat center top;
	width: 100%;
	text-align: left;
	padding-top: 30px;
	padding-bottom: 30px;
}

#mainWrap #main #mainLeft #picBox {
	background: url('images/renewInternal.png') no-repeat left top;
	width: 600px;
	height: 185px;
	margin-bottom: 15px;
}

#mainWrap #main {
	width: 800px;
	margin: 0 auto;
	min-height: 565px;
}

#mainWrap #main #mainLeft {
	width: 600px;
	float: left;
}

#mainWrap #main #mainRight {
	width: 160px;
	float: right;
	border-left: 1px solid #e0d3af;
}

#mainWrap #main #mainRight #sideButtons a{
	display: block;
	width: 125px;
	height: 100px;
	margin-left: 35px;
	text-indent: -9999px;
}

/*-------RETREATS-------*/

table #retreats {
	width: 600px;
}

#retreats tr {
	height: 20px;
	line-height: 20px;
	background: url('images/transpOrange10.png');
}
#retreats td {
	padding-left: 10px;
	padding-right: 10px;
}

#retreats tr.shaded {
	background: url('images/transpOrange25.png');
}

#retreats a.apply {
	margin-top: 3px;
	display: block;
	width: 45px;
	height: 15px;
	background: url('images/applyButton.png') left bottom;
	text-indent: -9999px;
}

#retreats a.apply:hover, a.apply.over {
	background: url('images/applyButton.png') left top;
}

/*-------PERSONNEL-------*/

table#personnel {
	width: 600px;
	margin-bottom: 15px;
}

#personnel tr {
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
}
#personnel td {
	padding-left: 15px;
}

#personnel td.right {
	padding-left: 0px;
	width: 160px;
	text-align: right;
}

img.photo {
	border: 1px solid #bb964d;
	float: left;
	margin: 0px 10px 10px 0px;
}

/*-------HOME CONTENT-------*/
#homeTop {
	margin: 0 auto;
	width: 755px;
	margin-bottom: 25px;
}

#homeTop #picBox{
	background: url('images/refocusHome.png') no-repeat left top;
	width: 755px;
	height: 155px;
	margin-bottom: 15px;
}

#homeTop #topText {
	width: 755px;	
}

h2#welcome {
	background: url('images/welcome.png') no-repeat left top;
	width: 137px;
	height: 25px;
	text-indent: -9999px;
}

#homeBottom {
	margin: 0 auto;
	width: 755px;
}

#homeBottomLeft {
	float: left;
}

#homeBottomRight {
	float: right;
}

#homeBottomLeft #news {
	width: 320px;
	height: 280px;
}

#homeBottomLeft #news p {
	margin-bottom: 10px;
}

#homeBottomRight #bibleVerseWrap {
	background: url('images/verseBacker.png') no-repeat left top;
	width: 395px;
	height: 150px;
	margin-bottom: 30px;
}
#homeBottomRight #bibleVerse {
	padding: 33px 20px;
}

#homeBottomRight #bibleVerse h1 {
font-size: 20px;
}

#homeBottomRight #bibleVerse p {
font-size: 15px;
}

#homeBottomRight #homeButtons a {
	display: inline-block;
	display: -moz-inline-block;
	width: 125px;
	height: 100px;
	text-indent: -9999px;
}

#homeBottomRight #homeButtons a.retreat, #mainRight #sideButtons a.retreat  {
	background: url('images/retreatButton.png') no-repeat left top;
}

#homeBottomRight #homeButtons a.support {
	background: url('images/supportButton.png') no-repeat left top;
	margin: 0 7px 0 7px;
}

#mainRight #sideButtons a.support {
	background: url('images/supportButton.png') no-repeat left top;
	margin: 10px 0 10px 0;
}

#homeBottomRight #homeButtons a.involved, #mainRight #sideButtons a.involved {
	background: url('images/involvedButton.png') no-repeat left top;
}



/*-------GALLERY CONTENT-------*/

#gallery img {
	width: 115px;
	height:115px;
	border: 1px solid #bb964d;
	margin: 15px;
}

/*-------BLOCK QUOTES-------*/

p.quote {
	margin: 10px 0 10px 0;
	padding: 0;
	line-height: 14px;
}

.bqstart {
	float: left;
	height: 15px;
	margin-top: 25px;
	padding-top: 0px;
	margin-bottom: -15px;
	font-size: 700%;
	color: #bb964d;
 }

.bqend {
	float: right;
	height: 25px;
	margin-top: 30px;
	font-size: 700%;
	color: #bb964d;
 }
 
 hr.quote {
	margin: 25px auto 25px auto;
}
 
/*-------FORM--------*/
fieldset {
	padding: 10px 30px;
	margin: 0;
}

input {
	width:225px;
}
input, textarea {
	border: 1px solid #ccc;
	padding: 5px;
	margin: 0px 0 0 0;
}
input:focus, textarea:focus {
	background: #ffc;
}

input:hover, textarea:hover {
	background: #ffc;
}

textarea {
	font: .9em Verdana, Arial, Helvetica, sans-serif;
}

label {
	display: block;
	margin: 12px 7px 0 0;
	font-weight: bold;
	float: left;
	text-align: right;
	clear: left;
	width: 100px;
}

input.submitContact {
	margin-left: 105px; 
	width: 75px;
	height: 20px;
	background: url('images/submitButton.png') no-repeat left bottom;
	outline: none;
	text-indent: -9999px;
	border: 0;
}

input.submitContact:hover {
	width: 75px;
	height: 20px;
	background: url('images/submitButton.png') no-repeat left top;
}

.required {
	margin-left: 105px; 
	color: #FF2222;
}

/*-------FOOTER-------*/
#footerWrap {
	background: #5b4123;
	color: #bb964d;
	min-height: 200px;
	padding-top: 15px;
	font-size: 11px;
}

#footer {
	width: 700px;
	margin: 0 auto;
}

#footerLeft {
	float: left;
	margin-left: 85px;
	padding-top: 40px;
	padding-left: 16px;
	background: url('images/footerLogo.png') no-repeat left top;
	width: 210px;
	text-align: left;
}

#footerLeft p.copyright {
	line-height: 60px;
}

#footerCenter {
	float: left;
	margin-left: 150px;
	margin-top: 15px;
	text-align: left;
}

#footerCenter li a, #footerCenter li a:link, #footerCenter li a:visited {
	color: #bb964d;
}

#footerCenter li a:hover, #footerCenter li a.over {
	color: #f3e39f;
	text-decoration: none;
}

#footerRight {
	float: left;
}