/*-------------------------------------------    
    GENERAL STUFF
-------------------------------------------*/
html {
	background: #3E3C38;
}

body {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: small;
	color: #41403E;
	background: #F7F7DB url(images/body_bg.gif) repeat-x 0px 120px;
}

h1, h2, h3 {
	font-family: "Georgia", serif;
}

h1 {
	font-size: 230%;
	letter-spacing: -0.03em;
}

h2 {
	font-size: 170%;
}

h3 {
	font-size: 130%;
	color: #735A42;
}

h4 {
	font-size: 100%;
	font-style: italic;
	color: #555;
}

a {
	text-decoration: none;
	color: #DC5919;
	font-weight: bold;
	outline: none;
}

#content a:visited {
  color: #9E3F13;
}

a:hover {
  text-decoration: underline;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

dt {
	float: left;
	width: 25%;
	text-align: right;
	margin-right: 4px;
	font-weight: bold;
}

code {
	font-family: monospace;
	background: #FFF;
	padding: 2px;
	font-weight: bold;
	font-size: 110%;
}

code.source {
	white-space: pre;
	margin: 1em;
	padding: 10px;
	border: solid 1px #C4C4C4;
	display: block;
	overflow: auto;
}

abbr {
	border-bottom: dotted 1px #C4C4C4;	
	letter-spacing: 1px;
	font-style: normal;
	color: #3D2D0C;
	cursor: help;
}

/*-------------------------------------------    
    Forms
-------------------------------------------*/

input, select, textarea {
	padding: 2px;
	font-size: 90%;
	color: #666;
	font-family: "Trebuchet MS", sans-serif;
	line-height: 1.5em;
}

.input {
	padding: 1em 0;
	border-bottom: dotted 1px #C4C4C4;
}

	.input input {
		width: 300px;
	}
	
	.input textarea {
		width: 450px;
	}

.checkbox input {
	width: auto;
}

.submit {
	padding: 10px 0;
}

.submit input {
	background: #32312d;
	color: #e1e1c8;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: "Georgia", serif;
	padding: 5px;
	width: auto;
}

label {
	font-weight: bold;
	display: block;
}

legend {
	font-size: 140%;
	color: #555;
}

input + label {
  margin-top: 1em;
}

label + input, label + select, label + textarea {
  margin-top: .25em;
}

fieldset {
	padding: 15px;
	border: solid 1px #DDDDDD;
}	

.error-message {
	color: red;
	font-weight: bold;
}

/*-------------------------------------------    
    Specific Form Styling
-------------------------------------------*/

#PostBody {height: 500px;}
#PostTeaser {height: 70px;}
#ContactEmail{width: 300px;}
#ContactMessage{width: 600px; height: 100px;}

/*-------------------------------------------    
    Layout
-------------------------------------------*/


h1#logo {
	height: 92px;
	background: #3E3C38 url(images/logo_bg.gif) repeat-x bottom;
}
	h1#logo a {
		background: transparent url(images/bird_bg.gif) no-repeat 10px 40px;
		padding-left: 80px;
		height: 92px;
		width: 340px;
		display: block;
	}

	h1#logo img {
		margin: 45px 0 0 10px;
	}
	
ul#navigation {
	background: #454543 url(images/navigation_bg.gif) repeat-x;
}
	ul#navigation li {
		float: left;
		font-family: Georgia, serif;
		font-size: 90%;
		letter-spacing: 2px;
		margin: 0 8px;
		text-transform: uppercase;
	}

		ul#navigation li a {
			float: left;
			font-weight: normal;
			color: #808061;
			padding: 10px 12px 6px 12px;
		}
		
			ul#navigation li a:hover {
				background: #32322F;
				color: #BFBFAA;
			}
		
		ul#navigation li.active a {
			background: #FFF;
			padding-top: 6px;
			margin-top: 4px;
			color: #DC5919;
		}
		
#content {
	background: transparent url(images/content_bg.gif) repeat-y 0px 18px;
	margin-top: 18px;
	width: 770px;
}

#main {
	float: left;
	width: 528px;
}

#meadow {
	background: url(images/grass_bg.gif) no-repeat bottom right;
}

#footer {
	background: #3E3C38 url(images/logo_bg.gif) repeat-x;
	color: #CFCF43;
	padding: 10px;
	border-top: solid 3px #3C3C3C;
}

	#footer a {
		color: #CFCF43;
		padding: .25em.5em;
	}
	
		#footer a:hover {background: #3C3C3C;}

	#footer p {
		color: #C4C4C4;
	}

	#footer ul {
		margin: 1em 0;
	}

	#footer li {
		display: inline;
		margin-right: .75em;
	}

.full {
	background-image: none !important;
}

	.full #main {
		width: auto !important;
		float: none !important;
	}

#side {
	float: right;
	width: 242px;
}

.wrapper {
	padding: 0px 18px 18px 18px;
}
	
	.wrapper p, .wrapper li {
		line-height: 1.7em;
	}

	.wrapper h1 {
		font-style: italic;
	}

	.wrapper p {
		margin: 1em 0;
	}

	.wrapper h2 {
		color: #80802A;
	}

img#hero {
	margin: 10px 0 0 -18px;
}

p.info {
		clear: left;
		color: #CBC5A8;
		border-top: solid 1px #E5E5D5;
		border-bottom: solid 1px #E5E5D5;
		padding: 8px 3px 8px 3px;
		font-family: "Georgia", serif;
		font-size: 80%;
		line-height: 1em;
		word-spacing: normal;
		text-transform: uppercase;
		letter-spacing: 1px;
		text-align: justify;
	}

		p.info a {
			color: #CBC5A8;
			background: #edead9;
			padding: 2px;
		}
		
			.post p.info a:hover {
				color: #DC5919;
			}
			
p.pagination span.counter {
	
}
p.pagination a {
	color: #9B9781;
}
			
.good {
	color: green;
}

.bad {
	color: red;
	font-style: italic;
}

.alert {
	font-size: 150%;
}

ul.controls {
	margin: 1em 0;
}

	ul.controls li {
		float: left;
		border-right: solid 1px #EFEFEF;
	}
	
	ul.controls li a {
		display: block;
		padding: 0 6px;
	}
	
ul.copy, .post .body ul {
	margin: 1em 3em;
	list-style: square;
}

	ul.copy li, .post .body ul li {
		margin: .2em 0;
	}

ol.copy, .post .body ol {
	margin: 1em 3em;
	list-style: decimal;
}

	ol.copy li, .post .body ol li {
		margin: .2em 0;
	}
	
.employee {
	border-bottom: solid 1px #C4C4C4;
	padding: 1em 0;
}
	
.employee img {
	float: left;
	border: double 3px #C4C4C4;
}

.employee p {
	margin-bottom: 0;
}

.employee p, .employee h3, .employee h4 { margin-left: 122px; }

.important {
	/*background: #E5E5C7;*/
	padding: 10px;
	margin-bottom: 1.5em;
	border-bottom: dotted 1px #DEDEC0;
	padding-bottom: 1.5em;
}

	.important p {
		font-size: 120%;
		margin-bottom: 0;
		font-family: "Georgia", serif;
		margin-top: .5em;
	}
	
.important p:first-letter, .featured p:first-letter { 	
	font-size: 170%;
	font-family: "Palatino", "Book Antiqua", serif;
	font-style: italic; 
}

.compressed * {
	line-height: 1.2em !important;
}

#navigation a:hover, #footer a:hover {
  text-decoration: none;
}

/*-------------------------------------------    
    Sidebar styling
-------------------------------------------*/

#side h2 {
	background: #F3F1E4;
	border-bottom: solid 1px #E0E1C0;
	color: #98987F;
	padding: 9px 6px 7px 6px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 80%;
}

#side ul {
	
}

#side li {
	padding: 12px 2px;
	line-height: 1em;
}

  #side li + li {
    border-top: solid 1px #E5E5D5;
  }

	#side li h3 {
		font-weight: normal;
		font-family: "Trebuchet MS", Verdana, sans-serif;
		font-size: 100%;
	}
	
	#side li small {
		color: #C8C0A8;
	}


/*-------------------------------------------    
    Homepage
-------------------------------------------*/

.featured {
	background: #E5E5C7 url(images/featured_bg.gif) repeat-x bottom;
	margin: 1em 0;
	padding: 1em;
	font-family: "georgia", serif;
}
	
	.featured h1 {
		margin-bottom: .5em;
		font-size: 200%;
	}
	
	.featured p {
		margin: .5em;
		font-size: 130%;
		line-height: 120%;
	}
	
		.featured p a { font-weight: normal;}

h1#pastwork {
	font-size: 160%;
	font-style: normal;
}

ul#work {

}

	ul#work li {
		padding: 1.5em 0;
	}
	
	ul#work li + li {
	  border-top: solid 1px #d5d5bd;
	}
	
	ul#work h2 {
		color: #8A8A29;
		text-transform: uppercase;
		font-size: 130%;
	}
	
		ul#work h2 a {
			font-weight: normal;
			color: #8A8A29;
		}
	
	ul#work p {
		margin: 0;
		line-height: 1.3;
		font-size: 120%;
		margin-left: 166px;
	}
	
	ul#work li img {
		float: left;
		border: solid 3px #fefefa;
		margin-right: 10px;
	}


/*-------------------------------------------    
    Portfolio
-------------------------------------------*/

img.portfolio-masthead {
	border-bottom: solid 3px #EFEFEF;
	margin: 1em 0;
}

/*-------------------------------------------    
    Blog Post
-------------------------------------------*/

.post .item {
	margin-bottom: 26px;
}

.post img.user-avatar {
	float: left;
	margin: 0 1em 1em 0;
	border: solid 2px #E8E8CE;
}

.post h1 {
	color: #DC5919;
	line-height: 1em;
}

	.post h1 a {
		font-weight: normal;
		color: #DC5919;
	}

.post .details {
	background: #EDEDB6 url(images/postdetails_bg.gif) repeat-x top;
	padding: 9px;
	border: solid 2px #FFF;
	margin: 1em 0;
}

	.post .details h3 {
		font-size: 200%;
		font-family: "Georgia", serif;
		text-transform: uppercase;
		color: #BABA54;
		border-bottom: solid 1px #D1D184;
	}
	
	.post .details dl {
		margin: 1em 0;
		font-size: 110%;
	}
	
	.post .details dt {
		color: #717165;
		text-transform: uppercase;
	}
	
		.post .details dt:after {
			content: ":";
		}
		
	.post blockquote {
		margin: 0 1em;
		font-size: 90%;
		font-style: italic;
		line-height: 1.5;
		color: #989896;
		padding-left: 10px;
		border-left: solid 2px #C4C4C4;
	}
	
	.post .snippit {
		font-family: "Georgia", serif;
		font-size: 120%;
		line-height: 1.5;
	}
	
		.post .snippit a { font-weight: normal;}

/*-------------------------------------------    
    Table
-------------------------------------------*/

table {
	width: 100%;
}

th, td {
	padding: 5px;
}

th {
	background: #000;
	color: #FFF;
	font-weight: bold;
}

td {
	padding: 8px 5px;
	border-bottom: solid 1px #EFEFEF;
}

/*-------------------------------------------    
    Clearfix
-------------------------------------------*/	
.clearfix:after { 
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}

.clearfix {display:inline-block;} 
/* Hide from IE Mac \*/ 
.clearfix {display:block;} 
/* End hide from IE Mac */ 
