/* reset */

body {
  padding: 0;
  margin: 0;
  font: 16px Arial, 'Lucida Grande',Verdana,Arial,Sans-Serif;
  background: #EDEDED;
  color: #213b44;
}

h1, h2, h3, h4, h5, h6, ul, li, em, strong, pre, code, input, button, td, p { 
  padding: 0;
  margin: 0;
  line-height: 1em;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
}

table {
  font-size: inherit;
  font: 100%;
  border-spacing: 0;
}

ul, li {
  list-style: none;
}

img {
  border: 0;
}


/* layout */

#page {
  width: 970px;
  margin: auto;
  background-color: white;
  border-left: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
}

#login {
  padding: 10px;
  text-align: right;
  font-size: 80%;
}

#menu {
  height: 90px;
  background: #333333;
  padding: 0 6px;
}

#menu a {
  display: block;
  float: left;
  height: 90px;
  padding: 0 20px;
  line-height: 128px;
  text-decoration: none;
  color: white;
  font-size: 80%;
  border-right: 1px solid #555555;
}

#menu a:hover,
#bodyarticle #article,
#bodynew #new,
#bodycomment #comment,
#bodytranslation #translation {
  background-color: black;
}

#article {
  float: left;
  width: 250px;
  height: 90px;
  background: url(/static/culture-internet-logo.gif) no-repeat 20% 40%;
  text-indent: 175px;
  border-left: 1px solid #555555;
  border-right: 1px solid #555555;
}

#alert {
  padding: 10px 20px;
  background-color: #FEFCAE;
  font-size: 80%;
}

#alert p {
  margin-bottom: 0;
}

.cl {
  float: left;
  width: 69%;
}

.cr {
  float: right;
  width: 29%;
}

.clear {
  clear: both;
}

#submit_article,
#invite {
  display: block;
  float:left;
  text-decoration: none;
  padding: 3px;
  margin-right: 2px;
  color: #333333;
  background: #FBB829;
  border: 1px solid #FD500F;
}

#invite {
  background: #FFEDBF;
  border: 1px solid #DDDDDD;
}

#content {
  padding: 20px;
  border-bottom: 1px solid #DDDDDD;
}

#content h2 {
  font-size: 130%;
  margin-bottom: 15px;
}

#content h2 a {
  text-decoration: none;
  color: #291E22;
}
#content h2 a.edit {
  font-size: 70%;
  text-decoration: none;
}

#content h2 span {
  font-size: 80%;
  color: #999999;
}

#content strong {
  font-weight: bold;
}

#footer {
  clear: both;
  width: 970px;
  margin: auto;
  padding: 10px;
  text-align: center;
  font-size: 70%;
} 

.form-table {
  margin-bottom: 20px;
}

.form-table th, .form-table td {
  vertical-align: top;
  text-align: left;
  padding: 4px 10px  8px 0;
}

.form-table th {
  padding-top: 8px;
}
.data-table th {
  padding-top: 4px;
}

.form-table input, .form-table textarea {
  border: 1px solid #CCCCCC;
  padding: 4px;
}

.errorlist {
  padding: 4px;
}

p {
  margin-bottom: 10px;
}

.idx, .upvote, .comment_vote {
  font-family: Courier;
  float:left;
  width: 30px;
  height: 40px;
  text-align: center;
}

.upvote, .comment_vote {
  font-size: 80%;
  width: 25px;
}

.title {
  margin-bottom: 12px;
  color: #999999;
  font-size: 80%;
}

.idx a, .upvote a, .title a {
  text-decoration: none;
  color: #291E22;
}

a.subject:visited {
  color: #888888;
}

.subject {
  font-size: 130%;
}

.item_comment {
  margin-left: 25px;
}

.comment {
  margin-bottom: 15px;
}

.comment a {
  text-decoration: none;
  color: #291E22;
}

.comment_vote {
  font-size: 75%;
}

.upvote a,
.comment_vote a {
  color: #DDDDDD;
  text-decoration: none;
}

.upvote a:hover,
.comment_vote a:hover {
  color: #999999;
}
.com_info {
  margin-left: 20px;
  font-size: 75%;
  color: #999999;
}

.com_text {
  margin:10px 0 10px 20px;
}

.com_text .reply {
  margin: 8px 0 20px 0;
}

.com_text .reply a {
  padding: 1px;
  font-size: 70%;
  background: #EEEEEE;
  border: 1px solid #CCCCCC;
}

#bodytranslation p,
#bodytranslation .cr ul,
#bodytranslation blockquote {
  font-size: 12px;
  line-height: 20px;
  color: #444444;
  margin-top: 13px;
  margin-bottom: 13px;
}

#bodytranslation .cl {
  width: 59%;
}

#bodytranslation .cr {
  width: 38%;
}

#bodyabout li,
#bodytranslation li { 
  margin: 15px 0 15px 20px;
}

#bodyabout li:before,
#bodytranslation li:before {
  content: "\2605 \0020";
}

#bodytranslation #content a {
  color: #2277dd;
  text-decoration: none;
}

#bodytranslation blockquote,
#bodytranslation blockquote em {
  font-style: italic;
  color: #666666;
}

#paginate {
  color: #AAAAAA;
}

#footer a {
  text-decoration: none;
  color: #2277dd;
  margin: 0 5px;
}

