html, body { 
  background-color: #fff;
}

body {
  font-family: Times New Roman, serif;
  font-size: 90%;
  color: #000;
  margin: 0;
  padding: 0;
  min-width: 1000px;
  width: 100% !important; 
}

a       { color: #000; }
a:hover { text-decoration: none;}

form, abbr  { margin: 0; }
abbr        { border: 0; }
hr { height: 1px; border: 0; background-color: #7B7B7B;}
#contents a { color: #000; }


/* HEADER */

#header {
  overflow: hidden; 
  margin-top: 2.6em;
  height: 105px;
  width: 100%;
}

#header div.left {
  width: 25%;
  float: left;
  overflow: hidden; 
}
#header a.logo {
  width: 224px;
  margin: 26px 0 0 26px;
  height: 51px;
  background: url("/images/logo-4.gif") no-repeat scroll left top;
}
#header a.logo { width: 224px; height: 37px; display: block; }
#header a.logo span { display: none; }

#header div.center {
  float: left;
  width: 50%;
  overflow: hidden; 
}
#header div.center p.banner {
  text-align: center;  
  padding: 10px 0 0 0; 
}

#header div.right {
  float: left;
  width: 25%;
  overflow: hidden; 
  margin-right: -1px; /* fixing ie6/ie7 bug */
}

#header p.search-box {
  margin: 0;
  padding: 40px 0 0 10px; 
}
#header p.search-box p { margin: 0; }
#header p.search-box a.extended { display: block; }


* html #header {
  height: 105px;
  overflow: hidden;
}
* html #header div.left,  
* html #header div.right {
  height: 100%;
  width: 25%;
  overflow: hidden;
}
* html #header div.center {
  height: 100%;
  width: 50%;
  overflow: hidden;
}
* html #header div.left h1,  
* html #header div.center p,  
* html #header div.right p {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

/* /HEADER */


/* TOP NAVIGATION */

#fast-navigation,
p.categories-list,
#header {
  font-family: Tahoma, sans-serif;
  font-size: 80%;
}

#fast-navigation {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0.6em 0;
  background-color: #eee;
  border-top:     1px solid #bbb;
  border-bottom:  1px solid #bbb;
}

#fast-navigation p.authentication {
  margin: 0;
  padding-right: 20px;
  float: right;
}

#fast-navigation p.notifications {
  margin: 0;
  padding-left: 20px;
  float: left;
}

/* /TOP NAVIGATION */


/* FOOTER */

#footer,
#footer a { color: #7b7b7b; }

#footer {
  border-top: 1px solid #bbb;
  margin: 0 33px 1em 33px;
}

#footer div.proxy {
  border-top: 11px solid #ddd;
  padding-top: 1.6em;
}

#footer div.info {
  float: left;
  width: 25%;
}
#footer div.info p.links {margin: 0;}

#footer div.vcard   { margin: 0 0 0 26%; padding-left: 15px;}
#footer div.vcard p { margin: 0; }

/* /FOOTER */

/* FORMS */
form p {
  clear: both;
}

select.input-error,
input.input-error,
textarea.input-error {
  background-color: #FE9999;
  float: left;
}

form label {
  float: left;
  width: 13em;
  color: #444444;
  margin-right: 1em;
  font-weight: bold;
}

form input[type=submit].right-side {
  margin-left: 0em;
  margin-top: 0.7em;
}

form fieldset {
  margin-top: 1em;
}

form fieldset legend {
  font-size: 110%;
  font-weight: bold;
}
/* FORMS_END */

/* TAPE */

div.current-index-tape { padding: 0 20px; }

div#left-column div.tape div.post,
div#left-column div.tape div.header {
  padding-left: 32px;
}

div#left-column div.tape div.header,
div#right-column div.tape div.header {
  margin-bottom: 0.5em;
/*  padding-top: 0.65em;*/
/*  padding-bottom: 0.65em;*/
}

div#left-column div.tape p.content,
div#right-column div.tape p.content {
  margin: 0.8em 0;
}

div.tape p.content span.comments-counter {
  color: #A5A5A5;
}

div.tape div.header {
  border-top: 1px solid #bbb;
  overflow: hidden;
  background: #eee url('/images/dropup.gif') no-repeat 95%;
  font-family: Tahoma, sans-serif;
  font-size: 90%;
  height: 2.5em;
}
div.current-index-tape div.header {
  margin: 0 -15px;
  padding: 0 15px;
  background-image: none;
}

div.tape div.header span,
div.tape div.header h1, 
div.tape div.header h2 {
  font-size: 100%;
  float: left;
  padding: 0.65em 0;
  margin: 0;
  font-weight: bold;
}
div.tape div.header a { color: #000 }

p.categories-list { margin: 0.2em 0 0 0; }
p.categories-list span.description { display: none; }

#center-column div.tape div.header h1 a {
  text-decoration: none;
}

#right-column div.header,
#right-column div.posts-container {
  padding-left:	12px;
}

#left-column div.posts-container,
#right-column div.posts-container {
  padding-bottom: 1.4em;
}

div.tag_cloud .posts-container p {
  text-align: center;
}

div.tag_cloud .posts-container p a {
  padding: 0 10px;
}

/* /TAPE */


/* POST */

div.tape div.current-index-post {
  border-top: 1px solid #bbb;
  margin: 1.2em 0;
  overflow: auto;
}

div.tape div.current-index-post img.cover-image,
div.tape div.current-post img.cover-image,
div.tape.reviews img.cover-image{
  float: left;
  margin: 0 .8em .8em 0;
  border: 1px solid #bbb;
}

div.tape div.top-post {
  border-top: 0;
  margin-top: 0;
}

div.tape div.post h2  { font-size: 150%; margin-bottom: 0.4em; }

div.tape div.post p.publication-details { color: #a5a5a5; margin: 0; }
div.tape div.post p.publication-details span.description { display: none; }

div.tape div.post div.content { margin: 0.2em 0; }

/* div.tape div.post div.meta span.description { display: none; } */
div.post div.meta div.tags {
  margin: 0; 
  text-align: left; 
  clear: left;
  float: left;
}
div.post div.meta div.comments-counter {
  float: right;
}

div.news span.date,
div.conference span.date {
  background-color: #a0a0a0;
  font-size: 80%;
  font-weight: bold;
  font-family: Tahoma;
  color: white;
  padding: 1px 2px 1px 2px;
}

div#left-column   div.tape div.post a,
div#right-column  div.tape div.post a { text-decoration: none; }

div#left-column   div.tape div.post a:hover,
div#right-column  div.tape div.post a:hover { text-decoration: underline; }

div.tape.programs  div.text-container,
div.tape.editor  div.text-container,
div.tape.articles  div.text-container {
  padding-left: 50px;
  display: block;
}
div.tape.programs  p.content, 
div.tape.editor  p.content, 
div.tape.articles  p.content {
  background: url('/images/arrow.gif') no-repeat 0 3px;
  padding-left: 50px;
  min-height: 35px;
}
div.tape.programs .category,
div.tape.editor .category,
div.tape.articles .category {
  color: #a5a5a5;
  text-transform: lowercase;
}

div#left-column div.tape.reviews p.content,
div#right-column div.tape.reviews p.content {
  background: no-repeat 0% 10px;
  margin: 0;
  padding: .5em 0 .5em 0; 
  border-top: 1px solid #bbb;
}
div#left-column div.tape.reviews div.post {
  clear: both;
}

div#left-column div.tape.reviews div.posts-container div.top-post p.content,
div#right-column div.tape.reviews div.posts-container div.top-post p.content { border: 0;}

p.category {
  font-size: 85%;
}

/* /POST */


/* PAGINATION */

div.pagination {
  margin: 1em 0;
  padding: 0.6em 0;
  color: #999;
}
div#contents div.pagination a { color: #999; }

/* /PAGINATION */


/* COLUMNS */
#center-column {
	margin-left: 25%;
	width: 50%;
	float: left;
	margin-bottom: 2em;
}
#left-column {
  width: 25%;
  float: left;
  margin-left: -75%;
}
#right-column {
  width: 25%;
  float: left;
  margin-right: -1px; /* fixing ie6/ie7 bug */
}
* html #right-column {
  overflow-x: hidden;
}
#footer { clear: both; }
* html #center-column { display: inline; } 
* html #footer {  position: relative; }
/* /COLUMNS */

/* COMMENTS */

ul.comments,
div.new_comment { 
  clear: both;   
  padding: 0;
}

ul.comments h3,
div.new_comment h3 {
  font-size: 150%;
}

ul.comments div.comment {
  margin: 0 0 1em 0;
  min-height: 100px;
}

ul.comments li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  marker-offset: 0;
}

ul.comments li ul {
  padding-left: 20px;
  margin: 0;
}

ul.comments div.details,
ul.comments p.new_comment_link {
  font-family: Tahoma, sans-serif;
  font-size: 80%;
}

ul.comments p.new_comment_link {
  padding-top: 2em;
}

ul.comments p.new_comment_link a {
  border-bottom: 1px dashed #999999;
  text-decoration: none;
}

ul.comments p { margin: 0; }


ul.comments div.details { 
  overflow: auto; 
  background-color: #a0a0a0;   
  color: #fff;  
}

ul.comments div.comment div.details p.author,
ul.comments div.comment div.details p.published_at {
  padding: 2px;
  font-weight: bold;
  margin-right: 0.5em;
}
ul.comments div.details p.author {
  float: left;
}
ul.comments div.details p.published_at {
  float: right;
}

ul.comments div.body {
  margin: 0.2em 0;
  clear: both;
}

ul.comments div.body .avatar {
  float: right;
  margin: 3px 0 3px 3px;
}

form.new_comment_form p {
  margin: 0.5em 0;
}

form.new_comment_form textarea {
  width: 97%;
}

form.new_comment_form p input {
  width: 20em;
}

form.new_comment_form p.comment_user_mode_fields {
  margin-left: 1.8em;
}

/* /COMMENTS */

#google_search {
  padding-left: 32px;
}

/* FEEDBACK */

div.feedback div.header {
  clear: both;
}

form#feedback_form {
  margin-left: 32px;
}

form#feedback_form input.organization {
  display: none;
}

form#feedback_form input.name,
form#feedback_form input.sender {
  width: 46%;
}
form#feedback_form textarea.body {
  width: 96%;
  height: 5em;
}

/* TAPE ADMIN */

div.tape div.tape-admin {
  font-size: 110%;
  margin: 0.4em 0;
}

div.tape div.tape-admin ul {
  display: inline;
  margin: 0;
  padding: 0;
}

div.tape div.tape-admin ul li {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  margin-left: 1em;
}

div.tape div.tape-admin ul li a {
  display: block;
  width: 21px;
  height: 21px;
}
div.tape div.tape-admin ul li.add a  { background: transparent url("/images/admin/item-add.gif") no-repeat scroll top left; }
div.tape div.tape-admin ul li.add a span { display: none; }

div.tape div.not-published-post {
  background-color: #999;
  margin-left:    -8px;
  margin-right:   -8px;
  padding-left:   8px;
  padding-right:  8px;
}
div.tape div.not-published-post * { color: #fff !important; }

/* /TAPE ADMIN */

/* POST ADMIN */

div.post div.post-admin,
div.banner div.post-admin {
  float: right;
  background-color: #c7c7c7;
  padding: 5px 3px;
  margin-top: 1em;
}
div.banner div.post-admin { float: none; width: auto; margin: 0 auto;}

div.post div.post-admin ul,
div.banner div.post-admin ul {
  padding: 0;
  margin: 0;
  overflow: hidden;
}

div.post div.post-admin ul li,
div.banner div.post-admin ul li {
  display: block;
  float: left;
  margin: 0 2px;
}

div.post div.post-admin ul li a,
div.banner div.post-admin ul li a {
  display: block;
  width: 21px;
  height: 21px;
}

div.post div.post-admin ul li.publish,
div.banner div.post-admin ul li.publish { padding-top: 1px; }
div.post div.post-admin ul li.edit a,
div.banner div.post-admin ul li.edit a   { background: transparent url("/images/admin/item-edit.gif") no-repeat scroll top left; }
div.post div.post-admin ul li.delete a { background: transparent url("/images/admin/item-delete.gif") no-repeat scroll top left; }
div.post div.post-admin ul li.edit a span,
div.banner div.post-admin ul li.edit a span,
div.post div.post-admin ul li.delete a span { display: none; }



div.post-editor {
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 15px;
  background-color: #eee;
  border-top: 1px solid #bbb;
  font-family: Tahoma, sans-serif;
  font-size: 80%;
}

div.post-editor h2 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

div.post-editor fieldset {
  border: 0;
  border-bottom: 1px solid #999;
  margin: 0;
  padding: 0.3em 0;
}
div.post-editor fieldset legend { display: none; }

div.post-editor label {
  display: block;
  color: #999;
  margin: 0.2em 0;
}
div.post-editor label.right-label {
  display: inline;
  color: #000;
  margin: 0;
}

div.post-editor p.field-container {
  margin: 0.5em 0;
}
div.post-editor p.buttons-container { margin-bottom: 0; }

div.post-editor input,
div.post-editor textarea {
  width: 100%;
}
div.post-editor input.button,
div.post-editor submit {
  width: 10em;
}
div.post-editor input.check-box {
  width: inherit;
}

div.post-editor .description-field-container textarea { height: 5em; }
div.post-editor .body-field-container textarea { height: 13em; }
div.post-editor fieldset.additional-fields textarea { height: 5em; }

div.post-editor .field-container .error { background-color: #ffd6d6;}

div.post-editor div.error-explanation { color: #a00; }
#cover_image_container, #cover_image_input_container {
  float: left;
  display: block;
}

/* /POST ADMIN */

input.calendar_date_select {
  width: 20em !important;
  display: inline;
  color: #000;
}

/* POLLS */

div.poll_container {
  width: 100%;
}
div.poll_variant {
  clear: both;
  padding-bottom: 10px;
}
p.poll_question {
  font-weight: bold;
}

div.poll_variant_bar, div.poll_variant_stat {
  float: left;
  padding-left: 10px;
  height: 0.5em;
}
div.poll_variant_stat {
  font-size: 0.7em;
  font-family: Tahoma;
  color: #7b7b7b;
  margin-top: -0.2em;
}
div.poll_variant_bar.color1 {
  background-color: #4B8697;
}
div.poll_variant_bar.color2 {
  background-color: #335C67;
}

div.tape.poll div.posts-container {
  margin-left: 32px;
}

sup.tags-counter {
  padding-ht: 10px;
  color: #7B7B7B;
}

body#static_advertising {}
  body#static_advertising h2 { clear: both; }
  body#static_advertising table.price { width: 100%; }
    body#static_advertising table.price tr.even { background-color: #eee; }
    body#static_advertising table.price td,
    body#static_advertising table.price th { padding: 7px 10px; }
      body#static_advertising table.price tr.first td { padding-top: 13px; }
    body#static_advertising table.price th { text-align: left; font-weight: normal; padding-bottom: 13px; }
    body#static_advertising table.price th { border-bottom: 1px solid #bbb; }

  body#static_advertising p.description { line-height: 1.3em; }
