/*
Theme Name: House Plans Advisor
Theme URI: http://www.house-plans-advisor.com/
Description: The official theme for House-Plans-Advisor.com.
Version: 1.0
Author: Miroslav Chodak
*/



/* ----- General Styles ----- */

body, div, table, tbody, tr, td, form, input, textarea {
	margin: 0;
	padding: 0;
}

body, td, p, ul, ol, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

body {
	text-align: center;
	background: #eee;
	color: #000;
}

a:link {
	color: #00f;
}

a:visited {
	color: #909;
}

a:hover {
	color: #f90;
}

a:active {
	color: #f30;
}

.adsense {}

.adsenseleft {
	float: left;
	padding: 0 10px 10px 0;
}

.adsenseright {
	float: right;
	padding: 0 10px 0 10px;
}

.rss {
	border: 1px solid;
	border-color: #FC9 #630 #330 #F96;
	padding: 0 3px;
	margin:0;
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	background: #F60;
	text-decoration: none;
}


/* ----- Container ----- */

#container {
	margin: 0 auto;
	width: 800px;
	text-align: left;
	background: url(images/bg.gif) repeat-y left top;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
	border-bottom: 1px solid #666;
	border-top: none;
}



/* ----- Header ----- */

#header {
	background: #fff;
}

#header h1 {
	margin: 0;
	padding: 0 0 15px 0;
	text-indent: -9000px;
	overflow: hidden;
}

#header h1 a {
	display: block;
	width: 183px;	/* logo img width + 15px (left padding); */
	height: 51px;	/* logo img height + 30px (top padding); */
	text-decoration: none;
	background: url(images/logo.gif) no-repeat right bottom;
	border: none;
}

#header ul {
	width: 788px; /* container width - 12 px (left + right padding) */
	list-style: none;
	margin: 0;
	padding: 3px 6px;
	background: #f90;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}

#header li {
	display: inline;
	font-size: 11px;
	margin: 0;
	padding: 3px 0;
}

#header li a {
	margin: 0;
	padding: 0 9px;
	text-transform: capitalize;
	text-decoration: none;
	color: #fff;
	border-right: 1px solid #fb0;
}

#header li a:hover {
	text-decoration: underline;
}



/* ----- Main ----- */

#main {
	position: relative;
	width: 560px;	/* container width -sidebar width -space between main and sidebar -left padding */
	float: right;
	padding: 20px 40px 100px 0;
}

h1 { /* used inside #header (above) for logo ONLY */ }

h2 { /* used for main headlines */
	margin: 0 0 10px 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: capitalize;
}

h3 { /* used for sub-headlines and links to posts on index/archive/category/tag pages */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: capitalize;
	margin-bottom: 0;
	padding-bottom: 0;
}

.highlight {
	color: #c00;
}

.precontent {
	padding: 5px 20px;
	margin-bottom: 10px;
	background: #eee;
}

.divhorizontal {
	height: 30px;
	background: url(images/divider.gif) repeat-x left center;
}

.editlink {
	text-align: right;
	font-size: 11px;
	position: absolute;
	padding: 20px /* same as #main */ 40px /* same as #main */ 0 0;
	top: 0;
	right: 0;
}

#index { /* creates space for ad column on multiple-post pages */
	position: relative;
	float: right;
	width: 380px;
}

#adspace { /* ad column on multiple-post pages */
	position: relative;
	float: left;
	width: 180px;
}

#index .postinfo {
	font-size: 10px;
	color: #999;
}

.postinfo {
	font-size: 11px;
}

ol#comments {
	margin: 20px 0 0 0;
	padding: 0;
}

#comments li {
	margin-left: 25px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	background: url(images/divider.gif) repeat-x left bottom;
}

.alert {
	font-weight: bold;
	color: #c00;
}

.postindex {
	margin-bottom: 30px;
}

.postindex h3, .postindex p {
	margin: 5px 0;
	padding: 0;
}



/* ----- Sidebar ----- */

#sidebar {
	position: relative;
	width: 150px;	 /* container width -main width -20px (space between main and sidebar) */
	float: left;
	padding: 20px 10px 100px 20px;
}

#sidebar h2 {
	padding: 0 0 4px 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}

#sidebar ul {
	list-style: none;
	padding: 0;
	margin: 0 0 20px 0;
}

#sidebar li {
	font-size: 11px;
	text-transform: capitalize;
	margin: 0;
	padding: 3px 0;
}

#sidebar li a {
	color: #333;
	text-decoration: none;
	padding-left: 10px;
	background: url(images/bullet.gif) no-repeat top left;
}

#sidebar li a:hover {
	color: #00f;
	text-decoration: underline;
}

.googlesearch {
	margin-bottom: 20px;
}

.googleadlinks {
	margin-bottom: 20px;
	margin-left: -1px;
}

.googlesearch br {
	line-height: 5px;
}

#sidebar .googlesearch a {
	background: none;
	padding: 0;
	margin: 0;
}



/* ----- Footer ----- */

#footer {
	padding: 20px 0; /* sidebar width + space between main and sidebar (20px) */
	font-size: 11px;
	text-align: center;
}
