/*
Company:	Crunchy Melon
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
Nav - navigation bar
Default Headings - headings like h1, h2, etc
Common Text Styles - Styles for text
Default Lists - unordered and ordered lists
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
html {
	background: url(../images/hd-fade.gif) repeat-x 0 51px #f4f1ef;
}
body {
	background: url(../images/hd-bkg.gif) repeat-x 0 0;
	font-family: Helvetica, Arial, sans-serif;
}
/* @end */

/* @group Layout */
/* Head */
div#hd {
	width: 964px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 0 30px 0;
}

/* Body */
div#bd {
	width: 964px;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #eae5e1;
	background: url(../images/cols-bkg.gif) repeat-y 0 0;
	overflow: hidden;
}
div#bd-btm {
	width: 964px;
	height: 24px;
	background: url(../images/cols-btm.gif) no-repeat 0 0;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

/* Footer */
div#ft {
	width: 964px;
	margin-left: auto;
	margin-right: auto;
	padding: 15px 0;
	font-size: 93%;
	color: #666666;
	text-align: center;
}
div#ft p {
	margin: 0 0 5px 0;
}
div#ft a:link, div#ft a:visited {
	color: #333;
	text-decoration: none;
}
div#ft a:hover {
	color: #000;
	text-decoration: none;
}
/* @end */

/* @group Modules */
/* Logo */
div#logo {
	width: 244px;
	height: 71px;
	background: url(../images/logo.png) no-repeat 0 0;
	text-indent: -9000px;
	margin-left: 20px;
	float: left;
	display: inline;
}
div#logo a {
	display: block;
	height: 100%;
}

/* Tagline */
div#tagline {
	color: #fff;
	font-size: 123.1%;
	padding: 18px 0 0 0;
	width: 650px;
	float: right;
	display: inline;
}
div#tagline p {
	margin: 0;
}

/* Main */
div.main {
	width: 570px;
	padding: 22px 40px;
	overflow: hidden;
	float: left;
	display: inline;
}

/* Side */
div.side {
	width: 250px;
	padding: 25px 30px 0 0;
	float: right;
	display: inline;
}
div.side ul {
	margin: 0;
}
div.side ul li {
	list-style: none;
}
div.side ul ul {
	margin: 0 0 20px 0;
}
div.side ul ul#twitter_update_list {
	margin-bottom: 5px;
}
div.side ul ul#twitter_update_list li {
	margin-bottom: 5px;
}

/* RSS Feed */
a.rss {
	display: block;
	line-height: 27px;
	background: url(../images/rss.gif) no-repeat 0 0;
	padding: 0 0 0 32px;
	font-weight: bold;
}
a.rss:link, a.rss:visited {
	color: #999;
}
a.rss:hover {
	color: #666666;
	background-position: 0 -29px;
}

/* Post */
div.post {
	margin: 0 0 30px 0;
}

/* Navigation */
div.navigation {
	padding: 0 0 10px 0;
	font-size: 93%;
	clear: both;
}
div.navigation-btm {
	padding-top: 20px!important;
}
div.navigation:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

div.navigation {display: inline-block;}

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

/* Comments */
div.main ol.commentlist {
	margin: 0 0 10px 0;
}
div.main ol.commentlist p {
	font-size: 93%;
}
div.main ol.commentlist .commentmetadata {
	font-size: 85%;
}

/* Show Comments */
div#show-comments {
	display: none;
}
/* @end */

/* @group Nav */
div#nav {
	width: 650px;
	float: right;
	display: inline;
}
div#nav ul {
	margin: 0;
	padding: 0;
	float: right;
	display: inline;
}
div#nav ul li {
	list-style: none;
	float: left;
	display: inline;
}
div#nav ul li a {
	display: block;
	line-height: 45px;
	padding: 0 15px;
	font-size: 153.9%;
}
div#nav ul li a:link, div#nav ul li a:visited {
	color: #ecedd3;
	text-decoration: none;
}
div#nav ul li a:hover {
	color: #fff;
}
/* @end */

/* @group Default Headings */
div.main h1 {
	
}
div.main h2 {
	margin: 0 0 5px 0;
	font-size: 167%;
	font-weight: bold;
}
div.main div.post h2 {
	margin: 0 0 5px 0;
}
div.main h3 {
	color: #333;
	margin: 0 0 10px 0;
}

div.side h2 {
	margin: 0 0 2px 0;
	font-weight: normal;
	font-size: 123.1%;
	color: #333;
}
/* @end */

/* @group Common Text Styles */
div.main {
	color: #333;
}
div.main p {
	line-height: 140%;
}
div.main p.postedby {
	font-size: 93%;
	color: #999;
}
div.main p.postmetadata {
	color: #999;
	font-size: 85%;
}
div.main p.postmetadata a:link, div.main p.postmetadata a:visited {
	color: #666666;
	text-decoration: none;
}
div.main p.postmetadata a:hover {
	color: #333;
	text-decoration: none;
}

div.side {
	color: #666666;
}
div.side p {
	line-height: 150%;
}
/* @end */

/* @group Default Lists */
	
/* @end */

/* @group Forms */
div.side form#searchform {
	margin: 0 0 20px 0;
}
div.side form#searchform input.results-txt {
	border: 1px solid #ccc;
	padding: 4px;
	font-size: 93%;
	color: #333;
	width: 165px;
	vertical-align: middle;
	background-color: #f4f1ef;
}
div.side form#searchform input.results-txt:focus {
	background-color: #fff;
}
div.side form#searchform input.btn {
	vertical-align: middle;
}

div.main form#searchform {
	margin: 0 0 20px 0;
}
div.main form#searchform input.results-txt {
	border: 1px solid #ccc;
	padding: 4px;
	font-size: 93%;
	color: #333;
	width: 165px;
	vertical-align: middle;
	background-color: #f4f1ef;
}
div.main form#searchform input.results-txt:focus {
	background-color: #fff;
}
div.main form#searchform input.btn {
	vertical-align: middle;
}
div.main form#searchform h3 {
	margin: 0 0 3px 0;
	font-weight: normal;
}

/* Comment Form */
form#commentform input#author, form#commentform input#email, form#commentform input#url, form#commentform textarea {
	border: 1px solid #ccc;
	font-size: 93%;
	color: #333;
	padding: 4px;
}
form#commentform input#submit {
	padding: 0;
	width: auto;
}
/* @end */

/* @group Default Links - link visited hover active */
a:link {
	color: #9a9d24;
	text-decoration: none;
}
a:visited {
	color: #9a9d24;
	text-decoration: none;
}
a:hover {
	color: #dda100;
}
/* @end */

/* @group Misc */
.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 */