* {
	/* global white space reset */
	padding: 0;
	margin: 0;
}

body {
	font: 81.25%/140% Arial, Verdana, Helvetica, sans-serif;
	background: #E6EAF2 url("../images/bg_body_tom.gif") repeat-x;
	color: #333;
	margin-bottom: 15px;
	text-align: center;
}

#divContainer {
	background: #fff url("../images/content_background.gif") repeat-y top left;
	margin: 0 auto;
	padding: 0;
	border: 0;
	text-align: left;
	width: 800px;
	/* box model hack*/
  voice-family: "\"}\""; 
  voice-family:inherit;
}

#divHeader {
	width: 800px;
	height: 153px;
	margin: 0 0 0 0;
	background: #ABB8BE url("../images/tom_banner.jpg") no-repeat top left;
}

#divLeft {
	float: left;
	display: inline;
	width: 150px;
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 43px;
	clear: right;
}

#divMiddle {
	float: left;
	display: inline;
	width: 600px;
	margin-left: 30px;
	margin-top: 15px;
	clear: right;
}

#divFooter {
	clear: both;
	margin: 0;
	padding: 0px 25px 10px 180px;
}

.clear {
	clear: both;
	height: 0;
}

.rule {
	clear: both;
	height: 12px;
	border-top: 1px solid #879AA2;
}

/* ---------------------------- =type : global ----------------------------- */

abbr, acronym {
	cursor: help;
	border-bottom: 1px dotted;
}

p {
	margin: 0 25px 1.4em 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: 1.2em;
	color: #000;
	clear: both;
	margin: 0 0 1em 0;
}

h1 {
	font-size: 1.5em;
	margin: 0 0 0.5em 0;
}

h2 {
	font-size: 1.4em;
	margin: 0 0 0.6em 0;
}

h3 {
	font-size: 1.3em;
}

h4 {
	font-size: 1.2em;
}

.small {
	font: 0.88em Arial, Verdana, Helvetica, sans-serif;
}

/* =hyperlinks : global */

a:link, a:visited {
	color: #3E4E53;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}

/* =lists : global */

ul, ol, dl {
	margin-bottom: 1em;
}

ul li ul, 
ol li ul,
ol li ol,
ol li ol li ol {
	margin-bottom: 0;
}

/* -------------------------------- =header -------------------------------- */

#divHeader #divLogo {
	width: 800px;
	height: 175px;
	background: transparent url("../images/logo.gif");
}

#divHeader #divLogo p {
	text-indent: -1000em;
	margin: 0;
}

/* --------------------------------- =menu --------------------------------- */

/* =menu : primary items */

#navlist
{
font-size: 1.2em;
color: #000;
font-weight: normal;
line-height: 1.2em;
padding: 0;
margin-left: 0;
width: 150px;
}

#navlist li
{
list-style: none;
margin-bottom: 7px;
padding-bottom: 7px;
border-bottom: 1px solid #879AA2;
text-align: left;
}

#navlist li a
{
display: block;
padding: 4px 2px 4px 10px;
border-left: 4px none #879AA2;
text-decoration: none;
}

#navlist li a:link { color: #000; }
#navlist li a:visited { color: #000; }

#navlist li a:hover
{
padding: 4px 2px 4px 6px;
border-left: 4px solid #fff;
color: #fff;
}

ul#navlist li.selected a:link,

ul#navlist li.selected a:visited,

ul#navlist li.selected a:hover,

ul#navlist li.selected a:active {
	color: #879AA2;
	border-left: 4px solid #879AA2;
	padding-left: 6px;
}

/* =menu : secondary items */

#navlist li.selected ul li
{
border-bottom: 1px none #879AA2;
margin-bottom: 0px;
padding-bottom: 0px;
}

ul#navlist li.selected ul li a:link,

ul#navlist li.selected ul li a:visited,

ul#navlist li.selected ul li a:hover,

ul#navlist li.selected ul li a:active {
	font-size: 0.85em;
	display: block;
	padding: 0px 1px 0px 10px;
	margin: 0px 1px 0px 10px;
	background: transparent url("../images/child.gif") no-repeat 1px 4px;
	border-bottom: 1px none #879AA2;
	border-left: 0;
}

/* --------------------------- =main content area -------------------------- */

#divBreadcrumb p {
	font-size: 0.78em;
	color: #777788;
	margin-bottom: 10px;
}

#divBreadcrumb a {
	font-weight: normal;
}

/* =lists : main content area */

#divMiddle ul, 
#divRight ul {
	clear: both;
	list-style: none;
}

#divMiddle ul li, 
#divRight ul li {
	list-style: none;
	padding: 0 0 0 10px;
	margin-top: 0.5em;
	background: transparent url("../images/bullet.gif") no-repeat 0 8px;
}

#divMiddle ul li ul li, 
#divRight ul li ul li {
	list-style: none;
	padding: 0 0 0 10px;
	margin-top: 0.5em;
	background: transparent url("../images/child.gif") no-repeat 0 6px;
}

#divMiddle ol,
#divRight ol {
	clear: both;
	margin-left: 25px;
}

#divMiddle ol li,
#divRight ol li {
	margin-top: 0.5em;
}

#divMiddle ol,
#divRight ol {
	clear: both;
	margin-left: 25px;
}

#divMiddle ol li,
#divRight ol li {
	margin-top: 0.5em;
}

#divMiddle dt {
	margin-top: 0.5em;
	color: #777788;
	font-weight: bold;
}

/* =images : main content area */

#divMiddle p img, img {
	float: right;
	margin: 0 0 20px 20px;
}

#divMiddle img.rangeLeft {
	float: left;
	margin: 0 20px 20px 0px;
}

#divMiddle img.rangeRight {
	float: right;
	margin: 0 0 20px 20px;
}

/* =type : summary */

#divSummary h2 {
	margin: 0 0 0.5em 0;
}

#divSummary h3 {
	padding-top: 1em;
	margin: 0 0 0.5em 0;
}

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

#divRight {
	font-size: 0.88em;
	color: #777788;
	margin-bottom: 10px;
}

#divRight img {
	margin: 0 0 10px 0;
}

/* =type : sidebar */

#divRight p {
}

#divRight h2 {
	font-size: 1.5em;
	margin: 0 0 0.6em 0;
}

#divRight h3 {
	font-size: 1.3em;
	margin: 0 0 0.6em 0;
}

#divRight h4 {
	font-size: 1.1em;
	margin: 0 0 0.6em 0;
}

/* =lists : sidebar */

#divRight ul {
	clear: both;
	list-style: none;
}

#divRight ul li {
	list-style: none;
	padding: 0 0 0 9px;
	margin-top: 0.3em;
}

#divRight ul li ul li {
	list-style: none;
	padding: 0 0 0 10px;
	margin-top: 0.3em;
}

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

#divFooter p {
	margin: 0 0 0.5em 0;
}

/* =======
Blog stuff
========== */

.post {
	margin: 0;
}
	
/* MAIN COLUMN starts here */	

.storycontent ul {	
	list-style-type: none;
	margin: 10px;
	padding: 0;	
	font-size: .7em;
}

.storycontent ul li {
	list-style-image: url(../images/bullet2.gif);
	margin-left: 20px;
}

.storycontent ol {
	margin-left: 10px;
	margin-right: 20px;
	padding: 0;	
	font-size: .7em;
}
	
.meta {
	font-size: .8em;
	margin: 5px 0 0 0;
	padding: 3px;
	color: #3A3A3A;
	padding: 0 0 2px 16px;
	background: url(../images/date.gif) no-repeat 2px 1px;
}
	
.post-categories {
	display: inline;
	margin: 0;
	padding: 0;
}
	
.post-categories li {
	display: inline;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
	
.storycontent {
	font-size: 1em;
	text-align: justify;
	margin: 10px 0 0 0;
}
	
.feedback {
	font-size: .7em;
	margin: 8px 20px 16px 0;
	color: #3A3A3A;
	padding: 0 20px 2px 16px;
	border-bottom: 1px solid #eee;
	background: url(../images/comment.gif) no-repeat 2px 1px;
}
	
#commentlist {	
	margin: 0;
	padding: 0;
}
	
#commentlist li {
	background: #FFF;
	border-top: 1px solid #E7768C;
	border-bottom: 1px solid #E7768C;
	font-size: 9px;
	width: 370px;
	margin-bottom: 10px;
	margin-left:5px;
	padding: 5px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 365px;
}
	
ol#commentlist {
	font-size: 9px;
	list-style: none;
}
		
#commentlist cite {
	margin: 0;
	font-size: 9px;
	font-style: normal;
}
	
#commentlist li p {
	width: 360px;
	font-size: 9px;
}
	
.credit {
	clear: both;
	background: #C6C6A5;
    border-top: 1px solid #8B8B6E;
    border-bottom-width: 0;
    border-left: 1px solid #8B8B6E;
	width: 720px;
	margin: 0 auto;
	font-size: .5em;
	color:#F9F5E7;
	padding: 3px 0;
	text-align: center;
	voice-family: "\"}\""; 
  	voice-family: inherit;
  	width: 718px;
}
.credit a, .credit a:visited { color:#612000; }
.credit a:hover { color:#F9F5E7; }

cite {
	margin: 0;
	padding: 0;
	font-size: .9em;
	font-style: normal;
}
	
#content blockquote { border-top: 1px solid #E7768C;
	border-right-width: 0;
	border-bottom: 1px solid #E7768C;
	border-left-width: 0;
	font-size: .7em;
	padding: 5px; margin: 8px 10px 8px 40px;
	width: 350px;
	voice-family: "\"}\""; 
  	voice-family: inherit;
  	width: 300px;
}

blockquote { 
	padding: 0;
	margin: 0px;
	width:350px;
}
	
code, p code {
	font-size:.7em;
	color: #666;
	font-family: courier, monospace;
	background: #FFF;
}
	
abbr, acronym {
	border-bottom: 1px dashed #E7768C;
}

form {
	margin: 0;
	padding: 0;
}

input {
	border: 1px solid #716F64;
	background: #FDF3F5;
	margin: 1px;
	padding: 1px;
	font: 10px/160% Verdana, Arial, Helvetica, sans-serif;
	color: #120;
}
	
textarea {
	border: 1px dashed #716F64;
	background: #FDF3F5;
	margin: 2px;
	padding: 2px;
	width: 350px;
	font: 10px/160% Verdana, Arial, Helvetica, sans-serif;
	color: #120;
}
	
select {
	background: #FFF;
	margin: 2px;
	padding: 2px;
	color: #120;
}

