/*
Theme Name: Joyce Goldstein
*/


/* Begin Typography & Colors */


body {
    background-color: #FFFFFF;
    margin: 0;
    font-family: Georgia;
    font-size: 14px;
    color: #584e4a;
    line-height: 19px;
}

a{
    color: #752917;
    text-decoration: underline;
}

a:hover{
    text-decoration: underline;
}

#page {
    width: 820px;
    margin: 0 auto;
    padding-top: 20px;
}

#header {
    position: relative;
    height: 238px;
    background: transparent url(images/header_bg.gif) no-repeat;
    padding: 10px 30px 0px 30px;
    margin: 0px;
}

.header_blog {
    height: 192px;
    background: #bcbd6b url(images/header_blog.jpg) no-repeat 297px 0;
    position: relative;
}

.header_page {
    height: 192px;
    background: #bcbd6b url(images/header_page.jpg) no-repeat 297px 0;
    position: relative;
}

#headerimg h1#title {
    margin: 0px;
    padding: 0px;
    width: 230px;
    height: 30px;
    background: url(images/blog_title.gif) no-repeat;
    position: absolute;
    top: 84px;
    left: 30px;
}

#headerimg h1#title span {
    display: none;
}

#header #navigation {
    height: 36px;
    background-color: #3c1d0d;
}

#middle {
    background: transparent url(images/middle_bg.gif) repeat-y;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
}

#content {
    width: 497px;
    margin: 0px 0px 0px 21px;
    padding: 0px 20px 0px 40px;
    float: left;

}

#sidebar {
    width: 191px;
    margin: 0px 21px 0px 578px;
    padding: 0px 20px 0px 10px;
    line-height: 13px;
}

.sidebar_blog {
    background: transparent url(images/food_for_thought.jpg) no-repeat top left;
}

#footer {
    height: 80px;
    background: transparent url(images/bottom_bg.gif) no-repeat;
    margin: 0px;
    padding: 0px;
}

h1, h1 a, h1 a:hover, h1 a:visited{
    text-decoration: none;
    font-family: Georgia;
    font-size: 20px;
    font-weight: normal;
    color: #752917;
    margin: 0px;
    padding-top: 10px;
}

.center {
    text-align: center;
}

.bold {
    font-weight: bold;
}

.justify {
    text-align:justify;
}


/************************************************
*	Content       							    *
************************************************/
.post {
    text-align: justify;
    padding-top: 10px;
    margin-bottom: 40px;
    border-bottom: 1px solid #afaba9;
}

.post .date{
    font-style: italic;
    font-size: 12px;
    color: #584e4a;
}

.post .postmetadata{
    clear: left;
    font-family: Verdana;
    font-size: 12px;
    color: #752917;
}

.post .postmetadata .comment{
    color: #752917;
    text-decoration: underline;
}

.post .postmetadata a{
    color: #752917;
    text-decoration: underline;
}

.post .postmetadata a:hover{
    text-decoration: underline;
}

.post .dotted {
    width: 200px;
    height: 1px;
    border-bottom: 1px dotted #afaba9;
}


.navigation {
	display: block;
	overflow: hidden;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
    font-family: Verdana;
    font-size: 12px;
}

.navigation a{
	color: #752917;
	text-decoration: underline;
}

.navigation a:hover{
	text-decoration: underline;
}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.commentlist a
{
    color: #752917;
	text-decoration: underline;
}

.commentlist  a:hover{
	text-decoration: underline;
}

/************************************************
*	Left Sidebar      							*
************************************************/

#sidebar {
    font-family: Verdana;
    font-size: 12px;
    line-height: 14px
}
#sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

#sidebar .ul_blog {
	padding-top: 129px;
	}

#sidebar li {
	list-style: none;
	margin: 0px;
	padding: 3px 0px;
	}

#sidebar ul li a {
    color: #752917;
	text-decoration: underline;
	}

#sidebar ul li a:hover {
	text-decoration: underline;
	}

#sidebar h2 {
    border-bottom: 1px dotted #afaba9;
    border-top: 1px dotted #afaba9;
    color: #752917;
    font-size: 13px;
    font-weight: bold;
    line-height: 30px;
}




/************************************************
*	Comments                                    *
************************************************/
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.2em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

#commentform a {
    color: #752917;
	text-decoration: inderline;
	font-weight: bold;
}

#commentform a:hover {
	text-decoration: underline;
}

.commentmetadata {
	font-weight: normal;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}

#searchform input{
    width: 186px;
}



/************************************************
*	Newsletter                                  *
************************************************/
#newsletter {
	position: absolute;
	top: 202px;
	left: 540px;
	width: 240px;
	height: 36px;
	font-size: 10px;
}

#newsletter .label {
	color: #BCBD6B;
	line-height: 36px;
	margin-right: 5px;
	float: right;
}

#newsletter input {
	color: #C8C8C8;
    float: right;
	border: none;
	margin-top: 10px;
	padding: 2px 0px 0px 0px;
	height: 15px;
	font-size: 10px;
	background-color: #FFFFFF;

}
#newsletter .button {
	float: right;
	padding: 0px;
	height: 17px;
}

/************************************************
*	Links                                       *
************************************************/

#links {
	float: left;
	height: 36px;
	line-height: 36px;
	vertical-align: middle;
	color: #BCBD6B;
	font-size: 10px;
}

#links a {
    text-decoration: none;
}

#links .item {
    color: #BCBD6B;
    font-size: 9px;
    padding: 0px 3px;
    text-decoration: none;
}

#links span.item:hover,
#links span.selected
{
    color: #FFFFFF;
}

#links .first {
    padding-left: 15px;
}

/************************************************
*	Footer                                      *
************************************************/

#footer .legal {
    padding-left: 26px;
    padding-top: 35px;
}

#footer .legal span{
    font-family: Verdana;
    font-size: 10px;
    color: #752917;
}

#footer a{
    color: #752917;
    text-decoration: underline;
}

#footer a:hover{
    text-decoration: underline;
}