/**
 *	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;
}

/**
 * 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;
	border-left: 1px dotted #999999;
}

div.main-content div.navigation {
	position: relative;
}

div.main-content div.navigation div.alignleft {
	position: absolute;
	left: 0px;
}

div.main-content div.navigation div.alignright {
	position: absolute;
	right: 0px;
}

#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;
}

/**
 * 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;
	border-top: 2px solid #71D1F5;
	border-bottom: 2px solid #71D1F5;
	width: 960px;
	padding: 10px 0 10px 0;
 }
 
#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 h3 {
	position: absolute;
	right: 0px;
	top: 20px;
	color: #00ADEE;
	font-size: 2.8em;
}

/**
 * Main Content
 *	
 */
 
h2.pagetitle {
	font-size: 1.5em;
	font-weight: bold;
	width: 620px;
	border-bottom: 2px solid;
	margin-bottom: 15px;
} 
 
div.blog-articles-snippet {
	position: relative;
	width: 620px;
	padding: 20px 0 10px 0;
	margin-bottom: 20px;
	font-size: 1.3em;
	color: #333;
	border-bottom: 1px solid #666;
}

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

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

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

div.blog-articles-snippet p{
	padding-bottom: 10px;
	font-size: 1.2em;
}

div.blog-articles-snippet p.postmetadata {
	border-top: 1px solid #ccc;
	padding-top: 10px;
	color: #666;
}

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

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

#comments-title {
	font-weight: bold;
	font-size: 1.3em;
	margin-bottom: 15px;
}

div.commentlist div.comment {
	border: 1px solid #ccc;
	margin-bottom: 15px;
	padding: 5px;
	width: 608px;
}

div.commentlist div.comment p {
	padding-top: 10px;
}

div.commentlist div.comment cite a{
	font-weight: bold;
	color: #333;
}

div.commentlist div.comment a{
	color: #5C5A5A;
	text-decoration: none;
}

#comments img {
	float: right;
}

#respond h3 {
	font-weight: bold;
	font-size: 1.3em;
	margin-bottom: 15px;
}

#respond #email, #respond  #author, #respond #url {
	width: 250px;
	margin-bottom: 7px;
}

#respond textarea {
	width: 486px;
	margin-bottom: 7px;
}

td.label {
	vertical-align: top;
	font-weight: bold;
	width: 130px;
}

/**
 * Side Content -> Search Box
 *	
 */
 
#search-box {
	position: relative;
	background: #B2E2F9;
	width: 270px;
	padding: 10px;
	margin-bottom: 15px;
}
 
#search-box #s {
	border: 0px;
	float: left;
	padding: 3px;
	width: 235px;
	margin-right: 5px;
}
 
#search-box #searchsubmit {
	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;
}

#search-results {
	position: relative;
	top: -3px;
	padding: 3px 3px 3px 15px;
	width: 223px;
	background: #eee;
	border-top: 1px solid #ccc;
}

/**
 * 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;
	font-size: 1.3em;
}

#categories-box a {
	color: #5C5A5A;
	text-decoration: none;
	font-size: 1.3em;
}

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

#categories-box ul {
	list-style-type: none;
}

#categories-box li.current-cat {
	font-weight: bold;
}

/**
 * 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;
}