/**
 *	Base Style Sheet For Simon Oliver (c) 2009
 *	http://www.simonoliver.net | Freelance Design Studio
 *
 */

* {
	margin:0;
	padding:0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
p {
 line-height:140%;
 }

/**
 * General CSS to control the presentation of the layout of the site
 *	
 */

html {
	height: 100%;
}

body {
	height: 100%;
	font-family: candara, sans-serif;
	font-size: 0.75em;
	color: #5c5a5a;
	line-height: 1.3;
}

#wrapper {
	position: relative;
	min-height: 100%;
	margin: 0 auto; 
}

* html #wrapper {
	height: 100%;
}

#inner-wrapper {
	width: 960px;
	min-height: 100%;
	margin: 0 auto;
 	overflow: hidden;
}

#content {
	position: relative;
	background: #fff;
	width: 960px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

div.main-content {
	position: relative;
	width: 640px;
	float: left;
}

div.side-content {
	position: relative;
	width: 290px;
	float: right;
	padding-left: 20px;
}

div.main-content-say-hello {
	position: relative;
	width: 290px;
	float: left;
}

div.side-content-say-hello {
	position: relative;
	width: 640px;
	float: right;
	padding-left: 20px;
}

body#blog div.side-content {
	border-left: 1px dotted #999999;
}

#footer {
	position: relative;
	border-top: 2px solid #71D1F5;
	padding: 10px 0 0 0;
	height: 50px;
	width: 960px;
	margin: 0 auto;
} 

#social-networking-icons {
	position: absolute;
	right: 0px;
	top: 10px;
	text-align: right;
}

body#home #footer {
	border-top: 2px solid #6A8B3A;
}

body#about #footer {
	border-top: 2px solid #EF4023;
}

body#work #footer {
	border-top: 2px solid #95298F;
}

body#say-hello #footer {
	border-top: 2px solid #F89321;
}

/**
 * Styles to be applied globally (e.g. strong)
 *	
 */

strong {
	font-weight: bold;
}

/**
 * Header elements
 *	
 */
 
#header {
	position: relative;
	width: 960px;
}

#navigation {
	position: relative;
	top: 10px;
	height: 103px;
	padding-bottom: 25px;
}

#navigation li {
	display: inline;
	height: 103px;
	margin-right: 52px;
	float:left; 
}

#navigation li.say-hello {
	margin-right: 0px;
}

#navigation li a {
	display:block;
	height:103px;
	text-indent: -5000em;
}

#navigation li.home a {
	position: relative;
	background: url(../images/top-nav-home.gif) top left no-repeat;
	width: 134px;
}

#navigation li.about a {
	position: relative;
	background: url(../images/top-nav-about.gif) top left no-repeat;
	width: 149px;
}

#navigation li.work a {
	position: relative;
	background: url(../images/top-nav-work.gif) top left no-repeat;
	width: 139px;
}

#navigation li.blog a {
	position: relative;
	background: url(../images/top-nav-blog.gif) top left no-repeat;
	width: 122px;
}

#navigation li.say-hello a {
	position: relative;
	background: url(../images/top-nav-say-hello.gif) top left no-repeat;
	width: 206px;
}

#navigation li a:hover, #navigation li.active a {
	background-position: 0 -103px;
}

/**
 * Site Header Elements
 *	
 */

#site-header {
	position: relative;
	width: 960px;
	padding: 10px 0 10px 0;
} 

body#home #site-header {
	border-top: 2px solid #6A8B3A;
	border-bottom: 2px solid #6A8B3A;
}

body#about #site-header {
	border-top: 2px solid #EF4023;
	border-bottom: 2px solid #EF4023;
}
 
body#blog #site-header {
	border-top: 2px solid #71D1F5;
	border-bottom: 2px solid #71D1F5;
}

body#work #site-header {
	border-top: 2px solid #95298F;
	border-bottom: 2px solid #95298F;
}

body#say-hello #site-header {
	border-top: 2px solid #F89321;
	border-bottom: 2px solid #F89321;
}
 
#site-header h1 {
	color: #000;
	font-size: 2.2em;
	font-weight: bold;
}

#site-header h1 a {
	color: #000;
	text-decoration: none;
}

#site-header h2 {
	font-size: 1.7em;
	font-style: italic; 
}
#site-header h2 a {
	color: #616161;
	text-decoration: none;
}

#site-header h3 {
	position: absolute;
	right: 0px;
	top: 20px;
	color: #00ADEE;
	font-size: 2.8em;
}

body#home #site-header h3 {
	color: #6A8B3A;
}

body#about #site-header h3 {
	color: #EF4023;
}

body#blog #site-header h3 {
	color: #00ADEE;
}

body#work #site-header h3 {
	color: #95298F;
}

body#say-hello #site-header h3 {
	color: #F89321;
}

/**
 * ================================================================
 * Home CSS
 * ================================================================
 */
 
#home-splash-container {
	position: relative;
	text-align: center;
	width: 960px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#home-welcome-container {
	position: relative;
	border-top: 2px solid #6A8A22;
}

#home-welcome-container h2 {
	position: relative;
	padding-top: 10px;
	padding-bottom: 15px;
	font-size: 2.1em;
	color: #6A8A22;
	font-weight: bold;
	line-height: 1.4;
}
 
#home-overview-container {
	position: relative;
	border-top: 2px solid #93278F;
	border-bottom: 2px solid #93278F;
	padding: 15px 0 15px 0;
	margin-bottom: 25px;
}

#home-overview-container div {
	padding-bottom: 0px;
}

#home-overview-container img.icon {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

#home-overview-container h3 {
	margin-bottom: 15px;
	clear: both;
}

#home-overview-container h3 a {
	font-size: 1.8em;
	color: #93278F;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 10px;
}

#home-overview-container  div.hidden {
	position: relative;
	left: 90px;
	top: -35px;
	width: 550px;
}

#home-overview-container h5 {
	position: relative;
	left: 90px;
	top: -35px;
	cursor: pointer;
	font-size: 1.4em;
	color: #93278F;
	font-weight: bold;
	text-decoration: underline;
}

#home-overview-container p {
	font-size: 1.6em;
	color: #333;
	padding-bottom: 10px;
}

#home-recent-blog-articles {
	border-top: 2px solid #00ADEE;
	border-bottom: 2px solid #00ADEE;
	padding: 15px 0 15px 0;
	margin-bottom: 25px;
	height: 690px;
}

#home-recent-blog-articles h3 {
	position: relative;
	padding-bottom: 15px;
	font-size: 2.1em;
	color: #000;
	font-weight: bold;
	line-height: 1.4;
}

#home-recent-blog-articles div.home-article-post {
	padding-bottom: 15px;
}

#home-recent-blog-articles div.home-article-post  a{
	color: #000;
}

#home-recent-blog-articles img {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

#home-recent-blog-articles p {
	font-size: 1.5em;
	color: #333;
	padding-bottom: 10px;
}

/**
 * ================================================================
 * About CSS
 * ================================================================
 */
 
#about-splash-container {
	position: relative;
	/*text-align: center;*/
	width: 960px;
	padding-top: 20px;
	padding-bottom: 5px;
}

#about-main-container {
	position: relative;
	border-top: 2px solid #EF4023;
	border-bottom: 2px solid #EF4023;
	
}

#about-main-container h2 {
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 25px;
	font-size: 2.1em;
	color: #000;
	font-weight: bold;
	line-height: 1.4;
	border-bottom: 2px solid #EF4023;
}

#about-main-container p {
	font-size: 1.6em;
	color: #333;
	padding-bottom: 10px;
}

#about-photo-container {
	border-top: 2px solid #EF4023;
	border-bottom: 2px solid #EF4023;
	padding: 15px 0 15px 0;
	margin-bottom: 25px;
}

/**
 * ================================================================
 * Work CSS
 * ================================================================
 */
 
#work-splash-container {
	position: relative;
	/*text-align: center;*/
	width: 960px;
	padding-top: 20px;
	padding-bottom: 5px;
}
 
div.work-description {
	position: relative;
	padding: 10px 0 10px 0;
	border-top: 2px solid #95298F;
	border-bottom: 2px solid #95298F;
	margin-bottom: 30px;
	width: 960px;
}

div.work-description h2 {
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 2em;
	line-height: 1.6;
	color: #333;
	font-weight: bold;
}

div.work-client-container {
	padding-top: 10px;
}

div.work-seo {
	min-height: 370px;
	margin-bottom: 20px;
}

div.work-client-container div.seo-adjustment {
	min-height: 200px;
	position: relative;
	width: 276px;
	float: left;
	margin-right: 66px;
	margin-bottom: 60px;
	font-size: 1.3em;
	color: #333;
}

div.work-client-container div.work-portfolio-piece {
	position: relative;
	width: 276px;
	float: left;
	margin-right: 66px;
	margin-bottom: 60px;
	font-size: 1.3em;
	color: #333;
}

div.work-client-container div.work-portfolio-piece img {
	padding-bottom: 15px;
}

div.work-client-container div.work-portfolio-piece h3 {
	padding-bottom: 10px;
	font-weight: bold;
}

div.work-client-container div.work-portfolio-piece p {
	padding-bottom: 30px;
}

div.work-client-container div.last {
	margin-right: 0px;
}

div.work-client-container div.work-portfolio-piece h5.website {
	position: relative;
	background: url(../images/work-website.png) top left no-repeat;
	width: 79px;
	height: 23px;
	float: left;
}

div.work-client-container div.work-portfolio-piece h5.more {
	position: relative;
	background: url(../images/work-more.png) top left no-repeat;
	width: 79px;
	height: 23px;
	float: left;
	margin-right: 10px;
	text-indent: -5000em;
}

div.work-client-container div.work-portfolio-piece h5 a {
	display: block;
	width: 79px;
	height: 23px;
	
}



/**
 * ================================================================
 * Say Hello CSS
 * ================================================================
 */
 
#say-hello-splash-container {
	position: relative;
	/*text-align: center;*/
	width: 960px;
	padding-top: 20px;
	padding-bottom: 15px;
}

#say-hello-address-container {
	position: relative;
	padding: 10px 0 10px 0;
	border-top: 2px solid #F89321;
	border-bottom: 2px solid #F89321;
	margin-bottom: 30px;
}

#say-hello-address-container h2 {
	position: relative;
	padding-bottom: 15px;
	font-size: 2.1em;
	color: #000;
	font-weight: bold;
}

#say-hello-address-container p {
	font-size: 1.6em;
	color: #333;
	padding-bottom: 5px;
}

#say-hello-map-container {
	position: relative;
	padding: 10px 0 10px 0;
	border-top: 2px solid #F89321;
	border-bottom: 2px solid #F89321;
}

#say-hello-map-canvas {
	position: relative;
	width: 640px; 
	height:348px;
}

#say-hello-quick-form {
	position: relative;
	padding: 10px 0 10px 0;
	border-top: 2px solid #F89321;
	border-bottom: 2px solid #F89321;
	margin-bottom: 30px;
}

#say-hello-quick-form h2 {
	position: relative;
	padding-bottom: 15px;
	font-size: 2.1em;
	color: #000;
	font-weight: bold;
}

#say-hello-quick-form .title {
	font-size: 1.6em;
	color: #333;
	line-height: 1;
}

#say-hello-quick-form input.field{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 1.3em;
	color: #333;
	width: 275px;
	height: 20px;
	padding: 5px;
}

#say-hello-quick-form input.submit{
	font-size: 1.2em;
	color: #333;
	width: 100px;
	padding: 5px 0px 5px 0px;
}

#say-hello-quick-form textarea{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 1.3em;
	font-family: candara, sans-serif;
	color: #333;
	width: 275px;
	padding: 5px;
}

/**
 * ================================================================
 * Blog CSS
 * ================================================================
 */
 
div.blog-articles-snippet {
	position: relative;
	width: 620px;
	padding: 20px 0 10px 0;
	font-size: 1.3em;
	color: #333;
	border-bottom: 1px solid #666;
}

div.blog-articles-snippet h4{
	font-weight: bold;
	color: #333;
	font-size: 1.1em;
	padding-bottom: 10px;
}

div.blog-articles-snippet h4 a {
	color: #333;
}

div.blog-articles-snippet h4 a:hover {
	color: #25AAE2;
}

div.blog-articles-snippet p{
	padding-bottom: 10px;
}

div.blog-articles-snippet p.comments a{
	color: #666;
	text-decoration: none;
	font-weight: bold;
}

/**
 * Side Content -> Search Box
 *	
 */
 
#search-box {
	position: relative;
	background: #B2E2F9;
	width: 270px;
	height: 20px;
	padding: 10px;
	margin-bottom: 15px;
}
 
#search-box input.text {
	border: 0px;
	float: left;
	padding: 3px;
	width: 235px;
	margin-right: 5px;
}
 
#search-box input.button {
	border: 0px;
	background: url(../images/search.png) top left no-repeat;
	width: 24px;
	height: 24px;
	text-indent: -5000em;
	cursor: pointer;
	
	font-size: 0px;
	display:block;
	line-height: 0px;
}

/**
 * Side Content -> Subscribe RSS Box
 *	
 */
 
#rss-subscribe-box {
	position: relative;
	border: 1px solid #B2E2F9;
	width: 278px;
	height: 50px;
	padding: 5px;
	margin-bottom: 15px;
}

#rss-subscribe-box img {
	float: left;
	padding-right: 10px;
}

#rss-subscribe-box p {
	position: absolute;
	top: 18px;
	left: 60px;
	font-size: 1.6em;
	font-weight: bold;
	color: #333;
}

/**
 * Side Content -> Categories Box
 *	
 */
 
#categories-box {
	position: relative;
	width: 278px;
	padding: 5px;
	margin-bottom: 15px;
}

#categories-box h3{
	color: #68CEF4;
	font-size: 1.6em;
	font-weight: bold;
	padding-bottom: 10px;
}

#categories-box ul{
	list-style-type: none;
	font-size: 1.3em;
}

/**
 * Side Content -> Archives Box
 *	
 */
 
#archives-box {
	position: relative;
	width: 278px;
	padding: 5px;
	margin-bottom: 15px;
}

#archives-box h3{
	color: #68CEF4;
	font-size: 1.6em;
	font-weight: bold;
	padding-bottom: 10px;
}

#archives-box ul{
	list-style-type: none;
	font-size: 1.3em;
}

#archives-box li{
	width: 100%;
	margin-bottom: 5px;
	border: 1px solid #aaa;	
}

#archives-box li a {
	display: block;
	background: #eee;
	padding: 3px;
	text-decoration: none;
	color: #333;
}

#archives-box li a:hover {
	background: #ccc;
	display: block;

}
