/* base
----------------------------------------------- */

body {
font-family: "Andale mono", Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
color: #330000;
background-color: #fff;
background-image: url();
background-repeat: no-repeat;
margin-top: 0px;
margin-left: 0px;
width: 1000px;
}

blockquote, h3, p, li {
padding-right: 10px;
padding-left: 10px;
font-size: 10px;
line-height: 1.6em;
}

blockquote {
margin-right: 0;
margin-left: 20px;
}

h1, h2, h3 {
font-weight: normal;
}

h1, h2 {
font-family: "Andale mono", Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
}

h1 {
font-size: 1.8em;
text-align: center;
color: #fff;
}

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: #330000;
border-bottom: 1px #000 solid;
}

img a {
border: none;
}

#content img a {
text-decoration: none;
}

h1 a, h2 a, h3 a {
border: none;
}

h3 a {
font: 1.5em Georgia, Times, serif;
}

#head a {
font-size: 10px;
color: #330000;
border-bottom: 1px #000 solid;
}

#head a:hover {
font-size: 10px;
color: #999999;
border-bottom: 1px #000 solid;
}

#foot p a {
font-size: 14px;
color: #330000;
border-bottom: 1px #000 solid;
}

#foot p a:hover {
font-size: 14px;
color: #999999;
border-bottom: 1px #000 solid;
}

#sidebar-2 a, #sidebar-1 a {
color: #330000;
border-bottom: 1px #000 solid;
}

#sidebar-2 a:hover, #sidebar-1 a:hover {
color: #999999;
border-bottom: 1px #000 solid;
}

#nav a {
color: #330000;
border-bottom: 1px #000 solid;
}

#nav a:hover {
color: #999999;
border-bottom: 1px #000 solid;
}

#content p a {
color: #330000;
border-bottom: 1px #000 solid;
}

#content p a:hover {
color: #999999;
border-bottom: 1px #000 solid;
}

/* overrides
----------------------------------------------- */

#sidebar-2 p, #sidebar-1 p {
font-size: 0.8em;
line-height: 1.5em;
}

#nav p {
font-size: 0.8em;
line-height: 1.5em;
}

#head p {
font-size: 10px;
}


.caps {
letter-spacing: 0.4em;
}


#foot p {
font-size: 12px;
color: #666666;
}

div.divider {
margin: 2em 0;
text-align: center;
}

/* layout
----------------------------------------------- */

#accessibility {
position: absolute;
top: -10000px;
}


#container {
margin: 10px;
padding: 10px;
padding-bottom: 20px;
width: 900px;
background-color: #fff;
background-image: url(http://p-queue.org/images/11.jpg);
background-repeat: repeat-y;
min-height: 470px;
}

#nav {
position: absolute;
top: 0px;
left: 780px;
width: 100px;
height: 100%;
}

#lowernav {
position: absolute;
top: 300px;
left: 780px;
width: 100px;
height: 100%;
vertical-align: bottom;
}

#head {
height: 160px;
text-align: left;
margin-left: -10px;

}

#sidebar-1, #sidebar-2 {
padding-top: 50px;
width: 250px;
height: 100%;
}

#sidebar-1 {
background-image: url();
background-repeat: none;
margin-right: 5px;
margin-left: 0px;
padding-left: 0px;
float: left;
text-align: right;
}

#sidebar-2 {
margin-left: 5px;
float: right;

}

#content {
margin: 0 155px;
padding-top: 30px;
background-color: #ffffff;
}

#foot {
margin-top: 5px;
clear: both;
text-align: center;
width: 800px;
}

/* box model hacks
http://archivist.incutio.com/viewlist/css-discuss/48386
----------------------------------------------- */

#container {
\width: 770px;
w\idth: 760px;
}

#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;
}