/*
  * (c) Toms Burkovskis
  * toms@aiz.lv
*/

body {
  margin: 0px;
  background-color: #fff;
  font-size: 12px;
  font-family: arial;
  color: #333;
  cursor: default;
  overflow-y: scroll;
}

:focus { outline: none; }
img { border: none; }

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

.loading { background: url(/img/load.gif) no-repeat center; height: 16px; padding: 5px 0px; }
.line { border-bottom: 1px dotted #bbb; margin: 10px 0px; }
.space { margin: 10px 0px; }
.clear { clear: both; }

ul { line-height: 20px; }

.error { background-color: #ffc5c5; border: 1px solid #d3a2a2; padding: 5px 10px; font-weight: bold; color: #764949; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; line-height: 18px; }
.msg { background-color: #fbef74; border: 1px solid #dad06a; padding: 5px 10px; font-weight: bold; color: #6b664c; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; line-height: 18px; }
.msg a { color: #000; text-decoration: underline; }
.msg a:hover { text-decoration: none; }
.success { background-color: #beffb3; border: 1px solid #98ce8f; padding: 5px 10px; font-weight: bold; color: #557450; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; line-height: 18px; }

input, select, .load { border: 1px solid #ccc; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; font-size: 13px; }
input:focus { border: 1px solid #888; }
.submit { background: url(/img/bg_button.gif) 0px 0px; color: #888; padding: 2px 5px; font-weight: bold; font-size: 13px; text-shadow: 1px 1px #fff; }
.submit:focus { border: 1px solid #ccc; }
.submit:hover { cursor: pointer; background: url(/img/bg_button.gif) 0px -30px; }

h3 { margin: 0px 0px 10px 0px; font-size: 16px; font-weight: bold; border-bottom: 1px dotted #bbb; padding-bottom: 5px; }
h4 { margin: 0px 0px 0px 0px; font-size: 14px; font-weight: bold; border-bottom: 1px dotted #bbb; padding-bottom: 5px; color: #888; }

.load { background: url(/img/bg_button.gif) 0px 0px; color: #888; padding: 5px; font-weight: bold; font-size: 13px; text-shadow: 1px 1px #fff; display: block; text-align: center; }
.load:hover { background: url(/img/bg_button.gif) 0px -30px; text-decoration: none; }
.more .loading { padding: 15px 0px; }

#top {
  width: 1000px;
  line-height: 40px;
  margin: 0 auto;
  overflow: hidden;
  border-bottom: 1px dotted #bbb;
}

#top .left { float: left; width: 100px; }
#top .nav { float: left; width: 400px; }
#top .right { float: right; }

#top .nav a, #top .right a { color: #888; font-size: 12px; padding: 0px 5px; border-right: 1px solid #ccc; }
#top .nav a:hover, #top .right a:hover { color: #333; text-decoration: underline; }
#top .nav .last { border: none; }
#top .right .last { padding-right: 0px; border: none; }

#top .login { margin: 4px 0px; }
#top .input { padding: 3px; width: 130px; }
#top .submit { padding: 2px 5px; }

#wrapper {
  margin: 0 auto;
  width: 1000px;
  background: #fff;
  padding-top: 20px;
  overflow: hidden;
}

#info { width: 1000px; margin: 0 auto; margin-top: 10px; height: 30px; }

#col1, #col2 { float: left; width: 320px; margin: 0px 20px 0px 0px; }
#col3 { float: left; width: 320px; margin: 0px 0px 0px 0px; }

.source { margin-bottom: 20px; }
.source .content { border: 1px solid #ddd; border-top: none; padding: 0px 10px; -moz-border-radius-bottomright: 5px; border-bottom-right-radius: 5px; -moz-border-radius-bottomleft: 5px; border-bottom-left-radius: 5px; }
.source .options { border: 1px solid #ddd; background: #ddd url(/img/options_bg.gif) repeat-x; border-bottom: 1px solid #ddd; line-height: 16px; height: 16px; padding: 2px 10px; overflow: hidden; }
.source .options:hover { cursor: move; }
.source .options .title { float: left; width: 150px; font-weight: bold; }
.source .options .logo { float: left; width: 16px; padding-right: 5px; }
.source .options .right { float: right; color: #666; font-size: 11px; }
.source .options .right a { color: #888; }
.source .options .right a:hover { text-decoration: none; cursor: pointer; }
.source .options .close { background: url(/img/options.gif) no-repeat 0px 0px; padding-left: 16px; }
.source .options .close:hover { background: url(/img/options.gif) no-repeat 0px -14px; }
.source .options .open { background: url(/img/options.gif) no-repeat 0px -28px; padding-left: 16px; }
.source .options .open:hover { background: url(/img/options.gif) no-repeat 0px -42px; padding-left: 16px; }
.source .item { border-bottom: 1px dotted #bbb; padding-bottom: 5px; margin-bottom: 5px; color: #444; }
.source .first { padding-top: 10px; }
.source .last { border: none; }
.source .item .post { padding: 5px; display: none; }
.source .item .title { font-weight: bold; color: #444; }
.source .item .info { color: #888; padding-bottom: 2px; font-size: 11px; }
.source .item .fav { background: url(/img/fav.gif) no-repeat 0px 0px; padding-left: 18px; }
.source .item .fav:hover { background: url(/img/fav.gif) no-repeat 0px -14px; }
.source .item .fav_delete { background: url(/img/fav.gif) no-repeat 0px -28px; padding-left: 16px; }
.source .item .fav_delete:hover { background: url(/img/fav.gif) no-repeat 0px -42px; }
.source .pg { text-align: center; padding: 5px 0px 10px 0px; font-size: 10px; font-weight: bold; }
.source .pg a { color: #666; padding: 1px 4px; border: 1px solid #fff; }
.source .pg a:hover { text-decoration: underline; }
.source .pg .current, .source .pg .current:hover { border: 1px solid #ddd; text-decoration: none; }

.register { width: 50%; line-height: 30px; }
.register .input { padding: 3px; width: 180px; }
.register .submit { margin-top: 3px; }

.register_why .submit { margin-left: 65px; }

.settings { border-collapse: collapse; width: 40%; line-height: 30px; }
.settings select { width: 130px; }
.settings .submit { margin-top: 3px; }

.favorite { border-bottom: 1px dotted #bbb; }
.favorite .title { font-weight: bold; font-size: 16px; padding: 10px 10px 0px 10px; }
.favorite .post { padding: 5px 20px 5px 20px; }
.alt { background-color: #f1f1f1; }
.favorite .info { padding: 0px 10px 0px 10px; color: #888; font-size: 11px; line-height: 16px; overflow: hidden; }
.favorite .info .source { float: left; width: 16px; padding-right: 5px; }
.favorite .info .time { float: left; width: 300px; }
.favorite .info .right { float: right; }
.favorite .link { background: url(/img/link.gif) no-repeat 0px 0px; padding-left: 22px; }
.favorite .link:hover { background: url(/img/link.gif) no-repeat 0px -14px; padding-left: 22px; }
.favorite .del { background: url(/img/fav.gif) no-repeat 0px -28px; padding-left: 16px; }
.favorite .del:hover { background: url(/img/fav.gif) no-repeat 0px -42px; }

.column { min-height: 100px; }
.column .placeholder {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  margin-bottom: 18px;
}

#footer { width: 1000px; margin: 0 auto; font-size: 11px; color: #888; border-top: 1px dotted #bbb; margin-top: 30px; padding: 10px 0px 40px 0px; overflow: hidden; }
#footer .left { float: left; }
#footer .right { float: right; text-align: right; }
#footer .right a { font-weight: bold; color: #cc0000; }

#share {
  position: absolute;
  margin: -30px 0px 0px 360px;
}