/* colors
light gray: d7d6d3
dark gray: 393b37
sickly green: 989636
rust red: 954D35
orange: B86A3C
*/

/* Firefox Dotted Outline Fix */
a:active {outline: none;}
a:focus {-moz-outline-style: none;}

/* define html tags */
body,
html {
	height: 100%;
	margin: 0;
	padding: 0;
}

html {
	background-color: #393b37;
	font-family: "lucida grande", verdana, sans-serif;
	font-size: 11px;
	text-align: left;
	color: #393b37;
}

p {
	line-height: 1.5em;
	margin: 0 0 7px 0;
}

h1 {
	font-family: georgia, times, "times new roman", serif; 
	font-weight: normal;
	font-size: 16px;
	color: #954D35;
	margin: 0 0 4px 0;
	padding: 0px;
	text-transform: none;
}

h2 {
	font-family: georgia, times, "times new roman", serif; 
	font-weight: normal;
	font-size: 14px;
	color: #4f456c;
	margin: 0 0 4px 0;
	padding: 0px;
	text-transform: none;
}


a:link,
a:visited {
	text-decoration: underline;
	color: #4A5274;
}

a:hover {
	color: #954D35;
}
	
hr {
	text-shadow: none;
	height: 1px;
	border: none;
	background-image: url(/images/hr.gif);
	background-repeat: repeat-x;
	margin: 15px auto 15px auto;
	padding: 0px;
	color: none;
}

img {
	border: none;
}

ul {
	margin: 0 0 13px 15px;
	padding: 0;
}

ol {
	margin: 0 0 15px 17px;
	padding: 0;
}

li {
	list-style-type: square;
	padding: 0;
	margin: 0 0 4px 0;
	line-height: 1.4em;
}

code {
	font-family: "Andale Mono", courier;
	font-size: 12px;
}

/* wrappers and primary divs */
#page-texture {
	background-image: url(/images/background.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	background-color: #e5e4e9;
}

#wrapper {
	width: 950px;
	margin: 0 auto 0 auto;
}

#nav-wrapper {
	background-image: url(/images/nav-background.png);
	background-repeat: no-repeat;
	height: 91px;
	width: 582px;
	margin-left: -25px;
	padding: 0 25px 0 25px;
	position: relative; 
	z-index: 100;
}

#nav-wrapper img {
	display: inline;
}

#left-column {
	width: 534px;
	float: left;
	margin: 50px 0 50px 0;
	z-index: 100;
	position: relative;
	min-height: 300px;
}

#photo-column-right {
	width: 400px;
	float: right;
	margin: 30px 0 0 0;
}

#photo-column {
	width: 455px;
	float: left;
	margin: 0px;
}

.full-width-left {
	margin: 0 0 50px 0;
	width: 400px;
	float: left;
}

.full-width-right {
	margin: 0 0 50px 0;
	width: 400px;
	float: right;
}

.quarter-column-left {
	width: 175px;
	float: left;
}

.quarter-column-right {
	width: 175px;
	float: right;
}

#background {
	background-image: url(/images/bottom-background.png);
	background-repeat: repeat-x;
	background-position: bottom center;
	margin: 0;
	padding: 0;
	background-color: #d7d6d3;
}

#portfolio {
	margin: 25px 0 50px 0;
	position: relative;
	z-index: 90;
}

#footer {
	margin: 0;
	background-image: url(/images/footer-background.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	color: #989636;
	height: 86px;
	z-index: 50;
	position: relative;
}

#footer p {
	margin: 0;
}

#footer a:link, 
#footer a:visited, 
#footer a:hover {
	color: #989636;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
}

#footer-content {
	padding: 35px 0 0 210px;
}

#footer-background {
	background-image: url(/images/footer-texture.png);
	background-repeat: repeat-x;
	background-position: center;
	margin: -97px 0 0 0;
	height: 105px;
	z-index: 10;
	position: relative;
}

#thistle {
	background-image: url(/images/thistle.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	margin: -470px auto 0 auto;
	height: 381px;
	width: 950px;
	z-index: 5;
	position: relative;
}
	
/* all the rest */
.floatclear {
	clear: both;
}

.nowrap {
  white-space: nowrap;
}

.serif {
	font-family: Georgia, serif;
	font-size: 14px;
	line-height: 1.3em;
}

.red { 
	color: #954D35;
}

.blog-postings li, ul {
	margin: 0 0 3px 0;
	padding: 0;
	list-style-type: none;
}

.quote {
	margin-left: 15px;
	color: #6a6d8f;
	font-style: italic;
	border-left: solid 1px;
	padding-left: 5px;
	margin-top: 10px;
}