/*
Remnant of Israel Template Style Sheet
*/

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(images/img1.jpg) repeat-y;             /* #FFFFFF is right half of page, img1 is fading gray on left */
	font: normal small Arial, Helvetica, sans-serif;              /* Controls ALL text on page */
	color: #000000;                                              /* Font color for non hyperlink text */ /*8A8E99*/
}

form {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;                   /* Controls the letters in an element, none,capitalize, uppercase,lowercase */
	color: #000000;                             /* Font color for ALL headings */ /*6F7A9F*/
}
/* Styles links other than in navigation menu */
a {
	/*border-bottom: 1px solid #0066FF;   */         /* Underline elements on page */
	text-decoration: underline;                      /* Adds decoration to text, none, underline, overline, line-through, blink */
	color: #4B7A96;                            /*Does nothing when changed*/
}

a:hover {
        color: #ffffff;
        background: #497892;                        /* Highlights background of hovered link */
	/*border: none;   */                       /* hover links no underline when hovering */
}

/* Navigation - Boxed Menu */

#navbar {
	float: left;
	width: 270px;
}
/* Styles links in navigation menu */
#navbar a {
	/*border-bottom: 1px solid #0066FF;   */         /* Underline elements on page */
	text-decoration: none;                      /* Adds decoration to text, none, underline, overline, line-through, blink */
	color: #000000;                            /*Does nothing when changed*/
}
#navbar a:link,#navbar a:visited  {
	/*border-bottom: 1px solid #0066FF;   */         /* Underline elements on page */
	text-decoration: none;                      /* Adds decoration to text, none, underline, overline, line-through, blink */
	color: #000000;                            /*Does nothing when changed*/
}
#navbar a:hover {
        color: #ffffff;
        background: #497892;                        /* Highlights background of hovered link */
	/*border: none;   */                       /* hover links no underline when hovering */
}
.boxed {
}
.boxed .heading {
	margin: 0;
	padding: 10px 30px 5px 30px;
	font-size: 1em;                      /* Font size of side menu headings */
 
}
.boxed .content {
	padding-bottom: 10px;
	background: url(images/img3.jpg) no-repeat left bottom;   /* Raised shadow line b/t menu catagories */
}
.boxed ul {
	margin: 0;
	padding: 0;
	list-style: none;           /* A shorthand property for setting all of the properties for a list in one declaration */
}
.boxed li {
	padding: 2px 30px 2px 40px;
	background: url(images/img4.jpg) no-repeat;    /* Small raised shadow b/t items on side menu */
}
.boxed a {                    /* Menu items that are clickable */
    font-weight: bold;   /* Controls bold text for menu items */
	border: none;       /* A shorthand property for setting all of the properties for the four borders in one declaration */
}
.special {
     font-weight: bold;            /* Bold Red font in side nav bar */ 
	 color: #FF0000;              /* Red font in side nav bar */
}
	 
/* Header */

#header {
	height: 181px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-color: #4B7A96;
	background-position: left top;
	text-align: center;
	color: #FFFFFF;
	font-size: 18px;
}
#header h1 {
	margin: 0;
	padding: 0;
	font-size: 1.5em;                                /* Font size for top heading on menu */
}
#header h2 {
	margin: -.75em 0 0 2px;
	padding: 0;
	font-size: 1em;                                /* Font size of small heading under top heading on menu */
}
#header a {
	border: none;
	color: #000000;                                /* Font color for top heading on menu */ /*6F7A9F*/
}

/* Page Content - Posts */

#posts {
	margin: 0px 10px 0px 270px;
}
#posts li {
	margin-bottom: 10px;	
}
.floatleft {
	float: left;						/* Apply class to images and other elements to wrap text around on the right */
	padding-right: 10px;
}
.floatright {
	float: right;						/* Apply class to images and other elements to wrap text around on the left */
	padding-left: 10px;
}
.center {
	text-align: center;					/* Apply class to images and other elements to center them */
}
.event {
	font-size: 100%;					/* Apply to paragraph on prayerandstudy page */
	text-transform: none;
	margin-bottom: 0px;
}
.eventdescription {
	margin-top: 0px;					/* Apply to description paragraph under event to remove space between paragraphs */
}
.biblicalreference {
	font-size: 120%;
	font-weight: bold;
	font-variant: normal;
}
.terminology {
	font-weight: bold;					/* Apply to emphasized terminology on statementoffaith page */
	font-style: italic;
	text-decoration: underline;
}
.post {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #8A8E99;            /* Small dotted line b/t sections in main body */
}
.title {
	margin: 0;
	font-size: 1.8em;                             /* Font size of headings in main body */
}
.posted {
	margin-top: 0;
	font-size: .8em;                             /* Font size of text under headings in main body */
}
.specialpadding {
        padding-left: 10px;
}
.underline {
        text-decoration: underline;
}

.bold {
        font-weight: bold;
}
#submit1 {
	display: none;
}

/* Table content nested in main Page Content */
#announcements {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
#announcements th {
	text-transform: none;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #4B7A96;
}
#posts h1 {
	color: #4B7A96;
}
#apDiv1 {
	position:absolute;
	left:774px;
	top:-13px;
	width:456px;
	height:239px;
	z-index:1;
	color: #FFFFFF;
	font-size: 18px;
	text-align: center;
	text-decoration: blink;
}
#announcements td {
	vertical-align: top;
}


/* Footer */

#footer {
	clear: both;
	background: url(images/logo.jpg) no-repeat scroll right bottom;
	height: 120px;
	margin: 0px 10px 0px 270px;
	border-top: thin solid #3399FF;
}

#footer p {
	padding-top: 0px;
	text-align: center;
    font-weight: bold;
}

#footer a {
}

.copyright {
        font-size: 0.8em; 
}

