/* Bespoke */

body {
	margin: 0;
	border: none;
	padding: 0;
	background-color: #eaeae0;
}

div, p, a, h1, h2, h3, li {
	font-family: Georgia, serif;
	color: black;
}

p {
	font-size: 16px;
	margin: 10px 0;
}

a {
	color: #ce841b;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-family: Georgia, serif;
}

h2 {
	margin: 0;
	font-size: 50px;
	text-shadow: #aaa 0 1px 1px;
	padding: 10px 0 10px 0;
	font-weight: normal;
	font-family: Georgia, serif;
}

h3 {
	margin: 0;
	font-size: 24px;
	text-shadow: #aaa 0 1px 1px;
	padding: 10px 0 10px 0;
	font-family: Georgia, serif;
}

img {
	border: none;
}

/* Page/background */

div#page {
	margin: 0 auto;
	width: 980px;
	padding: 20px 0;
	background: #e2e2d3 url(/images/background.png) no-repeat scroll center top;
}

/* Header */

div#header {
	margin: 0 auto;
	width: 940px;
	height: 90px;
	background-color: white;
}

div#header div.logo {
	float: left;
	width: 400px;
	margin: 12px;
}

div#header div.functions {
	float: right;
	width: 400px;
}

div#header div.functions ul {
	margin: 0;
	padding: 0;
	float: right;
	list-style-type: none;
}

div#header div.functions ul li {
	margin: 0;
	padding: 0;
	float: left;
	text-indent: -5000px;
	border-left: 1px solid #dbdbdb;
}

div#header div.functions ul li a {
	display: block;
	height: 90px;
}

div#header div.functions ul li.rss a {
	width: 87px;
	background: transparent url(/images/header-rss.png) no-repeat scroll left top;
}

div#header div.functions ul li.twitter a {
	width: 96px;
	background: transparent url(/images/header-twitter.png) no-repeat scroll left top;
}

div#header div.functions ul li.edge img {
	display: block; 
}

/* Menu */

ul#menu {
	margin: 0 10px;
	padding: 0;
	height: 55px;
	list-style-type: none;
	border-bottom: 1px solid #696969;
	background-color: #a2a2a2;
	overflow: hidden;
}

ul#menu li {
	display: block;
	float: left;
	width: 100px;
	height: 100%;
	border-top: 1px solid #909090;
	border-left: 1px solid #bcbcbc;
	border-right: 1px solid #909090;
}

ul#menu li.first {
	border-left: none !important;
}

ul#menu li.last {
	border-right: none !important;
}

ul#menu li.selected {
	background-color: #f09513;
	border-top: 1px solid #c98627;
	border-left: 1px solid #f6b25d;
	border-right: 1px solid #c98627;
}

ul#menu li a {
	display: block;
	color: white;
	text-align: center;
	line-height: 55px;
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-shadow: #777777 0 1px 1px;
}

ul#menu li.selected a {
	color: black;
	text-shadow: #c3790f 0 1px 1px;
}

ul#menu li.menu-home {
	width: 100px;
}

ul#menu li.menu-whatwedo {
	width: 160px;
}

ul#menu li.menu-aboutus {
	width: 120px;
}

ul#menu li.menu-designportfolio {
	width: 180px;
}

ul#menu li.menu-pressarea {
	width: 140px;
}

ul#menu li.menu-blog {
	width: 90px;
}

ul#menu li.menu-contactus {
	width: 158px;
}

/* Homepage styles */

div#homepage {
	width: 940px;
	height: 350px;
	background: transparent url(/images/homepage-plain.jpg) no-repeat scroll top left;
	margin-left: 10px;
}

div#homepage h1 {
	margin: 0;
	padding-top: 25px;
	color: black;
	font-size: 60px;
	font-weight: normal;
	text-align: center;
	text-shadow: #a18c5d 0 1px 1px;
}

div#homepage p {
	width: 540px;
	margin-left: 40px;
	font-size: 20px;
	line-height: 1.4;
	padding: 15px 0 0;
}

div#homepage p em {
	font-size: 26px;
}

div#homepage-banner {
	width: 960px;
	height: 256px;
	background: transparent url(/images/homepage-banner.gif) no-repeat scroll top left;
	margin-left: 1px;
}

div#homepage-banner ul {
	margin: 0;
	padding: 35px 0 0 50px;
	list-style-type: none;
	overflow: hidden;
}

div#homepage-banner ul li {
	float: left;
	width: 33%;
}

div#homepage-banner ul li div {
	border: 12px solid #969696;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}	

ul.homepage-slide li div {
	width: 230px;
	height: 154px;
}

div#homepage-footer {
	width: 940px;
	margin: 0 10px;
	background-color: white;
	overflow: hidden;
}

div#homepage-footer-quote {
	float: left;
	width: 360px;
	margin-top: 20px;
}

div#homepage-footer-list {
	width: 500px;
	padding: 20px;
	float: left;
}

div#homepage-footer-list h3 {
	margin: 0;
	padding: 0;
	font-size: 32px;
	text-shadow: #aaa 0 1px 1px
}

div#homepage-footer-list ul {
	margin: 15px 0 0 0;
	padding: 0;
	list-style-type: none;
}

div#homepage-footer-list ul li {
	font-size: 16px;
	text-shadow: #aaa 0 1px 1px;
	background-image: url(/images/list-icon.png);
	background-repeat: no-repeat;
	height: 40px;
	line-height: 40px;
	padding-left: 46px;
}

div#homepage-footer-list ul li.abc {
	height: 40px;
	line-height: 40px;
	padding-left: 60px;
}

div#homepage-footer-list ul li.target {
	height: 50px;
	line-height: 50px;
	padding-left: 60px;
	background-position: 0 -38px;
}

div#homepage-footer-list ul li.quote {
	height: 42px;
	line-height: 42px;
	padding-left: 60px;
	background-position: 0 -90px;
}

div#homepage-footer-list ul li.feather {
	height: 48px;
	line-height: 48px;
	padding-left: 60px;
	background-position: 0 -131px;
}

div#homepage-footer-list ul li.planet {
	height: 50px;
	line-height: 50px;
	padding-left: 60px;
	background-position: 0 -175px;
}

/* Content */

div#content-holder {
	width: 960px;
	margin: 0 auto;
	background: transparent url(/images/content-bar.png) no-repeat scroll top left;
}

div.content {
	width: 900px;
	margin: 0 auto;
	padding: 20px;
	background-color: white;
	overflow: hidden;
}

div.bigger {
	padding: 10px 0;
	font-size: 18px;
	line-height: 1.5;
}

div.bigger p {
	font-size: 18px;
	line-height: 1.5;
}

div.right {
	float: right;
}

div.justify, p.justify {
	text-align: justify;
}

ul.star {
	margin: 0 0 0 20px;
	padding: 0;
}

ul.star li {
	height: 34px;
	line-height: 34px;
	font-size: 18px;
	margin-left: 10px;
}

ul.fifty {
	float: left;
	margin-left: 60px;
	width: 360px;
}

/* Images */

img.left {
	display: block;
	float: left;
	margin: 10px 10px 10px 0;
}

img.right {
	display: block;
	float: right;
	margin: 10px 0 10px 10px;
}

img.border {
	border: 15px solid #eaebe1;
}

img.thin-border {
	border: 1px solid #eaebe1;
}

img.google {
	float: right;
	margin: 0 -20px -15px 0;
}

/* Page banners */

div.banner-top {
	background: transparent url(/images/banner-top.gif) no-repeat scroll top left;
	padding-top: 15px;
	margin-left: 1px;
	overflow: hidden;
}

div.banner-bottom {
	background: transparent url(/images/banner-bottom.gif) no-repeat scroll bottom left;
	padding-bottom: 9px;
	overflow: hidden;
}

div.banner-inner {
	background-color: #f2f2f2;
	padding: 15px;
	overflow: hidden;
}


/* Footer */

div#footer {
	width: 900px;
	margin: 0 auto;
	padding: 10px 0;
	overflow: hidden;
}

div#footer div.copyright {
	float: left;
	width: 700px;
	font-size: 14px;
}

div#footer div.copyright.contact {
	margin-top: 10px;
}	

div#footer div.copyright img {
	vertical-align: middle;
}

div#footer div.footer-links {
	float: right;
	width: 200px;
	text-align: right;
}

/* Press Area Table */

table.pressarea {
	margin-top: 20px;
	border: none;
	border-collapse: collapse;
}

table.pressarea th {
	text-align: left;
}

table.pressarea tbody tr {
	background-color: white;
	border-bottom: 1px solid white;
}

table.pressarea tbody tr:hover {
	background-color: #eee;
	border-bottom: 1px dotted #ccc;
}

table.pressarea tbody td {
	padding: 3px;
}

table.pressarea td.prClient {
	font-size: 14px;
	color: black;
	vertical-align: top;
}

table.pressarea td.prText {
	font-size: 14px;
	font-style: italic;
}

table.pressarea td.prType {
	vertical-align: top;
	font-size: 14px;
	width: 200px;
}

/* Portfolio Page */

div.portfolio img {
	margin-right: 18px;
}

table#stage-left {
	margin: 20px 0 0 10px;
	width: 300px;
	float: left;
}

div#stage {
	width: 500px;
	min-height: 500px;
	float: left;
	margin-left: 50px;
}

/* Contact Page */

div#map {
	width: 400px;
	height: 300px;
	float: right;
}

/* Quote boxes */

div.quote {
	overflow: hidden;
	margin-bottom: 20px;
}

div.quote img {
	margin: 0 0 10px 10px;
}

div.quote div.quote-text {
	margin: 0;
	padding: 5px 20px;
	background-color: #eeeeee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	line-height: 1.3;
}

div.quote div.quote-author {
	margin: 20px 0 0 0;
	background-color: #efad45;
	color: white;
	padding: 10px;
	font-size: 14px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

div.quote div.quote-author span {
	display: block;
	font-size: 18px;
}

div.quote-left {
	width: 430px;
	float: left;
	margin-right: 20px;
}

/* Testimonials */

div#testimonials {
	overflow: hidden;
}

div#testimonials div.tleft {
	width: 430px;
	float: left;
	margin-right: 20px;
}

div#testimonials div.right {
	width: 430px;
	float: left;
	margin-right: 20px;
}

/* Blog Styles */

h2.steppingforward {
	background: transparent url(/images/steppingforward.jpg) no-repeat center left;
	height: 70px;
	line-height: 70px;
	padding-left: 100px;
}

div.narrowcolumn {
	width: 600px;
	float: left;
	border-right: 1px solid #eaeade;
	padding-right: 40px;
}

div.narrowcolumn h2, div.narrowcolumn h3, div.widecolumn h2, div.widecolumn h3 {
	font-size: 32px;
	font-weight: normal;
	color: black;
}

div.narrowcolumn h2 a, div.narrowcolumn h3 a, div.widecolumn h2 a, div.widecolumn h3 a {
	font-weight: normal;
	color: black;
}

h2.pagetitle {
	font-size: 26px !important;
	font-weight: bold !important;
	margin-top: 20px;
}

div.post {
	margin-top: 15px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}

p.postmetadata {
	font-size: 13px;
}

div.navigation {
	margin-top: 20px;
}

div#sidebar {
	width: 240px;
	float: right;
}

div#sidebar ul {
	list-style-type: none;
	padding-left: 10px;
}

h2.widgettitle {
	font-size: 18px;
}

div#sidebar ul li.widget ul {
	padding: 5px 0 15px 20px;
}

div#sidebar ul li.widget ul li {
	padding: 5px 0;
	color: black;
}

div#sidebar ul li.widget ul li a {
	color: black;
	font-size: 14px;
	font-weight: bold;
}
