@charset "utf-8";

/*  

	CSS Document
	http://www.lgmaakestad.com

	Liza Maakestad
	
	
*/


/* --- main styles --- */

* {
	outline: none;
}

body {
	font-family: Georgia, serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center top;
}

img {
	border: none;
	outline: none;
}

p, h1, h2, h3, h4, h5, h6, li {
	margin: 0;
	padding: 0;
}

form {
	padding: 0;
	margin: 0;
	line-height: 20px;
}

form select, form input, form textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	vertical-align: middle;
	border: 1px solid #CCCCCC;
	color: #00468C;
	height: 20px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
	background-color: #E9E9E9;
	width: 360px;
}

form textarea {
	height: 100px;
}

form input.button {
	color: #372f22;
	font-size: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 140px;
	height: 30px;
}

a {
	color: #929ca7;
	text-decoration: none;
}

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



/* --- main parts --- */

div#mainDiv {
	width: 800px;
	height: 800px;
	margin: 0 auto;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center top;
	/*border:dotted 1px #33FF00;*/
}

div#navigationDiv {
	height: 800px;
	position: relative;
	width: 170px;
	float: right;
	padding-left: 30px;
	/*border:dotted 1px #33FF00;*/
}

div#contentDiv {
	height: 200px;
	position: relative;
	float: right;
	/*border:dotted 1px #33FF00;*/
}

div#sideimageDiv {
	position: relative;
	float: left;
	/*border:dotted 1px #33FF00;*/
}


/* --- content position changes (margin-top + min-height = 780px) --- */

#contentDiv.pageHome {
	margin-top: 340px;
	width: 515px;
}
#contentDiv.pageHome #contentMain {
	min-height: 440px;
}

#contentDiv.pageBio {
	margin-top: 85px;
	width: 368px;
}
#contentDiv.pageBio #contentMain {
	min-height: 695px;
}

#contentDiv.pageBio2 {
	margin-top: 115px;
	width: 350px;
}
#contentDiv.pageBio2 #contentMain {
	min-height: 665px;
}

#contentDiv.pageBlog {
	margin-top: 300px;
	width: 515px;
}

#contentDiv.pageContact {
	margin-top: 300px;
	width: 515px;
}
#contentDiv.pageContact #contentMain {
	min-height: 480px;
}

#contentDiv.pageEverything {
	margin-top: 130px;
	width: 368px;
}
#contentDiv.pageEverything #contentMain {
	min-height: 650px;
}


/* --- background images --- */
.imageHome {
	background-image: url(images/bgHome.jpg);
}

.imageBio {
	background-image: url(images/bgBio.png);
}

.imageBio2 {
	background-image: url(images/bgBio2.png);
}

.imageBlog {
	background-image: url(images/bgContact.png);
}

.imageContact {
	background-image: url(images/bgContact.png);
}

.imageEverything {
	background-image: url(images/bgEverything.png);
}

/* --- sub parts --- */

#navigationDiv #navigationMain {
	margin-top: 75px;
	min-height: 665px;
	/*width: 160px;*/
	list-style-type: none;
	font-size: 13px;
	line-height: 20px;
}

#navigationDiv #navigationFooter {
	height: 20px;
	/*width: 160px;*/
}

#contentDiv #contentFooter {
	height: 20px;
	font-size: 13px;
	font-style: italic;
	color: #929ca7;
	padding: 0 0 30px 0;
}

/* --- key text styles --- */

.marker {
	background-color: #D8D8D8;
}

.copyright {
	font-size: 9px;
	color: #adaeb3;
}

.mainNav {
	font-size: 20px;
	font-style: italic;
	line-height: 38px;
}

#navigationDiv ul {
	list-style-type: none;
	display:inline;
}

#navigationDiv #navigationMain .list {
	color:#a9764e;
	font-style: italic;
}

#navigationDiv #navigationMain em {
	color:#a9764e;
	font-size: 13px;
	padding; 0;
	margin: 0;
	font-weight: bold;
}

#contentDiv {
	font-size:14px;
	color:#372f22;
	line-height: 22px;
}

#contentDiv p {
	margin: 0 0 14px 0;
}

#contentDiv h1 em {
	color:#a9764e;
}

.post-comments a {
	/*background-color: #B8C5D2;*/
	color: #929ca7;
	padding-right: 2px;
	padding-left: 15px;
}

.post-date {
	color:#8F6442;
	font-weight: bold;
	background-color: #EBEBEB;
	padding: 0 0 2px 0;
	margin: 0 0 5px 0;
	width: 60px;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 10px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #c6afa0;
	border-left-color: #CCC;
}

.post-cat a {
	color:#a9764e;
}

.entry a {
	color:#a9764e;	
}