/* Overriding Adva-CMS styles */

/****************/
/* default.css */
/***************/

/* CONTENT */
h2 .meta {
  float: right;
  font-size: 11px;
  padding-bottom: 8px;
}
h2.list_header {	
  /*padding: 0 0 9px 220px;*/
  /*margin-bottom: 18px;*/
  margin-bottom: 21px;
  padding-bottom: 3px;
border-bottom-color: #D0D0D0;
border-bottom-style: solid;
border-bottom-width: 1px;    
}
.entry {
  padding-bottom: 9px;
  margin-bottom: 12px;
}
div.meta {
  font-size: 11px;
  float: left;
  width: 170px;
  color: #999999;
}
.meta a {
  color: #999999;
  border-color: #999999;
}
.meta ul {
  list-style-type: none;
  margin-left: 0px;	
}
.meta img {
  float: left;
  width: 36px;
  height: 36px;
  margin-right: 18px;
}
.meta .info {
  margin-top: 18px !important;
}
.meta p {
  clear: both;
}
.meta .author_avatar {
  padding-left: 3px;
}
.meta .author_name {
  padding-top: 5px;
  padding-left: 3px;
}
.body {
  padding-top: 0px;
}
.content {
}
.content a.meta {
  color: #666;
  border-color: #666;
  font-size: 11px;
}
.content h2 a,
.content h2 a:link,
.content h2 a:active,
.content h2 a:visited {
  color: #3E3E3E;
  text-decoration: none;
}
.content h2 a:hover {
  color:#000000;  
  text-decoration: underline;
}
.content .article_pub_info,
.content .wikipage_pub_info {
  margin-left: 8px;
  font-size: 11px;
  font-style: italic;
}
.content .event_organization_info {
  margin-left: 8px;
  font-size: 11px;
  font-style: italic;
}
.content .article_pub_info abbr.datetime,
.content .wikipage_pub_info abbr.datetime {
  border: none;
  font-size: 11px;
}
.content .article_actions,
.content .wikipage_actions {
  margin-left: 8px;
  font-size: 11px;
}
.content .article_actions a,
.content .article_actions a:link,
.content .article_actions a:active,
.content .article_actions a:visited,
.content .wikipage_actions a,
.content .wikipage_actions a:link,
.content .wikipage_actions a:active,
.content .wikipage_actions a:visited {
  color: #999999;
  text-decoration: none;
}
.content .article_actions a:hover,
.content .wikipage_actions a:hover {
  color:#3E3E3E;  
  text-decoration: underline;
}
.content .article_excerpt {
  margin-top: 8px;
  margin-left: 8px;
}
.content .article_more {
  margin-top: 3px;
  margin-left: 8px;
  font-size: 11px;
  font-style: italic;
}
.content .article_more a,
.content .article_more a:link,
.content .article_more a:active,
.content .article_more a:visited {
  color: #3E3E3E;
  text-decoration: none;
}
.content .article_more a:hover {
  color:#000000;  
  text-decoration: underline;
}
.content .article_body,
.content .wikipage_body,
.content .event_body {
  margin-top: 12px;
  margin-left: 12px;
  margin-bottom: 12px;
}
.content .article_print,
.content .wikipage_print {
  float: right;
  padding-right: 8px;
  padding-bottom: 5px;
}
.content .article_meta_info,
.content .wikipage_meta_info {
  margin-top: 12px;
  margin-left: 12px;
  font-size: 11px;
}
/*
.util,
.util a {
  color: #888;
  border-color: #888;
}
*/
.util {
}
.util a,
.util a:link,
.util a:active,
.util a:visited {
color: #999999;
text-decoration: none;
font-size: 11px;
}
.util a:hover {
color:#3E3E3E;  
text-decoration: underline;
}
.previous {
  float: left;
}
.next {
  float: right;
}
#feeds {
  list-style-type: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
#feeds li {
  height: 40px;
  margin-left: 12px;
  padding-left: 43px;
  padding-bottom: 0px;
  padding-right: 0px;
  padding-top: 0px;
  background-image: url(../images/icons/rssfeed.gif);
  background-repeat: no-repeat;
  background-position: 0px 1px;	
  font-size: 11px;  
}
#feeds li a,
#feeds li a:link,
#feeds li a:active,
#feeds li a:visited {
  color: #999999;
  text-decoration: none;
}
#feeds li a:hover {
  color:#3E3E3E;  
  text-decoration: underline;
}

/* common.css */
/* FLASH */
.flash {
  height: 15px;
  width: 95%;
  margin: 3px 3px 3px 3px;
  padding: 8px 8px 8px 8px;
  text-align: center;
  font-family: Verdana;
  font-size: 11px;
  border-color: #D0D0D0;
  border-style: dotted;
  border-width: 2px;  
  margin-bottom: 21px;
}
#flash_notice {
  background-color: #ffffff;
  color: #999999;
  text-align: center;
}
#flash_error {
  background-color: #ffffff;
  color: #FE0000;
  border-color: #999999;
  text-align: center;
}

/* ROLES */
.visible_for {
float: left;
display: none;
}
#authorized_actions {
margin-left: 8px;
}
#authorized_actions a,
#authorized_actions a:link,
#authorized_actions a:active,
#authorized_actions a:visited {
color: #999999;
text-decoration: none;
font-size: 11px;
}
#authorized_actions a:hover {
color:#3E3E3E;  
text-decoration: underline;
}
.anonymous {
display: auto;
}

/* LISTS */
table.list {
  width: 100%;
  /*margin-bottom: 27px;*/
  margin-bottom: 42px;
  border-collapse: collapse;
}
table.list th {
  padding: 4px 5px 4px 5px;
  text-align: left;
  border-bottom-color: #D0D0D0;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  color: #999999;
  font-size: 12px;
}
table.list tr {
  border-bottom-color: #D0D0D0;
  border-bottom-style: solid;
  border-bottom-width: 1px;   
}
table.list tr.lastrow {
  border: 0;
}
table.list td {
  padding: 9px 10px 8px 10px;
}
table.list td h3 {
  text-align: left;
  font-family: Verdana;
}
table.list td h3 a,
table.list td h3 a:link,
table.list td h3 a:active,
table.list td h3 a:visited {
  color: #3E3E3E;
  text-decoration: none;
}
table.list td h3 a:hover {
  color:#000000;  
  text-decoration: underline;
}
table.list td p {
  padding-left: 10px;
  font-size: 11px;
}

/* DIFF */
.diff_delete {
  background-color: #f44;
}
.diff_add {
  background-color: #8f4;
}

/* forms.css */
#centered_box {
  /*text-align: center; */ 
}

/* FORM */
form {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;   
  border-width: 0px;
  /*text-align: center;*/
}
form#register,
form#login,
form#password_reset,
form#new_topic,
form#edit_topic,
form#topic_post {
  margin-top: 12px;
  margin-left: 12px;
}
fieldset {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;   
  border-width: 0px;
  /*text-align: right;*/
}
fieldset p {
  /*clear: both;*/
}
fieldset p#remember_me {
  margin-left: 45px;
}
input[type=text],
input[type=password],
textarea {
  border: 1px solid #999999;
}
input[type=text],
input[type=password] {
  height: 20px;
  padding: 0 4px;
  margin: -2px 12px -2px 0;
}
input[type=text].wide,
input[type=password].wide {
  width: 80%;
}
textarea {
  width: 80%;	
  height: 270px;
  padding: 3px 3px;
  margin: -2px 0;
}
label {
  display: block;
  float: left;
  width: 110px;
  padding-right: 2px;
}
form#register label {
  width: 100px;
}
form#login label {
  width: 45px;
}
form#password_reset label {
  width: 45px;
}
form#new_topic label {
  width: 50px;
}
form#edit_topic label {
  width: 50px;
}
label.inline {
  display: inline;
  float: none;
  clear: none;
  padding-right: 12px;
}
.clearing {
  display: block;
  zoom: 1; /* gives layout to ie? */
}
.clearing:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
* html .clearing {
  height: 1%;
}
p.buttons {
  margin-top: 21px;
  margin-left: 100px;
}
form#login p.buttons {
  margin-left: 45px;
}
form#password_reset p.buttons {
  margin-left: 45px;
}
form#new_topic p.buttons,
form#edit_topic p.buttons {
  margin-left: 50px;
}
form#topic_post p.buttons {
  margin-top: 5px;
  margin-left: 5px;
}
form#new_topic #topic_options,
form#edit_topic #topic_options {
  margin-left: 50px;
}
.hint {
  color: #aaa;
  font-size: 11px;
}

/* comments.css */
/* COMMENTS */
#comments {
  padding-bottom: 9px;
}
#comments h3 {
  font-size: 18px; 
  line-height: 18px; 
  margin: 18px 0 18px 0;
}
#comments ol {
  list-style-type: none;
  margin-left: 0;
}
#comments ol li {
  padding-bottom: 17px;
  margin-bottom: 18px;
  border-bottom: 1px solid #bbb;
}
#comments .meta p {
  margin: 0;
}
#comments .comment {
  padding-left: 220px;
}

/* COMMENTS FORM */
#comment_form_wrapper {
  padding-left: 220px;
  padding-bottom: 9px;
  margin-bottom: 26px;
  border-bottom: 1px solid #bbb;
}
#comment_user {
  float: right;
  margin-top: 3px;
}
#comment_form label {
  display: block;
  float: left;
  width: 100px;
}
#comment_form input {
  width: 180px;
}
#comment_form textarea {
  height: 150px;
  width: 99%;
}

/* forum.css */
table#boards {
  margin-top: 8px;  
}
table#boards td.count {
  width: 135px;
  font-size: 11px;
  text-align: right;
  margin-left: 10px;
}
table#topics {
  margin-top: 12px;
}
table#topics th.topic {
  padding-left: 12px;
}
table#topics th.posts {
  width: 30px;
  text-align: center;
}
table#topics th.latest {
  width: 130px;
  text-align: center;
}
table#topics td.topic {
  width: auto;
}
table#topics td.posts {
  width: 30px;
  text-align: center;
}
table#topics td.latest {
  width: 130px;
  text-align: center;
  font-size: 11px;
}
td.topic {
  padding-left: 36px !important;
  background: url(/images/adva_cms/icons/comment.gif) no-repeat 9px 10px;
}
td.locked {
  background: url(/images/adva_cms/icons/icon_padlock.gif) no-repeat 9px 10px;
}
.posts_list {
  margin-top: 12px;
  margin-left: 12px;
  margin-bottom: 12px; 
}
.posts_list .body {
  padding-top: 21px;
  margin-left: 170px;
}
.posts_list h1,
.posts_list h2,
.posts_list h3,
.posts_list h4,
.posts_list h5,
.posts_list h6 {
margin-left: 0px;
text-align: left;
font-family: Verdana;
}

/* POSTS FORM */
#post_user {
  float: right;
  margin-top: 3px;
}
#post_form {
  padding-left: 170px;
  padding-bottom: 8px;
  margin-bottom: 21px;
}
/*
#post_form form {
  padding-left: 12px;
  padding-top: 12px;
}
#post_form label {
  display: block;
  float: left;
  width: 100px;
}
#post_form input {
  width: 180px;
}
#post_form textarea {
  height: 150px;
  width: 99%;
}
*/

/* PAGINATION */
#pagination {
  clear: both; 
}
div.pagination {
  margin-top: 1em;
  /*background: #f6f6f6;*/
  /*border: 1px solid #dddddd;*/
  text-align: center;
  padding: 1em;
  font-size: 11px;
}
div.pagination a, div.pagination span {
  padding: .2em .3em;
}
div.pagination span.disabled {
  color: #AAA;
}
div.pagination span.current {
  font-weight: bold;
  background-color: #dddddd;
}
div.pagination a {
  text-decoration: none;
  color: black;
}
div.pagination a:hover, div.pagination a:focus {
  text-decoration: underline;
}

/* CALENDAR */
#calendar .calendar {
  margin-top: 12px;
  font-size: 10px;
}
#calendar .calendar th {
  font-weight: normal;
}

#calendar .next_month,
#calendar .previous_month {
  font-weight: normal;  
}
#calendar .current_month {
  font-weight: bold;
  padding-left: 3px;
  padding-right: 3px;
}
#calendar a.next_month,
#calendar a.next_month:link,
#calendar a.next_month:active,
#calendar a.next_month:visited,
#calendar a.previous_month,
#calendar a.previous_month:link,
#calendar a.previous_month:active,
#calendar a.previous_month:visited,
#calendar a.current_month,
#calendar a.current_month:link,
#calendar a.current_month:active,
#calendar a.current_month:visited {
  color: #999999;
  text-decoration: none;
}
#calendar a.next_month:hover,
#calendar a.previous_month:hover,
#calendar a.current_month:hover {
  color:#3E3E3E;  
  text-decoration: underline;
}
#calendar a.next_month:after {
  font-size: 9px;
  padding-left: 3px;
  content: ">>";
}
#calendar a.previous_month:before {
  font-size: 9px;
  padding-right: 3px;
  content: "<<";
}

#calendar .day {
  color: #3E3E3E;
  font-weight: normal;
}
#calendar .day_with_events {
  color:#3E3E3E;
  font-weight: bold;
}

#events ul.list {
padding-left: 27px;
}
#events ul.list li {
padding-bottom: 12px;
font-size: 12px;
list-style: circle;
}
#events ul.list li a,
#events ul.list li a:link,
#events ul.list li a:active,
#events ul.list li a:visited {
color: #3E3E3E;
text-decoration: none;
font-weight: bold;
}
#events ul.list li a:hover {
color:#000000;  
text-decoration: underline;
}
#events .empty {
  margin-top: 12px;
  margin-left: 12px;
  margin-bottom: 12px;
  font-size: 11px;
}

#events_notify {
margin-top: 12px;
margin-left: 12px;
padding-top: 8px;
padding-left: 8px;
border-top-color: #D0D0D0;
border-top-style: solid;
border-top-width: 1px;
font-style: italic;
font-size: 11px;
}

#events_notify a {
font-weight: bold;
}

#events_notify a,
#events_notify a:link,
#events_notify a:active,
#events_notify a:visited {
color:#3E3E3E;
text-decoration: none;
}
#events_notify a:hover {
color: #999999;
text-decoration: underline;
}

