/* Purple Theme Churnside Churches
----------------------------------------------------------------------------------------------------*/
/* Version 20180630
----------------------------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of reset code */


/* Type
----------------------------------------------------------------------------------------------------*/

html {
	font-size: 100%;
}

body {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	color: #444444;
}

p {
	color: #555555;
}

blockquote {
	font-style: italic;
	font-weight: bold;
}

ul {
	list-style: disc;
	color: #555555;
	font-size: 1.0em;
	font-weight: normal;
	line-height: 1.3;
}

ol, ol.lowerRoman, ol.upperAlpha {
	list-style: decimal;
	color: #555555;
	font-size: 1.0em;
	font-weight: normal;
	line-height: 1.3;
}

ol.lowerRoman {
	list-style: lower-roman;
}

ol.upperAlpha {
	list-style: upper-alpha;
}

strong, b, .b {
	color: #555555;
	font-weight: bold;
}

a {
	color: #555555;
	text-decoration: none;
}

a[href^="mailto:"]
{ 
	color: #8947ad;
}

#mainRight a:link {
	color: #8947ad;
}

#mainRight a:visited {
	color: #115555;
}

a:hover {
	color: #555555;
	text-decoration: underline;
}

a:active {
	color: #555555;
	outline: none;
	text-decoration: none;
}

a:focus {
	outline: 1px dotted;
}

/* Spacing & Layout
----------------------------------------------------------------------------------------------------*/

html {
	background: url(../images/background.png) repeat;
}

body {
	margin-bottom: 20px;
	width: 960px;
	margin: 0 auto;
	border: none;
}

header {
	background-color: #eed3fe;
	width: 100%;
}

blockquote {
	padding: 5px 20px;
	font-style:italic;
	font-weight:bold;
}

ul, ol {
	margin-left: 25px;
	padding-left: 0;
}

li {
	margin-bottom: 15px;
	margin-left: 15px;
}

h1, h2, h3, h4, h5, h6, ol, ul {
	margin-bottom: 10px;
}

header h1 {
	color: #8947ad;
	font-size: 2.0em;
	line-height: 1.5;
	font-weight: bold;
	float: left;
	text-align: left;
	width: 185px;
	padding: 30px 5px 20px 0px;
}

header h2 {
	color: #8947ad;
	font-size: 1.15em;
	line-height: 1.5;
	float: left;
	text-align: left;
	width: 295px;
	padding: 40px 5px 20px 0px;
}

#mainContent {
	clear: both;
	background-color: #eed3fe;
	min-height: 550px;
	margin: 0;
	padding: 0;
}

#mainContent:after {
	clear:both;
}

#mainContent h2,h3,h4,h5,h6 {
	font-weight: bold;
	margin: 0;   
	padding: 10px 0px 5px 0px;
}

#mainContent h2 {
	color: #8947ad;
	font-size: 1.2em;
	text-align: right;
	padding: 3px 5px 5px 0px;
}

#mainContent h3 {
	color: #8947ad;
	font-size: 1.4em;
	text-align: left;
}

#mainContent h4 {
	font-size: 1.2em;
	text-align: left;
}

#mainContent h5 {
	font-size: 1.0em;
	text-align: left;
}

#mainContent h6 {
	font-size: 0.9em;
	font-style: italic;
	text-align: left;
	padding-left: 10px;
}

#mainContent p {
	font-size: 0.95em;
	line-height: 1.3;
	text-align: left;
	padding: 0;
	margin: 0 0 5px 10px;
}

#mainLeft {
	float: left;
	width: 300px;
	text-align: left;
	margin: 0 10px 0 5px;
}

#mainRight {
	float: right;
	width: 630px;
	text-align: left;
	margin: 0 5px 0 0;
}

#mainRight #mid {
	float: left;
	width: 340px;
}

#mainRight #side {
	float: right;
	width: 280px;
}

footer {
	clear: both;
	float: right;
	width: 100%;
	background-color: #8947ad;
    margin-top: 5px;
	border-top: 1px solid #ad08a4;
}

footer p {
	text-align: center;
	color: #eed3fe;
	font-size: 0.7em;
}

ul#nav { 
	width: 960px;
	margin: 0;
	display:block;
	zoom:1;
	background-color: #8947AD;
	margin-top:0px;
}

ul.dropdown a {
	display:block;
	color: #ffffff;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:12px;
	line-height:20px;
	padding: 6px 15px;
	cursor: pointer;
}

ul.dropdown { position: relative; z-index: 597; float: left; list-style: none; margin: 0; padding: 0; border: none; background: #8947AD; color: #ffffff;}
ul.dropdown li { list-style: none; margin: 0; padding: 0; border: none; background: #8947AD; color: #ffffff;}
ul.dropdown ul { list-style: none; margin: 0; padding: 0; border: 1px white solid; background: #8947AD; color: #ffffff;
	visibility: hidden; position: absolute; top: 100%; left: 0; z-index: 598; width: 175px; border: 1px white solid; }
ul.dropdown li { float: left; line-height: 30px; vertical-align: middle; zoom: 1; padding: 0; }
ul.dropdown li.hover { position: relative; z-index: 599; cursor: default; background: #ad08a4; }
ul.dropdown li:hover { position: relative; z-index: 599; cursor: default; background: #ad08a4; }
ul.dropdown ul ul { top: -2px; left: 100%; }
ul.dropdown ul li { float: none; border: 1px white solid;}
ul.dropdown li:hover > ul {
	visibility: visible;
}
