/*
Design by Monica Koepfer
http://www.monicakoepfer.com
*/

body {
	margin: 0 auto;
	padding: 0;
	background: #9ea2ae;
	font-size: 10px;
	color: #000000;
}

body, th, td, input, textarea, select, option {
	text-transform: lowercase;
	font-family: "Trebuchet MS", "Times New Roman", Arial, Times, serif;
	text-transform: inherit;
}

h1, h2, h3 {
	font-weight: normal;
	color: black;
}

h1 {
	letter-spacing: -2px;
	font-size: 3em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	line-height: 200%;
	font-size: 12.5px;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #6d718b;
}

#wrapper {
	margin: 0px auto;
	border: 2px solid;
	border-bottom: 8px solid;
	border-color: #2e2f27;
	width: 750px;
	height:780px;
}

#homewrapper {
	margin: 0px auto;
	border: 2px solid;
	border-bottom: 8px solid;
	border-color: #2e2f27;
	width: 750px;
	height:629px;
}

#portfoliowrapper {
	margin: 0px auto;
	border: 2px solid;
	border-bottom: 8px solid;
	border-color: #2e2f27;
	width: 750px;
	height:780px;
}
/* Header */

#header {
	width: 750px;
	height: 180px;
	margin: 0px auto;
	padding: 0px;
	background-image: url("../images/eveheader.jpg");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin-top:0px;
}

#header h1, #header p {
	margin: 0;
	color: black;
}

#header h1 {
	padding: 100px 0 0 70px;
}

#header p {
	padding-left: 73px;
	margin-top: -10px;
}
#header a {
	color: black;
}

/* Page */

#page {
	width: 750px;
	margin: 0 auto;
	float: left;
}

/* Content */

#content {
    background-image: url(../images/evehome10.jpg);
	float: left;
	width: 750px;
	margin: 0 auto;
	height: 449px;
}

#biocontent {
    background-image: url(../images/evebio.jpg);
	float: left;
	width: 750px;
	margin: 0 auto;
	height: 600px;
	position: relative;
}

#comcontent {
    background-image: url(../images/evecommission.jpg);
    background-repeat: no-repeat;
	float: left;
	width: 750px;
	margin: 0 auto;
	height: 600px;
	position: relative;
}

#portfoliocontent {
	background-image: url(../images/eveportfolio.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 750px;
	margin: 0 auto;
	height: 600px;
}

#portfolio {
	float: left;
	margin-left: 25px;
	margin-top: -1px;
	width: 725px;
	height: 525px;
}

#post {
    line-height: 1.5;
	font-size: 10px;
	text-indent:15px;

}

.entry {
	margin-left: 65px;
	margin-bottom: 0;
	margin-right: 380px;
	margin-top: 85px;
}

#entry2 {
	position: relative;
	width: 315px;
	margin-left: 55px;
	margin-top: 85px;
	font-size: 10px;
	text-indent:15px;
	line-height: 1.5;
	float:left;
}
#entry3 {
	position: relative;
	width: 315px;
	margin-left: 55px;
	margin-top: 85px;
	font-size: 10px;
	text-indent:15px;
	line-height: 1.5;
	float:left;
}
#entry4 {
	position: relative;
	width: 315px;
	margin-left: 35px;
	margin-top: 65px;
	font-size: 10px;
	line-height: 1.5;
	float:left;
}

.contact {
	margin-left: 30px;
	margin-bottom: 0;
	margin-right: 0px;
}

.title2 {
	margin-left: 30px;
	margin-bottom: 0;
	margin-right: 30px;
	margin-top: 12px;
	border-bottom-color: black;
	padding-bottom: 5px;
	border-bottom: 1px solid;
}

.byline {
	margin: 0;
	margin-bottom: -13px;
	color: #6d718b;
}

.byline2 {
	margin: 0;
	margin-left: 180px;
	margin-top: 43px;
	color: #6d718b;
}

.meta {
	text-align: left;
	color: #6d718b;
	padding: 10px 10px;
	height: 48px;
}

.meta .more {
	padding-left: 20px;
}

.meta .comments {
	padding-left: 20px;
}

.meta a {
	color: #6d718b;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 230px;
	margin-top: 12px;
	padding: 0px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	border-bottom: 1px dotted #000000;
	}

#sidebar li a:link, #sidebar li a:visited {
	display: block;
	font-size: 12px;
	text-decoration: none;
	padding: 0em 1em 0em 0em;
	text-align: right;


}

#sidebar li a:hover {
	border-left-color: #5c5f75;
	background-color: #8388a8;
	color: black;
	border-left: 5px solid;
}

/* Footer */

#footer {
	clear: both;
	width: 760px;
	height: 40px;
	margin: 0 auto;
	padding: 5px 0 0 0;
	text-align: center;
	font-size: smaller;
	color: #2e2f27;
}

#footer a {
	color: #2e2f27;
}
