/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Palatino, 'Times New Roman', Tahoma, serif;
	color: #000000;
	font-size: 0.85em;
	background: #D3E5F1 url(http://www.boundaries-for-effective-ministry.org/image-files/back-shadow-border.jpg) top center repeat-y;
	list-style-type: disc;
}


h2, h3, h4, h5, h6 {
background-color: transparent;
color: #000066;
clear: both;
}

h2, h3, h4, h5, h6 {
margin-top: 0px;
text-align: left;
color:#005edd;
}

h1 {
margin-top: 0px;
font-family:Verdana, Geneva, sans-serif;
font-size: 1.8em;
color: #005EDD;
text-align:left;
}

h2 {
	font-size:1.4em;
	text-align:left;
	font-family:Verdana, Arial, Geneva, sans-serif;
	/*border-bottom: 0px solid #8f8fb3;*/
	padding-top: 5px;
	font-weight:600;
	color: #005EDD;
}

h3 {
font-size: 1.2em;
text-align:left;
Font-weight:700;
font-family:Verdana, Geneva, sans-serif;
color: #90B1D3;
/*border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #D2E5F0;*/
line-height: 1.2em;
}


/*blockquote {
margin: 12px 56px;
color: #006;
font-size: 100%;
line-height: 20px;
font-family: Verdana, Geneva, sans-serif;
}*/

code {
color: #332206;
}

img {
border: 1px dotted #ffffff;
}

a:link img {
border: 1px dotted #ffffff;
}


/* -- General Link Styling -- */

a:link {
color: #0000cc; 
text-decoration: none;
font-weight: bold;
}

a:visited {
color: #0000cc;
text-decoration: none;
}

a:hover {
color:#F00;
text-decoration: none;
}





/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
width: 1000px;   
}

#Header {
position: relative;
height: 190px;
}

#ContentWrapper {
float: left;
width: 100%;
}

#ContentColumn {
margin: 0px 220px 0px 220px;    /* STEP 1: set to "0 ExtraColumnWidth 0 NavColumnWidth" */
border-right: 0px dashed #616265;
}

dfn {
	border-bottom: 1px dashed blue;
	font-weight:700;
}

ul {list-style-type:disc;
}


#NavColumn {
float: left;
margin-top: 0px;
width: 219px;               /* STEP 2: to set left column at 180, set 1 less than 180 here */
margin-left: -1000px;        /* STEP 3: set to the same width specified in #PageWrapper above (but with minus sign)  */
border-right: 0px dashed #616265;
}

#ExtraColumn {
float: left;
margin-top: 0px;
width: 219px;               /* STEP 4: to set right columns at 180, set 1 less than 180 here */
margin-left: -219px;        /* STEP 5: set to -(ExtraColumnWidth) */
}

#Footer {
clear: both;
width: 550px;
padding: 0px 0;
border-top: 0px solid #ccc;
margin: 0 auto 0 auto;
}

.Liner {
padding: 15px;
}

#Header .Liner {
padding: 0;
}

#Footer .Liner {
margin: 0;
padding: 0;
}



/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
margin: 0px auto;
background-color: transparent;
}

#Header {
background-image: url(http://www.boundaries-for-effective-ministry.org/image-files/header.jpg);
background-repeat: no-repeat;
background-color: transparent;
background-position: top center;
}

#ContentWrapper {
background-color: transparent;
}

#NavColumn {
background-color: transparent;
}

#ContentColumn {
background-image: url();
background-repeat: no-repeat;
background-color: transparent;
}

#ExtraColumn {
background-image: url();
background-repeat: no-repeat;
background-color: transparent;
}

#Footer {
background-color: transparent;     
text-align: center;
font-size: 85%;
}

#NavColumn {
font-size: 95%;
}

#ExtraColumn {
font-size: 95%;
}

#NavColumn h4 {
font-size: 89%;
color: white;
letter-spacing: 1px;
text-transform: uppercase;
font-family: Verdana, Geneva, sans-serif;;
margin-top: 0;
padding: 5px;
}

#ExtraColumn h3 {
font-size: 1.2em;
background: #;

color: #777;
}

#ExtraColumn h4 {
font-size: 89%;
}

#ExtraColumn h4, #ExtraColumn a:link {
font-style: italic;
line-height: 1.3em;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #BBBBBB;
padding: 0px;
margin: 0px;
font-size: 1.1em;
color: #000;
text-decoration: none;
}

#ExtraColumn a:link {
text-decoration: none;
}

#ExtraColumn a:visited {
color: #000;
text-decoration: none;
}

#ExtraColumn a:hover {
background: #ccc;
text-decoration: none;
}

/* ------ Section 4 - Left Column Navigation ------ */

.Navigation {
width: 100%;
background-color: transparent;
}

/* -- Nav Headers -- */

.Navigation h3 {
padding: 5px;
font-size: 1.5em;
color: #000066;
border-bottom: 0px dotted #777777;
margin: 12px 0;
text-align:center;
}

/* -- Nav List -- */

.Navigation ul {
list-style-type: none;
padding: 0 0 8px 0px;
margin: -6px 0 0 0;
font-size: 1em;
line-height: 25px;
font-weight: bold;
}

.Navigation li {
background-color: transparent;        
margin-bottom: 3px;
background: url(http://www.boundaries-for-effective-ministry.org/image-files/head-bkg.gif) no-repeat;
height: 30px;
width: 200px;
}

/* -- Navigation Link styles -- */

.Navigation a:link {
color: #005EDD;
font-weight: bold;
display: block;    
padding: 3px 0 3px 4px;
text-decoration: none;
text-align: center;
}

.Navigation a:visited {
color: #005EDD;
display: block;    
padding: 3px 0 3px 4px;
text-decoration: none;
text-align: center;
}

.Navigation a:hover {
color: #02068E;
display: block;    
padding: 3px 0 3px 4px;
background-color: transparent;   
text-decoration: none;
}





/* -- Horizontal Text NavBar -- */

.ExtraNav {
font-family: Palatino, 'Times New Roman', Georgia;
}

.ExtraNav ul {
list-style-type: none;
padding: 0;
}

.ExtraNav ul li {
display: inline;
background-color: transparent;
text-align: left;
border-right: 2px solid #999999;
padding-top: 14px;
padding-bottom: 4px;
}

.ExtraNav a:link {
color: #005EDD;
text-decoration: none;
font-weight: bold;
text-align: center;
padding: 0 10px;
}

.ExtraNav a:visited {
color: #005EDD;
text-decoration: none;
font-weight: bold;
text-align: center;
padding: 0 10px;

}


#Header .ExtraNav {
width: 1000px;
background-repeat: repeat-x;
height: 35px;
background-image: url(http://www.boundaries-for-effective-ministry.org/image-files/nav-bkg.jpg);
position: absolute;
left: 0px;
top: 150px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
}

#Header .ExtraNav ul {
padding: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 20px;
}

#Header .ExtraNav li {
list-style-type: none;
float: left;
line-height: 30px;
border-right-width: 3px;
border-right-style: groove;
font-weight: normal;
border-right-color: #EEEEEE;
font-size: 1em;
display: block;
padding: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 2px;
margin-left: 0px;
}
#Header .ExtraNav   li   a:link    {
display: block;
text-decoration: none;
padding-top: 0.2em;
padding-right: 0.5em;
padding-left: 0.5em;
background-image: url(http://www.boundaries-for-effective-ministry.org/image-files/nav-bkg.jpg);
color: #005EDD;
font-weight: bold;
}
#Header .ExtraNav   li   a:hover{
color: ##005EDD;
background-image: url(http://www.boundaries-for-effective-ministry.org/image-files/nav-bkg-hover.jpg);
text-decoration: none;
}
#Header .ExtraNav li a {
display: block;
padding-top: .2em;
padding-right: 0.5em;
padding-left: 0.5em;
}

#Header .ExtraNav li a.current, #horizNav li a.current:hover {
color: #005EDD;
background-image: url(http://www.boundaries-for-effective-ministry.org/image-files/nav-bkg-hover.jpg);
text-decoration: none;
}

#Footer .ExtraNav {
position: relative;
top: 76px;
padding-bottom: 5px;
background-color: transparent;
line-height: 20px;

}

#Footer .ExtraNav a:link {
color: #005EDD;
}

#Footer .ExtraNav a:hover {
color: #777777;
}



/* ------ Section 6 - Boxes ------ */

.CalloutBox {

width: 85%;
border-top: 1px solid #666600;
margin: 18px auto 24px auto;
padding: 4px;
color: white;
}

.CalloutBox img {
padding: 5px;
}

div.CalloutBox p {
margin: 13px;
}

p.CalloutBox {
padding: 13px;
}

div.CalloutBox h1,
div.CalloutBox h2,
div.CalloutBox h3,
div.CalloutBox h4,
div.CalloutBox h5,
div.CalloutBox h6 {
margin: 13px 0 0 13px;
}

.ReminderBox {          
background-color: #455bc0;
width: 24%;
border: 0px dotted black;
border-top: none;
margin: 0 0 12px 18px;
float: right;             /* adding float enables text to flow around it */
color: white;
}

.ReminderBox h4 {
margin: 0;
padding: 5px;
text-align: center;
font-family: 'Times New Roman', Georgia;
text-transform: uppercase;
letter-spacing: 1px;
}

.ReminderBox p {
font-size: 80%;
padding: 0 8px;
line-height: 120%;
}

.ReturnToNavBox {
background-color: transparent;
width: 90%;
border-top: 1px dotted #777777;
border-bottom: 1px dotted #777777;
margin: 15px auto 12px auto;
padding: 4px;
text-align: center;
}

/* -- RSS Box -- */

#RSSbox {
width: 148px;
background-color: transparent;
margin: 8px auto 5px auto;
padding: 2px 2px 2px 2px;
font-size: 100%;
font-weight: bold;
color: #1d487e;
line-height: 120%;
text-align: center;
}



/* ------ Section 7 - Frequently Used Styles ------ */

.Clear {
clear: both;
}

.Caption {
font-size: 85%;
font-weight: bold;
color: #000000;
display: block;
line-height: 150%;
margin-bottom:10px;
}

/* -- floats -- */

.ItemRight {
float: right;
margin: 2px 0 12px 18px;
text-align: center;
}

.ItemCenter {
margin: 2px auto 12px auto;
text-align: center;
clear: both;
}

.ItemLeft {
float: left;
margin: 2px 18px 12px 0;
text-align: center;
}

#ContentColumn ul {
list-style-type: none;
padding-left: 0;
margin-left: 10px;
}

#ContentColumn li {

padding-left: 30px;
padding-bottom: 15px;
} 


#addthis {
padding: 30px 0 30px 0;
}

.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #888;
	background-image:url(image-files/quote_up.gif);
	background-repeat:no-repeat;
	text-align: center;
	font-style:normal;
	padding: 35px 0 5px 0;
	line-height: 1em;
	margin: 20px 0 20px 0;
}

.blockquote {
	font-style: italic;
	font-weight:700;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #888888;
	border-bottom-color: #888888;
	margin-top: 0px;
	margin-right: 60px;
	margin-bottom: 0px;
	margin-left: 30px;
	background-image: url(http://www.boundaries-for-effective-ministry.org/image-files/quote_up.gif);
	background-repeat: no-repeat;
	font-size: 1.1em;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

.sidebox {
width: 189px;
font-size: 100%;
font-family:Arial, Helvetica, sans-serif;
background-image: url(http://www.boundaries-for-effective-ministry.org/image-files/sbbody-r.gif);
background-repeat: no-repeat;
background-position: right bottom;
margin-top: 0;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;

}
.boxhead {
margin: 0;
padding: 0;
text-align: center;
background-image: url(http://www.boundaries-for-effective-ministry.org/image-files/sbhead-r.gif);
background-repeat: no-repeat;
background-position: right top;
}
.boxhead h2 {
margin: 0;
padding: 22px 30px 5px;
color: #005EDD;
font-weight: bold;
font-size: 1.2em;
line-height: 1em;
text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
background-image: url(http://www.boundaries-for-effective-ministry.org/image-files/sbhead-l.gif);
background-repeat: no-repeat;
background-position: left top;
}
.boxbody {
margin: 0;
padding: 5px 30px 31px;
background-image: url(http://www.boundaries-for-effective-ministry.org/image-files/sbbody-l.gif);
background-repeat: no-repeat;
background-position: left bottom;
font-family: Arial, Helvetica, sans-serif;
}

