/*
Theme Name: houses
Theme URL: http://www.thewritersnextdoor.com/home/
Description: This is website for the Writers Next Door.
Author: Theresa Leonard
Author URI: http://www.fiddleface.com
Version: 1.0
*/


/* Normalizes margin, padding */
body, div, dl, dt, dd, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{margin: 0; padding: 0;}

/* Normalizes font-size for headers */
 h1,h2,h3,h4,h5,h6 {font-size: 100%}

Removes list-style from lists 
ol, ul {list-style: none;}

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{font-style: normal; font-weight: normal; }


body {
	margin: 0px auto;
	font: small Georgia, "Times New Roman", Times, serif;
	background: #54776a;
}
#container {
	margin: 0px auto;
	background: #54776A;
	width: 850px;
}
.meta {
    margin-bottom: 30px;
}
#header {
	background: #54776A url(images/housesheader.jpg) no-repeat left top;
	height: 250px;
}
/* --- main navigation --- */
#nav {
	margin: 0px 0px 0px 220px;
	padding-top: 195px;
	padding-left: 0px;
}
#nav ul {
	margin-right: 50px;
}

#nav li {
	margin: 0px 1px 0px 0px;
	padding: 0px;
	float: left;
	list-style: none;
}
#nav li a {
	float: left;
	display: block;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	margin: 0px 40px 0px 2px;
	text-align: center;
}
#nav li a:link {
	color: #FFFFFF;
}
#nav li a:visited {
	color: #FFFFFF;
}
#nav li a:hover {
	color: #54776A
}

li#current a {
	background: #000000;
    margin-top: -15px; 
    padding: 15px 8px 0px 8px;
    height: 38px;
}
/* --- content --- */
#content, 
#block_content  {
	background: #FFF;
	padding: 20px 30px 10px 50px;
        margin-left: 25px;
        margin-right:10px;
}

a {
	color: #9D512D;
	font-weight: bold;
}
a:link, a:visited {
	color: #9D512D;
}
a:hover {
	color: #54776A;
}
p {
	line-height: 130%;
	margin-bottom: 12px;
}
img {
	float: left;
	padding-right: 10px;
}

/* --- main --- */
#main {
	width: 710px; /* 530px */
	float: left;
}

h1 {
	font-size: 1.75em;
	height: 110px;
	text-indent: -9999px;	
}
h1.neighborhood {
	background: url(images/neighborhood.gif) no-repeat left;	
}
h1.writing {
	background: url(images/writing.gif) no-repeat left;
}
h1.archive {
	background: url(images/archive.gif) no-repeat left;
}
h1.archiveFrom {
	background-image: url(images/from-archive.gif) no-repeat left;
}
h1.tools {
	background: url(images/tools.gif) no-repeat left;
}
h2 {
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 10px;
	font-size: medium;
	color: #54776A;
	text-transform: capitalize;
	text-align: left;
}
h2.center {
	text-align: center;
}
h3 {
	font-size: 1em;
	line-height: 2em;
	text-align: center;
	padding-bottom: 15px;
	padding-top: 15px;
}
#main ul li {
        padding-bottom: 15px;
        padding-top: 0px;
}
#main ul li ul li {
        padding-bottom: 15px;
        padding-top: 10px;
}
#jumpbox {
	font-weight: bold;
	border: 1px solid #000000;
	margin-bottom: 20px;
	text-align: center;
	margin-top: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.indentSmall {
	font-size: .9em;
	padding-left: 30px;
}


#jumpbox a {
	text-decoration: none;
	padding-left: 50px;
	margin-right: 50px;
}

.small {
	font-size: x-small;
	color: #FFFFFF;
	text-align: center;
}
.back {
	font-size: xx-small;
}
.clear {
	clear: both;
}
#cleardiv {
	clear: both;
	height: 1em;
}
#blockquote {
	padding-left: 20px;
	padding-top: 20px;
}
#blockquote p {
	line-height: 150%;
}

/* --- columns --- */
#tools {
    width: 100%;
}
.col-left {
    width: 360px;
    float: left;
}
.col-right {
    width: 300px;
    float: right;
}
#tools ul {
    padding-left: 0px;
}

/* sidebar - not used */

#sidebar {
	float: right;
	width: 230px;
	margin-top: 120px;
}
#sidebar p {
    padding-left: 30px
}
#sidebar h2 {
     text-align: left;
     padding-bottom: 10px;
}
#sidebar li {
	list-style: none;
    padding-bottom: 10px;
}
#sidebar ul ul {
    padding: 0px;
}

/* --- footer --- */

#footer {
	font-size: x-small;
	color: #FFF;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
}
#footer a:link, 
#footer a:visited, 
#footer a:hover {
	color: #FFF;
	font-weight: bold;
}

/*-----------------------homepage --------------------------- */
#homepage {
	font-size: small;
	color: #FFFFFF;
	background-color: #54776A;
	background-image: url(images/homepage.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 325px;
	padding-top: 12px;
	padding-bottom: 250px;
}
#homepage p {
	padding-left: 265px;
	padding-right: 225px;
}
#homepage a {
	color: #54776A;
	text-decoration: none;
}
#homepage a:link {
	color: #54776A;
}
img.homeLogo {
	padding-left: 115px;
        border: none;
}
img.enter {
	margin-top: 100px;
	padding-left: 480px;
}
#homeFooter {
	font-size: x-small;
	color: #FFFFFF;
	padding-left: 125px;
}
#homeFooter a {
	color: #FFF;
	text-decoration: underline;
}

