/*
Theme Name: Home Sweet Home
Theme URI: http://www.wordpressdiva.com/themes/17/home-sweet-home.html
Description: 
Author: WordPress Diva
Author URI: http://www.wordpressdiva.com/
Version: 1.0
*/

/* =================================
All Rights Reserved.

You are free to use and modify this theme
as long as the included attribution links 
remain intact.

For more information, see:
http://www.wordpressdiva.com/themes/legal/theme-use/

Please note: There are a number of empty CSS 
elements. This is intentional and are there so you 
can have maximum flexibility with customizing 
specific theme elements.

For more information, see:
http://www.wordpressdiva.com/themes/read-me/css/
================================== */

body{background:#FFF url(images/body-bg.jpg) repeat-x;color:#000;font:75%/140% Arial, Verdana, Geneva, sans-serif;margin:0;padding:0;}
a:hover{background-color: inherit;color:#8A3;}
a img{border:none;text-decoration:none;}
input,textarea{padding:2px;}
fieldset{border:none;}
legend{display:none;}
#wrap{background:transparent url(images/wrap-bg.jpg) no-repeat;font-size:1.25em;line-height:1.3em;text-align:left;width:90%;margin:0;padding:0 10px;}
/* Header  */
#header{background-color:inherit;color:#000;height:150px;text-align:left;margin:0 0 0 300px;padding:75px 0 0;}
#header h1{font-weight:400;font-family:Arial, Verdana, Geneva, sans-serif;font-size:3.5em;line-height:100%;margin:10px 0 2px;}
#header h1 a{background-color: inherit;text-decoration:none;color:#FFF;}
#header p.blogdescription{background-color:inherit;color:#450;font-size:1.25em;line-height:1.5em;text-align:left;margin:5px 0;padding:0;}
/* Content  */
#content{float:left;width:75%;margin:0 0 10px;}
/* blog posts  */
.post{margin-bottom:75px;}
.postdate{background-color:inherit;color:#578;text-align:right;font-size:2em;line-height:120%;}
.posttitle{font-size:1.75em;font-weight:400;}
.posttitle a{background-color:inherit;color:#000;text-decoration:none;}
#commentform dd {margin:5px 0 10px;}
/* Sidebar  */
#sidebar{float:right;width:20%;margin:0 0 10px;}
#sidebar ul{list-style:none;margin:0;padding:0;}
#sidebar ul ul{margin:0 5px 30px 10px;}
#sidebar ul ul ul{list-style:disc;margin:0 0 0 25px;}
#sidebar li h2{background-color:inherit;color:#578;font-size:1.25em;font-weight:400;}
/* search box  */
#sidebar li#search label{display:none;}
#sidebar li#search dd{margin:0 0 10px;}
#sidebar li#search input#s{width:98%;}
/* calendar  */
#wp-calendar{background:#BBAB89;color:#000;width:98%;text-align:center;padding:10px;}
#wp-calendar caption{border:3px solid #BBAB89;}
#wp-calendar td{background-color:#FFF;color:#000;}
/* Footer  */
#footer{border-top:1px solid #999;clear:both;font-size:0.85em;text-align:center;padding:10px 0;}
#footer p{margin:2px 0;}
/* attribution link styling  */
#footer p.credit{font-size:0.9em;margin:2px 0;}
#footer p.credit a{color:#000;background:inherit;}
/* Various Classes & Image Alignment  */
.center{text-align:center;}
.floatleft{float:left;margin:5px;}
.floatright{float:right;margin:5px;}
img.center{display:block;margin:10px auto;}
img.left{display:inline;margin:0 10px 5px 0;}
img.right{display:inline;margin:0 0 5px 10px;}
.navigation{margin:25px auto;}
.previouslink{float:left;width:45%;text-align:right;}
.nextlink{float:right;width:45%;text-align:left;}
a,.posttitle a:hover{background:inherit;color:#A44;}