/*
Company:	
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Common Text Styles - Styles for text
Default Headings - headings like h1, h2, etc
Default Lists - unordered and ordered lists
Nav - navigation bar
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
html {
	background: #1c1a1a url(../images/bg-body.gif);
}
body {
	background: #1c1a1a url(../images/bg-body.gif);
	color: #f8f6e9;
	font-family: Verdana, Arial, sans-serif;
}
/* @end */

/* @group Layout */
/* Head */
div#hd {
	min-width: 884px;
	width: 100%;
}
div#hd div.wrap {
	height: 125px;
	margin-left: auto;
	margin-right: auto;
	width: 884px;
}
/* Body */
div#bd {
	min-width: 884px;
	width: 100%;
}
div#bd div.wrap {
	margin-left: auto;
	margin-right: auto;
	width: 884px;
	padding-top: 38px;
}
/* Footer */
div#ft {
	min-width: 884px;
	width: 100%;
}
div#ft div.wrap {
	border-top: 1px solid #575757;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	padding-bottom: 60px;
	width: 884px;
}
div#ft p {
	font-size: 77%;
	font-family: Verdana, Arial, sans-serif;
	color: #616161;
	line-height: 18px;
	text-transform: uppercase;
}
/* @end */

/* @group Modules */
/* Logo */
div#logo {
	display: inline;
	float: left;
}

div#logo h1 {
	padding: 28px 0 0 0;
}

div#logo a:link, div#logo a:visited {
	display: block;
	text-indent: -9999px;
	background: url(../images/bg-logo-hellobase-dark.gif) top left no-repeat;
	width: 117px;
	height: 87px;
}

/* Slideshow */
div.slideshow {
	width: 884px;
	height: 349px;
	overflow: hidden;
}
div.slideshow-wrap {
	padding-bottom: 10px;
	margin-bottom: 20px;
}
div.slidenav {
	padding: 5px 0 5px 0;
}
div.slidenav a {
	display: inline-block;
	width: 8px;
	height: 8px;
	text-indent: -9000px;
	overflow: hidden;
	background: url(../images/icon-slideshow.gif) no-repeat 0 0;
	margin: 0 4px 0 0;
}
div.slidenav a.activeSlide, div.slidenav a:hover {
	background: url(../images/icon-slideshow-hover.gif) no-repeat 0 0;
}

/* Our Work */
div.work-item {
	width: 281px;
	height: 210px;
	margin: 0 20px 0 0;
	float: left;
	display: inline;
}
div.work-item-right {
	margin: 0!important;
	margin: 0 -3px 0 0;
}
div.work-item a.thumb {
	display: block;
	width: 281px;
	height: 160px;
	overflow: hidden;
	position: relative;
	margin-bottom: 5px;
}
div.work-item a.thumb img {
	position: absolute;
	top: 0;
	left: 0;
}
div.work-item a.thumb:hover img {
	top: auto;
	bottom: 0;
}
div.work-item p.website {
	margin: 0;
	font-family: SystopieRegular, Verdana, Arial, sans-serif;
	font-size: 108%;
	color: #121111;
}
div.work-item p.services {
	font-family: Georgia, Times, serif;
	font-style: italic;
	color: #727272;
	margin: 0;
	font-size: 100%;
}
div.work-item a:link, div.work-item a:visited {
	color: #121111;
	text-decoration: none;
}

/* Image Links */
div.image-links {
	margin: 27px 0 70px 0;
}
div.image-link {
	width: 281px;
	height: 160px;
	margin: 0 20px 0 0;
	float: left;
	display: inline;
}
div.image-link-right {
	margin: 0!important;
	margin: 0 -3px 0 0;
}
div.image-link a.thumb {
	display: block;
	width: 281px;
	height: 160px;
	overflow: hidden;
	position: relative;
	margin-bottom: 5px;
}
div.image-link a.thumb img {
	position: absolute;
	top: 0;
	left: 0;
}
div.image-link a.thumb:hover img {
	top: auto;
	bottom: 0;
}

/* Head Image */
div.head-image {
	margin-bottom: 50px;
}

/* Info Copy */
div.info-copy {
	margin-bottom: 75px;
	width: 603px;
}

div.info-copy p {
	font-style: normal;
	line-height: 1.4em;
	margin: 0 0 1.4em 0;
}


div.info-copy a:link, div.info-copy a:visited {
	text-decoration: none;
}

div.info-copy p.info-link {
	padding: 0 0 17px 0;
}

/* Main */
div.main {
	width: 454px;
	padding-bottom: 10px;
}
div.main img.screenshot {
	margin: 22px 0 10px;
}

/* Post */
div.post {
	margin-bottom: 60px;
	width: 430px;
}

div#bd div.post h2 {
	font-size: 108%;
}

div.post h2 a {
	display: block;
	text-transform: lowercase;
	padding: 4px 0;
	font-family: Georgia, Times, serif;
	font-style: italic;
	font-weight: normal;
}
div.post h2 a:link, div.post h2 a:visited {
	color: #f8f6e9;
	font-weight: normal;
}
div.post h2 a:hover {
	text-decoration: underline;
}
div.post div.postmetadata {
	border-top: 1px solid #454545;
	font-family: Verdana, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 77%;
	padding: 6px 0 0 0;
}
div.post div.postmetadata p {
	margin: 0;
}
div.post p.postmeta-left {
	float: left;
	display: inline;
}
div.post p.postmeta-right {
	white-space: nowrap;
	padding-left: 10px;
	float: right;
	display: inline;
}
div.commentmetadata {
	font-size: 85%;
}
div.comment-author {
	font-size: 85%;
}
div.post div.postmetadata a.comments-link {
	background: url(../images/comment-icon.gif) no-repeat 0 50%;
	padding: 0 0 0 20px;
}

/* Navigation */
div.navigation {
	clear: both;
	padding: 20px 0;
	font-size: 85%;
	display: none;
}
div.pagenavi {
	font-family: Verdana, Arial, sans-serif;
	font-size: 85%;
	clear: both;
	margin-bottom: 30px;
}
div.pagenavi span, div.pagenavi a {
	border: none!important;
	background-color: transparent!important;
}
div.pagenavi a {
	border: 1px solid #ccc!important;
	padding: 4px;
	margin: 0 3px;
}
div.pagenavi span.pages {
	margin-right: 10px;
}
div.pagenavi a:link, div.pagenavi a:visited {
	text-decoration: none;
	color: #f8f6e9;
}
div.pagenavi a:hover {
	color: #e2d78e;
}

/* Side */
div.side {
	width: 278px;
}
div.side h2.main-heading {
	background: url(../images/bg-dotted.gif) repeat-x bottom left;
	font-family: Georgia, Times, serif;
	font-size: 116%;
	font-style: italic;
	font-weight: bold;
	padding-bottom: 5px;
	text-transform: uppercase;
}
div.side h2.heading {
	background: none;
	font-family: Georgia, Times, serif;
	font-size: 116%;
	font-style: italic;
	font-weight: bold;
	padding-bottom: 5px;
	text-transform: uppercase;
	margin-bottom: 3px;
}
div.side h3 {
	margin-bottom: 5px;
}
div.side p.description {
	font-size: 77%;
	text-transform: uppercase;
}
div.side ul#work {
	margin: 0;
	padding: 0;
}
div.side ul#work li {
	list-style: none;
}
div.side ul#work li.current a {
	color: #121111!important;
}
div.side ul#work li a {
	display: block;
	font-family: Georgia, Times, serif;
	font-size: 100%;
	font-style: italic;
	margin-bottom: 5px;
}
div.side ul#work li a:link, div.side ul#work li a:visited {
	color: #a9a6a6;
	text-decoration: none;
}
div.side ul#work li a:hover {
	color: #121111;
}

/* Selected Works */
div.works div.work {
	margin: 0 0 26px 0;
	border-bottom: 1px solid #454545;
}

div.works div.last {
	border-bottom: none;
}

/* Work Main */
div.works div.work-main {
	width: 583px;
	float: left;
	margin: 0 22px 0 0;
}

div.work-main img {
	display: block;
	margin: 0 0 26px 0;
}

/* Work Side */
div.works div.work-side {
	width: 232px;
	float: left;
	font-family: Verdana, Arial, sans-serif;
}

div.work-side h3 {
	color: #e2d78e;
	font-weight: bold;
	font-style: normal;
	font-size: 100%;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}

div.work-side h3 em {
	font-style: normal;
	color: #FFF;
	font-weight: normal;
}

div.work-side ul {
	margin: 0;
	padding: 0 0 7px 0;
	font-size: 93%;
}

div.work-side ul li {
	list-style: none;
	background: url(../images/bg-works-bullet.gif) 0 5px no-repeat;
	padding: 3px 0 3px 18px;
}

p.work-visit a:link, p.work-visit a:visited {
	border-bottom: 1px dotted #d35846;
}

p.work-visit a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #d35846;
}

p.back-top {
	padding: 30px 0 0 0;
}

p.back-top a:link, p.back-top a:visited {
	color: #a3a3a3;
	border-bottom: 1px dotted #d35846;
}

p.back-top a:hover {
	text-decoration: none;
}

/* Blog Side */
div.blogside {
	padding: 40px 0 0 0;
	font-family: Verdana, Arial, sans-serif;
}
div.blogside ul {
	margin: 0 0 10px 0;
}
div#bd div.blogside h2 {
	font-weight: bold;
	font-size: 93%;
}

div.blogside li {
	list-style: none;
	padding: 2px 0;
}
div.blogside li a:link, div.blogside li a:visited {
	text-decoration: none;
	color: #d35846;
}
div.blogside li a:hover {
	color: #d35846;
}

div.blogside ul ul {
	font-size: 100%;
	margin-bottom: 40px;
}
div.blogside li li {
	font-size: 85%;
}

/* Blog Bannbers */
li#blog-banners {
	padding: 0 0 22px 0;
}

li#blog-banners a:link, li#blog-banners a:visited {
	display: block;
	margin: 0 0 22px 0;
}

/* Copyright */
div.copyright {
	float: left;
	display: inline;
	margin-right: 20px;
	width: 350px;
}

/* Footer Nav */
div#ft-nav {
	float: left;
	display: inline;
	width: 420px;
}
div#ft-nav ul {
	margin: 0;
	padding: 0;
}
div#ft-nav ul li {
	background: url(../images/ft-nav-divider.gif) no-repeat center right;
	color: #bdbdbd;
	float: left;
	display: inline;
	padding-right: 21px;
}
div#ft-nav ul li.last {
	background: none!important;
}
div#ft-nav ul li a {
	font-size: 77%;
	text-transform: uppercase;
	line-height: 18px;
}
div#ft-nav ul li a:link,
div#ft-nav ul li a:visited {
	color: #bdbdbd;
	text-decoration: none;
}
div#ft-nav ul li a:hover {
	color: #141413;
}
body.home div#ft-nav ul li#ft-nav-home a,
body.work div#ft-nav ul li#ft-nav-work a,
body.about div#ft-nav ul li#ft-nav-about a,
body.blog div#ft-nav ul li#ft-nav-blog a,
body.shop div#ft-nav ul li#ft-nav-shop a,
body.contact div#ft-nav ul li#ft-nav-contact a {
	color: #141413;
}

/* Social */
div.social {
	float: right;
	display: inline;
	width: 93px;
}
div.social img {
	margin: 0 0 0 15px;
	float: left;
	display: inline;
}
/* @end */

/* @group Common Text Styles */
div#bd div.entry p {
	font-size: 108%;
	font-style: italic;
	line-height: 1.5em;
}
	
/* @end */

/* @group Default Headings */
h1.branding {
	color: #141413;
	font-family: SystopieRegular, Verdana, Arial, sans-serif;
	font-size: 146.5%;
	line-height: 45px;
	text-transform: uppercase;
}
h1.branding a:link,
h1.branding a:visited {
	color: #141413;
	text-decoration: none;
}
h1.branding a:hover {
	text-decoration: none;
}
h2.heading, div.blogside li h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0 0 11px 0;
	padding-bottom: 10px;
	font-size: 108%;
	color: #f8f6e9;
	text-transform: uppercase;
	font-weight: normal;
	font-style: italic;
}

h2.heading {
	font-size: 93%;
	font-family: Verdana, Arial, sans-serif;
	font-style: normal;
	text-transform: none;
	color: #686464;
}

div.info-copy h3 {
	font-size: 108%;
	padding: 14px 0 0 0;
	font-weight: normal;
	font-style: italic;
	text-transform: uppercase;
}
/* @end */

/* @group Default Lists */
/* Make default ul and ol styles to match p styles */

/* @end */

/* @group Nav */
div#nav {
	display: inline;
	float: right;
	font-size:  85%;
	font-weight: bold;
}
div#nav ul {
	margin: 0;
	padding: 41px 0 0 0;
}
div#nav ul li {
	list-style: none;
	float: left;
	display: inline;
}
div#nav ul li a {
	display: block;
	font-family: verdana, serif;
	font-style: normal;
	line-height: 45px;
	margin-left: 25px;
	text-transform: uppercase;
}
div#nav ul li a:link,
div#nav ul li a:visited {
	color: #d5d3c7;
	text-decoration: none;
}
div#nav ul li a:hover {
	color: #c35a4b;
}
body.home div#nav ul li#nav-home a,
body.work div#nav ul li#nav-work a,
body.blog div#nav ul li#nav-blog a,
body.info div#nav ul li#nav-info a {
	color: #c35a4b;
}
/* @end */

/* @group Forms */
	
/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #d35846;
	text-decoration: none;
}
a:hover {
	color: #b64a3b;
	text-decoration: underline;
}
/* @end */

/* @group Misc */
a.global-black-button span {
	background: transparent url(../images/btn-left-black.gif) no-repeat 0 0;
	display: block;
	height: 25px;
	line-height: 25px;
	padding: 0 0 0 10px;
	color: #f8f6e9;
}
a.global-black-button {
	background: transparent url(../images/btn-right-black.gif) no-repeat top right;
	display: block;
	float: left;
	height: 25px;
	line-height: 25px;
	padding-right: 10px;
	text-decoration: none;
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
	display: inline;
	margin: 5px 0 15px;
}
a.global-black-button:hover {
	color: #f8f6e9;
	text-decoration: underline;
}

div.hr {
	background: url(../images/bg-dotted.gif) repeat-x 0 0;
	border: 0;
	height: 1px;
	margin: 2.5em auto 2em;
}

div.hr hr {
	display: none;
}
.left {
	float: left;
	display: inline;
}
.right {
	float: right;
	display: inline;
}
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

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