/* =========== */
/* = generic = */
/* =========== */
body {
  font-size: 13px;
  font-family: Helvetica, Arial, sans-serif;
  background: white;
}

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

a img {
  border: none;
}

.line {
  float: left;
  width: 100%;
  display: block;
  position: relative;
}

.item {
/*   position: relative; */
  float: left;
/*   left: 100%; */
}

ul {
  list-style: none;
}

ul.menu li {
  float: left;
}

h2 {
  margin-bottom: 15px;
}


/* ============= */
/* = container = */
/* ============= */
div.container {
  width: 980px;
  margin: 0 auto;
}

/* ========== */
/* = header = */
/* ========== */
div#header {
  background: white;
  border-bottom: solid 2px #96a1b5;
}

div#header h1 {
  position: absolute;
  bottom: 0;
}

div#header h1 a {
  display: block;
  font-size: 14px;
  padding-left: 20px;
}

/* div#header h1 a.ulepszamy strong { */
/*   visibility: hidden; */
/* } */
/*div#header h1 a.site_logo strong {
  color: #000;
  font-size: 51px;
  position: relative;
  top: 5px;
  left: -40px;
}
*/
div#header h1 a .site_logo {
  color: #303030;
/*   position: relative; */
/*   top: 14px; */
/*   left: -40px; */
  font-size: 42px;
  letter-spacing: -2px;
  font-size: 36px;
}

div#header h1 a.site_logo strong {
  color: #000;
}

/* template-dependent */
div#header h1 a.ulepszamy {
/*   width: 315px; */
/*   height: 70px; */
  background-repeat: no-repeat;
  background-position: center left;
  float: left;
}

div#header h1 a.site_logo {
  background-repeat: no-repeat;
  background-position: center left;
  width: 280px;
  float: left;
  margin-left: 10px;
  height: 70px;
}

/* template-dependent */
div#header div.container {
  position: relative;
  overflow: hidden;
  height: 46px;
}

div#header div#userbox {
  font-size: 12px;
  padding-right: 20px;
  position: absolute;
  right: 0;
  bottom: 0;
}
div#header div#userbox a {
  vertical-align: middle;
  line-height: 20px;
}

/* template-dependent */
div#header a, div#header span {
/*   display: block; */
/*   float: left; */
/*   padding: 8px 7px; */
}

div#header div#userbox a {
  margin-left: 4px;
}

div#header div#userbox a.first {
  margin-left: 0;
}

div#header div#userbox a.email {
  background: none;
}

div#header div#userbox a.avatar {
  padding: 0;
}

div#header div.tabs {
  float: right;
  clear: both;
}

div#header div.left {
/*   margin-left: -100%; */
  width: 65%;
}

div#header div.right {
/*   margin-left: -35%; */
  width: 35%;
}


/* =========== */
/* = content = */
/* =========== */
div#content_container {
  width: 100%;
  padding-top: 15px;
  clear: both;
  background: #e0e0e0;
}

div#content_container div.tabs ul {
  margin: 0 20px;
}

div#content_container div.tabs ul li {
  margin-right: 10px;
  float: left;
}

div#content_container div.tabs ul li.newIdea {
  float: right;
  margin-right: 0;
}

div#content_container div.tabs ul li a {
  display: block;
  color: #000;
  font-size: 18px;
  padding: 4px;
}
div#content_container div.tabs ul li {
  background: #bebebe url(/images/tab_inactive_left.png) left top no-repeat;
  padding-left: 5px;
}
div#content_container div.tabs ul li a {
  background: transparent url(/images/tab_inactive_right.png) right top no-repeat;
  padding: 8px 9px 4px 4px;
  color: white;
}

div#content_container div.tabs ul li.selected {
  background: white url(/images/tab_active_left.png) left top no-repeat;
}
div#content_container div.tabs ul li.selected a {
  background: transparent url(/images/tab_active_right.png) right top no-repeat;
  color: #52a2c1;
}

div#content_container div.tabs ul li.newIdea {
  background: #ff942b url(/images/tab_add_left.png) left top no-repeat;
}
div#content_container div.tabs ul li.newIdea a {
  background: transparent url(/images/tab_add_right.png) right top no-repeat;
}
div#content_container div.tabs ul li.newIdea a:before {
  content: "+";
}

div#content {
  margin: 0 20px 20px;
  padding: 10px;
  background: white;
  font-size: 12px;
  clear: both;
  width: 920px;
}

div#content div.right {
  float: right;
  width: 231px;
  padding-bottom: 20px;
}

div#content div.right .right_content {
  background: #ededed;
  margin-bottom: 10px;
}

div#content div.right p {
  padding: 0 15px;
  margin: 5px 0;
}

div#content div.sap-content {
  width: 680px;
  float: left;
}

/* =========== */
/* = sidebar = */
/* =========== */
div#content ul li {
  margin-top: 4px;
}

div#content ul.categories li {
  width: 222px;
}

div#content ul.categories li a {
  display: block;
  height: 26px;
  line-height: 26px;
  padding: 0 15px;
}

div#content ul.categories li.selected a {
  background: url(/images/current_category.png) left top no-repeat;
}

div#content ul.statuses {
  overflow: hidden;
  margin-bottom: 15px;
}

div#content ul.statuses li {
  float: left;
  margin-right: 15px;
}

div#content ul.statuses li a {
/*   display: block; */
/*   padding:; */
/*   text-align: right; */
  background: transparent !important;
  color: #0193AD !important;
}

div#content ul.statuses li a:hover {
  color: #006B7E;
}

div#content p {
  font-size: 13px;
  margin-top: 10px;
}

div#usersbox {
  width: 222px;
}

div#usersbox h3 {
  margin-bottom: 10px;
}

div#usersbox img {
  margin: 1px;
}

div#new_users, div#active_users {
  margin-bottom: 10px;
}

div#feed div.timeline_event {
  overflow: hidden;
  margin-bottom: 20px;
}

div#feed div.event_actor {
  float: left;
  width: 100px;
  text-align: center;
  margin-right: 20px;
}

div#feed div.event_actor img {
  display: block;
  margin: 0 auto 10px;
}

div#feed div.event_action {
  float: left;
  width: 520px;
  position: relative;
  padding: 15px 10px;
  background: #ededed;
}

div#feed div.event_action span.triangle {
  position: absolute;
  left: -10px;
  top: 15px;
  border-top: solid 7px white;
  border-bottom: solid 7px white;
  border-right: solid 10px #ededed;
}

/* ========== */
/* = footer = */
/* ========== */

div#footer {
  height: 40px;
  line-height: 40px;
  border-top: solid 2px #96A1B5;
}

div#footer a {
  color: #000;
  font-size: 13px;
}

div#footer p {
  width: 100%;
  height: 40px;
  line-height: 4  0px;
  text-align: center;
}

/* ========= */
/* = ideas = */
/* ========= */
/* nagłówek */

div.idea {
  margin-bottom: 20px;
  overflow: hidden;
}

div.idea div.title h2 {
  margin-bottom: 5px;
}

div.idea div.title h2 a {
  float: left;
  margin-right: 8px;
}

div.idea div.title a.grey {
  font-size: 11px;
  margin-top: 5px;
  float: left;
  margin-right: 8px;
  font-weight: normal;
  line-height: 20px;
  height: 20px;
  color: #777;
}

div.idea div.title a.grey img{
  margin-right: 3px;
  float: left;
}

div.idea div.title {
/*  border-bottom:3px solid #CBCBCB;*/
  float:left;
  margin-bottom:5px;
  padding-bottom:4px;
  padding-left:0;
  text-align:left;
  width:570px;
}
div.idea div.content {
  float:left;
  width: 570px;
}
div.idea div.title span {
  color: #777;
  float: right;
  margin-top: 10px;
  position: relative;
  z-index: 10;
}

div.idea div.title span a {
  font-weight: bold;
}

div.idea div.title h2 {
  position: relative;
  top: 7px;
}

div.idea div.title h2 a {
  font-size: 20px;
  color: #000;
}

/* nagłówek był. czas na kontent */
div.idea div.content div.avatar{
  width: 46px;
  height: 40px;
  background-repeat: no-repeat;
  padding-left: 5px;
  padding-top: 5px;
  overflow: hidden;
  float:left;
}

div.idea div.content div.description {
  float:left;
  line-height:1.5em;
  width:570px;
}



div.idea div.content div.description div.author {
  color: #777;
/*  border-bottom: 2px solid #e1e1e1;*/
  height: 20px;
  margin-bottom: 3px;
}

div.comments {
  margin-bottom: 30px;
}

div.comments div.addComment {
  display: block;
  clear: both;
  padding-top: 15px;
  padding-left: 15px;
  margin-top: 15px;
}

div.idea div.content div.description div.commentsandvotes {
  margin-top: 5px;
  text-align: left;
}

div.idea div.content div.description div.commentsandvotes span.right {
  float: right;
}

div.idea div.content div.description div.commentsandvotes a {
  margin-right: 10px;
}

div.idea div.content div.description div.author a img.avatar {
  float: left;
  margin-right: 5px;
}

div.idea div.status {
  margin-bottom: 5px;
  font-size: 12px;
}

div.idea div.status strong {
  padding: 5px;
  display: block;
}

div.idea div.status p {
  padding: 5px;
  font-size: 12px;
}

div.idea div.votebox {
  float: left;
  margin-right: 15px;
  width: 90px;
  margin-top: 10px;
  height: 100px;
}

div.idea div.voteup, div.idea  div.votedown {
  background-position: 50% 5px;
  float: left;
  width: 40px;

}

div.idea div.voteup {
/*  float: left;*/
}

div.idea div.voteup a, div.idea div.votedown a {
}

div.idea div.voteup a, div.idea div.votedown a, div.idea div.voteup span, div.idea div.votedown span {
  color: #aaa;
  font-size: 11px;
/*  padding-top: 32px;*/
  text-align: center;
  display: block;
  height: 45px;
  line-height: 78px;
  overflow: hidden;
}

div.idea div.voteup strong, div.idea div.votedown strong {
  color: #555;
}


div.idea div.votebox div.votes {
  background: url(/images/points_background.png) center no-repeat;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 20px;
  color: #555;
}

div.idea div.votebox div.invitebox {
  display: none;
  text-align: center;
  margin-top: 3px;
  font-weight: bold;
}

div.idea div.attachment {
  margin: 10px 0;
}

div.idea div.attachment a.attachment_file {
  padding: 5px;
  background: #e1e1e1;
  border: 1px solid #ddd;
  background-image: url('/images/attach.png');
  background-repeat: no-repeat;
  background-position: 2px 6px;
  padding-left: 22px;
}

div.idea div.attachment a.attachment_file span {
  color: #000;
}

div#voters {
  margin-bottom: 15px;
}

div#voters strong {
/*  display: block;*/
/*  float: left;*/
/*  width: 100px;*/
/*  text-align: right;*/
  margin-right: 10px;
  color: #555;
}

div#content div.comments div.left {
  width: 50px;
}

div#content div.comments div.right {
  float: left;
  width: 625px;
}

div.comments div.comment {
  margin: 5px 0;
}

div.comments div.value {
  background-color: #fff;
  padding: 8px 10px;
  margin-right: 5px;
}
div.comments div.avatar {
  width: 46px;
  height: 40px;
  background-repeat: no-repeat;
  padding-left: 5px;
  padding-top: 5px;
  margin-left: 10px;
  background-image: none !important;
}

div.comments div.desc {
  text-align: right;
  margin-right: 5px;
}

div.comments div.desc span.author {
  display: block;
  float: left;
}

div.comments div.desc span.author a {
  color: #195aff;
  font-size: 13px;
}

div.comments div.desc span.votes {
  padding: 3px;
  background: #e1e1e1;
  text-align: center;
  display: block;
  float: left;
  font-size: 20px;
}

div.comments div.desc a {
}

div.comments div.desc a.nickname {
  font-weight: bold;
}

div.comments span.voteinfo {
  float: right;
  color: #999;
}

div.comments h3#addComent {
  margin-bottom: 5px;
  display: none;
}

span.ideaWithVotes {
  display: block;
  margin-bottom: 5px;
}

span.ideaWithVotes span.vote {
  padding: 0 4px;
  margin-right: 5px;
}

ul.actions {
  margin-bottom: 10px;
}

ul.actions li {
  margin-bottom: 2px;
}

ul.actions li a {
  background: #efefef;
}
/* ============================== */
/* = generic: infoBox, flashmsg = */
/* ============================== */
div#content div.infoBox, div#flashNotice, div#flashError, div#flashWarning {
  padding: 10px;
/*  text-align: center;*/
  margin-bottom: 10px;
}

div#content div.infoBox p {
  margin: 5px 0;
  margin-bottom: 8px;
}

div.messageBox {
  padding: 20px 0;
/*  margin-bottom: 10px;*/
}

/* ==================== */
/* = generic: loading = */
/* ==================== */
#loading {
  display: none;
  position: fixed;
  margin: 0 auto;
  left: 50%;
  margin-left: -60px;
  width: 120px;
  padding: 5px;
  background: rgb(185, 0, 0);
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  /* ie6 position fixed fix */
  _position: absolute; _top: expression(ignoreMe = document.documentElement &&
  document.documentElement.scrollTop || document.body.scrollTop);
}

#loading img {
  margin-right: 5px;
}

/* ================== */
/* = generic: table = */
/* ================== */
table {
  width: 100%;
}

td {
  background: #e1e1e1;
}

/* ================== */
/* = generic: forms = */
/* ================== */
fieldset.generic {
  border: none;
}

fieldset.generic legend {
  display: none;
}

fieldset.generic ol {
  list-style: none;
}

fieldset.generic ol li {
  margin-bottom: 10px;
  clear: both;
}

fieldset.generic ol li.submit {
  text-align: center;
}

fieldset.generic label {
  display: block;
  font-weight: bold;
  color: #444;
}

fieldset.generic li.text input, fieldset.generic li.text textarea {
  padding: 2px;
  font-size: 13px;
  width: 300px;
  margin: 5px 0;
/*  border: 1px solid #999;*/
}

fieldset.generic li.checkbox {
  overflow: hidden;
  width: 300px;
  margin: 10px 0;
}

fieldset.generic li.checkbox input {
  float: left;
  margin-right: 5px;
  display: block;
}

fieldset.generic li.checkbox label {
  float: left;
  white-space: nowrap;
}
fieldset.generic li.text textarea {
  height: 70px;
  font-size: 13px;
/*  border: 1px solid #999;*/
}

fieldset.generic li.other input, fieldset.generic li.other select {
/*  width: 300px;*/
  margin: 5px 5px;
  padding: 2px;
}

/* =============== */
/* = forms: idea = */
/* =============== */
fieldset.generic.idea li.text input {
  padding: 2px;
  font-size: 15px;
  font-weight: bold;
}

fieldset.generic.idea li.text input, fieldset.generic.idea li.text textarea {
  width: 450px;
}

/* ============= */
/* = paginacja = */
/* ============= */
div.pagination {
  margin: 10px auto;
  width: 50%;
}
div.pagination a {
  padding: 3px 5px;
  border: 1px solid #ccc;
}

/* ============== */
/* = users/show = */
/* ============== */
#showProfile div#commentBox, #showProfile div#watchedBox, #showProfile div#votedBox, #showProfile div#ideasBox {
  margin-bottom: 10px;
}

#showProfile {
  float: left;
  width: 680px;
}

#showProfile h2#userName {
  clear: both;
}

#showProfile h2#userName img {
  float: left;
  margin-right: 5px;
}

#showProfile div#commentBox ul li {
  margin-bottom: 3px;
}

#showProfile div#commentBox ul li {
  margin-bottom: 9px;
}

#showProfile div#commentBox ul li div a span {
  display: block;
  margin-left: 10px;
  color: #333;
}

#showProfile ul.actions {
  clear: both;
  margin: 10px 0;
}

#showProfile ul.actions li a {
  display: block;
  width: 30%;
  margin-bottom: 3px;
  padding: 3px;
}

#theresnothinghere {
  padding: 20px;
  text-align: center;
}

#theresnothinghere h2 {
  margin-bottom: 10px;
  font-weight: normal;
  display: none;
}


body.home #userbox {
  display: none;
}

div.comments div.desc span.vote span {
  display: block;
  float: right;
  width: 20px;
}

#sidebarLogo {
  width: 231px;
  text-align: center;
  display: block;
  margin-bottom: 10px;
}

#discussionEmpty {
  padding-top: 25px;
  padding-left: 15px;
}

h3#discussion, h3#votersHeader {
  margin-top: 50px;
  padding-bottom: 5px;
}

h3#discussion {
  margin-top: 20px;
}

#adminInfo {
  padding: 15px;
  margin-bottom: 10px;
}

#howToBox {
  text-align: center;
  margin-bottom: 10px;
}

#howToBox a {
  margin: 0 10px;
}

p.add_note {
  padding: 10px 0;
  font-size: 14px;
}

p.add_note a {
  font-size: 16px;
}

hr {
  margin: 10px 0;
}

div.noResults p {
  margin: 10px 0;
}

div.noResults li {
  margin-bottom: 5px;
}

div.noResults li a {
  width: 100%;
  display: block;
  padding: 5px 0;
}

#userProfileBox {
/*  float: left;*/
}

#userProfileContent {
/*  float: right;*/
}


/* ======== */
/* = maps = */
/* ======== */
#idea_map {
  width: 570px;
  height: 400px;
}
#new_idea_gmap {
  width: 485px;
  height: 350px;
}

form#new_idea {
  width: 485px;
  float: left;
  overflow: hidden;
}

/* ============= */
/* = searchBox = */
/* ============= */
#searchBox {
  padding: 14px 10px 10px 0;
  text-align: right;
}

#searchBox #searchQuery {
  width: 130px;
}

#searchBox #searchButton {
  width: 65px;
}

/* ie6 hack */
/**html #searchBox {
  left: 505px;
}

*/
#similarIdeas {
  overflow: hidden;
}

#similarIdeas > div {
  margin-bottom: 15px;
}

#similarIdeas div.similarIdeaDescription a {
/*  color: #000;*/
}

#similarIdeas div div {
/*  background: #f5f5f5;*/
}

a.similarIdeaLink {
/*  font-size: 14px;*/
  font-weight: bold;
}

ul.logos li {
  margin-bottom: 20px;
}

ul.logos li a {
  display: block;
}

ul.logos li a img {
  border: 1px solid #fff;
  padding: 3px;
}

ul.logos li a:hover img {
  border: 1px solid #ccc;
}

/* invites */
#inviteFriends form li.text {
  float: left;
  width: 45%;
  clear: none;
}
#inviteFriends form li.odd {
  clear: left !important;
}

#inviteFriends form li.short_text {
  float: left;
  width: 180px;
  clear: none;
  padding-right: 20px;
}

#inviteFriends form li.short_text input {
  float: left;
  width: 180px;
  clear: right;
}

#inviteFriends form li.text.textarea {
  float: none;
  clear: both;
  width: 100%;
  height: 90px;
}

#inviteFriends form li.text.textarea textarea {
  width: 85%;
}

#inviteFriendsImg {
  overflow: hidden;
  display: block;
  text-align: center;
}

#inviteFriends form {
  padding: 10px 0;
}

#inviteFriends p {
  height: 34px;
  line-height:34px;
}
/* modal window */
#modal {
  display: none;
  position: fixed;
  top: 17%;
  left: 50%;
  margin-left: -300px;
  width: 600px;  
  background-color: #EEE;
  color: #333;
  border: 1px solid black;
  padding: 12px;
}

.jqmOverlay { background-color: #000; }

/* Fixed posistioning emulation for IE6
  Star selector used to hide definition from browsers other than IE6
  For valid CSS, use a conditional include instead */
* html #modal {
  position: absolute;
  top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}