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

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

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

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

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

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

.title {
	text-align: center;
}

h1 {
	font-size: 22px;
	font-weight: bold;
	font-variant: small-caps;
}

h2 {
	font-size: 20px;
	font-weight: bold;
	font-variant: small-caps;
}

h2.title {
}

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

h2.title a:hover, h2.title a:active {
	text-decoration: none;
	color: #FFFF44;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	font-variant: small-caps;
}

h3.title {
/*	border-bottom: 1px solid #B2B6B9;*/
}

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

td h3 {
	margin-bottom: 0px;
	padding-bottom:0px;
}

h3.subtitle {
	font-size: 14px;
	margin-top: -1.4em;
	color: #929699;
}

h4, h5, h6 {
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
}

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

small {
	font-size: 13px;
}

#image img {
	border: 1px solid black;
	text-align: center;
}

p.postmeta {
	border-top: 1px dotted #B2B6B9;
}

div.thumbnail {
	border-bottom: 1px dotted #B2B6B9;
}

.thumbnail img {
	margin-right: 10px;
}

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

div.clearfloat {
	clear: both;
}


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

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

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

table.preview {
	margin-bottom: 10px;
	border: 1px solid #929699;
}

table.preview h3 {
	border-bottom: 1px dotted #B2B6B9;
	font-size: 16px;
	text-align: inherit;
	/*background: #2C3438;*/
}

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

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

#copyright {
	color: #929699;
	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: #B2B6B9;
	text-decoration: none;
}

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

form h3 {
	margin-top: 0px;
}

input, textarea {
	border: 1px solid #B2B6B9;
	background: #394248;
	color: #E4E5E7;
	padding: 4px;
	font-size: 16px;
}

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

.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;
}
