/* base
----------------------------------------------- */

body {
margin: 0;
padding: 0;
font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
color: #252525;
background-color: #333366;
}

blockquote, p, li {
padding-right: 10px;
padding-left: 10px;
font-size: 0.9em;
line-height: 1.6em;
}

blockquote {
margin-right: 0;
margin-left: 20px;
}

h1, h2, h3 {
font-weight: normal; }


h1 {
font-size: 1.5em;
}

h2 {
font-size: 1em;
font-style: italic;
}

h3 {font-size: 0.8em; text-transform: uppercase;}
#content h3 {font-size: 1em;}

small, .small {
font-size: 0.9em;
}

img {border: 0;}

/* links
----------------------------------------------- */

a {
text-decoration: none;
color: #252525;
border-bottom: 1px #252525 solid;
}

a:hover {text-decoration: none; color: #000; border-bottom: 1px solid #000; background-color:#ccccff;}

#sidebar-2 a, #sidebar-1 a {
color: #c00;
border: none;
}

#sidebar-2 a:hover {background-color: #fff;}

/* 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: 10px auto;
width: 80%; 
}

#head {
text-align: center; width: 100%; background-color: #fff;
border: 2px solid #ccc;
}

#sidebar-1, #sidebar-2 {
margin-top: 5px;
width: 150px;
background-color: #fff; border: 2px solid #ccc;
min-height: 300px;
}

#sidebar-1 {
margin-right: 5px;
float: left;
text-align: right;
}

#sidebar-2 {
margin-left: 5px;
float: right;
text-align: center;}

#sidebar-2 img {padding-bottom: 10px;}

#content {
margin: 5px 160px; padding: 0 10px 10px 10px;
background-color: #fff; border: 2px solid #ccc;
}

#foot {
margin-top: 5px;
clear: both;
text-align: center;
}


.armband img {float: left; padding: 0 10px 10px 0;}

/* box model hacks
http://archivist.incutio.com/viewlist/css-discuss/48386
----------------------------------------------- */


#sidebar-1, #sidebar-2 {
\width: 150px;
w\idth: 150px;
}

/* 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;
}