/* CSS Document */

* {
	margin: 0 0;
	padding: 0 0;
}

html {
	font-size: 62.5%;
	font-family: Palatino, Georgia, "Times New Roman", Times, serif;
	background: #f3f3f3;
}

img {
	border: none;
}

h1 {
	float: left;
	font-size: 4.1em;
	display: inline;
	color: #FFF;
	padding-left: 20px;
}

h2 {
	background: #000;
	color: #FFF;
	font-size: 3.4em;
	margin-bottom: 20px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

h3 {
	/*position: absolute;
	margin-left: 170px;
	margin-top: 39px;
	height: 100px;
	z-index: 100;*/
	float: right;
	margin-top: 10px;
	margin-right: 20px;
	font-size: 2.2em;
	color: #FFF;
}

h4 {
	font-size: 2.0em;
	padding-bottom: 5px;
	border-bottom: 1px solid #545146;
	margin-bottom: 5px;
	color: #545146;
}

h5 {
	font-size: 2.4em;
}

p {
	line-height: 1.5em;
	font-size: 1.6em;
	color: #545146;
}

input {
	color: #FFF;
	width: 100%;
	height: 20px;
	background: #545146;
}

textarea {
	background: #545146;
	color: #FFF;
	height: 75px;
	width: 100%;
	margin-bottom: 10px;
}

fieldset {
	border: none;
	margin-bottom: 40px;
}

#container {
	margin: 0px auto;
	width: 1000px;
}

#spacer {
	width: 100%;
	height: 20px;
	background: #000;
}

#header {
	float: left;
	width: 100%;
	background: #2b3034;
	padding: 20px 0 20px 0;
}

#header a, #header a:visited {
	color: #FFF;
	text-decoration: none;
}

#header a:hover {
}

#navigation {
	list-style: none;
	margin-top: 20px;
	margin-right: 100px;
	float: right;
}

#navigation li {
	float: left;
	margin-left: 30px;
}

#navigation a, #navigation a:visited {
	font-size: 1.8em;
}

#navigation a:hover {
	font-weight: bold;
}

#introduction {
	float: left;
	width: 980px;
	margin-bottom: 20px;
	padding: 20px 0 0 0;
}

#introduction p {
	font-size: 1.6em;
	text-align: justify;
}

#contact {
	float: left;
	width: 100%;
}

#contact a, #contact a:visited {
	color: #545146;
	padding-bottom: 2px;
	text-decoration: none;
	border-bottom: 1px dotted;
}

#contact a:hover {
	border-bottom: 1px solid;
}

#contactitems {
	margin-left: -35px;
	float: left;
	list-style: none;
}

#contactitems li {
	float: left;
	width: 300px;
	margin-left: 35px;
}

#posts {
	float: left;
	margin-bottom: 20px;
	width: 100%;
}

#postlist {
	list-style: none;
	padding: 0 0;
}

#postlist li {
	float: left;
	width: 220px;
	margin: 0 30px 0 0;
	padding: 0px 0px 0 0px;
	
}

#postlist a, #postlist a:visited {
	text-decoration: none;
	color: #464E54;
	background: none;
	border-bottom: 1px dotted #464E54;
}

#postlist a:hover {
	color: #FFF;
	background: #464E54;
}

#works {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

#watch {
	float: left;
	width: 980px;
	text-align: center;
	margin-bottom: 20px;
}

.sites {
	list-style: none;
}

/*#works a, #works a:visited {
	background: #464E54;
	color: #FFF;
	text-decoration: none;
	background: #000;
}

#works a:hover {
	color: #000;
}*/

#photos {
	float: left;
	width: 100%;
}

#photolist {
	float: left;
	list-style: none;
	padding: 0 0;
	margin: 0 0 0 -5px;
}

#photolist li {
	float: left;
	width: 240px;
	margin: 0 0 0 5px;
	padding: 0px 0px 0 0px;
	text-align: center;
	
}

#footer {
	float: left;
	width: 100%;
	background: #2b3034;
}

.postdate {
	text-align: center;
	font-size: 1.6em;
	margin-bottom: 10px;
	background: #66717A;
	padding: 4px;
	color: #FFF;
}

.post {
	text-align: justify;
	font-size: 1.6em;
	height: 130px;
}

.mailme {
	float: left;
	display: inline;
}

.button {
	float: left;
	border: 1px solid #545146;
	background: #FFF;
	padding: 4px;
	height: auto;
	width: 100%;
	color: #545146;
	cursor: pointer;
	font-size: 1.6em;
}

.button:hover {
	background: #545146;
	color: #FFF;
}

.formlabels {
	display: block;
	font-size: 2.0em;
	font-weight: bold;
	margin-bottom: 0px;
}

.addresslabels {
	margin-bottom: 15px;
}

.sitedescription {
	font-size: 1.6em;
	text-align: justify;
}

.sitepic {
	float: left;
	padding-bottom: 20px;

}

.siteblock {
	float: left;
	width: 310px;
	margin-bottom: 20px;
	margin-right: 23px;
	color: #464E54;
}

.flickr {
	margin: 0 20px 20px 0;
	border: none;
}

.footertext {

}

.copyright {
	color: #FFF;
	float: right;
	padding: 5px;
	margin-right: 100px;
}

.details {
	float: left;
	width: 100%;
	background: #464E54;
	color: #FFF;
	padding: 5px 0 5px 0;
	font-size: 1.6em;
	cursor: pointer;
	text-align: center;
}

.panel {
	float: left;
	width: 310px;
	border-top: 5px #464E54 solid;
	padding-top: 20px;
	display: none;	
	padding-bottom: 20px;
}

.splash {
	float: left;
}

.selected {
	background: #464E54;
	color: #FFF;
}

.flick {
	background: #545454;
	color: #FFF;
}

.contact {
	background: #545146;
	color: #FFF;
}

.twitter {
	background: #66717A;
	color: #FFF;
}

.redacted {
	background: #545146;
	color: #FFF;
	padding: 3px;
}

.caption {
	text-align: center;
	margin: 5px 0 0 0;
}

.links a, .links a:visited {
	font-size: .4em;
	color: #FFF;
	text-decoration: none;
	background: none;
	margin-left: 5px;
	border-bottom: 1px dotted #FFF;
	padding-bottom: 3px;
	margin-right: 535px;
}

.links a:hover {
	color: #2B3034;
	border-bottom: 1px dotted #2B3034;
}

.sitedescription a, .sitedescription a:visited {
	text-decoration: none;
	color: #464E54;
	background: none;
	border-bottom: 1px dotted #464E54;
}

.sitedescription a:hover {
	color: #FFF;
	background: #464E54;
}
