/* @override http://seanmurph.com/seanmurph.css */

body {
	color: #000;
	background-color: #a6a480;
	font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-top: 50px;
}

#hire p {
	color: #432326;
	border: 1px solid #898769;
	padding: 11px;
	background-color: #b2ae8e;
	font-size: 0.95em;
}

td#projects {
	width: 236px;
}

#header {
	margin-bottom: 0;
}

#main-container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#navigation-areas table {
	width: 760px;
	margin-left: 10px;
	
	margin-top: 0;
}

#navigation-areas h2 {
	margin-top: 0;
	font-size: 1.4em;
	font-weight: normal;
	font-style: normal;
	color: #284160;
}

a {
	color: #381203;
	text-decoration: none;
	border-bottom: 1px dotted #4f1905;
}

a:hover {
	color: #381203;
	text-decoration: none;
	border-bottom: 1px solid #2d1a11;
	background-color: #d6d3a4;
}

.image-link, .image-link:hover {
	border-style: none;
	background-color: transparent;
}

a img {
	border: none;
}

#navigation-areas p {
	margin-top: 0;
	margin-left: 13px;
	margin-right: 13px;
	color: #3c3c3c;
}

#navigation-areas #about p {
	margin-bottom: 6px;
}

td#weblog {
	width: 260px;
}

#navigation-areas table tr {
}

#navigation-areas table td {
	vertical-align: top;
	padding: 11px;
	border-right: 11px solid #a6a480;
	background: #ddd url(images/shadow.gif) repeat-x 0 103%;
}

/*#navigation-areas table td:hover {
	background-color: #8bb7d6;
}*/

#lower-content {
	margin-left: 14px;
	margin-right: 45px;
}

#bio {
	margin-bottom: 18px;
	margin-top: 16px;
	color: #1c1c1c;
}

#bio h1 {
	margin-top: 9px;
	margin-bottom: 0;
	font-size: 1.2em;
}

#bio p {
	margin-top: 8px;
}

.border {
	height: 2px;
	background-image: url(images/border.gif);
}

#current-enviro-campaign {
	color: #284160;
	padding-right: 10px;
	padding-bottom: 15px;
	border: 1px solid #898769;
	background: #b2ae8e url(images/mountain.gif) no-repeat 540px bottom;
	margin-bottom: 16px;
	margin-top: 17px;
}

#take-action-button {
	float: left;
	padding-left: 6px;
	padding-top: 4px;
	height: 64px;
}

#current-enviro-campaign h3, #current-enviro-campaign p {
	margin: 0 20px 0 76px;
}

#current-enviro-campaign h3 {
	font-size: 1.3em;
	margin-top: 13px;
}

#current-enviro-campaign p {
	font-size: 0.85em;
	margin-top: 3px;
}

#footer {
	margin-top: 2px;
	font-size: 0.8em;
}

#footer a {
	color: black;
	border-bottom-color: black;
}

#footer p {
	margin-top: 6px;
}

#footer-sidebar {
	float: right;
}

/* @group photos */

#photo-gallery-content {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	border-width: 2px;
	border-color: white;
	text-align: center;
}

.gallery-link {
	height: 102px;
	padding-left: 220px;
	padding-top: 50px;
	text-align: left;
}

#back-home-link {
	margin-top: 70px;
}





/* @end */

/* @group writings */

#article {
	margin-left: 80px;
	margin-right: 80px;
	margin-top: 70px;
}

h2.code-file {
	font-size: 1.2em;
	text-align: center;
	margin-bottom: 0;
	padding-bottom: 1px;
	padding-top: 3px;
	color: #0c495e;
}

.quote {
	color: #284160;
	border: 1px solid #898769;
	background: #b2ae8e;
	padding: 8px;
	margin: 17px 110px 16px 70px;
}

#article div.code-block {
	margin-top: 26px;
}

#article h1, #article h2 {
	color: #114568;
}

#article h1 {
	background: url(writings/images/class-cluster.gif) no-repeat;
	padding-left: 136px;
	padding-top: 17px;
	padding-bottom: 34px;
}

.quote p {
	margin-bottom: 7px;
	margin-top: 6px;
	padding: 0;
}

.quote p.byline {
	text-align: right;
}

#disclaimer {
	color: #284160;
	border: 1px solid #898769;
	background: #959177;
	padding: 8px;
	margin-bottom: 38px;
	margin-top: 30px;
	margin-left: 0;
}

#article-bottom {
	margin-top: 27px;
}

#article-list {
	width: 670px;
	margin-right: auto;
	margin-left: auto;
}

#article-list h1 {
	margin-bottom: 50px;
}

#article-list h2 a {
	
}

#article-list h2 {
	font-size: 19px;
	margin-bottom: 0;
}

#article-list p {
	margin-top: 4px;
}

#disclaimer p {
	color: black;
}

#disclaimer h2 {
	margin-top: 0;
}

#bottom-nav {
	text-align: center;
}



/* @end */