/* layout
----------------------------------------------- */
body {
margin: 0 auto;
padding: 0;
font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
color: #fff;
background-color: #222;
width: 800px;
}

#head, #foot {
width: 600px;
margin: 0 auto;
text-align: center;
}

#head h1, #head h2 {
margin: 0;
padding: 0;
line-height: 2em;
font-weight: normal;
font-family: Georgia, Times, serif;
}

#head h1 {
font-size: 3em;
border-bottom: 1px solid #fff;
}

#head h2 {
font-size: 1.2em;
font-style: italic;
}

#left {
float: left;
width: 150px;
text-align: right;
margin-bottom: 30px;
}

#left ul.menu {
margin: 0;
margin-bottom: 2em;
padding: 0;
list-style-type: none;
}

#left ul.menu li {
margin: 0;
padding: 0;
border: 1px solid #222;
}

#left ul.menu li a {
display: block;
margin: 5px 0;
padding-right: 5px;
text-decoration: none;
line-height: 25px;
border: 1px solid #222 !important;
background-color: #222 !important;
}

#left ul.menu li a:hover {
border-top: 1px solid #ddd !important;
border-bottom: 1px solid #ddd!important;
}

#left ul.menu li a.selected {
border-top: 1px solid #eee !important;
border-bottom: 1px solid #eee !important;
}

#left p.feed {
font-size: .7em;
}

#left p.feed a {
border-bottom: 1px #fff solid;
}

#content {
margin: 0;
margin-left: 150px;
padding: 10px;
font-size: .7em;
}

#content h3 {
/*text-align: center;*/
padding-left: 100px;
font-size: 1.2em;
font-style: italic;
}

#content ul.galerie {
text-align: center;
border: 1px solid #777;
margin: 20px;
margin-top: 40px;
margin-right: 60px;
padding: 10px;
background-color: #333;
}

#content ul.galerie li.thumbnail {
display: inline;
list-style-type: none;
}

#content ul.galerie li.thumbnail a img {
border: 1px solid #bbb;
padding: 3px;
margin: 10px;
}

#foot {
margin-top: 20px;
clear: both;
border-top: 1px solid #fff;
line-height: 2em;
font-size: .6em;
}

#spampoison {
position: absolute;
left: -5000px;
}

/* base
----------------------------------------------- */

blockquote, h3, p, li, h4 {
padding-right: 10px;
padding-left: 10px;
font-size: 0.9em;
line-height: 1.6em;
}

blockquote {
margin-right: 0;
margin-left: 20px;
}

h1, h2, h3, h4 {
font-weight: normal;
}

h1, h2, h3, h4 {
font-family: Georgia, Times, serif;
}

h1 {
font-size: 3em;
margin-bottom: 0;
}

h2 {
font-size: 1em;
}

h4 {
font-size: 1em;
margin-bottom: 0;
}

small, .small {
font-size: 0.9em;
}

img {
border: 0px;
}

/* links
----------------------------------------------- */

a {
text-decoration: underline;
color: #eee;
background-color: inherit;
}

a:hover {
text-decoration: none;
}

h1 a, h2 a, h3 a {
color: #fff;
border: none;
text-decoration: none;
}

h3 a {
font: 1.5em Georgia, Times, serif;
}

#sidebar-2 a, #sidebar-1 a {
color: #c00;
background-color: inherit;
border: none;
text-decoration: 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
----------------------------------------------- */

#sidebar-1 {
margin-right: 5px;
padding-top: 100px;
float: left;
width: 150px;
\width: 150px;
w\idth: 150px;
}

#sidebar-2 {
margin-left: 5px;
padding-top: 100px;
float: right;
width: 150px;
\width: 150px;
w\idth: 150px;
}

/* comments
----------------------------------------------- */

.comments_error {
color: #fff;
background-color: #fff4f4 
}

ul.comments_error {
padding : 0.3em;
list-style-type: circle;
list-style-position: inside;
border: 2px solid #fdd;
}

div#cpreview {
color: #fff;
background-color: #f1f1f1;
border: 2px solid #ddd;
}

form#txpCommentInputForm td {
vertical-align: top;
}

/* Facebook Button
-------------------*/
.facebook {
    padding: 3px 0 3px 20px;
    background: url('/files/facebook_button.gif') 0 50% no-repeat;
}

.facebook a {color:#b8c3d9;}
.facebook a:hover {color: #ced5e5;}
.facebook a:active {color: #d8f0ff;}
