/*
Theme Name: Reich Consulting
Theme URI: http://www.reich-consulting.net/
Description: Child Theme for LightWord
Author: Brian Reich <breich@reich-consulting.net>
Author URI: http://www.reich-consulting.net/
Template: lightword
Version: 0.1
*/

@import url(../lightword/style.css);
body { background: url(images/pattern.gif) repeat top left; }

#wrapper {
	margin-top: 90px;
}

#logo {
	margin-bottom: 0;
	text-indent: -3000px;
}
#logo a {
	width: 600px;
	height: 56px;
	margin-left: -20px;
	display: block;
	text-indent: -3000px;
	background: url(images/logo.png) no-repeat top left;
	height: 144px;
}

h1#logo small {
	display: none;
}

.post { margin-bottom: 3em; }

.post h2 {
	margin-bottom: 1em;
	padding-bottom: 10px;
}

.post h2  a {
	font-weight: normal;
}

.post {
	color:#333333;
	font:0.8125em/1 Verdana,sans-serif;
	line-height: 1.8em;
}

.post .cat_tags  .category {
	padding-left: 30px;
	background: url(images/tag_green.png) no-repeat 8px center;
}

p, h1, h2, h3, h4, h5, h6, ul{
	margin-bottom: 2em;
	line-height: 2em;
}

#content-body ul {
	font-size: 1.2em;
}
#content-body ul li { list-style-image: url(images/icons/bullet_green.png); }
#content-body li.html, #content-body .html li { list-style-image: url(images/icons/html_valid.png); }

#content-body a {
	color: #00F;
}
#content-body h2 a {
	color: #000;
}
