/* NSUMC Style Sheet

Revision:
        18Jan2014/CW; Width of schedule of services; color of headings
        04Dec2013/CW; Adjusted Announcement width
        18Nov2013/CW; Adjusted Announcement background
        17Apr2012/CW; Added top address style
        16Apr2012/CW; Adjusted style for horizontal main menu
        15Apr2012/CW; Introducing horizontal main menu
        29Feb2012/CW; Adjusted Announcement to center in absence of calendar
        03Apr2010/CW; Added sermon list style
        03Apr2010/CW; Adjusted calendar style on Ministry page
        12Mar2010/CW; Adjusted width Ministry page
        11Mar2010/CW; Updated Announcement style
        25Dec2009/CW; Superscript verse ==> bibleverse class
        29Nov2009/CW; Superscript bible verse font size style
        29Aug2009/CW; Announcement style
        23Aug2009/CW; style adjustments
        14Jun2009/CW; color scheme variations
        13Jun2009/CW; color scheme adjustment
        01Jun2009/CW; created

*/

BODY
{
	background: #ffffcc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13 pt;
}

TBODY
{
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

H1 { font-family: Times, "Times new Roman"; font-size: 1.5em; }

H2 { font-size: 1.1em; color: #444444; font-style: italic; }

H3 { font-size: 1.0em; color: #444444; font-style: roman; }

A:link, A:visited
{
        color: #777744;
        font-weight: bold;
        text-decoration: none;
}


A:hover, A:active
{
        text-decoration: underline;
        color: #aa0000;
}


#container
{
	width: 1024px;
}

#topaddress {
	float: right;
	width: 100%;
	padding-right: 10px;
	text-align: right;
	font-size: 0.7em;
}
#header
{
	float: left;
	width: 100%;
	background: #302557;
	border-bottom: 1px solid #444;
}

#header h1, #header h2
{
	font-family: Times, "Times new Roman"; font-size: 1.5em;
	color: #f5ed8a;
}

#header h1
{
	margin-top: 2px;
	margin-bottom: 3px;
	padding-left: 160px;
	text-align: center;
}

#header h2
{
	font-style: italic;
	font-size: 90%;
	margin-top: 2px;
	margin-bottom: 0px;
	padding-right: 20px;
	padding-bottom: 3px;
	text-align: right;
	border-bottom: 1px solid #444;
}

dt.sermon { clear: left; float: left; width: 200px; text-align: left; }

dd.sermon { float: left; margin-left: 0; text-align: left; }


dt.calendar { clear: left; float: left; width: 420px; text-align: left; }

dd.calendar { float: left; width: 120px; margin-left: 0; text-align: right; }

h2.calendar
{
	clear: left;
        font-size: 1.1em;
	color: #302557;
	text-align: left;
	padding-top: 6px;
	margin-bottom: 0;
} 


#nav{
	padding: 0;
	margin: 0;
	border-top: 2px solid grey;
	border-bottom: 2px solid grey;
	list-style: none;
	background: #302557;
	font-size: 70%;
	width: 100%;
}

#nav li {
	position: relative; 
	display: inline;
	z-index: 1;
}

#nav li.off {
}

#nav a {
	display: inline-block;
	padding: 0.1em 1em 0 1em;
	line-height: 2em;
	text-decoration: none;
	color: #F5ED8A;
	background: #302557;
}

#nav li.on a {
	background: #48428f;
}


/* drop-down menus */

#nav ul{
	position: absolute;
	/*top: 100%; Uncommenting this makes the dropdowns work in IE7 but looks a little worse in all other browsers. Your call. */
	left: -9999px;
	margin: 0;
	padding: 0;
	text-align: left;
}

#nav ul li {
	display: block;
}

#nav a:hover {
	color: #302557;
	background: #bbbbbb;
}

#nav li ul {
	border-bottom: 1px solid #666666;
}

#nav li li {
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
}

#nav li:hover ul {
	left: 0;
}

#nav li.on a:hover {
	color: #302557;
	background: #bbbbbb;
}

#nav ul a{
	white-space: nowrap;
	display: block;
	padding: 0.2em 1em;
}

#sidebar
{
	float: left;
	width: 160px;
	height: 540px;
	margin-top: 0px;
	padding: 7px;
	border-top: 1px solid #444;
	background: #48428f;
	color: #fefd4e;
}

#sidebar p
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.2em;
	font-style: italic;
	text-align: right;
	color: #f5ed8a;
}


#content
{
	float: left;
	width: 832px; 
	margin-left: 15px;
	padding: 15px 0;
}


#announcement
{
	width: 430px;
	background: #bdb1e8;
	color: darkred;
	text-align: center;
	border-top:    4px solid #666666;
	border-left:   4px solid #666666;
	border-right:  3px solid #333333;
	border-bottom: 3px solid #333333;
	padding: 0 2em;
}


#footer
{
	clear: both;
	background: #302557;
	width: 100%;
}

#footer p
{
	padding: 4px 20px 4px 0px;
	text-align: right;
	color: #cccccc;
	font-size: 60%;
}

.contact
{
	text-align: left;
	font-size: 70%;
}

.contact h1
{
	font-size: 1.1em;
	font-weight: bold;
}

sup.verse {font-size: 70%}  /* keep for a bit, for compatibility */

sup.bibleverse {font-size: 70%}

.clear { clear: left; }

.clearboth { clear: both; }

.center { text-align: center; }

.left { text-align: left; }

.right { text-align: right; }
