/* generic
----------------------------------------------- */
body {
margin: 0;
padding: 0;
border:0;
font-family: 12px "Gill Sans", Verdana, "Lucida Grande", Arial, Helvetica, sans-serif;
color: #666;
background-color: #fff;
}

blockquote {
margin-right: 0;
margin-left: 20px;
}

a,a:hover,p,h1, h2,h3,h4,h5 {
font-family: "Gill Sans", Verdana, "Lucida Grande", Arial, Helvetica, sans-serif;
}

h3 {
font-size: 12px;
}

p {
font-size:12px;
}

small, .small {
font-size: 12px;
}

/* links
----------------------------------------------- */
a {
text-decoration: none;
color: #369;
}

a:hover {
border-bottom: 1px #f60dashed;
text-decoration: none;
}

h1 a, h2 a, h3 a,h4 a, h5 a{
color: #369;
text-decoration: none;
}

h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover {
color: #f60;
text-decoration: none;
}

#sidebar-2 a, #sidebar-1 a {
color: #369;
}

#sidebar-2 a:hover, #sidebar-1 a:hover {
color: #f60;
}

#sidebar-2 {
font-size:11px;
}

/* overrides
----------------------------------------------- */
#sidebar-2 p, #sidebar-1 p {
font-size: 12px;
}

#sidebar-1 p {
text-align: right;
}

#content hr {
margin: 1em 0;
width: 66%;
color: #eee;
background-color: inherit;
}

.caps {
font-size: 12px;
letter-spacing: 0.1em;
}

img.divider {
margin: 2em 0;
text-align: center;
}

img.post {
border: #ccc 1px dotted;
padding: 3px;
margin: 3px;
}

/* global layout
----------------------------------------------- */
#accessibility {
position: absolute;
top: -10000px;
}

#container {
margin: 10px auto;
padding: 10px;
width: 760px;
\width: 770px;
w\idth: 760px;
}

#head {
height: 150px;
text-align: center;
}

#sidebar-1 {
margin-right: 5px;
padding-top: 100px;
float: left;
width: 160px;
\width: 160px;
w\idth: 160px;
}

#sidebar-2 {
margin-left: 5px;
padding-top: 100px;
float: right;
width: 160px;
\width: 160px;
w\idth: 160px;
}

#content {
margin: 0 170px;
padding-top: 30px;
}

#foot {
margin-top: 5px;
clear: both;
text-align: center;
}

/* comments
----------------------------------------------- */
.comments_error {
color: #999;
background-color: #fff4f4 
}

ul.comments_error {
padding : 0.3em;
list-style-type: circle;
list-style-position: inside;
border: 1px solid #fdd;
}

div#cpreview {
color: #000;
background-color: #f1f1f1;
border: 1px solid #ddd;
}

form#txpCommentInputForm td {
vertical-align: top;
}