/* ===================================
/  Style sheet for Computer Monitors
/  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; 
	}
	
a:visited {
	color: #6060D1;
}
	
a:hover, a:active {
	border-bottom-style: solid;
	}

#broadcasts #primaryContent a {
	margin-left: 5px;
} 
	
.external {
	padding-right: 13px;
	background: url(../images/externalLink.gif) no-repeat right top;
}

h1 {
	font-size: 2em;
}

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

ol {
	margin-left: 20px;
}


dd {
	margin: 0 0 .5em 0;
}

h1, h2, h3, h4, #home p {
	margin: .1em 0;
}

p, li {
	margin: .5em 0;
}

h2 {
	font: italic bold 2em "Times New Roman", Times, serif;
	margin-left: 4em;
}

h3, h4, #beliefs #primaryContent em  {
	font-size: 1.2em;
}

h1, h2, h4, em, .signature {
	color: #3d3d85;
}	

em {
	font-family: "Times New Roman", Times, serif;
}

.signature {
	font: italic bold 1.2em "Times New Roman", Times, serif;
}

.errorMessage {
	font-weight: bold;
	color: red;
}

.clear {
	clear: both;
	font-size: 1px;
}

/* General Layout/Structure 
=================================== */
img, #banner a {
	border:none
	}
	
body {
	font: .8em Tahoma, Arial, Helvetica, sans-serif;
	background: #3d3d85;
	color: #000;
}

#banner {
	margin: 10px;
}

#primaryContent, #secondaryContent {
	width: 47%;
	float: left;
	margin: 0 10px;
}

#home #primaryContent {
	background: #3d3d85 url(../images/straightWordLogoLarge.gif) no-repeat left top;
	width: 100%;
	margin: 0;
}

#israel #secondaryContent, #contact #primaryContent, #forms #secondaryContent {
	width: 23%;
}

#israel #primaryContent, #contact #secondaryContent, #forms #primaryContent {
	width: 71%;
}

/* Yellow to Blue gradient, left of all content */
.boxBackground {
	padding: 15px;	
	margin: 0 0 15px 0;
	background: url(../images/boxGradient.gif) repeat-y left;
}


/* White box containing all content */
.boxContent {
	background: white;
	padding: 5px 10px;
}

.boxContent img {
	float: left;
}

#footer {
	font-size: .75em;
	text-align:center;
	color: White;
	padding-bottom: 10px;
	clear: both;
	}
	
#footer a {
	color: white;
}
/* Assigns ids to all .boxContent on home page in order to give them special margins that wrap around the large logo. */
#bannerBox {
	margin-left: 150px;
	margin-right: 150px;
}

#broadcastBox {
	margin-left: 270px;	
	margin-right: 50px;
}

#broadcastBox .boxContent {
	background: #fff url(../images/antenna.gif) no-repeat left center;
	padding-left: 50px;
}

#beliefsBox {
	margin-left: 300px;	
}

#donateBox {
	margin-left: 250px;
	margin-right: 50px;
}

#donateBox .boxContent {
	background: #fff url(../images/bible.gif) no-repeat 3px center;
	padding-left: 79px;
}

/* Navigation 
=================================== */
#mainNav {
	float: left;
	white-space: nowrap;
	}

#mainNav, #mainNav li, #secondaryNav {
	list-style: none;
	margin: 0;
	padding: 0;
}
	
#mainNav li {
	float: left;
	background: url(../images/verticalDots.gif) no-repeat right center;
	padding: 3px 11px 0 5px;
}

#mainNav li.home {
	padding-left: 0; /* first item needs no left pad */
}

#mainNav li.contact {
	background: none; /* last item doesn't need a bg image */
}

#mainNav a:link, #mainNav a:visited, #mainNav a:hover, #mainNav a:active {
	display: block;
	text-decoration: none;
	float: left; /*fixes mac bug */
	border-bottom: 3px solid white;
	color: #3d3d85;
}
	
#mainNav a:hover {
	border-bottom-color: #3d3d85;
	}
	
/*The following highlights the current page in Main Navbar*/
#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 {
	font-weight:bold;
	cursor:default;
	border-bottom-color: #3d3d85;
	}

/* Forms 
=================================== */
form p, fieldset {
	position: relative;
}

fieldset {
	margin:1em 0;
	padding: 1em;
	border: 1px solid #ccc;
	background: #f8f8f8;
	width: 85%;
	}
	
legend {
	font-weight: bold;
	color: #000;
}

label {
	float: left;
	width: 15%;
}

input, textarea {
	width: 55%;
}

textarea {
	height: 5em;
	font: 1em Verdana, Geneva, Arial, Helvetica, sans-serif;
}

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

input.radio {
	float: left;
	margin-right: 1em;
}

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

.helpText {
	font-style: italic;
}
	
label .helpText {
	position: absolute;
	left: 72%;
	top: -2px;
	width: 28%;
}

/* Tables 
=================================== */
table {
	margin: .5em 0;
}

#broadcasts th, #broadcasts td {
	width: 30%;	
}

th, td {
	padding: 0 .5em;
}