/*
Theme Name: hword3
Theme URI: http://thehword.com
Description: A Website by <a href="http://teamdavid.com">David & Associates</a>
Version: 2.8
Author: Jeannette Bierman
Tags: clean, custom, green
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

body {
	background-color: #fafbf9;	
}
.clear {
	clear: both;
}

.space {
	margin: 0 0 30px 0;
}

a:link, a:visited {
	text-decoration: none;
	color: #069;
}

a:hover, a:active {
	text-decoration: none;
	color: #c1d72e;
}

#main {
	width: 100%;
	background-image: url(style/images/bkgd.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
.container {
	width: 970px;
	margin: 0 auto;
	position:relative;
}
#utility {
	height: 29px;
}

#subscribe {
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	float: right;
	margin: 5px;
}
#subscribe img {
	vertical-align: bottom;
}

#subscribe a:link {
	color: #fff;
	text-decoration: none;
}

#subscribe a:visited {
	color: #fff;
	text-decoration: none;
}

#subscribe a:hover {
	color: #c1d72e;
	text-decoration: none;
}

#subscribe a:active {
	color: #c1d72e;
	text-decoration: none;
}
#logo {
	height: 162px;
	float: left;
	width: 670px;
}
#logo h1 {
	text-indent: -9999px;
	background: transparent  url(style/images/hwordlogo.png) no-repeat;
	height: 160px;
	background-position: 0px 20px;
	
}
#logo .description {
	
	margin-left: 100px;
	font-size: 1.1em;
	position: absolute;
	top: 145px;
	left: 60px;
}
#search {
	height: 42px;
	float: right;
	width: 300px;
	padding-top: 120px;
	background-image: url(style/images/searchform.png);
	background-repeat: no-repeat;
	background-position: 0px 94px;
}

#searchsubmit {
	width: 22px;/* Width of button image */
	height: 25px;/* Height of button image */
	padding: 30px 0 0;
	margin: 0;
	border: 0;
	overflow: hidden;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	background-color: transparent;
	background-image: url(style/images/magnify.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 920px;
	top: 147px;
}

.searchfield {
	border: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
	font-size: 1.3em;
	color: #999;
	width: 210px;
	position: absolute;
	top: 147px;
	left: 700px;
	margin: 0;
	padding: 0px;
}
#wrapper {
	min-height: 100%;
	overflow: hidden;
	background-image: url(style/images/wrapper_divider.gif);
	background-repeat: repeat-y;
	background-position: 640px 0;
	margin-top: 30px;
}


/* ------- font styles -------- */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
}

h2, h3, h4 {
	font-weight: normal;
	color: #000;
}

p {
	font-size: 0.9em;
	line-height: 1.5em;
	margin-bottom: 20px;
}

#pagenav {
	font-family: Verdana, Geneva, sans-serif;	
}

#slider {
	z-index: 1;	
}


/* ------- Begin Navigation ------- */

#nav {
	font-size: 0.95em;
	margin-top: 6px;
	background-color: #c1d72e;
	z-index: 100;
	position: relative;
}

#nav, #nav ul {
	display: block;
	text-decoration: none;
	border: none;
}

#nav li {
	float: left;
	list-style: none;
	border-right: 1px solid #a9a9a9;
}

#nav a, #nav a:visited {
	display: block;
	color: #000;
	padding: 7px 10px;
	text-decoration: none;
}

#nav a:hover, #nav:active, .current_page_item a, #home .on {
	background: #c1d72e;
	text-decoration: none;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 174px;
	border-bottom: 1px solid #a9a9a9;
}

#nav li li {
	width: 172px;
	border-top: 1px solid #a9a9a9;
	border-right: 1px solid #a9a9a9;
	border-left: 1px solid #a9a9a9;
	background-color: #FFF;
}

#nav li li a, #nav li li visited {
	font-weight: normal;
	font-size: 0.9em;
	color: #000;
}

#nav li li a:hover, #nav li li a:active {
	background: #c1d72e;
}

#nav li:hover ul, #nav li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

a.main: hover {
	background: none;
}

/* ------- Begin Navigation ------- */

#pagenav {
	font-size: 0.85em;
	background-color: #c1d72e;
}

#pagenav, #pagenav ul {
	display: block;
	text-decoration: none;
	border: none;
}

#pagenav li {
	float: left;
	list-style: none;
}

#pagenav a, #pagenav a:visited {
	display: block;
	color: #FFF;
	padding: 5px 10px;
	text-decoration: none;
}

#pagenav a:hover, #pagenav:active, .current_page_item a, #pagehome .on {
	text-decoration: none;
	color: #c1d72e;
}

#pagenav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 174px;
	border-bottom: 1px solid #a9a9a9;
}

#pagenav li li {
	width: 172px;
	border-top: 1px solid #a9a9a9;
	border-right: 1px solid #a9a9a9;
	border-left: 1px solid #a9a9a9;
	background: #777;
}

#pagenav li li a, #pagenav li li visited {
	font-weight: normal;
	font-size: 0.9em;
	color: #FFF;
}

#pagenav li li a:hover, #pagenav li li a:active {
	background: #c1d72e;
}

#pagenav li:hover ul, #pagenav li:hover ul, #pagenav li li li:hover ul, #pagenav li.sfhover ul, #pagenav li li.sfhover ul, #pagenav li li li.sfhover ul {
	left: auto;
}

a.main: hover {
	background: none;
}



/* ------- content area ------- */

#content {
	width: 610px;
	float: left;
	margin: 0;
	padding: 0 30px 0 0;
	
}

.row {
	clear: both;
}

.hol1 {
	width: 290px;
	float: left;
}

.hol2 {
	width: 290px;
	float: right;
}

#content img {
	padding: 4px;
	border: 1px dotted #ccc;
}

#content li {
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

#content h3 {
	font-size: 1.7em;
	padding: 10px 0;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	margin: 0 0 5px 0;
}

#content h2 {
	font-size: 1.4em;	
	line-height: 1.2em;
	margin: 5px 0;
}

#content h2 a:link, #content h2 a:visited {
	text-decoration: none;
	color: #069;
}

#content h2 a:hover, #content h2 a:active {
	text-decoration: none;
	color: #c1d72e;
}

#content h4 {
	background-color: #333;
	padding: 5px;
	font-size: 1em;
	color: #fff;
	text-align: right;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #c1d72e;
}

#content h4 a {
	color: #FFF;
}

#content .byline {
	font-size: small;
	margin-bottom: 20px;	
}

#content .comments {
	font-size: small;
	padding: 10px 0;
	margin: 20px 0;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	text-align: left;
}

.comments .readmore {
	float: right;	
}

#respond {
	width: 600px;
	min-height: 100%;
	overflow: hidden;
}

#author-info {
	padding: 20px;
	border: 1px dotted #ccc;
	background-color: #D6D6D6;
	font-size: 0.7em;
	line-height: 1.5em;
	margin-bottom: 20px;
}

#author-info h2 {
	font-size: 1.4em;
}

.tellafriend {
	margin-bottom: 30px;
	text-align: right;
}
/* ------ post entries ------ */
#postentry {
	margin-bottom: 30px;	
}

#postentry ul, ol {
	font-size: 0.9em;
	margin: 20px 0px
}

#postentry ul li {
	margin-left: 40px; /* or a suitable value */
	padding-left: 5px;
	list-style-type: disc;
	list-style-image: none;
}


#postentry ol li {
	margin-left: 40px; /* or a suitable value */
	padding-left: 5px;
	list-style-type: decimal;
	list-style-image: none;
}

#postentry blockquote {
	margin: 20px 50px;
}

#postentry h1, #postentry h2, #postentry h3, #postentry h4, #postentry h5, #postentry h6 {
	font-weight: normal;
	margin: 20px 0;
	border: 0;
	background: none;
	text-align: left;
	color: #333;
}

#postentry h1 {
	font-size: 1.8em;	
}

#postentry h2 {
	font-size: 1.5em;	
}

#postentry h3 {
	font-size: 1.2em;	
}

#postentry h4 {
	font-size: 1em;	
}

#postentry h5 {
	font-size: 0.8em;	
}

#postentry h6 {
	font-size: 0.7em;	
}

.thumbnail {
	margin-left: 15px;
	margin-bottom: 5px;
	float: right;	
}

/* ------ comments ------ */

.commentlist {
	margin-bottom: 20px;
}

.comment-li {
	width: 610px;
	margin-bottom: 20px;
}

.comment-author {
	float: left;
	margin: 0 10px 0 125px;
}

.commentside {
	width: 415px;
	float: right;
	margin-top: 10px;
}

.waiting {
	color: #C00;
	font-style: italic;
}

.comment-meta {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 0.8em;
}

.comment-text {
	margin-top: 20px;
	padding: 15px 20px 5px 20px;
	background-color: #f1eedd;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

.comment-tag {
	background-image: url(style/images/commenttag.gif);
	height: 30px;
	width: 610px;
	background-repeat: no-repeat;
	background-position: 75px 0px;
}
.comment-text br {
	margin-bottom: 15px;	
}

/* ------ related posts ------- */

#relatedposts {
	margin-bottom: 20px;	
}

#relatedposts ul {
	margin: 20px;

	list-style-position: inside;
	list-style-image: url(style/images/bullet.gif);
}

/* ------ sidebar ------ */

#sidebar {
	width: 300px;
	float: right;
	margin: 0;
	
}

#sidebar ol, ul, li {
	list-style-type: none;	
}

.section h2 {
	color: #fff;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 1.1em;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #c1d72e;
}

.section h2 a:link, h2 a:visited {
	color: #fff;
	text-decoration: none;
}

.section h2 a:hover, h2 a:active {
	color: #c1d72e;
	text-decoration: none;
}

.section {
	margin-bottom: 30px;	
	background-image: url(style/images/sidebartitlebkgd2.png);
	background-repeat: no-repeat;
	min-height: 45px;
}

.list li {
	padding: 10px 10px 0 10px;
	font-size: 0.9em;
}



/* ------ footer ------ */

#footer {
	width: 100%;
	background-color: #000;
	min-height: 150px;
	border-top: 5px solid #c1d72e;
	margin-top: 50px;
}
#footer .container {
	width: 970px;
	margin: 0 auto;
	color: #FFF;
	
}

.translator {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 2em;
	margin: 20px 10px;
}
/* ------- Author pages ------- */

#author {
	font-size: 0.9em;
	line-height: 1.5em;
}

#author h2 {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 10px;
}

#author li {
	margin-left: 40px; /* or a suitable value */
	padding-left: 5px;
	list-style-type: disc;
	list-style-image: none;	
}

#author .datencategory {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}

.entry_author_image {
  float: left;
  margin: 0 15px 0 0;
}
.disclaimer1 {
	font-size: 0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
.disclaimer2 {
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
