/*
Theme Name:nana-style
Description: psalm-style Wordpress Theme by<a href="http://www.nanaellen.com/a-index.html/">Ellen Lebsock Design</a>
Version: 1.0
Author: Ellen Lebsock Design
Author URI: http://ellenlebsock.com
Tags: fixed width, two columns, left sidebar, valid XHTML, valid CSS
*/

/* Reset
-------------------------------------------------------------------*/
* { padding: 0; margin: 0; }
ul li, ol li { list-style: none; list-style-position: inside; }
ol ol, ul ul, ol ul, ul ol { margin-left: 10px; margin-bottom: 0; }
img { border: none; }



/* Body
-------------------------------------------------------------------*/
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #243939;
	font-size: 12px;
	margin: 0 auto;
	background: #999CAD url(images/pg_bg.jpg) repeat-y center;
}

*:first-child+html body {
	background: #FFFDEE;
	margin: 0 auto;
	background: #FFFDEE url(images/pg_bg.jpg) repeat-y center;
}

* html body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #243939;
	font-size: 12px;
	margin: 0 auto;
	background: #999CAD url(images/pg_bg.jpg) repeat-y center;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Comic Sans MS";
	font-weight: lighter;
	color: #485D45;
	margin-left: 40px;
}

h1 { font-size: 22px; line-height: 26px; margin-bottom: 10px; }
h2 { font-size: 12px; line-height: 24px; margin-bottom: 7px; font-weight: normal; }
h3 { font-size: 18px; line-height: 22px; margin-bottom: 5px; }
h4 { font-size: 16px; line-height: 20px; margin-bottom: 5px; }
h5 { font-size: 14px; line-height: 18px; margin-bottom: 5px; }
h6 { font-size: 12px; line-height: 16px; margin-bottom: 5px; }

h1 span {
	color: #49797B;
}

a {
	color: #666699;
	font-size: 10pt;
	text-decoration: underline;
}
a:hover { color: #3b5a4a; }
a:visited { color: #3b5a4a; }

p { margin-bottom: 10px; }

input, textarea { font: 12px Verdana, Helvetica, Arial, Geneva, sans-serif; }

blockquote {
	font: normal 14px Comic Sans MS;
	margin-bottom: 20px;
	margin-left: 40px;
	border: 1px dashed #EBDBC2;
	width: 75%;
	background:  url("../psalm-style/images/blockquote.gif") no-repeat left top;
	padding: 10px 5px 5px 60px;
}

/* Header
-------------------------------------------------------------------*/
#header {
	height: 300px;
	margin: 0 auto 0 -3px;
	background: url(images/header.jpg) no-repeat center;
	position: relative;
}
#header h1 {
	width: 220px;
	position: absolute;
	top: 10px;
	left: 465px;
	font: 4px;
	padding-top: 10px;
	margin-bottom: 0;
	color: #fffdee;
}
#header h1 a {
	color: #fffdee;
	text-decoration: none;
	font-size: 4px;
}
#header span {
	margin: 3px 465px;
	font-size: 9px;
	color: #FFFDEE;
}


/* Navigation
-------------------------------------------------------------------*/
#nav {
	position: absolute;
	top: 0px;
	width: 893px;
	padding: 5px;
	height: 26px;
	background: #797D93 center;
	margin: 0px 0px 0px -4px;
}
#nav ul {
	margin-right: 10px;
	bottom: -1px;
	overflow: hidden;

}
#nav ul li {
	margin-right: 4px;
	padding-left: 4px;
	text-transform: lowercase;
	float: right;
}
#nav ul li.current_page_item { 
        width: 122px;

}
#nav ul li a {
	color: #Fffdee;
	margin-right: 6px;
	margin-left: 4px;
	text-decoration: none;
}
#nav ul li a:hover { 
		color: #CC99FF;
}
#nav ul li.current_page_item a {
	color: #FFFDEE;
}



/* Container
-------------------------------------------------------------------*/
#wrapper {
	width: 895px;
	margin: 0 auto;
	overflow: hidden;
}

.lil {
	font-size: 11px;
}



/* Content
-------------------------------------------------------------------*/
#content { 
	width: 575px; 
	float: left; 
	padding: 15px; 
}
#content .post {
	margin-bottom: 40px;
	margin-left: 20px;
}
#content .post p {
	margin-bottom: 20px;
	margin-left: 20px;
}
#content .post h3 a {
	text-decoration: none;
	font-size: 20px;
	color: #485D45;
}
#content .post-list li { list-style: none; 
}

#content .post-info {
	font-family: Comic Sans MS;
	color: #779988;
	font-size: 16px;
	font-weight: 200;
	padding: 16px 62px;
	background: url(images/date-Hbg.gif) no-repeat left;
}
#content .post-info a {
	font-size: 14px;
	color: #97B1A4;
	text-decoration: none;
	margin: 7px;
	background-image: none;
}
#content .post-info a:hover { color: #555; text-decoration:none; }

#content #pages { text-align: center; }
#content #pages a {
	font: bold 20px Comic Sans MS;
	font-weight: lighter;
	color: #AD764E;
	text-decoration: none;
	margin-left: 30px;
}
#content #pages a:hover { color: #1e2726; }

#content ul, ol, dl { margin-bottom: 20px; }
#content ul { 
	list-style: disc;
	list-style-position: inside; 
}
#content ol { 
	list-style: decimal; 
	list-style-position: inside; 
}
#content dl dt { 
	font-weight: bold;
}
#content dl dd { 
	font-style: italic;
	margin: 0 0 5px 20px;
	color: #555;
}

.aligncenter { margin-left: auto; margin-right: auto; }
.alignleft { float: left; margin: 5px 15px 10px 0; }
.alignright { float: right; margin: 5px 0 10px 15px; }


/* Sidebar
-------------------------------------------------------------------*/
#sidebar {
	width: 235px;
	float: right;
	font-size: 11px;
	margin: 0 10px 10px 0;
	color: #708090;
	text-align: left;
}

#sidebar h3 {
	font: normal 18px;
	color: #485D45;
	background:  url("../psalm-style/images/sidetitle_bg.gif") no-repeat;
	padding-left: 23px;
	margin-left: 0;
}

#sidebar a {
	color: #78596B;
	text-decoration: none;
	font-size: 11px;
}
#sidebar a:hover {
	color: #778899;
}

#sidebar .block {
	width: 75%;
	padding: 15px;
	border-bottom: 1px solid #bfccbf;
	overflow: hidden;
	color: #597875;
}
#sidebar .block li { 
	background: url(../../../../blog/wp-content/themes/nana-style/images/arrow.gif) no-repeat 2px 8px; 
	padding-left: 12px;
}
#sidebar .block a:hover { color: #777; }

/* Calendar */
#sidebar .block #calendar_wrap a { }
#sidebar .block #calendar_wrap .pad { background: none; }
#sidebar .block #calendar_wrap #prev { background: none; }
#sidebar .block #calendar_wrap #next { background: none; }
#sidebar .block #calendar_wrap table { width: 100%; margin: 0;padding: 0;}
#sidebar .block #calendar_wrap table th { width: 14.2%; }
#sidebar .block #calendar_wrap table td {
	width: 14.2%;
	background: #EBD3B6;
	text-align: center;
	color: #888;
}



/* Search
-------------------------------------------------------------------*/
.bt{
        cursor: pointer;
}



/* Comments
-------------------------------------------------------------------*/
.comments-title {
	font: italic bold 16px "Trebuchet MS", Helvetica, Arial, Geneva;
	color: #485D45;
}
#comments .comment {
	margin-bottom: 10px;
	margin-left: 20px;
	overflow: hidden;
	width: auto;
	padding-top: 16px;
	color: #696969;
}
#comments .comment .comment-avatar { 
	float: left; 
	width: 50px; 
	padding: 5px 7px; 
}

#comments .comment .comment-content {
	float: left;
	padding: 10px 15px;
	margin: 5px 5px 0 0;
	width: 500px;
}
#comments .comment .comment-content a { color: #444; }


#comments .comment .comment-info { 
	font-size: 11px;
	color: #777;
	margin-bottom: 5px; 
}
#comments .comment .comment-info span {
	font: bold 16px "Trebuchet MS", Helvetica, Arial, Geneva;  	
	color: #696969;
	padding-right: 10px; 
	margin-bottom: 5px;
}
#comments .comment .comment-info a { 
	color: #444; 
	text-decoration: none;
}




/* Comment Form
-------------------------------------------------------------------*/
#commentform {
	padding: 10px;
	color: #696969;
	margin: 75px;
}
#commentform p { margin-bottom: 7px; }
#commentform textarea {
	width: 400px;
	border: 1px solid #;
	height: 120px;
}
#commentform input.text {
	width: 150px;
	border: 1px solid #555;
	margin-right: 5px;
	padding: 3px 3px;
}
#commentform input#submit {
        width: auto;
        height: 24px;
        text-align: center;
		  padding: 3px;
}




/* Footer
-------------------------------------------------------------------*/

#footer {
	width: 775px;
	height: 200px;
	margin: 0 auto;
	background:  url("images/footer_bg.jpg") no-repeat;
}

.rss {
	float: right;
	width: 200px;
	height: 73px;
}

#footer-inner {

        clear: both;
        text-align: center; 
	width: 900px; 
	margin: 0 auto;
        padding-top: 10px; 
}
#footer p { 
	font-size: 11px; 
	margin: 0; 
}
#footer a {
	color: #7A5278;
	font-size: 11px;
}

