/*
Theme Name: My Exodus
Theme URI:?
Description: Custom theme for Nathaniel
Version: 1
Author: Teresa Watts
Author URI: http://teresawatts.com
Tags: exodus

*/



/* --------------------------------------
USUAL TAGS 
--------------------------------------*/
html, body {margin: 0px;
	padding: 0px;
height: 100%;
min-width: 900px;
}

body {
	font-size: 15px;	
	font-family: Georgia, Garamond, Times, Serif;
	background: #fff url(images/side_bg.jpg) repeat-y;	
	color: #222222;
	text-align: left;
	line-height: 1.4;
	margin: 0px;
	padding: 0px;
	}
	
h1, h2, h3, h4 {
	color: #4c4c4c;

	}

h1 {
	font-size: 1.9em;
	margin: 10px 0px;
	font-weight: normal;
	font-family: century gothic, helvetica, arial, sans-serif; /* NBoehm: removed Futura */
	}

h1.page-title a {color: #4c4c4c; text-decoration: none;}

h1.page-title {
clear: left;
}	
	
h2 {
	font-size: 1.35em;
	clear: both; /* NBoehm added */
	/* margin: 20px 0px 5px; NBoehm removed */
	}
	
h3 {
	font-size: 1.2em;
	margin: 20px 0px 5px;
	}

h3.page-title {
	font-size: 1.8em;
	margin-bottom: 0px;
	margin-top: 45px;
	}



h3 a {text-decoration: none;}
	
a, h2 a:hover, h3 a:hover {	color: #066f7f;	}

a:hover {	color: #636363;	}	
	
code {	font: 1.1em 'Courier New', Courier, Fixed;	}	

acronym, abbr, span.caps {
	font-size: 0.9em;
	cursor: help;
	}

acronym, abbr {	border-bottom: 1px dashed #999;	}

blockquote {
	padding: 0px 75px 0px 65px;
	margin: 2em 0em;
font-style: italic;
font-size: 1.1em;
color: #3d3d3d;
background: url(images/swirl.gif) 30% 50% no-repeat;	
	
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

a img {	border: none;	}

.entry p a:visited {color: #000000;}

hr {
	height: 1px;
	border: 0px;
	color: #e5ddd5;
	background-color: #e5ddd5;
	}

.entry ol li,
.entry ul li {
margin: .5em 0em;
}

p.new-section {
	background: url(images/flourish.gif) transparent top center no-repeat;
	padding-top: 50px;
}

/* --------------------------------------
SMALL CLASSES
--------------------------------------*/
.postmetadata {	clear: both;}
.clear {clear: both;}	
.center {text-align: center;}
.hidden {display: none;	}
p.right {text-align: right;}

/* --------------------------------------
SECTIONS
--------------------------------------*/

#body-inner {
	margin: 0px;
	padding: 0px;
	background: url(images/top_bg.gif) 20px top repeat-x;
height: 100%;
}

#container{
min-height: 680px;
	width: 880px;
background: url(images/sidebar_bg.png) 590px repeat-y;
padding-bottom: 50px;	

	}
	
#header { text-align: left; 	}	
#header h1 a {text-decoration: none}

#logo {
	margin: 55px 0px 85px;
	border: 0px;
	float: left;
	}

#tagline {
	clear: left;
	width: 635px;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.1em;
	color: #666666;
	padding-top: 5px;
	}

#content {
	width: 490px;
	float: left;
	clear: left;
	padding-right: 45px;
padding-left: 55px;
background: url(images/top_corner_bg.jpg) top left no-repeat;
min-height: 350px;
	}

#footer {
	padding: 70px 0px 0px;
margin: 0px 50px 0px;
	text-align: center;
	font-size: .9em;
	clear: both;
	width: 490px;
color: #5a5a5a;
font-style: italic;
border-bottom: 1px solid #e2deda;
line-height: .2em;
	}

#footer .footer-text {
background: #ffffff;
padding: 1em;
}

/* --------------------------------------
MENU
--------------------------------------*/
#menu {border-top: 1px solid #dddddd; }

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}

#menu ul li {display: inline;}

#menu ul a {
	color: #787878;
	font-size: 13px;
	text-decoration: none;
	text-transform: uppercase;
	height: 10px;
	display: block;
	padding: 10px 15px 10px 17px;
	float: left;
	border-right: 1px solid #dddddd;
	}


#menu ul a.current, #menu ul a:hover { background: #fff;}	

/* --------------------------------------
SIDEBAR
--------------------------------------*/

#sidebar {
	width: 285px;
	float: left;
	text-align: left;
	padding: 20px 00px 0px;
	font-size: .92em;
	}

#sidebar li.widget {
padding: 20px 0px;
margin: 0px 25px;
}



#sidebar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}

#sidebar ul ul { padding: 0px; }
#sidebar li {
border-bottom: 1px solid #b2cacd;
padding: 25px 0px;
}

#sidebar ul li li{
	padding: 0px;
	border-bottom: 0px;
	padding-bottom: 5px;
	width: auto;
	
	}



#sidebar h2 {
	font-family: century gothic, helvetica, sans-serif; /* NBoehm: removed Futura */
color: #066f7f;
font-weight: bold; /* NBoehm: was normal */
font-size: 1.4em; /* NBoehm: was 1.51 */
clear: left;
margin: 0;
	}

#sidebar .textwidget a {text-decoration: none;}
#sidebar a {text-decoration: none;}
#sidebar a:hover {color: #000000;text-decoration: underline;}

#sidebar li.widget_myRecentPosts ul {
margin-top: .6em;
}

#sidebar li.widget_myRecentPosts li {
display: block;
padding-left: 40px;
width: 245px;
margin-left: -25px;
background:  url(images/bullet.gif) 25px .8em  no-repeat;
}

#sidebar li.widget_myRecentPosts a {
color: #5a5a5a;
display: block;
padding: .5em 0px .5em 0px;
width: 240px;
margin-bottom: 0px;
}

#sidebar li.widget_myRecentPosts a:hover {
color: #066f7f;
xbackground:  #f1f6f6 url(images/bullet.gif) 25px .8em  no-repeat;
text-decoration: none;
background-color:  #f1f6f6 ;
}



#sidebar li.widget_myRecentPosts li:hover {
background-color:  #f1f6f6 ;

}

#sidebar li.widget_myRecentPosts span.recent-post-date {
color:  #6b6969 ;
font-size: .95em;
font-style: italic;
}






/* --------------------------------------
BLOG ENTRIES
--------------------------------------*/

.navigation  {
	background: #fafafa;
	display: block;
	margin: 10px 0px 40px;
	font-size: 0.8em;
	}

.post h1.post-title {
width: 350px;
float: left;
display: block;
margin-top: 0px;
margin-bottom: 1em;
	}

.post h1.post-title a {color: #000000; text-decoration: none;}

.post h1.post-title p {
	margin: 0;
	padding: 0;
	font-size: 70%;
	}

.post {
	margin: 0 0 30px;
	text-align: left;
	line-height: 1.4;
	clear: both;
	margin-left: 5px;
	}

/* date */
.date {
float: right;
color: #626262;
font-style: italic;
}

.entry {
clear: both;

}


.search-result {
border-bottom: 1px solid #e2deda;
padding-bottom: 1em;
}

h3.post-title {margin-bottom: 0px;}

h3.post-title p {
	margin: 0;
	padding: 0;
	font-size: 70%;
	}

.search-result .date {
text-align: left;
float: none;
margin-top: 0px;
font-size: .9em;
}

/* --------------------------------------
IMAGES
--------------------------------------*/

.entry img {border: 4px solid #eaeaea;}

.entry img.wp-smiley {border: 0px;}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {	float: right;	}

.alignleft {	float: left;	}
	
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* --------------------------------------
COMMENTS
--------------------------------------*/

.discussion {
	font-size: 1.2em;
font-style: italic;
padding: 1em 0em;
	}

.discussion h2 {
	margin-top: 5em;
clear: left;

	}

h3#comments {
	clear: left;
	margin-bottom: 10px;
	text-align: left;
	}

ol.commentlist {
	padding: 0px;
	margin: 0px;
	text-align: left;
	margin-bottom: 20px;
	}

.commentlist .clear {margin-bottom: -15px;}

.commentlist li {
	margin: 0px;
	list-style: none;
	border-top: 1px solid #eee;
	padding-top: 1em;
	clear: both;
	}

.commentlist li.trackback {
	font-size: 80%;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentlist cite {
	text-decoration: none;
	font-size: 1.2em;
	font-style: normal;
	margin: 0px;
font-weight: bold;
	}

.commentlist cite a {text-decoration: none;}
.commentmetadata {
font-size: .9em; 
float: right;
margin-top: 3px;}

.commentmetadata a {
	text-decoration: none;
	color: #8d8d8d;
	}

.avatar {float: left;}

.comment-content {
	float: left;
	padding: 15px;
	margin-bottom: 8px;
	color: #5f5f5f;
	
	width: 410px;
	}

/* style for comments by blog author */
.authcomment {
	background-color: #DEEBED;
	}

.authcomment .comment-content {
	/* color: #474747; */
	font-size: 17px;
	font-style: italic;
	}
	
.authcomment .comment-content .commentmetadata {
	font-style: normal;
	}
	
/* --------------------------------------

COMMENT FORM
--------------------------------------*/
#commentform-outer {

	margin: 10px 0px 20px;

}

h3.title {
	margin: 0px 0px 10px;
	text-transform: uppercase;
	padding-top: 20px;
	clear: both;
	}

.form label {

	display: block;

	padding-bottom: 2px;
	text-align: left;
	}

.form .fields {
float: right;
width: 200px;
text-align: left;
}

.form p {margin: 0px; }

.form input {
	border: 1px solid #ebe6e2;
	margin-bottom: 8px;
	width: 167px;
	font-family: georgia, garamond, times, sans-serif;
	color: #46302a;
	font-size: 1em;
	padding: 2px;
float: left;
	}

.form textarea {
	border: 1px solid #ebe6e2;
	width: 269px;
	height: 195px;
	float: left;
	margin-right: 10px;
font-family: georgia, garamond, times, sans-serif;
color: #46302a;
font-size: 1em;
padding: 3px;


	}


.form .button {
	border: 1px solid #c0d3d5;
font-family: georgia, garamond, times, sans-serif;
padding: .15em .3em .25em;
background: #6e8d91;
font-style: italic;
font-size: 1.1em;
color: #fff;
margin: 0px;
width: auto;
margin-top: .5em;
	}


/* --------------------------------------
SEARCH FORM
--------------------------------------*/
#searchform input#s {
border: 1px solid #c0d3d5;
font-family: georgia, garamond, times, sans-serif;
padding: .4em;
color: #222222;
width: 165px;
margin: 0px;
float: left;
}

#searchform input#searchsubmit {
border: 1px solid #c0d3d5;
font-family: georgia, garamond, times, sans-serif;
padding: .15em .3em .25em;
background: #6e8d91;
font-style: italic;
font-size: 1.1em;
color: #fff;
margin: 0px;
margin-left: -2px;
}

#searchform h2 {display: none;}



