/* base
----------------------------------------------- */

body {
margin: 0;
padding: 0;
font-family: "Georgia", sans-serif;
color: #333;
background-color: #fff;
text-shadow: rgba(255, 255, 255, .01) 0px -1px 1px;
}

blockquote, 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 {
margin: 0; 
padding: 0 10px 0 10px;
font-weight: normal;
}

h1, h2 {
font-family: Georgia, Times, serif;
}

h1 {
font-size: 1.4em;
text-align: center;
}

h2 {
font-size: 1em;
}

h3 {
font: 0.6em Georgia;
font-weight: bold;
text-transform: uppercase;
}

hr {
margin: 2em auto;
width: 370px;
height: 1px;
color: #7a7e7d;
background-color: #7a7e7d;
border: none;
}

hr.masthead {
width: 900px;
height: 3px;
background-color: #e6e8e9;
border-top: 1px solid #ced1d5;
margin: 0; 
padding: 0;
}

hr.post-divider {
width: 300px;
height: 4px;
background-color: #000;
margin: 80px auto 80px auto;
}

hr.divider { width: 900px; margin: 0 0 50px 0; padding: 0; height: 1px; background-color: #ccc; }

small, .small {
font-size: 0.9em;
}

img.left { float: left; padding-top: 8px; margin: 0 10px 5px 0; }
.widescreen { margin-left: -200px; }


/* links
----------------------------------------------- */

a {
text-decoration: none;
color: #000;
}

#content a { border-bottom: 1px solid #ccc; }
#content a:hover { border-bottom: 1px solid #000; }

a img {
border: none !important;
}

h1 a, h2 a, h3 a {
border: none !important;
}

h1 a:hover, h2 a:hover, h3 a:hover {
border-bottom: 1px solid #000 !important; 
}

h3 a {
font: 1.5em Georgia, Times, serif;
}

#site-name a {
border: none;
}

#sidebar-2 a, #sidebar-1 a {
color: #c00;
border: none;
}


/* layout
----------------------------------------------- */


#container {
margin: 0 auto 0 auto;
width: 900px;
}

#head {
text-align: center;
margin: 30px auto 21px auto;
}

ul#nav {
list-style: none;
padding: 0;
margin: 6px 0 0 0;
width: 900px;
}


ul#nav li { 
font-size: 0.8em;
float: left;
width: 172px;
padding: 0;
margin-right: 10px;
}

ul#nav li.last { 
font-size: 0.8em;
float: left;
width: 172px;
padding: 0;
margin-right: 0px;
}

ul#nav li a { display: block; padding: 0 0 6px 0; border-bottom: 1px solid #ccc; }
ul#nav li a:hover { display: block; padding: 0 0 6px 0;border-bottom: 1px solid #c30; }


#content {
margin: 0 200px;
padding-top: 30px;
}

#about-large {
width: 860px;
padding: 20px;
}

#about-large p { color: #666; font-size: 1.4em; }

#about-left {
float: left;
width: 420px;
padding-left: 20px;
padding-right: 10px;
margin-bottom: 40px;
}

#about-right {
float: left;
width: 420px;
padding-left: 10px;
padding-right: 20px;
margin-bottom: 40px;

}

#foot {
color: #666;
margin-top: 80px;
padding: 30px;
clear: both;
text-align: center;
background-color: #000;
}

.entry-content p { padding-left: 0; padding-right: 0; }

#archive #content a { display: block; border: 0; border-bottom: 1px solid #e9e9e9; }
#archive #content a:hover { border-bottom: 1px solid #000; border-bottom: 1px solid #000; }
#archive #content em { color: #666; font-size: 0.8em; }

#links #content p { display: block; border: 0; padding-bottom: 10px; border-bottom: 1px dotted #e9e9e9; }


ol.comments li { font-size: 1em; }
ol.comments .small { font-size: 0.7em; }

.comments-wrapper table {
font-size: 0.8em;
}

.comments-wrapper input { 
padding: 2px;
}

.comments-wrapper table {
margin-top: 40px; 
}

td { vertical-align: middle; }

.comments-wrapper label { font-size: 0.9em; }

.comments-wrapper textarea { width: 400px; }


/* box model hacks
http://archivist.incutio.com/viewlist/css-discuss/48386
----------------------------------------------- */

#container {
\width: 910px;
w\idth: 900px;
}

#sidebar-1, #sidebar-2 {
\width: 180px;
w\idth: 180px;
}

/* overrides
----------------------------------------------- */

#sidebar-2 p, #sidebar-1 p {
color: #666;
font-size: 0.7em;
line-height: 1.6em;
}

.caps {
font-size: 0.9em;
letter-spacing: 0.1em;
}

div.divider {
margin: 2em 0;
text-align: center;
}

/* articles
----------------------------------------------- */

.directory {
list-style-type: circle;
}

.author {
font-style: normal;
font-size: 0.8em;
}

.published {
font-size: 0.6em;
line-height: 2em;
text-transform: uppercase;
text-align: center;
}

.prevnext {
font-size: 0.8em;
text-transform: uppercase;
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;
}

#comments-help {
margin: 2px 0 15px 0;
font-size: 0.7em;
}

/* error page
----------------------------------------------- */

.error-status {
font: 1.3em Georgia, Times, serif;
}