/* genric styles & bootstrap overrides */
img{
	box-shadow: none;
}

body {
	font-family: Arial, sans-serif;
	background-position: 50% 320px;
	margin-top: 15px;
}

input[type=text], input[type=password], textarea, select[multiple=multiple]{
	border-radius: 0;
	border: 1px solid #c1c1c1;
	background: #f2f2f2;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

body input[type=file] {
	border: none;
	background: none;
}

a {color: #333;}
a:hover {color: #333;}
.container {
	width:1005px;
	padding:0 10px;
}
.form-actions {
	margin-left: 0px !important;
	border-top: none;
}
.container#content #main{
	margin-top: 222px;
	position: relative;
	z-index: 2;
}

#login-form{
	width: 480px;
	margin-top: -33px;
	margin-right: 18px;
	position: relative;
	z-index: 2;
}

#fancybox-content #login-form {
	margin-top: 0px;
}

#login-form #authenticated{
	text-align: center;
	margin-top: 21px;
width: 420px;
}

#login-form #not-authenticated{
	margin-top: 2px;
	width: 420px;
}

#login-form #not-authenticated input[type=text], #login-form #not-authenticated input[type=password]{
	width: 100px;
	background-color: transparent;
	display: block;
}

#login-form #not-authenticated input[type=password]{
	margin-bottom: 0;
}

#login-form #not-authenticated input{
	margin-left: 7px;
	border-color: #000000;
}

#login-form #not-authenticated #links{
	text-align: center;
	margin-top: 4px;
}

#login-form #not-authenticated #links a{
	display: block;
}

#login-form #not-authenticated #link-pass-reset{
	font-size: 10px;
	margin-left: 4px;
}


#login-form #not-authenticated input[type=submit]{
	width: 80px;
	display: inline-block;
	height: 28px;
	background-color: #fbce01;
	color: #000000;
	font-weight: normal;
}

#search-button{
	margin-top: 8px;
}


.row {margin-left:0px;}
[class*="span"] {margin-left:0px;}
.span12 {width:995px;}

.boxsizing{
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.boxsizing h3 {
    font-size:
}

#comments li {
	padding: 10px;
	word-wrap: break-word;
}
#comments li ul {
	padding: 5px 0 0 5px;
}

#comments li a {
    font-weight: bold;
}

#comments li a.reply {
	font-weight: normal;
}

#comments h2 {
    float: none;
    font-size: 1.1em;
}

textarea.xlarge {
	width: 400px;
}

.tooltip {
	font-size:12px;
}

.tooltip.in {
	opacity: 0.9;
}

.fancybox-header {
	display:block;
	font-size:1em;
	line-height:30px;
	font-weight: normal;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dfdfdf;
}

/* header section */
#user-panel {
	height:22px;
	padding:7px 0;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:0.9em;
	text-align:right;
	padding-right:20px;
	background-repeat: no-repeat;
}
.lt-ie9 #user-panel div {
	width:350px;
}
#header {margin-bottom:10px;}
#logo {display:block;
margin-bottom: 15px;}

#top{
	width: 100%;
	background-image: url(../img/top_bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #f2f2f2;
	padding-bottom: 90px;
	position: relative;
}

#top-blur-bg {
	margin:0 auto;
	position:absolute;
	display:none;
	width:100%;
	height:336px;
}

#search-box-wrapper {
	position: absolute;
	width: 1004px;
	height: 335px;
	/*background: #000000;*/
	z-index: 0;
	/*opacity:0.9;*/
}

#search-box {
	border-bottom: 2px solid #face01;
	width: 830px;
	height: 60px;
	position: absolute;
	bottom: 150px;
	right: 90px;
}

#search-box input {
	background:transparent;
	border: none;
	color: #999999;
	font-family: 'Roboto', arial, sans-serif;
	font-weight: 100;
	font-size: 35px;
	outline: none;
	height: 50px;
	margin-bottom: 10px;
	width: 780px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.ie #search-box input {
	line-height: 50px;
}

#search-box input:focus {
	outline: none;
}

#search-box a {
	background: #000000;
	font-size: 26px;
	font-family: 'Roboto', arial, sans-serif;
	font-weight: 200;
	color: #face01;
	width: 80px;
	height: 50px;
	border: 1px solid #999;
	padding: 0px 9px;
}

.index-boxes {
	position: relative;
	z-index: 2;
}

.index-boxes > div{
	width: 33%;
	height: 136px;
	background-color: #fbce01;
	margin-bottom: 10px;
	display: inline-block;
	padding-top:10px;
	position: relative;
	z-index: 9;
	padding-left: 10px;
	padding-right: 10px;
	font-family: 'Roboto', arial, sans-serif;
}

.index-boxes h3 {
    font-size: 1.85em;
    font-weight: bold;
    margin: 5px 0;
}

.index-boxes a{
	font-weight: normal;
}

.index-boxes.top-boxes div:nth-child(1){
	text-align: left;
	line-height: 18px;
	font-size: 12px;

}

.index-boxes.top-boxes div:nth-child(1) p{
	text-align: left;
	font-size: 13px;
	line-height: 18px;
	padding-left: 18px;
}

.index-boxes.top-boxes > div:nth-child(2){
	padding: 0;
	width: 34%;
}

.index-boxes.top-boxes > div:nth-child(2) img {
	width: 100%;
}

.index-boxes.top-boxes > div:nth-child(2) h4{
	font-size: 16px;
}


.top-boxes.index-boxes > div:nth-child(2){
	text-align: center;
}

.index-boxes#bottom-boxes div:nth-child(2){
	background-color: #f8b502;
	background-image: none;
	width: 34%;
}

.index-boxes > div:nth-child(3){
	background-color: #f7a901;
	padding-top: 5px;
}

.top-boxes.index-boxes > div:nth-child(3) h3{
	text-align: center;
	font-size: 26px;
	font-weight: normal;
	margin-top: 0;
}

.top-boxes #shadow-left{
	position: absolute;
	bottom: 0;
	left: -18px;
	z-index: -1;
}


.top-boxes #shadow-right{
	position: absolute;
	bottom: 0;
	left: 332px;
	z-index: -1;
}

.middle-baner p {
    margin-top: 0;
}

.horizontal-baner {
    margin-bottom: 10px;
    width: 100%;
}

.comments-link{
	color: #fad000;
	text-decoration: underline;
	font-weight: normal;
}

#interesting-myths{
	height: 348px;
}

/* menu */
#menu {
	height:58px;
	font-size: 14px;
}
#menu .nav {
	margin-top:-10px;
	margin-right: 15px;
}
#menu ul {
	margin-top:1px;
}
#menu .nav-pills > li {
	background-position:right 2px;
	background-repeat:no-repeat;
	font-size: 0.9em;
	height:40px;
}
#menu .nav-pills a {
	padding-top:10px;
	padding-bottom:10px;
}
#menu .nav-pills li.active {
	background-color: #000000;
	background-repeat: repeat-x;
}
#menu .nav-pills li.active a {
	color: #fbce01;
}
#menu .nav-pills > li > a:hover {
	background:none;
}
#menu .nav-pills > .active > a, .nav-pills > .active > a:hover {
	background:none;
	color:#333;
}

#menu .nav-tabs > li > a, .nav-pills > li > a {
	padding-right: 10px;
	padding-left: 10px;
}

.lt-ie8 #menu .nav-pills > li > a {
	padding-top:10px;
}

.nav-pills > li > a{
	padding-top: 0;
}

/* sidebar */
.sidebar {
	width:325px;
	margin-right: 25px;
	float:left;

}
.container-header {
	position:relative;
	font-weight:bold;
	font-size: 15px;
	text-indent: 15px;
	line-height: 36px;
	background: #e0e0e0;
	height: 35px;
}
.container-header .line-bottom{
	position: absolute;
	bottom: 0;
	height: 2px;
}

.container-header .line-left{
	width: 100%;
	background-color:  #fbce01;
}

.container-header .line-right{
	width: 30px;
	background-color:  #000000;
	right:0;
}

.right .container-header h1,
.left .container-header h3,
.left .container-header h1 {
    font-size: 15px;
    line-height: 36px;
    margin: 0;
}

.sidebar-content {
	padding-bottom:20px;
	background-color: white;
}

.sidebar-shadow-right {
	width:16px;
	float:left;
}
.sidebar-bottom {
	background:url(../img/sidebar_shadow_bottom.png);
	height:5px;
	width:330px;
}

/* sidebar myths */
.sidebar ul.myth-filters {
	list-style-type: none;
	height:30px;
	margin-top:0px;
	margin-left:5px;
	padding-top: 5px;
}
.sidebar .myth-filters li {
	float:left;
	font-size: 0.9em;
	margin-left:17px;
}

.sidebar .myth-filters input[type="radio"][value="1"] {
  margin-left: -13px;
  margin-right: 4px;
}

.sidebar .myth-filters input[type="radio"][value="-1"] {
  margin-left: 46px;
  margin-right: 4px;
}


.sidebar .myth-filters label {
	font-size: 1em;
	cursor: pointer;
}
.sidebar label {
	/*width:60px;*/
}
.nav-tabs.nav-stacked > li > a {
	border:none;
	font-weight:bold;
}
.nav-tabs.nav-stacked > li > a:hover {
	background:none;
}
.sidebar .nav li{
	background:url(../img/myth_menu_primary.png);
	background-repeat:no-repeat;
}
.sidebar .nav-tabs > .active > a {
	background: none;
	border: none;
}
.sidebar .nav li.active{
	background:url(../img/myth_menu_active.png) !important;
	background-repeat:no-repeat !important;
}
.sidebar .nav.children {
	margin:0px;
}
.sidebar .nav.children li {
	background:url(../img/myth_menu_sub.png);
	background-repeat:no-repeat;
	padding-left:30px;
	margin-top:1px;
}
.myth-sidebar {
    padding-left: 10px;
    padding-top: 10px;
}

.myth-image, .news-image{
	float:left;
	margin:5px 10px 5px 0;
}

.myth-video{
	width:100%;
	clear:both;
	word-wrap:break-word;
}

.ls-myth-buttons {
	margin-right: 10px;
}

/* main */
.main {
	width:653px;
	float:left;
}
.main-header {
	font-weight:bold;
	padding-left:15px;
	width:570px;
	height:40px;
	line-height:40px;
	background:url(../img/main_header_bg.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#main-padding {
	padding: 15px;
}
.main-content {
	background:#ffffff;
}
.lt-ie8 .main-content {
	padding-bottom:30px;
}
.main-content .form-actions {
	background: none;
}
.main-bottom {
	height:6px;
	width:650px;
	background:url(../img/main_shadow_bottom.png);
	background-repeat:no-repeat;
}
#login {
	width:500px;
	height:300px;
}
#myth-comments {
	width:650px;
}

/* polls */
.bar-poll, .bar2-poll{
	background-color: #d7d7d7;
	margin-bottom:8px;
	width: 0%;
	height: 32px;
	height: 23px\9;
	color: #000000;
	font-size: 16px bold;
	text-align: left;
	padding-left:1px;
	text-indent: 10px;
	padding-top:7px;
	background-repeat: repeat-x;
		-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.bar-wrapper{
	height:400px;
	vertical-align:middle;
	position:relative;
}

.bar-poll-detail, .bar2-poll-detail{
	margin-bottom:0px;
	width:55px;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	margin:0 auto;
	color: #666666;
	font-size: 16px bold;
	text-align: center;
	padding-top:0px;
	text-indent: 0px;
	padding-bottom:0px;
}

#poll-title{
	padding:20px 30px;
	text-align:left;
}

h1#poll-title-detail{
	margin:0 auto;
	margin-bottom:40px;
	margin-top:5px;
	width:80%;
	font-weight:bold;
    font-size:1em;
    line-height:1.4em;
}

#poll-title h1 {
	font-size:1.5em;
	line-height:1.6em;
	margin-bottom:20px;
}

#bars{
	width:44%;
}

#first-bar{
	margin:0 40px 0 40px;
}

.bars-wrap{
	height:400px;
}

#votes-count{
	padding:10px 0 20px 40px;
}

#myth-related{
	padding-left:10px;
	margin-top:5px;
}

#myth-related h2 {
    font-size: 1em;
    line-height: 1.4em;
}

#btn-poll-detail-yes, #btn-poll-detail-no{
	width:57px;
	height:36px;
	font-size: 16px;
	text-transform: uppercase;
}

.btn-poll {
	font-size: 14px;
	height: 33px;
	margin:0;
	width:40px;
	border: 1px solid #cccccc;
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

#poll-list .poll-entry{
	border:1px solid #F0EEEE;
}

.poll-header{
	margin-left:0;
}

/* left-sidebar */
/* buttons */
.bttn{
	display:block;
	font-weight: bold;
	color:#f9cf01;
	background-repeat: no-repeat;
	text-align:center;
    vertical-align:middle;
    background-color: #000000;
    border:0;
}

.index-add-myth-button, #myth-add-form input[type="submit"]#myth-add-send{
	background-image: url("../img/add_btn_bg2.png");
	background-repeat: no-repeat;
	background-position: top left;
}

.index-add-myth-button, #add-myth.bttn.add-myth{
	background-image: url("../img/add_btn_bg.png");
	background-repeat: no-repeat;
	background-position: top left;
    font-family: 'Roboto', arial, sans-serif;
    font-size: 21px;
    background-color: #000;
    color: #face01;
}

.index-add-myth-button {
    padding: 5px;
    position: absolute;
	bottom: 10px;
	height: 30px;
	width: 276px;
	line-height: 31px;
	font-weight: 300;
	text-align: center;
	left:50%;
	margin-left:-138px;
}

a.index-add-myth-button:hover{
	color: #face01;
}

.bttn:hover{
	text-decoration:none;
	color:white;
}

.btn-ls{
	display: inline-block;
	padding:1px 3px 1px 3px;
	height:21px;
	font-size: 11px;
	line-height: 21px;
	margin-bottom:10px;
}

.debunkt-myth{
	background-color: #000000;
}

.confirm-myth{
	background-color: #fad000;
	color: #000000;
}
.reply-myth{
	background-color: orange;
	color: #000000;
}



.debunkt-myth-detail, .confirm-myth-detail{
	font-size: 17px;
	font-weight: normal;
	height: 28px;
	margin-right: 15px;
	padding: 0 15px 0 15px;
	line-height: 28px;
}

.send{
	margin:0 auto;
	width:251px;
	height:58px;
	background-image: url("../img/btn-send.png");
	font-size: 16px;
	line-height: 29px;
  	text-transform:uppercase;
}

#myth-sort a{
	margin-right: 7px;
	cursor: pointer;
}

.sort-active{
	text-decoration:underline;

}


/* form login */
.lt-ie8 #login form {
	width:560px;
}
.lt-ie8 #myth-comments {
	width:580px;
}

#form-registration {
	margin-top: 30px;
}
#form-registration input[type="checkbox"] {
	margin-top:0px;
}
#registration-info {
	margin:30px 0;
	padding: 0 20px;
	font-size: 0.9em;
}

/* submits */
input[type="submit"] .bttn,
input[type="submit"].form-submit-btn,
input[type="submit"]#comment-btn,
input[type="submit"]#myth-add-send,
input[type="submit"]#registration-form-btn,
input[type="submit"]#registration-submit {
	font-family: 'Roboto', arial, sans-serif;
	font-weight: 300;
	font-size: 1.6em;
	color: #000000;
	margin:0 auto;
	background: #face01;
	border:none;
  	text-transform:uppercase;
  	padding: 10px 17px;
}

input[type="submit"].form-submit-btn,
input[type="submit"]#comment-btn,
input[type="submit"]#myth-add-send,
input[type="submit"]#registration-form-btn {
}

input[type="submit"]#myth-add-send{
	width: 200px;
}


#facebook-registration{
	margin-left: 10px;
}

.more{
	width: 85px;
	height:18px;
	margin-top: 5px;
	font-size: 11px;
	line-height: 16px;
	margin-bottom:7px;
	padding: 3px 7px 2px 5px;
}

.myth-detail-share-widget {
	float:right;
	margin-top:15px;
}

.share-widget {
	float: right;
	width: 27%;
}
.fb-like {
	float:left;
}

.yes{
	width:52px;
	height:32px;
	font-size: 11px;
	border:0;
	background-color: #fbcd00;
	color: #000000;
}

.no{
	width:52px;
	height:32px;
	font-size: 11px;
	border:0;
	background-color: #000000;
	color: #fbcd00;
}

/* title */

.myth-sidebar-title{
	width: 300px;
}

.ls-myth-title{
	margin-bottom: 9px;
	width: 230px;
	min-height: 30px;
}

.ls-myth-title h2{
	line-height: 0.7em;
}

.ls-myth-title a{
	font-size:13px;
	font-weight: normal;
	line-height: 11px;
}

.myth-sidebar-last{
	background-image:none;
	padding-bottom:10px;
}



#add-myth, .add-myth{
	width:281px;
	height:51px;
	font-size: 18px;
	line-height: 51px;
	margin:0 auto;
	margin-bottom:10px;
}


/* myth */
.entry-title{
	font-size: 14px;
	margin: 0;
	font-family: inherit;
	font-weight: bold;
	color: inherit;
	text-rendering: optimizelegibility;
}

.entry-title h2{
	font-size: 14px;
	line-height: 1.4em;
}

.entry-date{
	font-size:0.9em;
	text-align: right;
}

.entry-category {
	margin-bottom: 10px;
	font-size:0.8em;
}
.entry-category a {
	font-weight: bold;
	text-decoration: underline;
}
.myth-vote-buttons {
	margin-top:20px;
}
.myth-status{
	width:18%;
	padding-top:10px;
	text-align:center;
	border:0px solid red;
	margin:0 auto;
	font-size:0.9em;
}
.myth-status a, .myth-status span {
	display:block;
}
.myth-link {
	margin-bottom:10px;
	font-weight: bold;
}
.myth-video {
	margin-top: 30px;
	margin-bottom: 10px;
	font-weight: bold;
}

.entry-description{
	width:80%;
	margin-top: 10px;
}
.even-row{
	padding:15px;
}
.odd-row{
	padding:15px;
	background-color: rgb(252, 252, 252);
}
.entry-detail h2.myth-comment-header {
    float: none;
    margin: 30px 0 10px 0;
	font-size: 1.1em;
}
.entry-detail h1 {
    line-height: 20px;
}
.comment-content em {
	color:red;
}
.comment-body .comment-verdict{
	font-size: 19px;
	text-transform: uppercase;
	padding-top: 9px;
}

.comment-body .comment-verdict img{
	margin: 0 10px 0 15px;
}

.comment-body .comment-verdict span{
	vertical-align: middle;
}


.last-comment{
	background-image: url("../img/bg-last-comment.jpg");
	background-repeat: repeat-x;
	background-color: #f2a500;
}
.last-comment .comment-content{
	font-weight:bold;
	width: 100%;
}

.comment-avatar{
	margin-right:10px;
}
.comment-avatar img {
	width:60px;
	height:60px;
}
.comment-title{
	margin-bottom:10px;
	font-size:0.9em;
}
.comment-title a {
	font-weight: bold;
}
.comment-text {
	margin: 15px 0 30px 0;
	font-size: 0.9em;
	word-wrap: break-word;
}
.comment-text a {
	font-weight: bold;
}
.comment-text a:hover {
	text-decoration: underline;
}
.comment-media {
	margin-top: 15px;
	font-weight: bold;
}
.comment-media div {
	margin-bottom: 8px;
}
.comment-media div, .comment-media span {
	font-weight: normal;
}

.comment-media a {
	text-decoration: underline;
}

.comment-link a {
	word-wrap: break-word;
}


/* footer */
footer {
	color: #97999d;
	background-color: black;
	padding: 30px 0 5px;
}

footer #bottom-boxes p{
	margin-top: 0;
	text-align: left;
	line-height: 18px;
	margin-right: 10px;
}

footer #bottom-boxes > div{
	padding-left: 25px;
}

footer .container{
	width: 1005px;
	margin-top: -95px;
}

footer .links{
	margin-right:45px;
	float:left;
}

footer .links a{
	text-decoration:underline;
	color: #97999d;
}
footer #partners {
	text-align:left;
	width:33%;
}
footer #partners2 {
	text-align:left;
	width:33%;
}
footer #partners3 {
	text-align:left;
	width:33%;
}
footer #partners div,
footer #partners2 div,
footer #partners3 div {
    width: 333px;
	height: 63px;
}
footer #partners img{
	margin-right:5px;
	box-shadow: none;
}

footer #text-partners, footer #text-partners2, footer #text-partners3 {
	margin-bottom:15px;
	text-align:left;
	width:33%;
	color: #fbcd00;
}
footer #partners2 a {
	margin-right:15px;
}

footer .pull-right.copyright a{
	color: #fbcd00;
}

footer hr{
	border-top: 0;
}

footer .index-boxes#bottom-boxes{
	color: #000000;
}

footer .index-boxes#bottom-boxes h2{
	text-align: left;
	font-weight: normal;
}

.ls-title-icon{
	margin-top:-2px;
	margin-right:10px;
}


/* blog */
.blog-top {
	padding:15px;
}
.blog-list-entry-header {
	margin-bottom:20px;
}
.featured-thumb {
	float: left;
	margin: 0 10px 10px 0;
}
.blog-experts{
	padding:15px;
}



.blog-experts-avatar{
	width:80px;
	height:80px;
	margin:0 10px 7px 0;
}
.blog-experts-avatar img{
	width:81px;
	height:81px;
}
.blog-experts-name {
	width: 200px;
}
.blog-experts-name h4 {
	font-size: 0.9em;
	padding-bottom: 10px;
}
.blog-experts-name span {
	padding-bottom: 10px;
	display: block;
}
.blog-list-detail{
	margin:0;
	border-bottom:none;
	padding:0;
}
.blog-experts-posts, .blog-experts-bio {
	font-size: 0.8em;
}
.blog-experts-bio {
	text-decoration: underline;
	cursor: pointer;
}
.blog-experts .rank {
	margin-right: 7px;
}
.blog-experts .rank-title {
	width:300px;
}

.blog-comments-text{
	display:inline;
	font-weight:bold;
	margin-right:15px;
}
.tags-wrapper {
	padding:15px;
	margin-top:15px;
}
ul.tags {
	font-size:1.2em;
}

.entry-detail{
	padding:20px;
}
.entry-detail h2 {
	line-height: 1.3em;
}
.entry-detail-header {
	height: 30px;
}
.entry-detail h1, .entry-detail h2 {
	font-size:1.2em;
	float:left;
	margin:0px;
}
.entry-detail .publish-date {
	margin-top:10px;
	font-size: 0.9em;
	text-align: right;
}
.comments img {
	border: 1px solid #dfdfdf;
	width: 32px;
	height: 32px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.comments li {
	margin-top:15px;
	padding: 8px;
}
.comment-author {
	/*background: yellow !important;*/
}

/* users-list */
.users-list {
	padding: 7px;
}

.users-list-awards-button {
	margin-top: 4px;
	margin-top: 6px;
	margin-right: 28px;
	padding: 1px 20px 1px 3px;
}

.users-list .user-box {
	float: left;
	position:relative;
	border: 1px solid #dfdfdf;
	width: 270px;
	height: 157px;
	margin-right: 17px;
	margin-bottom: 15px;
	padding: 10px;
}
.users-list .user-box p {
	margin:3px 5px 0 0;
}
.users-list .user-box img {
	width: 80px;
	height: 80px;
	float: left;
	margin: 7px;
}
.users-list .user-name-wrapper {
	float: left;
	width: 160px;
	margin-top: 4px;
}

.users-list .user-name-wrapper h2 {
    font-size: 1em;
}

.users-list .user-name {
	font-weight: bold;
	line-height:1.4em;
	background: #face01;
	color: #000000;
	padding: 2px 4px;
	float:left;
}
.users-list .user-profession {
	color: #666666;
	font-size: 0.8em;
	line-height: 1.3em;
}
.users-list .user-points {
	font-size: 0.9em;
	margin-left: 15px;
}
.users-list p.rank-title {
	height: 50px;
}
.users-list .rank-wrapper {
	margin-top: 5px;
}

/* user-profile */
.user-profile h1 {
	margin: 0 0 0 20px;
	background: #face01;
	padding: 0 8px;
	float: left;
	font-size: 1em;
    line-height: 2em;
}
.user-profile .user-info {
	height: 200px;
	padding-top: 25px;
}
.user-profile .user-avatar {
	float: left;
	height: 128px;
	width: 128px;
	margin: 0px 10px 20px 20px;
}
.user-profile .user-profession {
	color: #666666;
	margin-bottom: 10px;
}
.user-profile .user-points {
	background: #face01;
	padding: 2px 4px;
	float: left;
}
.user-profile .rank {
	margin-right: 10px;
}
.user-profile .rank-title {
	position: relative;
	top: 3px;
}
.user-profile .nav-tabs {
	padding-left: 19px;
	margin-top: 20px;
}
.user-profile .user-activities {
	padding-bottom: 25px;
}
.user-profile .user-activities .nav-tabs li {
	font-family: 'Roboto', arial, sans-serif;
	font-weight: 200;
	font-size: 1.6em;
	margin-right: 15px;
}

.user-profile .nav-tabs > li > a {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border: 1px solid #dddddd;
	border-bottom-color: transparent;
	background: #d8d8d8;
	color:#9d9d9d;
}

.user-profile .nav-tabs > li > a:hover {
	border-bottom-color: transparent
}

.user-profile .nav-tabs li.active a {
	color: #000000;
	background: #ffffff;
}

.user-profile .user-activities h3 {
	width:280px;
	height:41px;
	line-height:41px;
	background:url(../img/user-content-header.png);
	background-repeat: no-repeat;
	font-size: 1.1em;
	padding: 3px 0px;
	padding-left: 25px;
}

.user-profile .user-activities h2 {
    font-size: 1em;
    line-height: 1.9viem;
}

.user-profile .user-comments, .user-profile .user-myths {
	width: 100%;
	padding-right: 10px;
}
.user-profile .user-activities ul {
	list-style-type: none;
	margin-top: 10px;
}
.user-profile .user-activities li {
	font-size: 0.85em;
	font-weight: bold;
	margin-bottom:17px;
}
.user-profile .user-activities li span {
	font-size: 1em;
	color: #333333;
	font-weight: normal;
	display:block;
	clear:both;
	margin-bottom:3px;
}
.user-profile .user-activities .nav-tabs li {
	margin-bottom: 0px;
}

#comments-user-profile span, #myths-user-profile span {
	background: #c3c3c3;
	color: #ffffff;
	width: 58px;
	padding: 2px 4px;
}

#comments-user-profile a, #myths-user-profile a {
	font-weight: normal;
	font-size: 1.1em;
}

/* scrolldiv for user myths/comments */
.user-profile .tab-pane {
	width: 100%;
	height: 520px;
	overflow: auto;
}
.user-profile .jspContainer {
	width: 643px !important;
}
.user-profile .jspVerticalBar {
	width: 6px;
}
.user-profile .jspTrack {
	background: #000;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.user-profile .jspDrag {
	background: #face01;
	min-height: 10px;
}

/* user-ranks */
.most-active-entry .rank {
	float:right;
	margin-right:15px;
}
.rank {
	width: 31px;
	height: 31px;
	float: left;
}
.users-list .rank {
	margin-right: 7px;
}

.rank-medium {
	width: 80px;
	height: 68px;
	float: left;
}
.rank-professionalist {
	background: url(../../users/ranks/professionalist.jpg);
}
.rank-medium-professionalist {
	background: url(../../users/ranks/professionalist_medium.png);
}
.rank-advanced {
	background: url(../../users/ranks/advanced.jpg);
}
.rank-medium-advanced {
	background: url(../../users/ranks/advanced_medium.png);
}
.rank-beginner {
	/*background: url(../../users/ranks/beginner.png);*/
	background: url(../../users/ranks/beginner.jpg);
}
.rank-medium-beginner {
	background: url(../../users/ranks/beginner_medium.png);
}
.rank-expert {
	background: url(../../users/ranks/expert.jpg);
}
.rank-medium-expert {
	background: url(../../users/ranks/expert_medium.png);
}
.rank-intermediate {
	background: url(../../users/ranks/intermediate.jpg);
}
.rank-medium-intermediate {
	background: url(../../users/ranks/intermediate_medium.png);
}
.rank-super_expert {
	background: url(../../users/ranks/super_expert.jpg);
}
.rank-medium-super_expert {
	background: url(../../users/ranks/super_expert_medium.png);
}

/* user-badges */
.user-info-basic {
	width:350px;
	height:160px;
}
.badges-box {
	float:right;
	width:250px;
	padding-left:50px;
	height:160px;
}
.badges-box h5{
	float:right;
	font-size:1.7em;
	font-family: 'Roboto', arial, sans-serif;
	font-weight: 200;
	margin: 0 10px 15px 0;
}
.user-box img.user-avatar {
	margin:7px 20px 0px 7px;
}
.user-box .badges {
	padding:5px;
	height:35px;
	bottom:90px;
	margin-top: 7px;
}
.user-badge, .user-badge-big {
	width:32px;
	height:32px;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.user-badge-big {
	width:52px;
	height:52px;
}
.user-box .user-badge {
	margin-right:5px;
}

.badge-ambassador {
	background: url(../../users/badges/ambassador.png);
}
.badge-ambassador-active {
	background: url(../../users/badges/ambassador_active.png);
}

.badge-ambassador-big {
	background: url(../../users/badges/ambassador_big.png);
}
.badge-ambassador-big-active {
	background: url(../../users/badges/ambassador_active_big.png);
}


.badge-commenter {
	background: url(../../users/badges/commenter.png);
}
.badge-commenter-active {
	background: url(../../users/badges/commenter_active.png);
}

.badge-commenter-big {
	background: url(../../users/badges/commenter_big.png);
}
.badge-commenter-big-active {
	background: url(../../users/badges/commenter_active_big.png);
}


.badge-debutant {
	background: url(../../users/badges/debutant.png);
}
.badge-debutant-active {
	background: url(../../users/badges/debutant_active.png);
}

.badge-debutant-big {
	background: url(../../users/badges/debutant_big.png);
}
.badge-debutant-big-active {
	background: url(../../users/badges/debutant_active_big.png);
}


.badge-mitolog {
	background: url(../../users/badges/mitolog.png);
}
.badge-mitolog-active {
	background: url(../../users/badges/mitolog_active.png);
}

.badge-mitolog-big {
	background: url(../../users/badges/mitolog_big.png);
}
.badge-mitolog-big-active {
	background: url(../../users/badges/mitolog_active_big.png);
}


.badge-myth_buster {
	background: url(../../users/badges/myth_buster.png);
}
.badge-myth_buster-active {
	background: url(../../users/badges/myth_buster_active.png);
}

.badge-myth_buster-big {
	background: url(../../users/badges/myth_buster_big.png);
}
.badge-myth_buster-big-active {
	background: url(../../users/badges/myth_buster_active_big.png);
}


.badge-myth_hunter {
	background: url(../../users/badges/myth_hunter.png);
}
.badge-myth_hunter-active {
	background: url(../../users/badges/myth_hunter_active.png);
}

.badge-myth_hunter-big {
	background: url(../../users/badges/myth_hunter_big.png);
}
.badge-myth_hunter-big-active {
	background: url(../../users/badges/myth_hunter_active_big.png);
}


.badge-pionier {
	background: url(../../users/badges/pionier.png);
}
.badge-pionier-active {
	background: url(../../users/badges/pionier_active.png);
}

.badge-pionier-big {
	background: url(../../users/badges/pionier_big.png);
}
.badge-pionier-big-active {
	background: url(../../users/badges/pionier_active_big.png);
}





/* pagination */
.pagination {
	color: #000000;
	text-align:center;
}
.pagination a, .pagination .pagination-break, .endless_page_current{
	display: inline-block;
	height: 32px;
	float: none;
	padding: 0 2px;
	line-height: 34px;
	text-decoration: none;
	border: none;
	border-left-width: 0;
	background-image:url('../img/pagination_inactive.jpg');
	background-color:transparent;
	background-repeat: repeat-x;
	background-position: center;
	width: 22px;
	margin-left: 8px;
}

.pagination a:hover{
	background:transparent none;
}

.pagination .disabled a, .pagination .disabled a:hover{
	color: #999;
}
.pagination a:hover, .pagination .endless_page_current {
	background-image:url('../img/pagination_active.jpg');
	background-color:transparent;
	background-repeat: repeat-x;
	background-position: center;
}

.pagination ul{
	webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}



/* main site */

.main-hero{
	margin-top:-40px;
	background-image:url('../img/main-hero.jpg');
	background-position:0 -15px;
	width:100%;
	height:327px;
}

.main-hero-content{
	margin-top:50px;
	font-size:0.9em;
}

.main-hero-content p{
	width:200px;
	float:right;
	margin:0 30px 0;
}

#add-myth-main{
	padding-top:15px;
	width:204px;
	height:59px;
	font-size: 18px;
	line-height: 32px;
	margin:20px;
	text-indent:50px;
	text-transform:uppercase;
	color:black;
	margin-left:30px;
	background-image: url("../img/btn-add-myth-main.png");
}

#bitwamedyczna {
	margin-top:10px;
}
/*
#add-myth-main {
	padding-top: 9px;
	width: 184px;
	height: 59px;
	font-size: 18px;
	line-height: 20px;
	margin: 20px;
	text-indent: 50px;
	text-transform: uppercase;
	color: black;
	margin-left: 30px;
	background-image: url("../img/btn-add-myth-main.png");
	text-align: right;
	padding-right: 20px;
	letter-spacing: 0.2em;
}
*/
#what-is-pmm {
	font-weight: bold;
	font-size: 0.9em;
}


#login-alert{
	position:relative;
	top:200px;
	background-color:#F0EEEE;
}

#last-activities, #most-active {
	float:left;
}

#last-activities a{
	color: #ecaf3c;
}

#most-active{
	margin-bottom:10px;
	height: 187px;
}

.most-active-cycle, .activity-cycle {
	width:653px; height:146px;
}

.activity-cycle {
	height:170px;
}

.last-activities-title, .most-active-title {
	padding-left:10px;
	background: #e0e0e0;
	height:39px;
	line-height:40px;
}

.last-activities-title img, .most-active-title img{
	margin-right:10px;
	margin-top:-3px;
}

.most-active-title img{
	margin-top:-7px;
}

.most-active-entry {
	font-weight: bold;
}
.most-active-entry a {
	display:block;
}
.most-active-entry .user-info {
	width:170px;
}
.most-active-entry .user-profession {
	font-weight: normal;
}
.most-active-entry img {
	width:41px;
	height:41px;
	margin-right:20px;
}
.last-activities-entry, .most-active-entry{
	width:100%;
	height:55px;
	margin-top:15px;
}
.last-activities-entry {
	margin-bottom:20px;
}
.most-active-entry {
	height:45px;
	margin-bottom:30px;
}
.last-activities-entry a {
	text-decoration: underline;
}
#extra-main {margin-top: 25px;}
#mini-blog-posts h2 {margin-bottom: 10px;}

.title-container{
	font-size: 20px;
	font-weight:bold;
}



.news-wrapper{
	width: 100%;
	min-height:230px;
	border-top:0;
	background-color: white;
}

.news-wrapper #last-entry-news{
	background-image:url('../img/bg2-blog.png');
	background-repeat:no-repeat;
	background-position:left 30px;
}

.news-wrapper .container-description{
	margin:0 15px 10px 20px;
	text-align:justify;
}

.news-wrapper .half{
	width:33%;
	margin:0;
}


.video-title, .news-title{
	background: #e0e0e0;
	line-height: 43px;
}

.video-wrapper{
	width: 100%;
	min-height:230px;
	background-color: white;
	margin-bottom: 20px;
}

.experts-title{
	background-image:url('../img/main-experts-blog.png');
	height:49px;
	width:236px;
}

.experts-wrapper{
	width:100%;
	min-height:230px;
	position:relative;
	margin-bottom: 20px;
	border-bottom: 1px solid #d0d0d0;
}
.experts-cycle {
	position:absolute;
	left: 0px;
	top: 60px;
}

#mini-blog-posts{
	position: relative;
}

#mini-blog-posts .last-entry-blog{
	width:270px;
	margin-right: 25px;
}

#mini-blog-posts #blog-index-entries{
	margin-right: -18px;
}

#mini-blog-posts #experts-index-tooltip{
	position: absolute;
	left: 21px;
}

#mini-blog-posts .bottom-links{
	position: absolute;
	bottom: 5px;
	width: 240px;
}

#mini-blog-posts .bottom-links .more{
	display: inline-block;
	margin-top: 0;
}


.container-entry{
	width:92%;
	margin:10px 0 0 10px;
	background-color: #fad000;
	padding: 6px 5px 4px 10px;
	line-height: 16px;
}

.container-entry-blog{
	margin:10px 0 0 10px;
}

.container-entry-blog a{
	font-size: 12px;
	font-weight: normal;
	line-height: 12px;
}

.container-author{
	margin:10px 15px 0 10px;
	font-size:12px;
	text-align: right;
	font-size: 0.85em;
	line-height: 1.3em;
}

.container-entry-blog .blog-title-shadow{
	position: absolute;
	bottom: -9px;
	left: 237px;
}

.experts-wrapper .container-author {
	display:block;
}

.news-wrapper .container-author {
	color: #666666;
	margin-top:2px;
	margin-bottom:4px;
}

.container-description{
	margin:0 15px 10px 15px;
	clear: both;
}
.container-description p {
	font-size: 1em;
	text-align: justify;
	line-height: 1.4em;
	color: #555555;
	line-height: 20px;
	margin-bottom: 25px;
}

.news-wrapper h4, .video-wrapper h4, .experts-wrapper h4 {
	margin-bottom:15px;
	position: relative;
}

.news-wrapper{
	position: relative;
}

.news-wrapper .bottom-links{
	width: 290px;
	position: absolute;
	bottom: 5px;
}

.news-wrapper .bottom-links .more{
	display: inline-block;
	margin-top: 0;
}

.news-wrapper h4 {
	margin-bottom:3px;
}

.experts-wrapper h4 {
	margin-bottom:5px;
	background-color: #fad000;
	padding: 3px 5px 6px 10px;
}

.experts-wrapper .container-author {
	font-weight: bold;
	margin-bottom:5px;
}


.half{
	width:306px;
	margin: 0 10px;
}

.facebook-title{
	height:30px;
	background-image:url('../img/fb-title-icon.png');
	background-repeat:no-repeat;
	margin-top:25px;
	width:365px;
	text-indent:40px;
	line-height: 35px;
}

.facebook-container{
	width:360px;
}

/* loupe */
#menu .nav-pills #loupe{
	background-image:none;
	position:relative;
}

#menu .nav-pills #loupe a{
	padding-top: 7px;
}

.lt-ie8 #menu .nav-pills #loupe a{
	padding-top: 7px;
}

/* search */
#search-form input {
	margin: 5px 10px 0 0;
	border:none;
	height: 25px;
}

#search-form input[type=submit] {
	background: #000000;
	color: #face01;
	height: 32px;
	font-size: 1.2em;
	text-transform: capitalize;
	padding: 0px 17px
}

#search-head {
	font-family: 'Roboto', aria, sans-serif;
	font-weight: 300;
	font-size: 1.4em;
	margin-right: 20px;
	float: left;
	margin-top: 12px;
}

#search-info {
	border-bottom: 1px dashed #999999;
	padding-bottom: 15px;
}

p#search-info {
	margin-bottom: 10px;
}

#search-results h5 {
	font-size: 1em;
	margin-top: 5px;
}

.search-result-even {
	background: #fafafa;
}

.search-result-even, .search-result-odd {
	padding: 7px 5px;
}

/* video */
.video-entry{
	float:left;
	width:247px;
	margin:5px;
	border:0px solid silver;
	padding-left:10px;
	padding-right:10px;
	margin-right: 75px;
}

.video-entry:last-child{
	margin-right: 0
}

.video-entry h2 {
    font-size: 1.2em;
    line-height: 1.7em;
}

#container-video{
	width:620px;
	margin:0 auto;
}

#container-video .video-entry{
	border:1px solid silver;
	padding:10px 20px 10px 20px;
	font-size:12px;
	line-height:1.2em;
	margin-top:20px;
	min-height: 240px;
	margin-right: 15px;
}

#container-video .video-entry img{
	margin:5px 0 5px 0;
}


.myth-title-on-form {
	font-weight: bold;
	font-size: 1.2em;
	text-align:center;
	width:500px;
	margin:0 auto;
}

#myth-add-form{
	padding-left:50px;

}

#myth-add label{
	font-weight:normal;
	text-align:left;
}

#myth-add input[type=text], textarea.xlarge, select{
	width:340px;
	position: relative;
	z-index: 2;
	opacity: 1
	background: rgb(242, 242, 242); /* Fall-back for browsers that don't
                                    support rgba */
    background: rgba(242, 242, 242, .5);
}

#myth-add option:checked {
	background: #dfdfdf !important;
}

#myth-add option {
	margin: 2px 0;
}

#myth-add #id_categories {
	height:300px;
}

#stetoscope {
	position: absolute;
	top: -60px;
	right: -20px;
	z-index: 1;
}

/*#fancybox-close {
	position: absolute;
	top: 20px;
	right: -15px;
	width: 100px;
	height: 30px;
	background: none;
	cursor: pointer;
	z-index: 1103;
	display: none;
}*/

/* baner_poll */
#baner_poll {
	height:100px;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	position: relative;
}

#baner_poll #answ-wrap{
	width: 100px;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	margin-left: -50px;
	bottom: 15px;
}

#baner_poll .yes, #baner_poll .no{
	background-color: #f9f9f9;
	background-image: none;
	background-repeat:no-repeat;
	width:45px;
	height:39px;
	line-height: 43px;
	text-transform: uppercase;
	color: #000000;
}

.poll-header .poll-title h2 {
	font-size: 18px;
	line-height: 1.4em;
	margin: 10px 0;
}

#baner_poll .poll-title{
	font-size: 14px;
	line-height:14px;
	text-align:center;
}


#facebook-likebox {
    height: 480px;
    width: 294px;
    position: fixed;
    right: -305px;
    top: 50%;
    margin-top: -246px;
    background-color: #ffffff;
    border-color: #335F9D;
    border-style: solid;
    border-width: 1px 0px 1px 1px;
    padding: 5px;
    z-index: 6;
}

#facebook-likebox-button {
    position: absolute;
    left: -43px;
    top: -1px;
    display: block;
    padding: 12px 16px;
    background-color: #335F9D;
    border-radius: 5px 0px 0px 5px;
}

#facebook-likebox-button:focus {
    outline: none;
}
