/* base
----------------------------------------------- */

body {
margin: 0;
padding: 0;
font-family: Georgia, Times, serif;
color: #000;
background-color: #D9CFC6;
}

h3, p, li {
padding-right: 10px;
padding-left: 10px;
font-size: 0.9em;
}

blockquote {
margin-right: 50px;
margin-left: 50px;
/*background-color:#C4B6AC;*/
background-image: url(/images/8.png);
background-position: top left;
background-repeat: no-repeat;
min-height: 35px;
padding-left: 35px;
padding-right: 15px;
}

h1, h2, h3 {
font-weight: normal;
}

h1, h2 {
font-family: Georgia, Times, serif;
}

h1 {
font-size: 3em;
}

h2 {
font-size: 1em;
font-style: italic;
}

small, .small {
font-size: 0.9em;
}

/* links
----------------------------------------------- */

a {
text-decoration: none;
color: #000;
background-color: inherit;
border-bottom: 1px #000 dotted;
}

h1 a, h2 a, h3 a {
border: none;
}

h3 a {
font: 1.5em Georgia, Times, serif;
}

#sidebar-2 a, #sidebar-1 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;
color: #ccc;
width: 66%;
background-color: inherit;
}

.caps {
font-size: 80%;
letter-spacing: 0.1em;
}

.divider {
margin: 1em 0;
text-align: center;
}

/* global layout
----------------------------------------------- */

#accessibility {
position: absolute;
top: -10000px;
}

#container {
margin: 10px auto;
padding: 10px;
width: 85%;
/*\width: 770px;
w\idth: 760px;*/
}

#head {
height: 120px;
text-align: left;
background-repeat: repeat-x;
/*background-color: #493C33; This fucks with transparent image display in Firefox.*/
background-position: top left;
padding-top: 20px;
}

#head img {
margin-left: 100px;
border: 0;
}

#head h2 {
margin-left: 100px;
font-weight: bold;
color:#D9CFC6;
padding-top: 0px;
margin-top: 5px;
line-height:60%;
border: 0;
}

#head a {
border: 0;
}

#sidebar-1 {
margin-right: 5px;
padding-top: 100px;
float: left;
width: 15px;
/*\width: 150px;
w\idth: 150px;*/
}

#sidebar-2 {
margin-left: 5px;
padding-top: 10px;
float: right;
width: 150px;
\width: 150px;
w\idth: 150px;
}

#content {
/* May need to return to this if I put stuff in sidebar-l
margin: 0 155px;*/
margin: 0 155px 0 15px;
padding-top: 10px;
border-right: thin solid #4A3D34;
}

#content a {
font-size: 100%
text-decoration: underline;
}

#content h2 {
font-size: 2em;
font-weight: bold;
font-style: normal;
}

#content ul {
list-style-position: inside;
list-style-image: url("/images/13.gif");
}

#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;
}

/* Local Edits
----------------------------------------------- */


/* Article Images
----------------------------------------------- */
.capimg_right {
padding:10px;
margin-right:10px;
margin-left: 10px;
background-color:#C4B6AC;
float:right;
font-size:80%;
font-family: helvetica, arial, sans-serif
}

.capimg_right a {
border-bottom: 0;
text-decoration: underline;
}

.capimg_left {
padding:10px;
margin-left:10px;
background-color:#C4B6AC;
float:left;
margin-right:10px;
font-size:80%;
font-family: helvetica, arial, sans-serif
}

.capimg_left a {
border-bottom: 0;
text-decoration: underline;
}

.sidebar {
font-size: 80%;
width: 200px;
float:right;
padding: 10px;
margin:10px;
background-color:#C4B6AC;
/*background-color:#A99789;*/
}

#content .sidebar ul {
list-style-position:outside;
list-style-image:none;
}

#navbar{
margin:0;
padding:0;
font-size:0.9em;
}

#navbar ul{	
background:#C4B6AC;
list-style:none;
margin:0;
padding:0;
padding-top:5px;
/*padding:10px 0 0 0;*/
font-size:1.5em;
}	

#navbar ul li{
/*margin-bottom:4px;*/
}

#navbar ul li a{
font-weight:bold;
height:28px;
width:100%
text-decoration:none;
font-style:italic;
color:#D9CFC6;
display:block;
padding:0 0 0 10px;
background:#604F3F;
border-bottom: 5px solid #C4B6AC;
}	
	
#navbar ul li a:hover{
background:#C4B6AC;
color:#604F3F;
/*border:4px solid #604F3F;*/
}

#feedlinks a {
color:#604F3F;
border-bottom: 1px dotted #604F3F;
}