/*
Theme Name:		Housing Energy Advisor
Theme URI: 		http://housingenergyadvisor.com/
Version: 		0.1
Description: 	Theme to match HousingEnergyAdvisor.com
Author: 		Craig Mason
Author URI:		http://www.StasisMedia.com
Tags:			one-column, two-columns, three-columns, fixed-width, sticky-post, threaded-comments, microformats

Copyright 2008 Ptah Dunbar <http://ptahdunbar.com> All rights reserved.
WP Framework is licensed under the terms of the GNU General Public License version 2.

If you have any questions, comments, or concerns, 
visit <http://wpframework.com> for more information!
*/

/* Reset Browser Defaults */
/* @import url( 'library/media/css/reset.css' ); */

/* Apply base theme styles and colors */
/* @import url( 'library/media/css/base.css' ); */

/* Basic 2 Column Layout */
@import url( 'library/media/layouts/2col-r.css' );

/* Stylistic CSS Styles */
/* @import url( 'library/media/css/screen.css' ); */

@import url('../../../../css/frontend/main.screen.css');
@import url('../../../../css/frontend/body.screen.css');
@import url('../../../../css/frontend/ads.screen.css');
@import url('../../../../css/frontend/home.screen.css');
/* @import url('../../../../css/frontend/forms.screen.css'); */
div#body {
	width: 920px;	
}

div.wrapper {
	position: relative;	
}

/* These empty css selectors are temporarily here for compatiability with the WordPress theme repository checklist. */
.aligncenter {} .alignleft {} .alignright {} .wp-caption {} .wp-caption-text {}


div#secondary {
	background-image: url('../../../../images/frontend/sidebar-bg.png');
	background-color: #EEEEEE;
	background-repeat: repeat-x;	

}

div#secondary ul {
	list-style:		none;
	margin:			0;
	padding:		0;	
	font-size: 0.8em;
}
div#secondary h1, div#secondary h2, div#secondary h3, div#secondary h4, div#secondary h5, div#secondary h6 {
	padding-left:	0;
}

h1 {
    font-size: 1.5em;	
}

div#secondary div.widget { clear: both; padding: 10px; margin: 0; }
/*
div#secondary div#widget-pages, div#secondary div#widget-bookmarks, div#secondary div#widget-feeds { width: 130px; float: left; clear: left; }
div#secondary div#widget-categories, div#secondary div#widget-archives, div#secondary div#widget-meta { width: 130px; float: left; clear: right; }
*/

div#secondary div.Advman_Widget { width: 130px; float: left; clear: none; }

div#archives-3, div#categories-3 ul {
	overflow: hidden;	
}

div#archives-3 ul li, div#categories-3 ul li {
	/* font-size: 0.8em; */
	float: left;
	width: 45%;
	margin-right: 5%;	
}
	


/* Override fonts */
body, input, textarea { 
	font-family:		Arial, Tahoma, Verdana, sans-serif; 
}

.hentry {
	margin-bottom:		3em;
}

.sociable {
	padding-left: 10px;
}
	

div#body .entry-meta {
	padding-left: 10px;
	font-size:	  0.8em;
	color: #666666;
}

div#body div#secondary p.twitter-follow {
	padding-left: 20px;
}

div#body div#secondary p.rss-subscribe {
	padding-left: 20px;
}

div#body div#secondary p.email-subscribe {
	padding-left: 20px;
}

blockquote {
	color: #666666;
	font-style: italic;;
	border-left: 2px solid #999999;	
}


form.signup {
	overflow:			hidden;
	margin:				0em 0 3em 0;
}

form.signup label, form.signup button {
	clear:				left;
}
form.signup label {
	display:			block;
	width:				100px;
}

div#body p.subscribe {
	padding-left: 0;
}

ol.comment-list {
	font-size: 0.9em;	
}

p#allowed-tags {
	font-size:	  0.8em;
	color: #666666;
}
