/* ===================================
/  Style sheet for moble/handheld devices
/  Date: July, 2007
/  Creator: Krista Ehlers, www.designedbykrista.com */
/* Typography 
=================================== */

* {
	margin: 0;
	padding: 0;
}

a:link, a:visited, {	
	color: #3d3d85;
	text-decoration: none;
	border-bottom: 1px dotted; 
	}
	
h1, h2, #footer a, h4, em, .signature {
	color: #3d3d85;
}

h1, h2, h3, h4 {
	font-size: 1em;
	margin: 0;
	padding: 0;
}

h3, h4 {
	margin-top: 5px;
}

p, li, dd, blockquote {
	margin: 0 0 3px 0;
}

p.clear {
	display:none;
}

h1 {
	background: url(../images/straightWordLogoTiny.gif) no-repeat 2px 2px;
	padding: 1px 0 1px 24px;
	height: 2.5em;
}

h2 {
	font-style: normal;
	background: #ffe100;
	padding-left: 3px;
}

h3 {
	border-bottom: 1px solid #ffe100;
}
.errorMessage {
	color: red;
}

ul, ol {
	list-style-position: outside;
	margin-left: 13px;
}

ol {
	margin-left: 18px;
}

#banner a, .boxContent img {
	display: none;
}

/* General Layout/Structure 
=================================== */
body {
	font: .8em Tahoma, Arial, Helvetica, sans-serif;
	background: #fff;
	color: #000;	
}
/* remove all floats and custom widths */
#banner, #primaryContent, #secondaryContent, .boxBackground, .boxContent, #bannerBox, #broadcastBox, #beliefsBox, #donateBox, #israel #secondaryContent, #contact #primaryContent, #forms #secondaryContent, #israel #primaryContent, #contact #secondaryContent, #forms #primaryContent {
	float: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

/* remove all image backgrounds */
#home #primaryContent, .boxBackground, #broadcastBox .boxContent, #donateBox .boxContent, ul#mainNav li, external {
	background: url(../images/noImage.gif) no-repeat left top;
	padding: 0;
}

.boxContent, #broadcastBox .boxContent, #donateBox .boxContent {
	background: #fff;
	padding: 0;
}

#footer {
	font-size: .7em;
	text-align:center;
	border-top: 1px solid #3d3d85;
	color: #000;
	}

/* Navigation 
=================================== */
#mainNav, #secondaryNav {
	list-style: none;
}

#mainNav {
	float: left;
	width: 70px;
	margin: 0 3px 3px 0;
	padding: 0;
	border-right: 1px solid #ffe100;
	border-bottom: 1px solid #ffe100;
	}

#mainNav li {
	float: none;
	padding: 0;
	margin: 0;
}

#mainNav a:link, #mainNav a:visited, #mainNav a:hover, #mainNav a:active {
	display: block;
	text-decoration: none;
	color: #3d3d85;
	border: none;
	padding: 0 3px;
	margin: 0;
	background: #fff;
}
	
/*The following highlights the current page in Main Navbar*/
#mainNav a:hover, #home #mainNav .home a, #broadcasts #mainNav .broadcasts a, #forms #mainNav .broadcasts a, #pastor #mainNav .pastor a,  #israel #mainNav .israel a, #beliefs #mainNav .beliefs a, #donate #mainNav .donate a,  #contact #mainNav .contact a {
	cursor:default;
	background: #ffe100;
}
	
/* Forms 
=================================== */

fieldset {
	border: 1px solid #ccc;
	background: #f8f8f8;
	margin: 2px 0;
	padding: 2px;
	}
	
label {
	float: none;
	display: block;
}

input, textarea, label {
	width: 100%;
}

textarea {
	height: 5em;
}

input.radio, input.checkbox, input.submit  {
	width: auto;
}

input:focus, textarea:focus {
	background:#ffe100;
	}

.helpText {
	margin-left: 10px;
	width: auto;
	display: inline;
}
	
/* Tables 
=================================== */
#broadcasts th, #broadcasts td {
	width: 30%;	
	font-size: .8em;
}
