/*
Theme Name: Anvil Graphics Blog
Theme URI: http://www.anvilgraphics.com/
Description: Theme by <a href="http://www.anvilgraphics.com/">Anvil Graphics</a>.
Version: 1
Author: Anvil Graphics
Author URI: http://www.anvilgraphics.com/

*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #c1c6c0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	background-position: center 473px;
	color: #555855;
}
p {
	padding-bottom: .75em;
}
h3 {
	padding-top: 10px;
}
a {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color: #2B55A2;
}
a:visited {
	color: #BD8136;
}
a:active {
	color: #690A24;
}
#page {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#header {
	height: 85px;
	width: 1000px;
	position: relative;
}
.blog_name {
	text-indent: -10000em;
}
#anvil_logo {
	background-image: url(images/logo_gray_wphone.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 77px;
	width: 201px;
	left: 100px;
	bottom: 5px;
	position: absolute;
	display: block;
	text-indent: -10000em;
}
#header_nav {
	position: absolute;
	left: 334px;
	top: 39px;
}
#header_nav li {
	float: left;
	list-style-type: none;
	padding-right: 30px;
}
#header_nav li a {
	display: block;
	text-indent: -10000em;
}
#header_nav #design {
	background-image: url(images/design.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 16px;
	width: 56px;
}
#header_nav #print {
	background-image: url(images/print.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 16px;
	width: 42px;
}
#header_nav #web {
	background-image: url(images/web.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 16px;
	width: 42px;
}
#header_nav #exhibit {
	background-image: url(images/exhibit.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 16px;
	width: 58px;
}
#header_nav #portfolio {
	background-image: url(images/portfolio.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 16px;
	width: 72px;
}
#header_nav #glossary {
	background-image: url(images/glossary.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 16px;
	width: 69px;
}
#content {
	float: left;
	width: 590px;
	margin-left: 100px;
	display: inline;
	padding-left: 30px;
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #555855;
	border-bottom-color: #555855;
}
#content {
	min-height:400px;
	height:auto !important;
	height:400px;
}
#postEntry {
	padding-top: .5em;
}
.postDate {
	font-size: .85em;
}
#content .navigation {
	clear: both;
	padding-top: .5em;
}
.previous {
	float: left;
}
.next {
	float: right;
}
#sidebar {
	float: right;
	width: 220px;
	display: inline;
}
#sidebar {
	min-height:450px;
	height:auto !important;
	height:450px;
}
#searchform #s {
	width: 125px;
}
#sidebar li {
	list-style-position: inside;
	padding-left: 5px;
	list-style-image: url(images/bullet.gif);
}
#footer {
	clear: both;
	width: 1000px;
	padding-top: 25px;
}
#footer p {
	padding-bottom: 25px;
}
.copyright {
	font-size: 75%;
	color: #996633;
	text-align: center;
}
.contact_info {
	font-size: 90%;
	padding-left: 100px;
}
img.alignright {
	float:right;
	margin:0 0 1em 1em
}
img.alignleft {
	float:left;
	margin:0 1em 1em 0
}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
a img.alignright {
	float:right;
	margin:0 0 1em 1em
}
a img.alignleft {
	float:left;
	margin:0 1em 1em 0
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
