/* base
----------------------------------------------- */

body {

font-family: "Lucida Grande", Arial, sans-serif;
color: #000;
background-color: #fff;
}

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 {
font-family: "Lucida Grande", Arial, sans-serif;
}

h1 {
font-weight: normal;
font-size: 3em;

}



small, .small {
font-size: 0.9em;
}

/* links
----------------------------------------------- */

a {
text-decoration: none;
color: #000;
background-color: inherit;
border-bottom: 1px #000 solid;
}

h1 a, h2 a, h3 a {
border: none;
}

h3 a {
font: 1.5em "Lucida Grande", Arial, sans-serif;;
}

#sidebar-2 a {
color: #c00;
background-color: inherit;
border: none;
}

/* overrides
----------------------------------------------- */

#sidebar-2 p, #sidebar-1 p {
font-size: 0.8em;
line-height: 1.5em;
}

#sidebar-1 p {
text-align: right;
}

#content hr {
margin: 2em 0;
width: 66%;
color: #ccc;
background-color: inherit;
}

.caps {
font-size: 0.9em;
letter-spacing: 0.1em;
}

img.divider {
margin: 2em 0;
text-align: center;
}

/* global layout
----------------------------------------------- */

#accessibility {
position: absolute;
top: -10000px;
}

#container {
padding-left: 150px;
padding-right: 150px;
}

#container .column {
position: relative;
float: left;
}
		
#head {
height: 100px;
text-align: center;
}

#sidebar-1 {
width: 150px;             /* LC width */
right: 150px;             /* LC width */
margin-left: -100%;
margin-top: 40px;
}

#sidebar-2 {
width: 150px;             /* RC width */
margin-right: -100%;
margin-top: 40px;
}

#content {
width: 100%;
}

#foot {
margin-top: 5px;
clear: both;
text-align: center;
}

/* 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;
}

/* my stuff
----------------------------------------------- */
p.code {	
background-color: #f1f1f1;
margin-top: 20px;
padding-right: 10px;
padding-left: 10px;

font-family: "Monaco", monospace;

white-space: pre;
}

pre {
font-family: "Monaco", monospace;
font-size: small;
}
