* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "Lucida Grande",Lucida,Helvetica,Arial,Verdana,sans-serif;
	font-size: 13px;
	color: #000;
}

h1 {
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 10px;
	color: #ff520b;
}

h2{
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 10px;
	color: #ff520b;
}

h3 {
	font-size: 18px;
	margin-bottom: 5px;
}

p {
	font-size: 13px;
	line-height: 19px;
	margin-bottom: 19px;
}

a {
	color: #ff520b;
	text-decoration: none;
}

a:hover {
	border-bottom: 1px dotted #ff520b;
}

a img {
	border: none;
}

div#header, div#content, div#portfolio, div.wrapper {
	width: 960px;
	text-align: left;
	margin: 0 auto;
	overflow: hidden;
}

div#header {
	position: relative;
	height: 100px;
	padding: 0 10px;
}

div#header a#logo {
	position: absolute;
	bottom: 10px;
}

div#header a#logo:hover {
	border: none;
}

div#header ul {
	list-style: none;
	float: right;
	position: absolute;
	bottom: 0;
	right: 10px;
	height: 39px;
}

div#header ul li {
	float: left;
	margin: 10px;
	color: #422908;
}

div#header ul li.selected {
	border-bottom: 2px solid #422908;
}

div#header ul li a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	color: #f9a61e;
	padding: 4px 0;
	font-weight: bold;
}

div#header ul li a:hover {
	color: #422908;
	border: none;
}

div#header ul li.selected a, div#header ul li.selected a:hover {
	color: #422908;
}

div#home-banner {
	background: url(../img/home-banner-bg.gif) repeat-x #1f1f1f;
	height: 220px;
}

div#home-banner div.wrapper {
	padding-left: 30px;
	position: relative;
	overflow: visible;
}

div#home-banner h1 {
	color: #fff;
	width: 500px;
	font-size: 30px;
	line-height: 45px;
	padding-top: 27px;
	margin: 0;
	font-weight: bold;
}

div#home-banner span.tagline {
	font-size: 20px;
	color: #888;
}

div#home-banner a {
	font-size: 20px;
}

div#home-banner img {
	position: absolute;
	right: 30px;
	top: 0;
}

div#banner {
	background: url(../img/home-banner-bg.gif) repeat-x #1f1f1f;
	height: 20px;
}

div#content, div#portfolio {
	padding: 20px 0 40px;
	overflow: hidden;
}

div#footer {
	clear: left;
	background: url(../img/footer-bg.gif) repeat-x;
	padding: 40px 10px 50px;
}

div#footer div.wrapper {
	overflow: hidden;
}

div#footer div.col {
	margin: 0 10px;
	float: left;
	width: 220px;
	display: inline;
}

div#footer h4 {
	color: #333;
}

div#footer p {
	color: #666;
}

div#footer ul {
	list-style: none;
}

div.main-column, div.sub-column {
	float: left;
	margin: 0 10px;
	display: inline;
}

div.main-column {
	width: 620px;
	padding: 20px 0;
}

div.main-column div.col {
	float: left;
	width: 300px;
	margin-right: 10px;
}

div.main-column div.last {
	margin: 0 0 0 10px;
}

div.main-column img.portrait {
	float: left;
	margin: 5px 10px 10px 0;
}

div.sub-column {
 	width: 260px;
 	background-color: #f3efeb;
 	padding: 20px;
}

div.sub-column h2 {
 	color: #f9a61e;
}

ul.services {
	list-style: none;
	margin: 0 10px;
}

ul.services li {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 7px;
	border-bottom: 1px solid #999;
	padding-bottom: 7px;
}

ul.services li.last {
	border: 0;
}

ul.tags, ul.articles {
	list-style: none;
	margin-bottom: 20px;
}

ul.tags li, ul.articles li {
	padding-bottom: 4px;
}

ul.tags li {
	float: left;
	width: 120px;
}

div.news-post {
	margin-bottom: 40px;
}

div.news-post img {
	background: url(../img/small-img-bg.gif) no-repeat bottom;
	padding-bottom: 20px;
	float: left;
	margin: 5px 20px 0 0;
}

div.col div.news-post img {
	float: none;
	margin: 0;
}

div.news-post p.date {
	color: #999;
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

div.news-post div.post-info {
	border-top: 2px dotted #ddd;
	padding: 5px 0;
	height: 20px;
	color: #999;
	position: relative;
}

div.news-post div.post-info span.permalink {
	position: absolute;
	right: 0;
}

div.pagination-bar {
	clear: left;
	background: url(../img/pagination-bg.gif) no-repeat;
	padding: 20px 20px 0 20px;
	height: 30px;
}

div.pagination-bar a.newer {
	font-size: 16px;
	float: left;
	width: auto;
}

div.pagination-bar a.older {
	font-size: 16px;
	float: right;
	width: auto;
}

div.twitter {
	margin-bottom: 20px;
}

div.tweet{
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

div.twitter div.last{
	border: none;
	margin-bottom: 0;
}

div.tweet p {
	margin-bottom: 0;
}

div.tweet span.date {
	color: #999;
	font-size: 10px;
	text-transform: uppercase;
}

p.error {
	color: #ff520b;
	background-color: #f3efeb;
	border: 1px solid #ff520b;
	padding: 4px;
	width: 350px;
	margin-left: 123px;
}

form.contact-form label {
	display: block;
	float: left;
	clear: left;
	width: 120px;
	font-weight: bold;
	margin: 0 0 2px 4px;
}

form.contact-form input, form.contact-form textarea {
	background: url(../img/input-bg.gif) no-repeat;
	width: 350px;
	border:1px solid #E6DBC0;
	padding: 6px 4px;
	margin-bottom: 10px;
	font-size: 13px;
	float: left;
}

form.contact-form textarea {
	height: 100px;
	font-family: "Lucida Grande",Lucida,Helvetica,Arial,Verdana,sans-serif;
}

form.contact-form input.submit {
	background: url(../img/submit-btn-bg.gif) no-repeat;
	width: 157px;
	height: 32px;
	border: 0;
	padding: 0 0 2px 0;
	margin: 0 0 10px 120px;
	font-weight: bold;
	cursor: pointer;
	clear: left;
}

form.contact-form input.submit:hover {
	background-position: 0 -32px;
}

div.sub-column div#map {
	width: 292px;
	height: 200px;
	border: 4px solid #d1c3a0;
}

div#portfolio h1 {
	margin-left: 10px;
}

div.feature {
	width: 940px;
	margin: 0 10px 20px 10px;
	overflow: hidden;
}

div.feature img.feature {
	background: url(../img/feature-bg.gif) no-repeat bottom;
	padding-bottom: 30px;
	width: 620px;
	height: 300px;
	margin-right: 10px;
	float: left;
}

div.feature div.info {
	width: 260px;
	margin-left: 10px;
	background-color: #f3efeb;
	height: 260px;
	float: left;
	padding: 20px;
}

div.feature div.info ul {
	list-style: none;
	padding-top: 20px;
}

div.feature div.info ul li {
	padding-bottom: 10px;
}

div.feature div.info ul li h2 {
	color: #000;
}

div.feature div.info ul li h3 {
	font-weight: normal;
}

div.feature div.info ul li span {
	text-transform: uppercase;
	color: #999;
}

div.feature div.info ul li a {
	font-size: 18px;
	margin-top: 10px;
}

ul.portfolio {
	list-style: none;
	clear: left;
	overflow: hidden;
}

ul.portfolio li {
	float: left;
	margin: 10px 10px;
	position: relative;
	width: 300px;
	height: 170px;
	display: inline;
}

ul.portfolio li img {
	background: url(../img/small-img-bg.gif) no-repeat bottom;
	padding-bottom: 20px;
	position: absolute;
}

ul.portfolio li a span {
	position: absolute;
	bottom: 20px;
	right: 0;
	z-index: 10;
	padding: 6px;
	background-color: #ff520b;
	color: #fff;
}

ul.portfolio li a:hover {
	border: none;
}
