/*  
Theme Name: Dorie Petrochko Artist
Theme URI: http://doriepetrochko.com/
Version: 1.0
Author: Scott Richards
*/

body, p, table, div {
	font-family: serif;
	font-size: 16px;
}

.alignleft {
	display: block;
	float: left;
}

.alignright {
	display: block;
	float: right;
}

a:link, a:visited {
	text-decoration: underline;
}

a:hover, a:active {
	color: #BB5700;
}

h1 {
	font-size: 28px;
	font-weight: normal;
	font-variant: small-caps;
	text-align: center;
}

h2 {
	font-size: 24px;
	font-weight: normal;
	font-variant: small-caps;
	text-align: center;
}

h2.title {
	border-bottom: 1px solid #85A46B;
}

h2.title a:link, h2.title a:visited {
	text-decoration: none;
}

h3 {
	font-size: 20px;
	font-weight: normal;
	font-variant: small-caps;
	text-align: center;
}

h3.title {
	border-bottom: 1px solid #85A46B;
}

h3.title a:link, h3.title a:visited {
	text-decoration: none;
}

h4.subtitle {
	font-size: 14px;
	margin-top: -1.4em;
	color: #5B7F37;
}

h4, h5, h6 {
	font-size: 16px;
	font-weight: normal;
	font-variant: small-caps;
	text-align: center;
}

h4.navsubtitle {
	margin-bottom: -1em;
}

small {
	font-size: 13px;
}

p.postmeta {
	color: #5B7F37;
	padding-bottom: 1em;
	border-bottom: 1px solid #85A46B;
	text-align: center;
}

ul.navlist {
	list-style: none;
	padding-left: 0px;
}

ul.navlist li {
	font-size: 15px;
}

div.clearfloat {
	clear: both;
}

#pntop span {
	margin-bottom: 1em;
}

#pnbottom span {
	margin-top: 1em;
}

/*	color: #DEDBC9;*/
#sitenav {
	color: #9EAD95;
	background: url('images/alphablack.png'); 
	padding: 4px;
	border: 1px dotted gray;
	font-family: sans-serif;
	font-size: 15px;
}

#sitenav a:link, #sitenav a:visited {
	color: #DEDBC9;
	text-decoration: none;
}

#sitenav a:hover, #sitenav a:active {
	color: #6AD3E3;
	text-decoration: none;
}

#copyright {
	color: #9EAD95;
	background: url('images/alphablack.png'); 
	padding: 4px;
	border: 1px dotted gray;
	font-family: sans-serif;
}

#copyright a:link, #copyright a:visited, #copyright a:hover, #copyright a:active {
	color: #9EAD95;
	text-decoration: none;
}

form {
	border: 1px dotted #B7AE9E;
	padding: 4px;
	margin-top: 1px;
	margin-bottom: 1px;
}

form h3 {
	margin-top: 0px;
}

input, textarea {
	border: 1px solid #B7AE9E;
	background: #FFFFFF;
	color: #1B214E;
	padding: 4px;
}

input:focus, textarea:focus {
	border: 1px solid #2B68A0;
}

.formError {
	border: 1px dotted #B00000;
	color: #B00000;
}

.formNotice {
	border: 1px dotted #003B88;
	color: #003B88;
}

.notice {
	font-size: small;
	text-align: left;
	padding: 6px;
	color: black;
	background-color: #D8C200;
	border: solid 1px black;
}

.notice a:link {
	color: navy;
}
.notice a:visited {
	color: purple;
}
.notice a:hover, .notice a:active {
	color: red;
}
