/*
*   Typography 
*/
body {
}
body, h2, h3, h4, p {
	color: #e2e2e2;
	margin-left: 10px;
}
h2, h3, dl#navigation-outer dt, dl#navigation-outer dd {
	color: #F9EC31;
	font-weight: bolder;
	margin-bottom: 0;
	text-decoration: none;
}
	h2 {
		font-size: 3.5em;
		letter-spacing: -4px;
		margin-bottom: 0;
		line-height: 1;
	}
		h2 a {
			color: #F9EC31;
			text-decoration: none;
		}
			h2 a:hover {
				color: #f9ec31;
			}
	h3 {
		font-size: 2.5em;
		letter-spacing: -2px;
		margin-bottom: 0em;
		clear: left;
	}
		h3 a {
			color: #f9ec31;
			text-decoration: none;
			margin-bottom: 1em;
		}
			h3 a:hover {
				color: #f9ec31;
				text-decoration: none;
			}
	h4 {
		background: #7F7917;
		font-size: 1em;
		color: #2D2A2A;
		margin: 0;
		padding: 5px 10px;
		margin-bottom: 1em;
	}
		
p a, li a {
	color: #F9EC31;
	text-decoration: none;
}
	p a:hover, li a:hover {
		color: #F9EC31;
		border-bottom: 1px dotted #F9EC31;
	}
p.metadata {
	color: #777;
	font-size: 0.8em;
}
blockquote {
	margin: 0;
	background: #5F5F53;
	padding: 10px;
	margin-bottom: 1em;
}
	blockquote p {
		margin-bottom: 0;
		margin-left: 0;
		font-style: normal;
	}
/*
*   layout
*/
body{
    background: url(../img/top.png) top left repeat-x #2d2a2a;
}
h1#logo {
	background: url(../img/logo.png) top left no-repeat;
	height: 140px;
	width: 510px;
	text-indent: -4000px;
}
	h1#logo a {
		display: block;
		height: 140px;
		width: 510px;
	}
	
div.article {margin-bottom:1em; }
dl#navigation-outer {
}
	dl#navigation-outer dt, dl#navigation-outer dd {
		font-size: 2.5em;
		letter-spacing: -2px;
		margin: 0;
		line-height: 1;
		margin-left: 10px;
		clear: left;
	}
	dl#navigation-outer dd {
		/*margin-bottom: 1em;*/
	}
	dl#navigation-outer dt a {
		color: #F9EC31;;
		text-decoration: none;
	}
	dl#navigation-outer dd a {
		color: #ccc;
		text-decoration: none;
	}
div#flickr {
	padding: 10px;
	padding-right: -25px;
}
div#flickr img {
	float: left;
	margin-right: 25px;
}


/********************8
**	Navigation
*********************/

ul#navigation, ul#about, ul#portfolio, ul.category_list, ul.recent-comments{
	list-style: none;
	margin: 0;
	padding: 0;
}
	ul#navigation li, ul#about li, ul#portfolio li, ul.category_list li, ul.recent-comments li {
		display: inline;
		float: left;
		list-style: none;
	}
ul.category_list li:after, ul.recent-comments li:after {
	content: "/";
}

/********************8
**	Related Links
*********************/

ul.related  {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-right: -10px;
}
	ul.related li {
		display: inline;
		margin-bottom: 1em;
	}
		ul.related li a {
			display: block;
			width: 90px;
			margin-right: 10px;
			float: left;
			background: #333;
			padding: 10px;
			height: 100px;
			overflow: hidden;
			margin-bottom: 1em;
			color: #9F9F9F;
			text-decoration: none;
		}
			ul.related li a:hover {
				background: #7F7917;
				color: #2D2A2A;
				border: none;
			}

ul.previous-next {
	background: #7F7917;
	color: #2D2A2A;
	list-style: none;
	clear: both;
	margin: 0;
	padding: 0;
	margin-bottom: 1em;
}
	ul.previous-next li {
		float: left;
		display: inline;
		background: #7F7917;
		color: #2D2A2A;
	}
		ul.previous-next li a {
			color: #2D2A2A;
			height: 20px;
			display: block;
			float: left;
			width: 220px;
			text-decoration: none;
			text-align: center;
			padding-top: 10px;
			padding-bottom: 10px;
			overflow: hide;
		}
			ul.previous-next li a:hover {
				background: #F9EC31;
				border: none;
			}
			
			ul.previous-next li.next a {
				background: url(../img/next.png) center right no-repeat;
				padding-right: 50px;
				text-align: right;
			}
			
			ul.previous-next li.prev a {
				background: url(../img/prev.png) center left no-repeat;
				padding-left: 50px;
				margin-right: 50px;
			}
	
/* comments form */

form#txpCommentInputForm {
}
	form#txpCommentInputForm label {
		display: block;
		width: 10em;
		float: left;
		clear: left;
	}
	form#txpCommentInputForm fieldset {
		border: none;
		padding: 0;
		margin: 0;
		margin-left: 10px;
		padding-top: 1em;
	}
	form#txpCommentInputForm input {
		display: block;
		float: left;
	}
	
/*****8 COMMENTS *********/
ol.comments {
	list-style: none;
	padding: 0;
	margin: 0;
}

div.message {
	background: #656565;
	color: #000;
	margin: 1em -10px 0px -10px;
	padding: 10px 5px;
}
div.message-meta, div.message-meta a {
	color: #656565;
	margin-bottom: 1em;
	text-decoration: none;
}

label {clear: left; float:left}
input.zemText, .zemTextarea, .zemSubmit {clear:left;float:left}

/*
 *=UTILITY
 */

.clearfix:after, .article:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix, .article {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix, .article {display: block;}
/* End hide from IE-mac */