/* $Id: style.css,v 1.7 2005/03/05 14:34:39 unconed Exp $ */

/*
** HTML elements & Tekguide-specific elements
*/
.book_small {
	font-size: 10px;
	font-family: verdana;
	color: #000000;
}
a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #000099;
	text-decoration: underline;
}
a:hover {
	color: #006633;
	text-decoration: underline;
}
a:active {
	color: #009933;
	text-decoration: underline;
}
a.submenus {
	color: #0000FF;
	font-size: 10px;
	text-decoration: underline;
}
a:visited.submenus {
	color: #006600;
	font-size: 10px;
	text-decoration: underline;
}
a:hover.submenus {
	color: #006633;
	font-size: 10px;
	text-decoration: underline;
}
a:active.submenus {
	color: #FDF301;
	font-size: 10px;
	text-decoration: underline;
}
a.affiliates {
	color: #0000FF;
	font-size: 12px;
	text-decoration: underline;
}
a:visited.affiliates {
	color: #2A2AD0;
	font-size: 12px;
	text-decoration: underline;
}
a:hover.affiliates {
	color: #006633;
	font-size: 12px;
	text-decoration: underline;
}
a:active.affiliates {
	color: #FDF301;
	font-size: 12px;
	text-decoration: underline;
}
a.enhanced {
	color: #0000FF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}
a:visited.enhanced {
	color: #2A2AD0;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}
a:hover.enhanced {
	color: #006633;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}
a:active.enhanced {
	color: #FDF301;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	color: #000000;
}
p {
  margin-top: 0.5em;
  margin-bottom: 0.9em;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
}
pre {
  background-color: #eee;
  padding: 0.75em 1.5em;
  font-size: 12px;
  border: 1px solid #ddd;
}
table {
  /* make <td> sizes relative to body size! */
  font-size: 1em;
}
hr {
  height: 1px;
  color: #000000;
}
.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
.white_sm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
a:link.top{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
a:visited.top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
a:hover.top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
a:active.top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
.site_name{
	font-size: 24px;
	color: #009933;
	font-family: Arial, Helvetica, sans-serif;
}
.title{
	font-size: 0px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.time {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003399;
}
.affiliates {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.enhanced {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.ad {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFC800;
	text-decoration: underline;
}
.features_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0000FF;
	font-weight: bold;
}
.features_title_green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #009933;
	font-weight: bold;
}
.sm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.bodystyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
input.text{
    border-right: #000000 thin solid;
	border-width: 1px;
    border-top: #000000 thin solid;
	border-width: 1px;
    border-left: #000000 thin solid;
	border-width: 1px;
    border-bottom: #000000 thin solid;
	border-width: 1px;
    font-size: 12px;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #C1FC9E;
}
textarea.textarea{
    border-right: #000000 thin solid;
	border-width: 1px;
    border-top: #000000 thin solid;
	border-width: 1px;
    border-left: #000000 thin solid;
	border-width: 1px;
    border-bottom: #000000 thin solid;
	border-width: 1px;
    color: #000000;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #C1FC9E;
}
input.button{
    border-right: #000000 thin solid;
	border-width: 1px;
    border-top: #000000 thin solid;
	border-width: 1px;
    border-left: #000000 thin solid;
	border-width: 1px;
    border-bottom: #000000 thin solid;
	border-width: 1px;
    font-size: 12px;
	font-weight: bold;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #C1FC9E; 
	width: 60px;
}
select.select{
    border-right: #000000 thin solid;
	border-width: 1px;
    border-top: #000000 thin solid;
	border-width: 1px;
    border-left: #000000 thin solid;
	border-width: 1px;
    border-bottom: #000000 thin solid;
	border-width: 1px;
    font-size: 12px;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #C1FC9E;
}
li.li1{
	list-style-image: url('http://www.tekguide.net/images/tg_li1.jpg');
}
li.li2{
	list-style-image: url('http://www.tekguide.net/images/tg_li2.jpg');
}
li.li3{
	list-style-image: url('http://www.tekguide.net/images/tg_li3.jpg');
}
li.li4{
	list-style-image: url('http://www.tekguide.net/images/tg_li4.jpg');
}
li.li5{
	list-style-image: url('http://www.tekguide.net/images/tg_li5.jpg');
}
li.li6{
	list-style-image: url('http://www.tekguide.net/images/tg_li6.jpg');
}


/*
** Page layout blocks / IDs
*/
#header, #content {
  width: 100%;
}
#header {
  background-color: #FFFFFF;
}
#logo {
  vertical-align: middle;
  border: 0;
}
#logo img {
  float: left;
  padding: 0em 1.0em 0em 1em;
  border: 0;
}
#menu {
  padding: 0.5em 0.5em 0 0.5em;
  text-align: right;
  vertical-align: middle;
}
.site-name {
  margin: 0.6em 0em 0em 0em;
  padding: 0em;
  font-size: 2em;
}
.site-name a:link, .site-name a:visited {
  color: #fff;
}
.site-slogan {
  font-size: 1em;
  color: #eee;
  display: block;
  margin: 0em 0em 0em 0em;
  font-style: italic;
  font-weight: bold;
}
#main {
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 0px;
}
#mission, .node .content, .comment .content {
  line-height: 1.4;
}
#help {
	display: none;
}
.error {
  border-color: red;
}
#sidebar-left, #sidebar-right {
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 10px;
  vertical-align: top;
}
#footer {
  background-color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: underline;
}
#footer a:link, #footer a:hover, #footer a:active, #footer a:visited{
  background-color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: underline;
}


/*
** Common declarations for child classes of node, comment, block, box, etc.
** If you want any of them styled differently for a specific parent, add
** additional rules /with only the differing properties!/ to .parent .class.
** See .comment .title for an example.
*/
.submitted {
  color: #999;
  font-size: 0.8em;
}
.block, .box {
  padding: 0 0 1.5em 0;
}
.block {
  margin-bottom: 1.5em;
}
.block .title {
  margin-bottom: .25em;
}
.box .title {
  font-size: 1.1em;
}
.node .taxonomy {
  color: #999;
  font-size: 0.8em;
}
.node .picture {
  border: 1px solid #ddd;
  float: right;
  margin: 0.5em;
}
.comment {
  border: 1px solid #abc;
  padding: .5em;
  margin-bottom: 1em;
}
.comment .title a {
  font-size: 1.1em;
  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;
}



