@charset "utf-8";
/* CSS Document */

h1, .h1_entry {
  color: #87898b;
  font-size: 30px;
}

.h1_entry {
  margin-bottom: 0px;
}

h2 {
  color: #35a8dc;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0px;
}

a:link, a:visited, a:active, a:hover {
  color: #35a8dc;
  text-decoration: none;
}

.menu_nav:link, .menu_nav:active, .menu_nav:visited {
  color: #35a8dc;
  text-decoration: none;
}

.menu_nav:hover {
  text-decoration: underline;
}

div.downline {
  border-bottom: 1px dotted #c4c6c8;
  height: 0px;
  margin-bottom: 20px;
  width: 100%;
}

.entry_cont {
  background: transparent;
  height: 175px;
  margin-bottom: 40px;
  width: 100%;
}

img.blog_entry_img {
  border: 1px solid #e2e2e2;
  float: left;
  margin-right: 20px;
}

span.entry_date {
  color: #999999;
  font-size: 11px;
}

span.title_date {
  color: #35a8dc;
  font-size: 15px;
}

p.entry_content {
}

.entry_readmore {
  margin: 0px;
  padding: 0px;
  text-align: right;
}

.entry_post {
  width: 100%;
}

#post_img {
  float: left;
  position: relative;
  width: 230px;
}

#post_cont {
  margin-left: 230px;
  min-height: 175px;
  padding: 0px 0px 10px 20px;
}

#post_cont p {
  margin: 0;
  padding: 0 0 15px 0;
}

#post_comments {
  border-top: 1px dotted #c4c6c8;
  padding-top: 5px;
}

span.advertise, 
span.advertise_done {
  background: #FAFAFA;
  border: 1px dotted #C4C6C8;
  border-radius: 5px;
  color: #C00;
  display: block;
  margin-bottom: 10px;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

span.advertise_done {
  color: #22BB22;
  font-weight: bold;
}

span.comments {
  color: #35a8dc;
  font-size: 16px;
  font-weight: bold;
}

#com_label {
  color: #000000;
  font-weight: bold;
}

.com_input {
  border: 1px solid #858585;
  color: #999999;
  padding: 2px;
  width: 300px;
}

.com_submit {
  background: transparent;
  border: none;
  color: #35a8dc;
  padding: 2px;
  text-align: right;
  width: 300px;
}

.com_post_usr {
  color: #222222;
  font-weight: bold;
}

.com_post_com {
  margin: 4px 0px;
  padding: 0px;
}

.com_post_date {
  color: #35a8dc;
  font-weight: bold;
}

.post_img {
  border: 1px solid #858585;
}


/* ///////////////// Blog Archive ///////////////// */

#ba_title {
  color: #414042;
  font-size: 18px;
  font-weight: bold;
}

.ba_unlist {
  margin: 0px 0px 10px 0px;
  padding: 0px;
}

.ba_list, .ba_sublist {
  display: inline;
  font-size: 14px;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}

.ba_sublist {
  font-size: 12px;
  font-weight: normal;
  padding: 3px 3px 3px 10px;
}

.ba_remark {
  font-weight: bold;
}

.ba_link:link, .ba_link:active, .ba_link:visited {
  color: #58595b;
  text-decoration: none;
}

.ba_link:hover {
  color: #111111;
}
/* ////////////////// Last Comments ///////////////// */

.last_comm_cont {
  margin: 0px 0px 10px 0px;
}

.last_comm_user {
  color: #222222;
  font-size: 12px;
  font-weight: bold;
}

/* ///////////////// Admin Area ///////////////// */
#cont_login {
  height: 200px;
  padding: 200px 50px 50px 100px;
  text-align: left;
}

#ff_blog_form {
  margin: 0px;
  padding: 10px;
}

.ff_form_title, .ff_form_label, .ff_form_input, .ff_form_submit, .ff_form_note {
  background: transparent;
  color: #404040;
  display: block;
  float: left;
  list-style: none;
  padding: 5px 10px 0px 0px;
  text-align: right;
  width: 120px;
}

.ff_form_title, .ff_form_input, .ff_form_note, .ff_form_submit {
  float: none;
  padding: 3px;
  text-align: left;
  width: 300px;
}

.ff_form_title {
  text-align: left;
}

.ff_form_submit {
  padding: 3px 3px 3px 235px;
}

.ff_form_note {
  color: #858585;
  font-size: 10px;
}

.minimunheight {
  min-height: 600px;
}

.ff_publishSubmit {
  background: transparent;
  border: none;
  color: #35a8dc;
  cursor: pointer;
  font-size: 16px;
}

.showrow, 
.showrow_true, 
.showrow_hide {
  background: #f0f0f0;
  border-bottom: 1px solid #858585;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  margin: 20px 0px 0px 0px;
  padding: 10px;
  text-shadow: #FFF -1px 1px 1px;
  -webkit-text-shadow: #FFF -1px 1px 1px;
  -moz-text-shadow: #FFF -1px 1px 1px;
}

.showrow_hide , 
.showrow_true {
  font-size: 11px;
}

.showrow_hide {
  border-top: 2px solid #C00;
}

.showrow_true {
  border-top: 2px solid #2B2;
}

.showrowac {
  background: #e2e2e2;
  border-bottom: 1px solid #858585;
  border-right: 1px solid #858585;
  display: inline;
  list-style: none;
  padding: 5px 10px 5px 10px;
  margin-right: 5px;
}
