/*
Theme Name: Iveson
Description: The theme for www.doniveson.ca.
Version: 0.1
Author: Dan Lazin
*/

body {
	min-width: 640px;
	background: #333;
	text-align: center;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 12px;
	line-height: 175%;
	margin: 0 0 20px 0;
	padding: 0;
	}

#frame {
	border: 10px solid white;
	width: 900px;
	margin: 20px auto;
	text-align: left;
	}

#header	{
	height: 100px;
	background: #5eaf00;
	border-bottom: 2px solid white;
	}

#nav {
	background-color: #ffffff;
        margin: 0px;
        padding: 5px 0 0 0;
        height: 30px;
}

#nav ul {
        -webkit-padding-start: 0px;
        margin: 0px 0px 0px 200px;
}

#nav li {
        list-style:none;
        font-size: 12px;
        font-weight: bold;
	background: #ffffff;
        display: inline;
        padding: 5px 15px 5px 15px;
}

#nav li a.navBlog,
#nav li a.navBio,
#nav li a.navVolunteer,
#nav li a.navSigns,
#nav li a.navDonate,
#nav li a.navContact {
        color: #666666;
}

#nav li a:hover.navBlog,
#nav li a:hover.navBio, 
#nav li a:hover.navVolunteer,
#nav li a:hover.navSigns,
#nav li a:hover.navDonate,  
#nav li a:hover.navContact {
        color: #5eaf00;
        text-decoration: underline;
}

#container {
	padding-left: 200px;
	padding-right: 220px;
	overflow: hidden;
	background: #eeeddc;
	}

#container .column {
	position: relative;
	float: left;
	}

#main {
	padding: 10px 10px 0 10px;
	width: 100%;
	background: #eeeddc;
	}

#sidebar2 {
	width: 180px;
	padding: 10px;
	right: 220px;
	margin-left: -100%;
	background: #eeeddc;
	min-height: 445px;
	}

#sidebar {
	width: 180px;
	padding: 10px;
	margin-right: -220px;
	background: #eeeddc;
	font-size: 8pt;
	line-height: 125%;
	}

#footer {
	clear: both;
	position: relative;
	height: 50px;
	background: #5eaf00;
	border-top: 2px solid white;
	}

/*** IE6 Fix ***/
* html #left {
	left: 200px;
	}

#header img {
	margin-left: 200px;
	position: absolute;
	top: 30px;
	}

#donimg {
	position: absolute;
	bottom: 10px;
	left: 10px;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: georgia, Times New Roman, times-roman, serif;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 0px;
	clear: both;
	}

h1 {
	font-size: 36px;
	line-height: 36px;
	}

h2 {
	font-size: 24px;
	line-height: 24px;
	}

h3 {
	font-size: 18px;
	line-height: 18px;
	}

h4 {
	font-size: 14px;
	line-height: 14px;
	}

h5 {
	font-size: 10px;
	line-height: 10px;
	}

h6 {
	font-size: 8px;
	line-height: 8px;
	}

h1, h1 a, h1 a:visited, h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #555;
	}

h1, h1 a, h1 a:hover, h1 a:visited, h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, {
	text-decoration: none;
	}

a, h2 a:hover, h3 a:hover {
	color: #5eaf00;
	text-decoration: none;
	}

a:hover {
	color: #5eaf00;
	text-decoration: underline;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

.navigation .alignleft {
	padding-bottom: 15px;
	margin-top: 10px;
	}

.navigation .alignright {
	padding-bottom: 15px;
	margin-top: 10px;
	}

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 0;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

#searchform #s {
	width: 112px;
	padding: 1px;
	}

#searchsubmit {
	padding: 0px;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	text-align: center;
	}

.postmetadata {
	clear: both;
	border-bottom: 2px solid white;
	padding-bottom: 10px;
	font-size: 8pt;
	text-align: center;
	}

.clear {
	clear: both;
	}

#searchbox {
	position: relative;
	left: 710px;
	top: 65px;
	padding: 0px;
	margin: 0px;
	width: 200px;
	}

#feedbox {
	position: relative;
	left: 710px;
	top: 13px;
	padding: 0px;
	margin: 0px;
	width: 200px;
	}

#feedbox a, #feedbox a.hover, #feedbox a.visited {
	color: white;
	}

#rssicon {
	position: relative;
	top: 3px;
	}

#footertext {
	position: absolute;
	left: 210px;
	top: 13px;
	color: white;
	font-size: 8pt;
	margin: 0px;
	}

strong {
	color: #666;
	}

hr {
	height: 2px;
	background-color: white;
	border: none;
	clear: both;
	color: white;
	}

.post-date {
	background: #5eaf00;
	border: 2px solid white;
	float: left;
	height: 50px;
	width: 50px;
	margin: 16px 10px 6px 0;
	padding: 10px;
	}

.post-month {
	color: white;
	font-size: 8pt;
	text-align: center;
	text-transform: uppercase;
	line-height: 100%;
	margin-top: -2px;
	}

.post-year {
	color: white;
	font-size: 8pt;
	text-align: center;
	line-height: 100%;
	}

.post-day {
	font-family: georgia, Times New Roman, times-roman, serif;
	color: white;
	font-size: 24pt;
	text-align: center;
	font-weight: bold;
	letter-spacing: -1px;
	margin: -4px 0 4px 0;
	line-height: 100%;
	}

#commentform textarea {
	width: 100%;
	}

.commentlist {
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
	}

.comment, .pingback {
	list-style: none;
	padding: 10px;
	margin: 10px 0 0 0;
	background: white;
	border-top: 2px solid #5eaf00;
	border-bottom: 2px solid #5eaf00;
	}

.small {
	font-size: 8pt;
	}

.screen-reader-text {
	display: none;
}

.mmf label
{
width: 50px;
text-align: right;
margin-right: 10px;
float: left;
display: block;
}

.mmf .mmf-form-control-wrap input.text
{
margin-left: 10px;
}

.mmf .btnSubmit
{
margin-left: 65px;
}
