/* base
----------------------------------------------- */

body {
margin: 0;
padding: 0;
font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
color: #000;
background: #CCCCCC url(/images/greyfade.jpg) repeat-x left top;

}

blockquote, h3, 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, h2 {
font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
}

h1 {
font-size: 1.5em;
}

h2 {
font-size: 1em;
font-style: italic;
}

hr {
margin: 2em auto;
width: 370px;
height: 1px;
color: #7a7e7d;
background-color: #7a7e7d;
border: none;
}

small, .small {
font-size: 0.9em;
}

/* links
----------------------------------------------- */

a {
text-decoration: none;
color: #c00;

}

h1 a, h2 a, h3 a {
border: none;
}

h3 a {
font: 1.5em Georgia, Times, serif;
}

#sidebar-1 a {
font-size: 0.8em;
color: #c00;
font-weight: bold;
padding-bottom: 2px;
}

#sidebar-2 a {
font-size: 0.8em;
color: #c00;
border: none;
}

/* 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: 0px auto;
width: 1000px;
background-color: #fff;
}

#head {
height: 100px;
text-align: center;
background-color: #808080;
}


#sidebar-1 {
padding-top: 70px;
width: 120px;
padding-bottom: 200px;
margin-right: 0px;
margin-left: 10px;
float: left;
text-align: left;
}

#sidebar-2 {
padding-top: 70px;
width: 120px;
padding-bottom: 200px;
float: right;
}

#content {
margin: 0 125px;
padding-top: 10px;
background-color=#808080;
min-height: 500px;
}

#foot {
margin-top: 5px;
clear: both;
text-align: center;
}

/* box model hacks
http://archivist.incutio.com/viewlist/css-discuss/48386
----------------------------------------------- */

#container {
\width: 1000px;
w\idth: 1000px;
}

#sidebar-1, #sidebar-2 {
\width: 120px;
w\idth: 120px;
}

/* 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;
}