/* -----------------------------------------------------------------------
 Title:      	Howard Design Group Custom Stylesheet
 Author:     	Howard Design Group
 Site:			http://www.howarddesign.com
 Vesion: 		1.0
 Created: 		07/03/2009
 Last Modified: 07/03/2009
 Created by: 	Ryan Scherler
 Copyright: 	2009, Howard Design Group.  All rights resevered.
----------------------------------------------------------------------- */

/* @general */

body {
	background: #fff;
	color: #808285;
	font-size: 14px;
	text-shadow: #fff 1px 1px 1px;
}

#header {
	position: relative;
	height: 160px;
}

/* @960 (overrides) */

.container-12 {
	/* background: pink; */
}

/* @logo */

#logo {
	position: absolute;
	top: 35px;
	left: -10px;
}

/* @topnav */

#topnav {
	position: absolute;
	top: 0;
	right: -75px;
	width: 735px;
	height: 160px;
	background: url(/images/layout/bg-topnav.jpg) no-repeat 0 0;
}

#topnav ul {
	position: absolute;
	top: 0;
	left: 50px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#topnav li {
	margin: 0;
	padding: 0;
	float: left;
}

#topnav li a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}

#topnav-aboutus {
	width: 95px;
	height: 105px;
	background: url(/images/layout/topnav-aboutus.gif) no-repeat 0 0;
}

#topnav-aboutus:hover,
#topnav-aboutus.active {
	background-position: 0 -105px;
}

#topnav-blog {
	width: 57px;
	height: 80px;
	background: url(/images/layout/topnav-blog.gif) no-repeat 0 0;
	margin-right: 38px;
}

#topnav-blog:hover,
#topnav-blog.active {
	background-position: 0 -80px;
}

#topnav-casestudies {
	width: 130px;
	height: 69px;
	background: url(/images/layout/topnav-casestudies.gif) no-repeat 0 0;
}

#topnav-casestudies:hover,
#topnav-casestudies.active {
	background-position: 0 -69px;
}

#topnav-contactus {
	width: 115px;
	height: 50px;
	background: url(/images/layout/topnav-contactus.gif) no-repeat 0 0;
}

#topnav-contactus:hover,
#topnav-contactus.active {
	background-position: 0 -50px;
}

#topnav-portfolio {
	width: 99px;
	height: 88px;
	background: url(/images/layout/topnav-portfolio.gif) no-repeat 0 0;
}

#topnav-portfolio:hover,
#topnav-portfolio.active {
	background-position: 0 -88px;
}

#topnav-team {
	width: 61px;
	height: 92px;
	background: url(/images/layout/topnav-team.gif) no-repeat 0 0;
}

#topnav-team:hover,
#topnav-team.active {
	background-position: 0 -92px;
}

/* @main */

#main {
	margin-bottom: 100px;
}

#main a {
	color: #c16e0e;
	text-decoration: none;
}

#main a:hover {
	color: #111;
}

.sidenav-list ul {
	font-size: 13px;
	list-style: none;
	margin: 0 0 20px 0;
}

.sidenav-list li {
	margin: 0;
	padding: 0;
}

#main .sidenav-list a {
	color: #808285;
	display: block;
	padding: 4px 0;
	border-bottom: 1px solid #c16e0e;
}

#main .sidenav-list li.last a {
	border-bottom: none;
}

#main .sidenav-list a:hover,
#main .sidenav-list a.active {
	color: #111;
}

#page-team .sidenav-list,
#page-portfolio .sidenav-list,
#page-contact .sidenav-list {
	margin-top: -36px;
}

/* @typography */

h2 {
	color: #000;
	font-weight: normal;
}

h2.prehead {
	color: #c3c1c1;
	font-size: 28px;
	border-bottom: 1px solid #96999c;
}

.hdr-hdg {
	width: 180px;
	height: 26px;
	margin-bottom: 5px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/images/layout/hdr-hdg.gif) no-repeat 0 0;
}

.hdr-marketing-and-advertising {
	width: 223px;
	height: 26px;
	margin-bottom: 5px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/images/layout/hdr-marketingadvertising.gif) no-repeat 0 0;
}

.hdr-strategy-and-branding-consulting {
	width: 283px;
	height: 26px;
	margin-bottom: 5px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/images/layout/hdr-strategybrandconsulting.gif) no-repeat 0 0;
}

.hdr-print-design {
	width: 105px;
	height: 26px;
	margin-bottom: 5px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/images/layout/hdr-printdesign.gif) no-repeat 0 0;
}

.hdr-web-and-interactive-design {
	width: 226px;
	height: 26px;
	margin-bottom: 5px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/images/layout/hdr-interactive.gif) no-repeat 0 0;
}

.hdr-editorial-photography-and-printing {
	width: 303;
	height: 26px;
	margin-bottom: 5px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/images/layout/hdr-photo.gif) no-repeat 0 0;
}

/* @footer */

#footer {
	font-size: 11px;
	color: #fff;
	padding: 20px 0;
	background: #b87e31;
	text-shadow: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	border-top: 20px solid#fff;
}

#footer p, #footer ul {
	margin-bottom: 0;
	line-height: 1em;
}

#footer ul {
	list-style: none;
	width: 440px;
	margin: 0 auto;
	padding: 0;
	border: 0;
}

#footer li {
	float: left;
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
	border-right: 1px solid #fff;
}

#footer li.last {
	margin-right: 0;
	padding-right: 0;
	border: none;
}

#footer li a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

#footer li a:hover,
#footer li a.active {
	color: #111;
}

/* @page-specific */

	/* portfolio/about*/

#page-about-us h1 {
	width: 69px;
	height: 17px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/images/layout/hdr-aboutus.gif) no-repeat 0 0;
}

#page-portfolio h1 {
	width: 80px;
	height: 24px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/images/layout/hdr-portfolio.gif) no-repeat 0 0;
}

.hdr-services {
	width: 63px;
	height: 13px;
	margin-bottom: 15px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/images/layout/hdr-services.gif) no-repeat 0 0;
}

.hdr-thework {
	width: 72px;
	height: 18px;
	margin-bottom: 10px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/images/layout/hdr-thework.gif) no-repeat 0 0;
}

#featured-work {
	margin-bottom: 40px;
}

#work .grid-4 {
	margin-bottom: 10px;
}

#featured-work .grid-4 a img,
#work .grid-4 a img {
	display: block;
	padding: 5px;
	border: 1px solid #c9cacb;	
}

#featured-work .grid-4 a:hover img,
#work .grid-4 a:hover img {
	background: #c9cacb;	
}

	/* @team */

#page-team h1 {
	width: 37px;
	height: 17px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/images/layout/hdr-team.gif) no-repeat 0 0;
}

.hdr-whoswho {
	width: 84px;
	height: 20px;
	margin-bottom: 10px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/images/layout/hdr-whoswho.gif) no-repeat 0 0;
}

#team .person {
	float: left;
	width: 195px;
	margin: 0 5px 5px 0;
}

#team .person.last {
	margin-right: 0;
}

#team .person p {
	margin: 0;
}

#team .person img {
	display: block;
}

#team .person a {
	display: block;
	padding: 4px;
	border: 1px solid #bdbfc1;
}

#team .person a:hover,
#team .person a.active {
	background: #bdbfc1;	
}

	/* @bio */

#bio h2 {
	font-weight: normal;
	font-size: 20px;
	color: #c16e0e;
	margin-bottom: 10px;
	line-height: normal;
}

#bio-text {
	font-size: 11px;
	text-shadow: none;
	width: 195px;
}

#bio-photo p {
	margin-bottom: 10px;
}

#bio-photo img {
	padding: 4px;
	border: 1px solid #bdbfc1;	
}

#bio-video {
	margin-bottom: 30px;
}

#memoir {
	width: 365px;
}

	/* blog */

#page-blog h1 { display: none; }

.hdr-recentposts {
	width: 100px;
	height: 23px;
	margin-bottom: 7px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/images/layout/hdr-recentposts.gif) no-repeat 0 0;
}

.hdr-contributors {
	width: 100px;
	height: 17px;
	margin-bottom: 12px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/images/layout/hdr-contributors.gif) no-repeat 0 0;
}

.hdr-categories {
	width: 86px;
	height: 27px;
	margin-bottom: 2px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/images/layout/hdr-categories.gif) no-repeat 0 0;
}

.blog-entry {
	width: 595px;
	margin-bottom: 40px;
}

.blog-entry h2 {
	font-weight: normal;
	margin-bottom: 10px;
	color: #c16e0e;
}

.blog-entry h3 {
	font-weight: normal;
	margin: -10px 0 10px 0;
	font-size: 16px;
	color: #000;
}

h4.blog-entry-author {
	font-weight: normal;
	font-size: 12px;
	margin-bottom: 10px;
}

.blog-entry-body {
	line-height: 1.75em;
}

.blog-entry-body img {
	margin: 5px 5px 5px 0;
	padding: 5px;
	border: 1px solid #d3d4d5;
}

.blog-entry-footer {
	font-size: 12px;
	line-height: normal;
	padding-bottom: 10px;
	border-bottom: 1px solid #d3d4d5;
}

ul.blog-entry-meta {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}

.blog-entry-meta li {
	float: left;
	margin: 0 10px 0 0;
	padding-right: 10px;
	border-right: 1px solid #c16e0e;
}

li.blog-entry-permalink.last,
li.blog-entry-comment-count {
	margin-right: none;
	padding-right: none;
	border: none;
}

li.blog-entry-date {
	color: #c16e0e;
}

	/* @blog-comments */

div#comments {
	width: 595px;
	margin-bottom: 40px;
}

#comments h3 {
	font-size: 14px;
	text-transform: uppercase;
	color: #c16e0e;
	font-weight: normal;
	border-bottom: 1px solid #d3d4d5;	
	padding-bottom: 5px;
}

#comments ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

#comments li {
	margin: 0 0 20px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #d3d4d5;	
}

div.comment-entry-meta p {
	font-size: 12px;
	margin: -5px 0 0 0;
	padding: 0;
	line-height: normal;
	color: #c16e0e;
}

#comment-form h4 {
	color: #000;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 10px;
}

#comment-form p,
#comment-form ul {
	margin-bottom: 10px;
}

#comment-form input.text,
#comment-form textarea.textarea {
	padding: 5px;
	width: 80%;
}

	/* @case-studies */

#page-case-studies h1 {
	width: 99px;
	height: 18px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/images/layout/hdr-casestudies.gif) no-repeat 0 0;
}

	/* @contact */

#page-contact h1 {
	width: 85px;
	height: 17px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/images/layout/hdr-contactus.gif) no-repeat 0 0;
}
	
.hdr-email {
	width: 43px;
	height: 17px;
	margin-bottom: 15px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/images/layout/hdr-email.gif) no-repeat 0 0;
}

#page-contact address {
	display: block;
	padding-left: 10px;
	font-style: normal;
}