/* base
----------------------------------------------- */

body {
margin: 0;
padding: 0;
font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
color: #333;
background: #fff url(/images/2.png) no-repeat;
background-position: 10px 10px;
}

blockquote, h1, h2, h3, p, li, td {
padding-right: 10px;
padding-left: 10px;
font-size: 0.9em;
line-height: 1.6em;
}

blockquote {
margin-right: 0;
margin-left: 20px;
}

h1 {
font-size: 1em;
letter-spacing: 0.5em;
}

h2 {
font-size: 1em;
}

h2, h3 {
font-weight: bold;
padding-top: 15px;
padding-bottom: 6px;
}

p {
padding-bottom: 12px;
}

strong {
font-weight: bold;
}

ul, li {
margin: 0;
padding: 0;
}

/* classes
----------------------------------------------- */

.files {
font-size: 0.8em;
}

.home_intro {
color: #b2b2b2;
font-size: 1.5em;
line-height: 1.1em;
padding-top: 3px;
}

.home_intro_small {
color: #b2b2b2;
font-size: 1.1em;
line-height: 1.2em;
}

.home_right_title {
font-weight: bold;
padding: 3px 10px;
margin-bottom: 2px;
}

.painting_links li {
font-size: 0.7em;
line-height: 1.2em;
list-style: circle;
margin-left: 2em;
}

.page_title {
border-bottom: 1px solid #666;
margin: 0px 0px 25px 10px;
padding-bottom: 1px;
font-size: 0.9em;
line-height: 1.6em;
}

.page_title_sub {
border-bottom: 1px solid #666;
margin: 20px 0px 25px 10px;
padding-bottom: 1px;
font-size: 0.9em;
line-height: 1.6em;
}

.posted {
font-size: 0.7em;
font-weight: normal;
line-height: 0.9em;
}

/* links
----------------------------------------------- */

a {
text-decoration: none;
font-weight: bold;
color: #333;
}

a:hover {
text-decoration: underline;
background: #e5e5e5;
}

h1 a:hover {
text-decoration: none;
background: #fff;
}

#home_right a {
font-weight: normal;
}

#language a, ul.language {
font-size: 0.9em;
font-weight: normal;
color: #666;
}

.files a {
font-weight: normal;
}

.painting_links a {
font-weight: normal;
}

/* layout
----------------------------------------------- */

#accessibility {
position: absolute;
top: -10000px;
}

#cclicense {
margin: 20px 0px 0px 10px;
font-size: 0.8em;
line-height: 1.2em;
}

#container {
margin: 0px 0px 0px 220px;
padding: 0;
width: 770px;
}

#content {
clear: none;
margin: 0px 220px 0px 0px;
padding: 0;
width: 540px;
}

#content img {
border: 1px solid #333;
margin: 0px 4px 4px 0px;
}

#foot {
background: #b2b2b2;
clear: both;
margin-top: 40px;
text-align: center;
}

#foot p {
font-size: 0.8em;
padding-top: 10px;
padding-bottom: 10px;
}

#head {
margin: 0;
padding: 162px 0px 52px 0px;
}

#home_container {
margin: 0;
padding: 0;
}

#home_left {
float: left;
margin: 0;
padding: 0;
width: 310px;
}

#home_right {
border: 1px solid #666;
margin-left: 328px;
padding: 10px 0px;
}

#home_right p {
font-size: 0.8em;
line-height: 1.5em;
}

#language {
margin-left: 10px;
}

#navigation {
margin: 0px 0px 40px 10px;
}

#navigation ul {
font-size: 1.0em;
line-height: 1.6em;
}

#sidebar {
float: right;
width: 200px;
margin:0;
padding-bottom: 15px;
padding-top: 49px;
display: inline;
}

#sidebar ul {
list-style: none;
}

/* comments
----------------------------------------------- */

.comments_error {
color: #333;
background-color: #fff4f4 
}

ul.comments_error {
padding : 0.3em;
list-style-type: circle;
list-style-position: inside;
border: 2px solid #fdd;
}

div#cpreview {
color: #333;
background-color: #f1f1f1;
border: 2px solid #ddd;
}

form#txpCommentInputForm td {
vertical-align: top;
}