/*  
Theme Name: Elder Pages Online
Description: Custom design
Author: Elder Pages Online
*/

* {
    margin: 0px;
    padding: 0px;
}

/*** Typographic Section ***/
body {
    background-color: #B5CFE1;
    font: 12px Verdana, Helvetica, sans-serif;
    color: #58595b;
}
p {
    line-height: 1.5em;
}
h1 {
	font: Trebuchet MS, arial, helvetica;
    font-weight: bold;
    font-size: 18px;    
}
h2 {
	font: Trebuchet MS, arial, helvetica;
    font-weight: bold;
    font-size: 16px; 
}
a {
    text-decoration: none;
}
a:link {
    color: #3e8aaf;
	font-weight: bold;
}

a:visited {
    color: #3e8aaf;
	font-weight: bold;

}

ul {
	list-style: disc inside;
	padding-left: 25px;
}

.emphasize {
    font-weight: bold;
}

/*** Layout Section ***/
#pagewrap {
    margin: 0px auto;
	width: 950px;
	background-color: #fff;
}
div#header {
    height: 200px;
}
#Logo {
    margin: 20px 0px 0px 20px;
}
div#upperright {
    margin-top: 30px;
	width: 170px;
    float: right;
	padding: 0px 10px 0px 10px;
	font-size: 14px;
	color: #558D2C;
	line-height: 18px;
}
div#content {
    margin-top: 60px;  /*To provide spacing between content and swoosh*/
}
div#Main {
    width: 500px;
	padding: 0px 10px 20px 25px;
	overflow: hidden;
	float: left;
	margin-left: 6px;
}
#Main ul {
    list-style-position: outside;
    margin-left: 12px;
}

div#VerticalColumn {
    width: 170px;
    float: right;
	padding: 0px 10px 0px 10px;
	font-size: 16px;
	color: #9a5ba4;
	line-height: 24px;
	display: inline;
}

div#Footer {
    font-size: 24px;
    color: #9a5ba4;
    text-align: left;
    margin-left: 190px;
	padding-left: 10px;
	padding-bottom: 20px;
    clear: both;
}
div#Attribution {
    float: right;
	font-size: 11px;
	color: #9a5ba4;
	line-height: 11px;
	padding-top: 5px;
}
div#swoosh {
    position: relative;
    z-index: 100;
}

/*** Top Nav Bar Section ***/
div#TopNav {
	width: 100%;
	background: #9a5ba4;
	color: #fff;
	height: 30px;
	padding: 2px 0px 4px 0px;
}
#TopNav ul {
    margin: 0px;
    padding-left: 0px;
    list-style-type: none;
}
#TopNav li {
	border-left: 1px #fff solid;
	text-align: center;
	float: left;
	width: 130px;
	height: 30px;
}
#TopNav ul> :first-child{
/*** Stephen: What does "first-child" mean?
Part of the cascade. Targeting the first <li> in TopNav to remove the left barder white bar***/
	border-left:2px #9a5ba4 solid;
}
#TopNav a {
    	display: block;
    	height: 30px;
}

#TopNav a:link {
	color: #fff;
	text-decoration: none;

}
#TopNav a:visited {
	color: #fff;
}

#TopNav a:hover {
	color:#000;
	background: #B5CFE1;
}
#TopNav li.current {
    font-weight: bold;
}

/*** Side Nav Section ***/
div#SideNav {
    width: 180px;
    float: left;
}
#SideNav hr {
    width: 170px;
    color: #e3ded1;
    background-color: #e3ded1;
    margin-left: auto;
    margin-right: auto;
    height: 1px;
    border-width: 0;
}
#SideNav ul {
    margin: 10px 0px 0px 0px;
}
#SideNav li {
    list-style-position: outside;
    list-style-type: none;
}
#SideNav a:link {

}
#SideNav a:visited {

}
#SideNav li.current {
    list-style-type: disc;
}
#SideNav img {
    margin: 30px 0px 40px 0px;
}
div.SideNavTop {
    margin: 0px 0px 10px 20px;
	font: Trebuchet MS, arial, helvetica;
    font-weight: bold;
    font-size: 18px; 
}
div#SideNav3 {
    font-size: 10px;
	line-height:16px;
    margin: 0px 10px 40px 10px;
}

* html #SideNav {
    display:inline;
}

/*** Blog ***/

a img {border-width:0;}

#Main a:hover, div#VerticalColumn a:hover, #SideNav a:hover {text-decoration:underline;}

#Main p, #Main h1, #Main h2, #Main h3, #Main ul, #Main ol {margin-bottom:20px;} 

ol.commentlist {list-style:none;}
ol.commentlist li img.avatar {float:left;margin-right:4px;}
ol.commentlist li p {clear:both;}
.commentmetadata {margin-bottom:10px;font-size:10px;line-height:16px;border-bottom:1px dashed #3e8aaf;}

textarea#comment {width:500px;}

div#VerticalColumn {font-size:12px;line-height:18px;}
div#VerticalColumn ul {padding-left:0;margin-bottom:40px;list-style-position:outside;}
div#VerticalColumn ul li {margin-bottom:10px;line-height:20px;}
div#VerticalColumn p {margin-bottom:40px;}
div#VerticalColumn form#fb_email p {margin-bottom:5px;}
div#VerticalColumn h3, div#VerticalColumn h2 {font: Trebuchet MS, arial, helvetica;font-weight: bold;font-size: 18px;line-height:38px;color:#58595b;border-bottom:1px solid #e3ded1;}
div#VerticalColumn li ul {padding-left:15px;margin-bottom:15px;padding-top:10px;}

.sidebar-rss {margin:0px 10px 40px 10px;font-size:10px;line-height:16px;}
.left-box {margin:0px 0px 40px 0px;}

#SideNav ul li {list-style:disc;}

h3.about {padding-top:20px;}

#social {text-align:center;padding:0;}
#social img {padding-right:15px;}
#social a {border:0;margin:0;padding:0;}
#SideNav #social img {margin-bottom:10px;margin-top:10px;}

