/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: small;
	text-align: center;
	color: #eee;
	background: #C05503 url(images/bg_main.jpg) repeat-x;
	}
a:link, a:visited {
	color: #FFF;
	font-weight: bold;
	}
a:hover {
	color: #FFF;
	text-decoration: none;
	}
	
/* 
------------------------------------------------------------
	1. PAGE STRUCTURE
------------------------------------------------------------ 
*/

#wrap {
	width: 995px;
	margin: 0 auto;
	padding: 0 15px;
	font-size: 95%;
	text-align: left;
	background: #000 /*url(images/background2.gif)*/;
	}
#main-body {
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
	}
#content {
	float: left;
	width: 60%;/*prev 496px*/
	margin: 0;
	padding-top: 10px;
	background: #000;
	}
#banner {
	margin: 0 0 20px;
	padding: 10px 0;
	border-bottom: 1px solid #373737; 
	}
#sidebar {
	float: right;
	font-size: 90%;
	line-height: 1.5em;
	position: relative;
	width: 36%;/*prev 274px*/ 
	color: #EEE;
	padding-top: 10px;
	}
#footer {
	clear: both;
	margin: 0;
	padding: 20px 20px 12px 20px;
	border-top: 1px solid #373737;
	background: #000 url(images/footer-bg.gif) no-repeat top left;
	}

/* 
------------------------------------------------------------
	2. HEADER
------------------------------------------------------------ 
*/

#header {
	float: left;
	width: 100%;
	background: #000;
	}
#header h1 {
	float: left;
	margin: 0;
	padding: 20px;
	}
#header h2 {
	float: right;
	margin: 20px; /*prev 28px 20px 20px 20px*/
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #777;
	}
#header h2 span{
	color: #EEE;
	}

/* 
------------------------------------------------------------
	3. NAVIGATION
------------------------------------------------------------ 
*/

#nav {
	float: left;
	margin: 0 auto 10px auto;
	font-size: 90%;
	background: #000;
	border-bottom: 1px solid #373737; 
	}
#nav ul {
	float: left;
	width: 985px;
	margin: 0;
	padding: 0 0 12px 10px;
	list-style: none;
	}
#nav ul li {
	float: left;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	letter-spacing: 1px;
	text-transform: uppercase;
	}
#nav ul li a {
	display: block;
	float: left;
	margin: 1px 0 0 0;
	padding: 6px 10px 9px 10px;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	}
#nav ul li a:hover {
	color: #F5B201;
	}
#nav li a.active {
	font-weight: bold;
	color: #F00;
	}

/* 
------------------------------------------------------------
	4.1 CONTENT (PARAGRAPHS, HEADINGS, IMAGES, ETC.)
------------------------------------------------------------ 
*/

#content-inner h3 {
	margin: 0 0 10px 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 160%;
	line-height: 1.5em;
	color: #BF5501;
	/*border-bottom: 1px solid #373737;*/
	}
#content-inner h4 {
	margin: 0 0 5px;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 120%;
	line-height: 1em;
	color: #F5B201;
	}
#content-inner h3 a {
	border: none;
	}
#content-inner p {
	margin: 0 0 20px 0;
	}
#content-inner .note {
	font-size: 90%;
	font-style: italic;
	line-height: 1.6em;
	color: #888;
	}
#content img.thumb {	
	float: left;
	margin-right: 12px;
	margin-bottom: 6px;
	margin-top: .5em;
	padding: 2px;
	border: 2px solid #dbd5c5;
	background: #fffefa;
	}
#content img.seminar {	
	margin: 0 0 30px;
	}

/* 
------------------------------------------------------------
	4.2 CONTENT - BOX
------------------------------------------------------------ 
*/

#content-inner .box h3 {
	margin: 0;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #EEEEEE;
	border-bottom: 1px solid #636363;
	background: #000;
}
#content-inner .box h3 em {
	font-style: normal;
	font-weight: normal;
	font-size: 90%;
}
#content-inner .box {
	margin: 15px 0 15px 0;
	padding: 0 0 2px 0;
	background: #363636;
}
#content-inner .box p {
	margin: 0;
	padding: 8px 12px;
}
#content-inner .box ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#content-inner .box ul li{
	margin: 10px 10px;
	padding: 0;
	font-size: 80%;
	color: #EEEEEE;
}

ol
	{
	margin: 20px 0;
	}

.caps
	{
	text-transform: uppercase;
	font-size: 90%;
	}

/*
------------------------------------------------------------
	4.3 CONTENT - STORE ITEMS
------------------------------------------------------------
*/

.store {
	margin: 0 0 40px 0;
	background: #000;
	border-top: 1px solid #636363;
	border-bottom: 1px solid #636363;
	}
.store-item {
	float: left;
	margin: 15px 15px 0 10px;
	}
.store-item img {
	border: 2px solid #FFF;
	}
.store-description {
	margin: 10px 0 0 235px;
	font-size: 90%;
	line-height: 1.5em;
	}
#content-inner .store-description p {
	margin: 0;
	padding-right: 5px;
	padding-bottom: 10px;
	}
#content-inner .store-description p.highlight {
	color: #EEEEEE;
	}
#content-inner .store-description h3 {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 150%;
	color: #FF0000;
	line-height: 1.5em;
	border: none;
	}

/* 
------------------------------------------------------------
	4.2 CONTENT - OVERRIDE FOR HOME PAGE
------------------------------------------------------------ 
*/

body.home h2#title {
	margin: 0;
	padding: 0;
	background: none;
	}
#content-inner {
	margin: 0 20px 0;
	line-height: 1.5em;
	}
#content-inner ul {
	margin: 1.5em 0 1.5em 40px;
	padding: 0;
	list-style: none;
	}
#content-inner ul li {
	margin: 0 0 8px 0;
	padding: 0 0 0 23px;
	color: #555;
	background: url(images/icon-bullet.gif) no-repeat 0 0;
	}
#content-inner blockquote {
	margin: 1em 0 1em 20px;
	padding: 0 0 0 22px;
	font-size: 90%;
	line-height: 1.4em;
	color: #666;
	background: url(images/icon-quotes.gif) no-repeat 0 2px;
	}

/* 
------------------------------------------------------------
	4.3 CONTENT - WEBLOG ENTRIES
------------------------------------------------------------ 
*/

div.entry h3 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 150%;
	}
div.entry p.posted {
	margin: 0;
	padding: 0 0 0 21px;
	font-size: 90%;
	color: #666;
	background: url(images/icon-permalink.gif) no-repeat 0 3px;
	}
div.entry p.tags {
	margin: 4px 0 20px 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
	background-image: url(images/icon-tags.gif);
	}
div.entry p.posted a {
	color: #666;
	border-bottom: 1px dotted #bbb;	
	}
div.entry p.posted a:hover {
	background: #666;
	color: #fff;
	border: none;
	}
div.last p.posted {
	border-bottom: none;
	}

/* 
------------------------------------------------------------
	5. SIDEBAR
------------------------------------------------------------ 
*/

#sidebar h3 {
	margin: 25px 0 5px 0;
	padding: 0 0 5px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 140%;
	line-height: 1em;
	color: #707070;
	
	/*border-bottom: 1px solid #373737;*/
	}
#sidebar h3.first {
	margin-top: 5px;
	}
#sidebar h3.featured {
	margin-bottom: 0;
	border-bottom: 0;
	}
#sidebar p {
	margin: 0;
	padding: 0;
	}
#sidebar p.text {
	margin: 0;
	padding-right: 5px;
	}
#sidebar p.cc {
	margin-top: 1em;
	}
#sidebar ul, #sidebar dl {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	list-style: none;
	}
#sidebar li {
	margin: 0 0 .5em 0;
	padding: 0;
	}
#sidebar ul.articles li {
	padding-left: 16px;
	background-image: url(images/icon-doc.gif);
	background-position: 0 2px;
	}
#sidebar ul li.last {
	margin-bottom: 0;
	}

/* 
------------------------------------------------------------
	5.1 SIDEBAR - NEWS BOX
------------------------------------------------------------ 
*/

#news {
	margin: 0;
	padding: 10px;
	/*background: #A9CC4C url(images/sidebar-green-bg.gif) no-repeat top left;*/
	}
#news h3 {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 150%;
	color: #fff;
	}
#news dl {
	margin: 1em 0;
	padding: 0;
	line-height: 1.3em;
	}
#news dl dt {
	margin: 0;
	padding: 0 0 0 22px;
	font-weight: bold;
	background: url(images/icon-news.gif) no-repeat 0 1px;
	}
#news dl dd {
	margin: 0 0 8px 22px;
	padding: 0;
	font-size: 90%;
	color: #527000;
	}
#news p {
	margin: 0;
	padding: 0;
	font-size: 90%;
	text-align: right;
	}
#news a.more {
	padding-right: 8px;
	font-weight: bold;
	background: url(images/bullet-newsmore.gif) no-repeat 100% 4px;
	}
#news a {
	color: #3B5000;
	text-decoration: none;
	}
#news a:hover {
	background-color: #C6E76E;
	}

/* 
------------------------------------------------------------
	5.2 SIDEBAR - CONTENTS
------------------------------------------------------------ 
*/

#sidebar-inner {
	border-top: 1px solid #fff;
	padding: 20px;
	}
#sidebar-inner h4 {
	margin: 0 0  5px 0;
	padding: 0;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 130%;
	color: #555;
	}
#sidebar-inner ul {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
	}
#sidebar-inner ul li {
	margin: 0;
	padding: 5px 0 5px 15px;
	font-size: 90%;
	border-bottom: 1px solid #ccc;
	background: url(images/bullet-grey.gif) no-repeat 3px 9px;
	}
#sidebar-inner ul li.last {
	border-bottom: none;
	}
#sidebar p.sub {
	margin: 0 0 10px;
	padding: 0;
	}
#sidebar p.sub img {
	border-bottom: 4px solid #520100;
	}
	
	
/* 
------------------------------------------------------------
	5.3 SIDEBAR - TEASERS
------------------------------------------------------------ 
*/

dl.teaser {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	font-size: 90%;
	line-height: 1.4em;
	border-bottom: 1px solid #ccc;
	}
dl.teaser:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: left; 
    visibility: hidden;
    }
dl.last {
	border-bottom: none;
	}
dl.teaser dt {
	float: left;
	}
dl.teaser dt images {
	padding: 3px;
	border: 1px solid #ccc;
	border-top: none;
	border-left: none;
	background: #fff;
	}
dl.teaser dt a:hover images {
	border-color: #eee;
	background: #ccc;
	}
dl.teaser dd {
	margin: 0 0 0 65px;
	padding: 0;
	color: #444;
	}
dl.teaser dd.link {
	margin-bottom: 3px;
	font-family: "Trebuchet MS", sans-serif;
	font-weight: bold;
	font-size: 130%;
	}
dl.teaser dd.link a {
	padding-right: 9px;
	background-image: url(mages/bullet-sidemore.gif);
	background-repeat: no-repeat;
	background-position: 100% 6px;
	}
dl.teaser dd.link a:hover {
	background-image: url(images/bullet-sidemore-hov.gif);
	}

/* 
------------------------------------------------------------
	5.4 SIDEBAR - SUBNAV BOX
------------------------------------------------------------ 
*/

#subnav {
	margin: 0;
	padding: 20px;
	background: #A9CC4C url(images/sidebar-green-bg.gif) no-repeat top left;
	}
#subnav h3 {
	margin: 0 0 5px 0;
	padding: 0;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 130%;
	color: #fff;
	}
#subnav ul {
	margin: 0;
	padding: 0;
	font-size: 90%;
	list-style: none;
	line-height: 1.3em;
	}
#subnav ul li {
	margin: 0;
	padding: 8px 0 8px 15px;
	font-weight: bold;
	border-bottom: 1px solid #9FC43D;
	background: url(images/bullet-green.gif) no-repeat 3px 12px;
	}
#subnav ul li#subnav-last {
	padding-bottom: 0;
	border-bottom: none;
	}
#subnav a {
	color: #3B5000;
	text-decoration: none;
	}
#subnav a:hover {
	background-color: #C6E76E;
	}
#subnav ul li.active {
	background-image: url(images/bullet-blue.gif);
	}
#subnav ul li.active a, #subnav ul li.active a:hover {
	color: #195F82;
	background-color: none;
	}

/*
------------------------------------------------------------
	CONTACT FORM
------------------------------------------------------------
*/

#contactform {
	margin: 0 0 25px 0;
	padding: 20px;
	background: #363636;
	}
#content form p, #content form dl dd {
	margin: 0 0 8px 0;
	padding: 0;
	}
#contactform p.note {
	margin-top: 20px;
	font-style: normal;
	}
#contactform dl {
	margin: 0;
	padding: 0;
	font-size: 90%;
	}
#contactform dt {
	color: #FFF;
	font-weight: normal;
	}
#contactform dt em, #contactform .note em {
	color: #c00;
	font-size: 130%;
	font-weight: bold;
	font-style: normal;
	vertical-align: middle;
	}
#contactform #realname, #contactform #email {
	width: 250px;
	padding: 2px;
	font-size: 130%;
	color: #444;
	}
#contactform textarea {
	width: 300px;
	height: 120px;
	font-family: inherit;
	font-size: 130%;
	color: #444;
	}

/* 
------------------------------------------------------------
	6. FOOTER
------------------------------------------------------------ 
*/

#footer p {
	margin: 0 0 8px 0;
	padding: 0;
	font-size: 80%;
	color: #555;
	}
#footer p.logo {
  	padding: 5px 0;
	background: url(images/weblogswork_footer.gif) no-repeat 100% 50%;
	line-height: 140%;
	}
#footer p a {
	color: #555;
	font-weight: normal;
	}
#footer p a:hover {
	color: #fff;
	border: none;
	}

/* 
------------------------------------------------------------
	7. MISC
------------------------------------------------------------ 
*/

a images {
	border: none;
	}
hr, .hide {
	display: none;
	}
.hide
	{display:none;}

/* 
------------------------------------------------------------
	8. IE FIXES
------------------------------------------------------------ 
*/

#main-body {
	clear: left;
	}
* html div {
	height: 1%;
	}
body {
	font-size: x-small; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: small;
	}
html>body { /* be nice to Opera */
	font-size: small;
	}
#wrap {
	width: 995px; /* IE5 Win prev 782px*/
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	width: 995px;
	}
html>body #wrap { /* be nice to Opera */
	width: 995px;
	}

/* 
------------------------------------------------------------
	8.1 IE FIXES - SELF CLEARING FLOATS
------------------------------------------------------------ 
*/

#nav { display: inline-block; } /* for IE/Mac */

/* 
------------------------------------------------------------
	8.2 IE FIXES - HIDES FROM IE/MAC
------------------------------------------------------------ 
*/

* html #nav, * html #footer { height: 1%; }

#nav { display: block; }