/* base
----------------------------------------------- */

body {
margin: 0px;
padding: 0px 0px 0px 5px;
font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
color: #555;
background: #ffffff url("/bg.gif") top left repeat;
}

.front_page {
  margin-top: 60px;
}
hr {
	margin: 2em auto;
	width: 300px;
	height: 1px;
	color: #cccbac;
	background-color: #cccbac;
	border: none;
}

.motto {
  font-style: italic;
  text-align: center;
  padding-top: 140px;
}

.home {
   margin-top: 60px; 
   text-align: center;
   line-height: 48px;
   border-top: 1px solid #939598;
   border-right: 1px solid #939598;
   border-left: 1px solid #939598;
   background-color: #f9f1ad;
   width: 71px;
   height: 48px;
   font-size: .8em;
}

.green {
   float:left;
   margin-top: 0px; 
   text-align: center;
   line-height: 48px;
   border: 1px solid #939598;
   background-color: #cccbac;
   width: 70px;
   height: 48px;
   font-size: .8em;
}

.news {
   float:right;
   margin: 0px 3px 0px 0px; 
   text-align: center;
   line-height: 48px;
   border-bottom: 1px solid #939598;
   border-right: 1px solid #939598;
   border-left: 1px solid #939598;
   background-color: #cccbac; 
   width: 70px;
   height: 48px;
   font-size: .8em;
}

.yellow {
   float:left;
   margin-top: 0px; 
   text-align: center;
   line-height: 48px;
   border: 1px solid #939598;
   background-color: #f9f1ad;
   width: 70px;
   height: 48px;
   font-size: .8em;
}

h3, p, li {
padding-right: 10px;
padding-left: 10px;
font-size: 0.8em;
line-height: 1.6em;
}

blockquote {
margin-right: 0;
margin-left: 20px;
line-height: 1.6em;
}

h1, h2, h3 {
font-weight: normal;
letter-spacing: 0.1em;
}

h1 {
font-family: Georgia, Times, serif;
}

h1 {
font-size: 1em;
}

h2 {
font-size: 1em;
font-style: italic;
}

h3 {
font-weight: normal;
letter-spacing: 0.2em;
}

small, .small {
font-size: 0.9em;
}

.more {
font-size: 0.8em;
}

.copyright {
   margin: 140px 10px 18px 20px;
   text-align: left;
   padding-left: 14px;
   font-size: 0.6em;
   line-height: 12px;
   background: url("/bullet.gif") top left no-repeat;
}

/* links
----------------------------------------------- */

a {
color: #555;
text-decoration: none;
font-weight: bold;
}

.thumbnail a img {
text-decoration: none;
border: 1px solid black;
}

a img {
text-decoration: none;
border: none;
}

.no_border  {
text-decoration: none;
border: none;
}

h1 a, h2 a {
border: none;
}

#sidebar-2 a, #sidebar-1 a {
text-decoration: none;
color: #555;
padding-top: 10px;
border: none;
font-weight: normal;
}

a:hover, #sidebar-1 a:hover {
color: #000000;
}

.more a {
text-decoration: none;
}

#sidebar-1 .active {
background-color: #ffffff;
color: red;
}

/* overrides
----------------------------------------------- */

#sidebar-2 p, #sidebar-1 p {
font-size: 0.8em;
line-height: 1.5em;
}

.caps {
font-size: 0.9em;
letter-spacing: 0.1em;
}

div.divider {
margin: 2em 0;
text-align: center;
}

/* layout
----------------------------------------------- */

#accessibility {
position: absolute;
top: -10000px;
}

#container {
margin: 20px auto auto auto;
padding: 0px 0px 3px 0px;
width: 760px;
height: 600px;
background: #ffffff url("/background.gif") top left no-repeat;
}

#container_404 {
margin: 20px auto auto auto;
padding: 10px;
width: 760px;
background-color: #ffffff;
background: #ffffff url("/background.gif") top left;
}

#head {
margin: 0px 0px 0px 0px;
text-align: center;
}

#sidebar-1, #sidebar-2 {
padding: 75px 0px 0px 2px;
width: 291px;
}

#sidebar-1 {
float: left;
text-align: right;
}

#sidebar-2 {
margin-left: 5px;
float: right;
}

#content {
margin: 0px 0px 0px 291px;
padding: 3px 0px 3px 10px;
}

#content1 {
margin: 0px 0px 0px 150px;
padding-top: 3px;
background-color: #ffffff;
width: 760px;
text-align: center;
}

.spacer {
clear: both;
}

#foot {
position: absolute;
bottom: 0;
left: 0;
margin-top: 5px;
padding-left: 5px;
text-align: left;
font-size: .7em;
color: #666666;
clear: both;
}

#top {
margin-top: 5px;
padding-left: 5px;
text-align: right;
font-size: .7em;
color: #3c3c3c;
}

.thumbnail
{
float: left;
width: 100px;
margin: 0px 5px 5px 0;
}

/* box model hacks
http://archivist.incutio.com/viewlist/css-discuss/48386
----------------------------------------------- */

#container {
\width: 770px;
w\idth: 760px;
}

#sidebar-1, #sidebar-2 {
\width: 291px;
w\idth: 291px;
}

/* comments
----------------------------------------------- */

.comments_error {
color: #000;
background-color: #fff4f4 
}

ul.comments_error {
padding : 0.3em;
list-style-type: circle;
list-style-position: inside;
border: 2px solid #fdd;
}

div#cpreview {
color: #000;
background-color: #f1f1f1;
border: 2px solid #ddd;
}

form#txpCommentInputForm td {
vertical-align: top;
}