/* layout */

body {
  margin: 0;
  padding: 0;
  min-width: 990px;      
  padding-top: 20px;
  padding-bottom: 20px;
}

#page {
   margin: 0 auto;
   width: 99%;
   background:#fff;   
   padding: 3px;
}

#header, #content {
  width: 100%;
}

#header {
  min-height: 70px;
  margin-bottom: 3px;
}

.sections {
	width: 100%;
	padding: 0;
}

.section {
	float: left;
}

#section1 {
  border: 1px solid #ccc;
  margin: 4px 0;
}

#section1 .block,
#section2 .block {
	padding: 8px;
}

.section.width99 {
	width: 100%;
}

.section.width49 {
	width: 50%;
}

.section.width33 {
	width: 33%;
}

.section.width24 {
	width: 25%;
}

.sections {
	width: 100%;
}

#middlecontainer {
margin: 0 auto;
}

#sidebar-left, #sidebar-right {
	width: 180px;
	float:left;
	z-index: 2;
	position: relative;
}
#sidebar-left .block, #sidebar-right .block {
  padding:8px;
  margin-bottom:5px;
  border: 1px solid #ccc;
}

#main {
float: left;
width:95%;
}

body.sidebar-left #main {
	margin-left: -210px;
	margin-right: 0;
}

body.sidebar-right #main {
	margin-right: -210px;
	margin-left: 0;
}

body.sidebars #main {
	margin-left: -210px;
	margin-right: -210px;
}

body.sidebar-left #squeeze {
	margin-left: 210px;
	margin-right: 0;
	padding-left: 4px;
}

body.sidebar-right #squeeze {
	margin-right: 210px;
	margin-left: 0;
	padding-right: 4px;
}

body.sidebars #squeeze {
	margin-left: 130px;
	margin-right: 330px;
	padding: 0 4px;
}

#squeeze-content {
	padding-bottom: 15px;
}

#inner-content {
  padding: 4px 16px;
}

.node {
  margin: .1em 0 1em 0;
}

.node .content, .comment .content {
  margin: .1em 0 .1em 0;
}

/* typography */

body {
  font-size: 13px;
  font-family:  Verdana,Arial,  sans-serif;
  line-height: 18px;
  color: #000;
  background-color: #fff;
}

p {
  margin-top: 1.0em;
  margin-bottom: 1.0em;
}

h1, h2, h3, h4, h4 {
	padding-bottom: 5px;
	margin: 10px 0;
	line-height:125%;
}

h1 {
	font-size: 12px;
}

h2 {
	font-size: 18px;
}

h3 { 
   font-size: 110%;
}

h4 {
	font-size:  100%;
}

#content-top h2, #content-top h2.title,
#content-bottom h2, #content-bottom h2.title {
	font-size:125%;
}

#main h2.title {
   font-size: 17px;
}

.title, .title a {
  font-weight: bold;
  color: #8E6126;
  margin: 0 auto;
}
.submitted {
color: #000000;
/* kirkc x    font-size: 0.8em; */
}
.links {
  color: #8E6126;
}
.links a {
  font-weight: bold;
}

.block .title {
  margin-bottom: .25em;
}
.box .title {
  font-size: 1.1em;
}

.sticky {
  padding: .5em;
  background-color: #eee;
  border: solid 1px #ddd;
}

/* links */

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

#main .block h2.title {
  font-size: 125%;
}

/* elements */

tr.odd td, tr.even td {
  padding: 0.3em;
}

tr.odd {
background: #eee;
}

tr.even {
background: #ccc;
}

tbody {
   border: none;
}

fieldset {
  border: 1px solid #ccc;
}
pre {
  background-color: #eee;
  padding: 0.75em 1.5em;
  font-size: 12px;
  border: 1px solid #ddd;
}

table {
  font-size: 1em;
}

.form-item label {
  font-size: 1em;
  color: #222;
}

.item-list .title {
  font-size: 1em;
  color: #222;
}

.epublish_navigation .item-list li {
list-style-type: none;
}

.item-list .first last {list-style-type: none;}

.item-list ul li {
margin:0pt 0pt 0.25em 0;
/* kirkc added to x bullet epublish next */
/* list-style-type: none; */
}
 
.links {
  margin-bottom: 0;
}



#help {
  font-size: 0.9em;
  margin-bottom: 1em;
}

.clr {
	clear: both;
}

/* site logo, name, slogan */

#logo {
  vertical-align: middle;
  border: 0;
}

#logo img {
  float: left;
  padding: 0 1em;
  border: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 263px;
  height: 82px;
}

#name-and-slogan {
float: left;
margin: 10px;
}

.site-name {
  margin: 0;
  padding: 0;
  font-size: 2em;
}

.site-name a:link, .site-name a:visited {
  color: #fff;
}

.site-name a:hover {
  text-decoration: underline;
}

.site-slogan {
  font-size: 1em;
  color: #eee;
  display: block;
  margin: 0;
  padding: 0;
  font-style: italic;
  font-weight: bold;
}

/* search */

#search-theme-form {
float: right;
padding: 0.5em 0.5em 0 0.5em;
}

#search .form-text, #search .form-submit {
  border: 1px solid #369;
  font-size: 1.1em;
  height: 1.5em;
  vertical-align: middle;
}

#search .form-text {
  width: 8em;
  padding: 0 0.5em;
}

#edit-search-theme-form-1-wrapper label {
  display: none;
}

/* primary links */

#primarymenu {
  padding: 0.5em 0.5em 0 0.5em;
  text-align: right;
  float:right;
  clear:right;
}

#primarymenu li {
border-left:1px solid #FFFFFF;
padding:0pt 0.5em 0pt 0.7em;
}

#primarymenu li.first {
border:medium none;
}


.primary-links {
  font-size: 1.0em;
  color: #fff;
}

.secondary-links {
  font-size: 0.8em;
  color: #fff;
}

.primary-links a,
.primary-links a:link, 
.primary-links a:visited, 
.primary-links a:hover, 
.primary-links .links {
  font-weight: bold;
  color: #fff;
}

.primary-links ul.menu {
  text-align: right;
}

.primary-links li {
display:inline;
list-style-type:none;
padding:0pt 0.5em;
}

.primary-links li.first {
  border: none;
}

#primarymenu a.active, #primarymenu a.active {
color:#CDCD8F;
}
#primarymenu a {
color:#FFFFFF;
font-weight:bold;
}

/* mission statement, breadcrumbs, messages, etc. */

#mission {
  padding: 1.5em 2em;
  color: #fff;
}
#mission a, #mission a:visited {
  color: #9cf;
  font-weight: bold;
}

.breadcrumb {
  margin-bottom: .5em;
}

div#breadcrumb {
  clear: both;
  font-size: 80%;
  padding-top: 3px;
}

.messages {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 0.3em;
  margin-bottom: 1em;
}
.error {
  border-color: red;
}

#header .block {
  text-align: center;
}

/* footer */

#footer {
  background-color: #fff;
  font-size: 0.8em;
  margin-top: 4px;
  border: 1px solid #ccc;
  text-align: center;
}

#footer-region {
  text-align: center;
}

#footer-message {
  text-align: center;
  margin:0;
  font-size: 90%;
}
  
#footer-message a {
  font-weight:bold;
}

.node .taxonomy {
 /* kirkc x   font-size: 0.8em; */
 /* kirkc x padding-left: 1.5em; */
}

 /* tdn adds comma between taxonomy terms */
  .taxonomy ul.links li:after
  { content: ","; }
  .taxonomy ul.links li.last:after
  { content: ""; }

/* tdn sets links right */
.links-wrapper {
/*  float: left; */
line-height: 17px;
color: #336299;
}


.node .picture {
  border: 1px solid #ddd;
  float: right;
  margin: 0.5em;
}






#aggregator .feed-source {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 1em;
  margin: 1em 0;
}
#aggregator .news-item .categories, #aggregator .source, #aggregator .age {
  font-style: italic;
  font-size: 0.9em;
}
#aggregator .title {
  margin-bottom: 0.5em;
  font-size: 1em;
}
#aggregator h3 {
  margin-top: 1em;
}
#forum table {
  width: 100%;
}
#forum td {
  padding: 0.5em;
}
#forum td.forum, #forum td.posts {
  background-color: #eee;
}
#forum td.topics, #forum td.last-reply {
  background-color: #ddd;
}
#forum td.container {
  background-color: #ccc;
}
#forum td.container a {
  color: #555;
}
#forum td.statistics, #forum td.settings, #forum td.pager {
  height: 1.5em;
  border: 1px solid #bbb;
}
#forum td .name {
}
#forum td .links {
  padding-top: 0.7em;
  font-size: 0.9em;
}
#profile .profile {
  clear: both;
  border: 1px solid #abc;
  padding: .5em;
  margin: 1em 0em;
}
#profile .profile .name {
  padding-bottom: 0.5em;
}
.block-forum h3 {
  margin-bottom: .5em;
}
div.admin-panel .description {
  color: #8E6126;
}
div.admin-panel .body {
  background: #f4f4f4;
}
div.admin-panel h3 {
  color: #fff;
  padding: 5px 8px 5px;
  margin: 0;
}

.poll .title { color:#000000;}


/* * * * * * * * * * * * * * * * */
/* tdn added css */

/* set millions of background images */
.rbroundbox { background: url(/images/nt.gif) repeat; }
.rbtop div { background: url(/images/tl.gif) no-repeat top left; }
.rbtop { background: url(/images/tr.gif) no-repeat top right; }
.rbbot div { background: url(/images/bl.gif) no-repeat bottom left; }
.rbbot { background: url(/images/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 7px; }
.rbroundbox { width: 100%; margin: 1em auto; }


.comment {
  border: 2px solid #cccccc;
  padding: .5em;
font-size: 12px;
  margin-bottom: 1em;
 font-family : verdana, arial, helvetica, sans-serif;
  line-height: 18px;
}
.cdate {
color:#666666;
font-size: 10px;
}
.cnumber {
  border: 1px solid #cccccc;
  font-family : arial, verdana, helvetica, sans-serif;
  font-weight: bold;
  float: left;
  color: #8E6126;
  font-size: 25px;
  padding: 10px;
  margin-right: 15px;
}
.comment .links {
  margin-bottom: 0;
}
.comment .title a {
  font-size: 1.0em;
  font-weight: normal;
}
.comment .new {
  text-align: right;
  font-weight: bold;
  font-size: 0.8em;
  float: right;
  color: red;
}
.comment .picture {
  border: 1px solid #abc;
  float: right;
  margin: 0.5em;
}


#logo-title {
float: left;
margin: 10px;
}
#logo-title-right {
float: right;
font-size : 10px;
font-family : verdana, helvetica, sans-serif;
margin: 0px 5px 5px 5px;
letter-spacing: 2px;
color: #e8e8e8;
}
a.lightlink:link {color: #e8e8e8; text-decoration: none; } 
a.lightlink:visited {color: #e8e8e8; text-decoration: none; } 
a.lightlink:hover {color: #ffffff; text-decoration: none; } 

#page_options {
float: right;
font-size : 10px;
font-family : verdana, helvetica, sans-serif;
margin: 5px;
padding: 5px;
width: 125px;
border: 1px solid #ccc;
color: #000000;
}
#page_options_multimedia {
float: top;
font-size : 10px;
font-family : verdana, helvetica, sans-serif;
margin: 5px 0 5px 0;
padding: 5px;
width: 93%;
border: 1px solid #ccc;
color: #000000;
}
#page_options_bottom {
float: bottom;
font-size : 10px;
font-family : verdana, helvetica, sans-serif;
margin: 5px 0 5px 0;
padding: 5px;
width: 95%;
border: 1px solid #ccc;
color: #000000;
}

img.floatleft {
float: left; 
margin-left:5px; 
margin-right:5px; 
margin-top:5px; 
margin-bottom:5px;
}

td.mini {
font-size : 10px;
font-family : verdana, helvetica, sans-serif;
color : #000000;
line-height: 14px
}

table.sponsor {
border-style: solid;
border-width: 1px;
border-color: #000000; 
background-color: #cccccc;
font-size : 10px;
font-family : verdana, helvetica, sans-serif;
color : #000000;
line-height: 14px;
}
td.sponsor {
padding:5px;
}
.sponsorad {
font-size : 13px;
font-family : verdana,arial, helvetica, sans-serif;
font-weight: bold;
line-height: 17px;
}
.sitesponsor {
font-size : 12px;
font-family : verdana,arial, helvetica, sans-serif;
line-height: 15px;
}
table.general {
border-style: solid;
border-width: 1px;
border-color: #cccccc; 
background-color: #ffffff;
font-size : 11px;
font-family : verdana, helvetica, sans-serif;
color : #000000;
line-height: 14px;
}
.epublish_navigation {
  font-size: 0.8em;
  margin-top: .5em;
  margin-bottom: .5em;
  padding: 5px 0px  5px 0px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

.post_date {
  font-size: 0.8em;
  margin-top: .5em;
  margin-bottom: .5em;
  padding: 5px 0px  5px 0px;
	border-bottom: 1px solid black;
}
.post_date2  {
  font-size: 0.8em;
  margin-top: .5em;
  margin-bottom: .5em;
}

.linebreak {
  font-size: 0.8em;
  margin-top: 2px;
  margin-bottom: 13px;
  padding: 5px 0px  5px 0px;
	border-bottom: 1px solid black;
}

.social {
margin: 5px 0 5px 30px;
}

div.linkys {
font-size: 0.8em;
line-height: 1.2em;
}


.tabberlive .tabbertabhide {
	display: none;
	}

.tabber {
	padding: 0px;
	}

.tabberlive {
	margin-top:1em;
	margin-bottom: 10px;
	}
  
ul.tabbernav {
	margin:0;
	padding: 3px 0;
	border-bottom: 1px solid #cccccc;
	font: bold 11px  Arial, Tahoma, Verdana;
	}

ul.tabbernav li {
	list-style: none;
	margin: 0;
	display: inline;
	}

ul.tabbernav li a {
	padding: 3px 0.5em;
	border-bottom: none;
	text-decoration: none;
	}

ul.tabbernav li a:link {
	color: #800000;
	background: #FFFFFF;
	}
	
ul.tabbernav li a:visited {
	color: #00009c;
	}

ul.tabbernav li a:hover {
	color: #00009c;
	}

ul.tabbernav li.tabberactive a {
	background: #f4f4f4;
	color: #00009c;
	border: 1px solid #cccccc;
	border-bottom: 1px solid #E8EDF1;
	text-decoration: none;
	}

ul.tabbernav li.tabberactive a:hover {
	color: #00009c;
	background: #f4f4f4;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc
	}
  
.tabberlive .tabbertab {
	background: #f4f4f4;
	padding: 5px 10px 0px 10px;
	border-top: 0px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	}

.tabberlive .tabbertab h2 {
	display: none;
	}
	
.tabberlive .tabbertab h3 {
	display: none;
	}

.tabbertab cite {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	}
