/* CSS Document */
* {
	margin: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
  background: url(http://www.nancybatchelor.com/wp_content/themes/nbatchelor/images/bg-nancy.jpg) repeat-x;
	color: #666666;
	
}
html, body {
	height: 100%;
}
h1 {
	font-family: "Helvetica Condensed", Helvetica, Arial, sans-serif;
	font-size: 24px;
	color: #f58025;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-bottom: 20px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.125em;
	padding-top: 10px;
}
h3,h4,h5 {
	font-weight: bold;
	color: #f58025;
}


h1,h2,h3,h4,h5,h6 {
	font-family: "Helvetica Condensed", Helvetica, Arial, sans-serif;
}
h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #f58025;
	margin-right: 12px;
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 0px;
	line-height: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
h2 a:link {
	color: #f58025;
	text-decoration: underline;
}
h2 a:visited {
	text-decoration: underline;
	color: #f58025;
}
h2 a:hover {
	text-decoration: underline;
	color: #f58025;
}
h2 a:active {
	text-decoration: none;
	color: #f58025;}
h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #f58025;
	margin-right: 8px;
	margin-left: 15px;
	margin-top: 8px;
	margin-bottom: 8px;
	line-height: 18px;
	font-weight: bold;
}
h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #f58025;
	font-weight: bold;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 15px;
}
h4 a:link {
	text-decoration: none;
	color: #f58025;
}
h4 a:visited {
	text-decoration: none;
	color: #f58025;
}
h4 a:hover {
	text-decoration: underline;
	color: #666666;
}
h4 a:active {
	text-decoration: none;
	color: #666666;
}
h5 {
	font-size: 12px;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #FF9933;
	font-weight: bold;
	margin: 3px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color:#666666;
	margin: 4px 15px 10px;
}



hr {
	border: 1px dotted;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	height: 0px;
	width: 100%;
	border-color: #666666;
	margin: 20px 0px 20px 0px;
}
#sidebar h3 {
	padding: 10px 0px 0px 0px;
	font-size: 17px;
	color: #333333;
}
#footer h3 {
	font-size: 17px;
}
/* --------------------------------------------- */
#container {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	overflow: hidden;
}
#header {
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}
#login {
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	height: 55px;
	text-align: right;
}
#logo {
	margin: 0px auto 0px auto;
	padding: 0px; 
	height: 50px;
}
#slogan {
	margin: 0px auto 0px auto;
	padding: 0px;
	height: 100px;
}
/* #nav {
	margin: 0px auto 0px auto;
	padding: 12px 0px 0px 0px;
	width: 760px;
	height: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}*/

/* Menu */

#catnav {
	padding: 0;
	clear: both;
	height: 25px;
	background-color: #ffffff;
  }

#nav {
	list-style: none;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	
  }
	
#nav ul {
  margin: 0;
  padding: 0;
  }

#nav li {
	float: left;
	margin: 0;
	padding: 0;
	text-transform: none;
  }

#nav li a {
	display: block;
	line-height: 21px;
	font-size: 9pt;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	text-transform: uppercase;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
  }

#nav li a:hover {
	text-decoration: none;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #666666;
	background: #DDDEDF;
  }

#nav li ul {
	list-style: none;
	position: absolute;
	width: 150px;
	left: -999em;
	text-transform: none;
  }

#nav li:hover ul, #nav li.sfhover ul {
  left: auto;
  }
	
#nav li li {
  float: left;
  margin: 0;
  padding: 0;
  width: 150px;
  position: relative;
  z-index: 9999;
  }
	
#nav li li a {
	width: 150px;
	height: 18px;
	line-height: 21px;
	color: #666666;
	border-top: 1px solid #131f27;
	background: #DDDEDF;
	margin: 0;
	padding: 5px;
	font-size: 11px;
	position: relative;
  z-index: 9999;
  }
	
#nav li li a:hover {
	border-top: 1px solid #131f27;
	background: #f58025;
	color: #FFFFFF;
	font-size: 11px;
	position: relative;
  z-index: 9999;
  }

#nav li:hover, #nav li.sfhover { /* prevents IE7 drop-down menu bug (focus on a page element prevents nested menus from disappearing) */
  position: static;
  position: relative;
  z-index: 9999;
  }

#toprss {
  float: right;
  margin: 10px 15px 0 0;
  display: inline;
  width: 65px;
  line-height: 41px;
  }

/* ****** */
#page {
	margin: 0px auto 0px auto;
	padding: 20px 0px 0px 0px; 
	text-align: left;
	width: 760px;
}
#content {
	margin: 0px;
	padding: 0px;
	padding-right: 30px;
	width: 476px;
}
#content_wide {
	margin: 0px;
	padding: 0px;
	width: 760px;
}
#comment_form {
	margin: 10px;
	padding: 20px;
}



/* #sidebar {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	padding-left: 30px;
	width: 223px;
	font-size: 12px;
	float: left;
}
#sidebar_categories {
	margin: 0px;
	padding: 0px 30px 0px 0px;
	width: 110px;
	float: left;
}
#sidebar_pages {
	margin: 0px;
	padding: 0px;
	width: 110px;
	float: left;
}
.sidebar_adrow {
	margin: 0px;
	clear: both;
}
.sidebar_adrow_left {
	margin: 2px 2px 0px 0px;
	padding: 0px;
	width: 125px;
	float: left;
}
.sidebar_adrow_right {
	margin: 2px 0px 0px 0px;
	padding: 0px;
	width: 125px;
	float: left;
}*/


/* --------------------------------------------- */

a:link {
	text-decoration: none;
	color: #666666;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #666666;
}

a.sidebar:link {
	text-decoration: none;
	color: #666666;
	font-size: 11px;
}
a.sidebar:visited {
	text-decoration: none;
	color: #666666;
	font-size: 11px;
}
a.sidebar:hover {
	text-decoration: underline;
	color: #999999;
	font-size: 11px;
}
a.sidebar:active {
	text-decoration: none;
	color: #666666;
	font-size: 11px;
}

a.title:link {
	text-decoration: none;
	color: #666666;
	font-weight: normal;
}
a.title:visited {
	text-decoration: none;
	color: #666666;
	font-weight: normal;
}
a.title:hover {
	text-decoration: underline;
	color: #999999;
	font-weight: normal;
}
a.title:active {
	text-decoration: underline;
	color: #666666;
	font-weight: normal;
}
a.post_title:link {
	text-decoration: none;
	color: #E93D72;
	font-weight: normal;
}
a.post_title:visited {
	text-decoration: none;
	color: #E93D72;
	font-weight: normal;
}
a.post_title:hover {
	text-decoration: underline;
	color: #E93D72;
	font-weight: normal;
}
a.post_title:active {
	text-decoration: underline;
	color: #E93D72;
	font-weight: normal;
}
a.sidebar_title:link {
	text-decoration: none;
	color: #E93D72;
	font-weight: normal;
}
a.sidebar_title:visited {
	text-decoration: none;
	color: #E93D72;
	font-weight: normal;
}
a.sidebar_title:hover {
	text-decoration: underline;
	color: #E93D72;
	font-weight: normal;
}
a.sidebar_title:active {
	text-decoration: underline;
	color: #E93D72;
	font-weight: normal;
}
a.sidebar_link:link {
	margin: 20px 0px 20px 0px;
	padding: 10px 0px 10px 0px;
	text-decoration: none;
	color: #666666;
	border: 1px dotted;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-color: #555555;
	display: block;
	font-weight: bold;
}
a.sidebar_link:visited {
	margin: 20px 0px 20px 0px;
	padding: 10px 0px 10px 0px;
	text-decoration: none;
	color: #666666;
	border: 1px dotted;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-color: #555555;
	display: block;
	font-weight: bold;
}
a.sidebar_link:hover {
	margin: 20px 0px 20px 0px;
	padding: 10px 0px 10px 0px;
	text-decoration: underline;
	color: #999999;
	border: 1px dotted;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-color: #555555;
	display: block;
	font-weight: bold;
}
a.sidebar_link:active {
	margin: 20px 0px 20px 0px;
	padding: 10px 0px 10px 0px;
	text-decoration: none;
	color: #666666;
	border: 1px dotted;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-color: #555555;
	display: block;
	font-weight: bold;
}

/* 04 - Classes
--------------------------------------------- */
.noborder {
	margin: 0px;
	padding: 0px;
	border: 0px;	
}	
.imgborder {
	margin: 0px;
	padding: 3px;
	border-width: 1px;
	border-color: #333333;
	border-style: solid;
}
img.alignnone{
	margin: 0px;
	padding: 3px;
	border-width: 1px;
	border-color: #333333;
	border-style: solid;
}
img.aligncenter {
	margin: 10px;
	padding: 3px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-width: 1px;
	border-color: #333333;
	border-style: solid;
}
img.alignright {
	padding: 3px;
	margin: 0px 0px 10px 10px;
	display: inline;
	border-width: 1px;
	border-color: #333333;
	border-style: solid;
}
img.alignleft {
	padding: 3px;
	margin: 0px 10px 10px 0px;
	display: inline;
	border-width: 1px;
	border-color: #C4B7B1;
	border-style: solid;
	background-color: #FFFFFF;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}
.smaller {
	font-size: 11px;
}
.small {
	font-size: 10px;
}
.subscribe_banner {
	margin: 20px 0px 0px 0px;
	padding: 0px;
	text-align: center;
	height: 90px;
}
.subscribe_box {
	margin: 0px;
	padding: 15px;
	background-image:  url(http://www.nancybatchelor.com/wp_content/themes/nbatchelor/images/bk_subscribe_box.png);
	background-position: top center;
	background-repeat: repeat;
	border-top: 1px;
	border-bottom: 1px;
	border-left: 0px;
	border-right: 0px;
	border-style: solid;
	border-color: #222222;
	font-size: 11px;
	text-align: center;
}
.banner_row {
	margin: 0px;
	padding: 0px;
	clear: both;
}
.banner {
	padding: 2px;
	float: left;
}
.bright {
	color: #E93D72;
}
.highlight {
	color: #666666;
}
.intro {
	font-size: 14px;
}
.entry_indent {
	margin: 20px 20px 40px 20px;
	padding: 0px 10px 0px 20px;
	border: 1px solid;
	border-left-width: 1px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-color: #262626;
}
.testimonial {
	margin: 20px 20px 0px 20px;
	padding: 5px 10px 5px 20px;
	border: 2px solid;
	border-left-width: 2px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-color: #262626;
	font-style: italic;
	font-size: 14px;
}
.testimonial_name {
	margin: 0px 20px 20px 20px;
	padding: 5px 10px 5px 20px;
	border: 2px solid;
	border-left-width: 2px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-color: #262626;
	font-size: 11px;
}
.fineprint {
	color: #666666;
	font-size: 11px;
}
.portfolio_link {
	padding: 0px 7px 10px 0px;
	font-size: 11px;
	text-align: right;
	color: #666666;
}
.resume_list {
	padding: 0px 0px 0px 15px;
}

.clear {
	clear: both;
}
.service_col_left_top {
	width: 365px;
	float: left;
	margin-top: 20px;
	text-align: left;
	height: 170px;
	border: 1px dotted;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-color: #262626;
	padding-top: 20px;
}

.service_col_right_top {
	width: 365px;
	float: left;
	margin-top: 20px;
	margin-left: 29px;
	text-align: left;
	height: 170px;
	border: 1px dotted;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-color: #262626;
	padding-top: 20px;
}

.service_col_left {
	width: 365px;
	float: left;
	margin-top: 20px;
	text-align: left;
	height: 170px;
	border: 1px dotted;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-color: #262626;
}

.service_col_right {
	width: 365px;
	float: left;
	margin-top: 20px;
	margin-left: 29px;
	text-align: left;
	height: 170px;
	border: 1px dotted;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-color: #262626;
}

.service_icon {
	width: 70px;
	margin-right: 20px;
	float: left;
	text-align: left;
}

.service_text {
	width: 275px;
	float: left;
	text-align: left;
	margin-top: 0px;
}
/* 04 - Classes
--------------------------------------------- */
.noborder {
	margin: 0px;
	padding: 0px;
	border: 0px;	
}	
.imgborder {
	margin: 0px;
	padding: 3px;
	border-width: 1px;
	border-color: #333333;
	border-style: solid;
}
img.alignnone{
	margin: 0px;
	padding: 3px;
	border-width: 1px;
	border-color: #333333;
	border-style: solid;
}
img.aligncenter {
	margin: 10px;
	padding: 3px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-width: 1px;
	border-color: #333333;
	border-style: solid;
}
img.alignright {
	padding: 3px;
	margin: 0px 0px 10px 10px;
	display: inline;
	border-width: 1px;
	border-color: #333333;
	border-style: solid;
}
img.alignleft {
	padding: 3px;
	margin: 0px 10px 10px 0px;
	display: inline;
	border-width: 1px;
	border-color: #C4B7B1;
	border-style: solid;
	background-color: #FFFFFF;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}
.smaller {
	font-size: 11px;
}
.small {
	font-size: 10px;
}
.subscribe_banner {
	margin: 20px 0px 0px 0px;
	padding: 0px;
	text-align: center;
	height: 90px;
}
.subscribe_box {
	margin: 0px;
	padding: 15px;
	background-image:  url(http://www.nancybatchelor.com.php5-4.dfw1-1.websitetestlink.com/wp_content/themes/nbatchelor/images/bk_subscribe_box.png);
	background-position: top center;
	background-repeat: repeat;
	border-top: 1px;
	border-bottom: 1px;
	border-left: 0px;
	border-right: 0px;
	border-style: solid;
	border-color: #222222;
	font-size: 11px;
	text-align: center;
}
.banner_row {
	margin: 0px;
	padding: 0px;
	clear: both;
}
.banner {
	padding: 2px;
	float: left;
}
.bright {
	color: #E93D72;
}
.highlight {
	color: #666666;
}
.intro {
	font-size: 14px;
}
.entry_indent {
	margin: 20px 20px 40px 20px;
	padding: 0px 10px 0px 20px;
	border: 1px solid;
	border-left-width: 1px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-color: #262626;
}
.testimonial {
	margin: 20px 20px 0px 20px;
	padding: 5px 10px 5px 20px;
	border: 2px solid;
	border-left-width: 2px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-color: #262626;
	font-style: italic;
	font-size: 14px;
}
.testimonial_name {
	margin: 0px 20px 20px 20px;
	padding: 5px 10px 5px 20px;
	border: 2px solid;
	border-left-width: 2px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-color: #262626;
	font-size: 11px;
}
.fineprint {
	color: #666666;
	font-size: 11px;
}
.portfolio_link {
	padding: 0px 7px 10px 0px;
	font-size: 11px;
	text-align: right;
	color: #666666;
}
.resume_list {
	padding: 0px 0px 0px 15px;
}

.clear {
	clear: both;
}
.service_col_left_top {
	width: 365px;
	float: left;
	margin-top: 20px;
	text-align: left;
	height: 170px;
	border: 1px dotted;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-color: #262626;
	padding-top: 20px;
}

.service_col_right_top {
	width: 365px;
	float: left;
	margin-top: 20px;
	margin-left: 29px;
	text-align: left;
	height: 170px;
	border: 1px dotted;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-color: #262626;
	padding-top: 20px;
}

.service_col_left {
	width: 365px;
	float: left;
	margin-top: 20px;
	text-align: left;
	height: 170px;
	border: 1px dotted;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-color: #262626;
}

.service_col_right {
	width: 365px;
	float: left;
	margin-top: 20px;
	margin-left: 29px;
	text-align: left;
	height: 170px;
	border: 1px dotted;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-color: #262626;
}

.service_icon {
	width: 70px;
	margin-right: 20px;
	float: left;
	text-align: left;
}

.service_text {
	width: 275px;
	float: left;
	text-align: left;
	margin-top: 0px;
}

/* 05 - Lists, Blockquote, etc.
--------------------------------------------- */

blockquote {
	color: #666666;
	margin: 20px;
	border-top-width: medium;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 21px;
	text-align: justify;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
	

/* 06 - Forms
--------------------------------------------- */

#sidebar form {
	margin: 0px;
	text-align: left;
}
	
/* 07 - WordPress Template - Original
--------------------------------------------- */




.alt {
	
	border: 1px solid #333333;
	}



small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}



#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}





.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Arial, Helvetica, sans-serif;
	}

.commentlist li {
	font-weight: bold;
	}

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

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

#commentform p {
	font-family: Arial, Helvetica, sans-serif;
	}

.commentmetadata {
	font-weight: normal;
	}


small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}





#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em Arial, Helvetica, sans-serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */






.post {
	margin: 0 0 40px;
	text-align: left;
	}

.post hr {
	display: block;
	}










.postmetadata {
	clear: left;
}








/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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
	}
/* End Images



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

/*

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

 */
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 20px;
	
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 0px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 20px 0px 0px;
	padding: 0;
	border: 1px dotted;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	width: 100%;
	border-color: #555555;
	padding: 5px 3px 5px 3px;
	}
	
.sidebar_list ul, .sidebar_list ul {
	margin: 3px 20px 0px 0px;
	padding: 0;
	border: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	width: 100%;
	border-color: #555555;
	padding: 5px 3px 5px 3px;
	}
/* End Entry Lists */



/* Begin Form Elements
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	} */

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

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

#commentform textarea {
	width: 500px;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 20px;
	}
.alt2 {
	margin: 0;
	padding: 20px;
	}
.alt_comment {
	background-image:  url(http://www.nancybatchelor.com/wp_content/themes/nbatchelor/images/bk_comment_author.png);
	background-position: top center;
	background-repeat: repeat-y;
}

.authorcomment {
	background-image:  url(http://www.nancybatchelor.com/wp_content/themes/nbatchelor/images/bk_comment_author.png);
	background-position: top center;
	background-repeat: repeat-y;
}
.authorcomment cite a{
	color: #E93D72;
}
li.authorcomment {
	background-image:  url(http://www.nancybatchelor.com/wp_content/themes/nbatchelor/images/bk_comment_author.png);
	background-position: top center;
	background-repeat: repeat-y;
}
.commentlist {
	padding: 0;
	text-align: left;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 20px;
	list-style: none;
	background-image:  url(http://www.nancybatchelor.com/wp_content/themes/nbatchelor/images/bk_comment.png);
	background-position: top center;
	background-repeat: repeat;	
	border-top: 0px;
	border-bottom: 0px;
	border-left: 3px;
	border-right: 3px;
	border-color: #333333;
	border-style: solid;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}


#commentform p {
	margin: 5px 0;
	}

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

.commentmetadata { 
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */

/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #ffffff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

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



.center {
	text-align: center;
	}



a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* Before footer */

/*#morefoot {
  background: #000 url(images/bggrad.jpg) top left repeat-x;
  border: 1px solid #070707;
  padding: 15px;
  color: #dfdfdf;
  margin: 0 0 10px 0;background-color: #ffffff;background-image: url(images/pagebk.jpg);background-repeat: repeat-x;
  }*/
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: none;
}
.footer a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.footer a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.footer a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.footer a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.footer2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	margin: 8px;
	color: #FFFFFF;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
  
#contentwrapper {
	padding:0;
	margin-top: 10px;
	margin-bottom: 15px;
	float: left;
	width: 700px;
  }
  #contentwrapper2 {
	padding:0;
	margin-top: 10px;
	margin-bottom: 15px;
	width: 900px;
    } 

#contentwrapper .pageTitle h2, #contentwrapper2 .pageTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	color: #666666;
	padding-left: 80px;
	height: 100px;
	margin-left: 20px;
	margin-right: 20px;
	line-height: 90px;
	margin-bottom: 20px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.125em;
   }
   /*#main {
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	text-align: center;
 }*/
 #main {
width: 900px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
 }
 .topPost {
	padding: 20;
	font-size: 9pt;
  }
   /* .topPost h2.topTitle a {
	font-size: 18pt;
	font-weight: bold;
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 10px;
  }  .topPost h2.topTitle a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	color: #666666;
	background-image: url(images/HD-graphic2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 80px;
	height: 100px;
	margin-left: 20px;
	margin-right: 20px;
	line-height: 90px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}*/

.topPost h2.topTitle a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #f58025;
	font-weight: bold;
	margin-top: 50px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
}

.topPost h2.topTitle a:hover {
  text-decoration: underline;
  color: #666666;
  }
.topPost p.topMeta {
	font-size: 8pt;
	color: #666666;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 15;
	margin-left: 10;
	text-transform: uppercase;
  }
.topPost p.topMeta a {
  text-decoration: underline;
  color: #666666;
  }
.topPost p.topMeta a:hover {
  color: #999999;
  }
.topPost div.topContent {
	font-size: 9pt;
	color: #666666;
	margin: 8px 0;
	text-align: justify;
  }
.topPost div.topContent a {
  text-decoration: underline;
  color: #666666;
  }
.topPost div.topContent a:hover {
  text-decoration: underline;
  color: #666666;
  }

.topPost div.topContent ul, .topPost div.topContent ol {
  padding: 0 0 0 30px;
  }
.topPost div.topContent ul li, .topPost div.topContent ol li {
  color: #666666;
  }
.topPost span.topComments, .topPost span.topMore, .topPost span.topTags {
	font-size: 8pt;
	line-height: 12pt;
	color: #666666;
  }
.topPost span.topComments:hover, .topPost span.topMore:hover, .topPost span.topTags:hover {
	color: #666666;
}
.topPost span.topComments a {
	color: #666666;
	padding-left: 20px;
	vertical-align: middle;
	text-transform: uppercase;
  }
.topPost span.topMore a {
  color: #666666;
  padding-left: 20px;
  line-height: 27pt;
  vertical-align: middle;
  }
.topPost span.topTags em {
  padding-left: 20px;
  line-height: 27pt;
  vertical-align: middle;
  color: #0a0a0a;
  }
.topPost span.topTags a {
  color: #666666;
  line-height: 27pt;
  vertical-align: middle;
  }
.topPost span.topComments a:hover, .topPost span.topMore a:hover, .topPost span.topTags a:hover {
  color: #666666;
  text-decoration: underline;
  }

#nextprevious {
  margin: 10px 0 5px 0;
  }
#nextprevious a {
  color: #CCCCCC;
  text-transform: lowercase;
  text-decoration: underline;
  }
#nextprevious a:hover {
  color: #666666;
  }
/* Sidebars */
#sidebars {
	float: right;
width: 200px; /*Width of right column*/
margin-left: -200px; /*Set left margin to -(RightColumnWidth) */
	color: #464646;
	text-align: left;
  }
#sidebars .sidebarbox {
  padding: 8px 15px;
  }

#sidebar_full {
  padding: 0;
  margin: 0;


  }
  #sidebar_full ul li{
	margin-top: 3;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 3;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	line-height: 18px;
  }
#sidebar_left {
  float: left;
  width: 100px;
  }

#sidebar_right {
  float: right;
  width: 100px;
  }

#sidebars h2 {
  margin: 0;
  padding: 0 0 8px 0;
  font-weight: bold;
  font-size: 11pt;
  color: #666666;
  letter-spacing: -1px;
  }

#sidebars table {
  width: 130px;
  }

#sidebars ul {
  margin: 0;
  padding: 0 0 5px 0;
  }

#sidebars li {
  margin-bottom: 20px;
  list-style: none;
  font-size: 9pt;
  }

#sidebars li ul {
  padding: 0;
  }

#sidebars ul ul li {
  margin: 0;
  padding: 2px 2px 2px 16px;
  color: #666666;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}

#sidebars a {
  display: inline;
  color: #666666;
  }
#sidebars a:hover {
  color: #666666;
  text-decoration: underline;
  }

#sidebars p {
  padding: 2px 0;
  font-size: 9pt;
  color: #eee;
  }

#tag_cloud a {
  display: inline;
  }

#sidebars ul.children li {border-bottom:none;}
#sidebars ul.children {margin-bottom:0;}
#content p {margin-bottom:15px;
	margin-left: 20px;
	margin-right: 20px;
}
.img {
  margin: 8px;
  }

/* End Various Tags & Classes*/
.HP-back {
	background-color: #ffffff;
	padding: 10px 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #666666;
}
.HPHeader {
	letter-spacing: .125em;
	text-align: center;
}
.HPtext {
	margin-right: 20px;
	margin-left: 20px;
}
.post p {margin:0;padding:0;}
.border {
	border: 1px solid #999999;
	padding: 5px;
	margin: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.tblheader{
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #F58025;
	font-size: 12px;
	font-weight: bold;
}
.box {
	background-color: #e8e8e8;
}
.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #333333;
	margin: 0px;
	text-transform: uppercase;
	padding: 0px;
}
.links a:link {
	text-decoration: none;
	color: #333333;
}
.links a:visited {
	text-decoration: none;
	color: #333333;
}
.links a:hover {
	text-decoration: underline;
	color: #f58025;
}
.links a:active {
	text-decoration: none;
	color: #f58025;
}

	.smallcaps {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
}
.sideBK2 {
	background-image: url(images/sideBk.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin-left: 3px;
	background-color: #FFFFFF;
}
.BT {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.postmetadata{
	clear: both;
	padding:6px;
	margin: 20px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-bottom-color: #999999;
	background-color: #e8e8e8;
	}
