* { 
	margin: 0px; 
	padding: 0px; }

html,
body {
	height: 100%; }
	
body {
	background: #eee url(../images/bg.png) repeat; 
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 12px;
	color: #444; }

a {
	text-decoration: none; 
	color: #1982CF;
	outline: 0;
	cursor: pointer; }

a:hover {
	text-decoration: underline; }

ul {
	list-style: none; }

.clearFix {
	clear: both; }
	
.wrapper {
	width: 800px;
	margin: 0px auto; }
	
#header {
	background: #444 url(../images/header.png) left bottom repeat-x; 
	width: 100%; 
	height: 51px;
	border-bottom: 1px solid #FFFFFF;
	border-top: 2px solid #1982CF; }
	 
#logo {
	background: url(../images/logo.png) no-repeat;
	width: 137px;
	height: 93px;
	float: left;
	display: block;
	position: relative;
	top: -10px;
	border: 0px !important;
	margin-bottom: -30px !important;
	z-index: 10; }
	 
#logo:hover {
	top: -12px;
	background: url(../images/logo.png) no-repeat !important; }
	 
#nav {
	width: 100%; }

#nav ul {
	margin-top: 0px;
	float: left; }

#nav ul li {
	display: block; 
	float: left;
	border-radius: 5px; }
	
#nav ul li:last-child a {
	border: 0px !important;
	border: none; }	

#nav ul li a {
	border-right: 1px solid #282828; 
	display: block;
	padding: 10px 9px 10px 9px;
	margin-top: 8px;
	color: #eee;
	font-size: 13px;
	font-weight: bold;
	text-shadow: #111 1px 1px 0px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; }

#nav ul li a:hover,
#nav ul li.active a {
	background: #1982CF url(../images/gradient.png) center center repeat;
	color: #fff;
	text-decoration: none; }

.user-profile {
	background: #444 url(../images/header.png) left bottom repeat-x;
        float: left; 
        width: 164px;
	display: block;
	padding: 8px;
	margin-top: 7px;
	color: #505050;
	font-size: 13px;
	font-weight: bold;
	text-shadow: #111 1px 1px 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
        z-index: 10000;
        position: relative;
        border-top: 1px solid #565656;
        border-left: 1px solid #4f4f4f;
        border-bottom: 1px solid #181818;
        border-right: 1px solid #282828;
}

.user-profile img {
        vertical-align: middle;
        width: 15px;
        height: 15px;
        margin-right: 5px;
}

.user-profile b {
        color: #fff;
        text-shadow: none;
        text-shadow: #000 1px 1px 0px;
}

.user-profile:hover { background: #fff; text-decoration: none !important; }
.user-profie:hover b { color: #1982CF; }

.user-profile-box {
        float: right;
        position: relative;
}

.user-profile-box:hover > .user-profile {
        background: #444 url(../images/header.png) left top repeat-x;
        border: 1px solid #333;
        border-bottom: 0px;
        border-right: 1px solid #666;
}

.user-profile-box:hover > .user-profile b {
    color: #1982CF;
    text-shadow: none;
}

.user-profile-box .dropdown {
    background: #fff;
    background: #444;
    width: 176px;
    padding: 10px 3px 3px 3px;
    position: absolute;
    z-index: 9999;
    top: 33px;
    left: 0px;
    display: none;
    border-top: 0px;
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
}

.user-profile-box .dropdown li {
        width: 176px;
        float: left;
        margin: 1px 0px !important;
        padding: 0px !important;
}

.user-profile-box .dropdown li a {
    width: 156px;
    padding: 6px 10px !important;
    margin: 0px !important;
    display: block;
    background: #555;
    color: #ddd !important;
    border: 0px !important;
    text-shadow: none !important;
}

.user-profile-box .dropdown li a:hover {
    color: #fff !important;
}

.user-profile-box:hover .dropdown {
    display: block;
}

/* Content */
#content {
	background: #E8E9EA;
	background: #fefefe;
	background: none;
	width: 100%;
	height: auto;
	float: left;
	margin-top: 10px; }
	
/*	
#home-content {
	height: auto;
	float: left;
	margin-top: -38px;
	margin-bottom: -28px;
	position: relative;
	width: 100%;
	z-index: 1;
	overflow: hidden; }
	
#home-content .entry img {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	max-height: 280px; }

#home-content .entry:hover img {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	max-height: 400px;
	position: absolute; }	
	
#home-content .wrapper {
	background: red;
	position: relative; }
	
#home-content .title {
	position: fixed;
	margin-top: 20px;
	cursor: default;
	border: 0px;
	z-index: 10; 
	font-size: 24px;
	color: #fff;
	text-shadow: #000 1px 1px 5px;
	background: none; }
*/
 
	
.post {
	background: #fff;
	padding: 0px;
	width: 800px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top: 30px;
	float: left; }
	
.title {
	background: #444 url(../images/header.png) left bottom repeat-x;
	/*background: #1982CF url(../images/gradient_big.png) center center repeat;*/
	float: left;
	width: 760px;
	position: relative;
	padding: 20px 20px 18px 20px;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px; }
	
h3 a {
	font-size: 24px;
	color: #fff;
	text-shadow: #000 1px 1px 1px;
	width: 550px;
	overflow: hidden;
	display: block; }

h3 .demotivator-title {
	font-size: 24px;
	color: #fff;
	text-shadow: #000 1px 1px 1px;
	width: 550px;
	overflow: hidden;
	display: block; }
	
.meta {
	color: #999;
	margin: 5px 0px 20px 0px;
	float: left;
	position: absolute;
	right: 20px;
	top: 12px; }
	
.meta a {
	color: #bbb; }
	
.meta a:hover {
	color: #fff;
	text-decoration: underline; }
	
.thumbUpSmall,
.thumbDownSmall {
	background: url(../images/thumbup_small.png) left center no-repeat;
	padding-left: 18px;
	float: right; }

.thumbUpSmall {
	margin-right: 15px;
	margin-bottom: 6px; }

.thumbDownSmall {
	background: url(../images/thumbdown_small.png) left center no-repeat; }

.added {
	clear: both;
	float: right; }
	
.postContent {
	padding: 20px; 
	width: 760px;
	position: relative;
	float: left; }
	
.post a img {
	border: 0px;
	margin-bottom: 20px; }

.description p {
	width: 100%;
	float: left;
	margin-bottom: 8px;
	line-height: 1.5em; }

.social {
	/*
	width: 280px;
	float: right;
	border-left: 1px solid #ddd;
	padding-left: 20px;
	*/
 	width: 740px;
	float: left;
	border: 0px;
	margin: 0px;
	margin-left: 20px; }

.sbox1,
.sbox2 {
	background: #f6f6f6;
	width: 136px;
	height: 20px;
	padding: 10px 0px;
	float: left;
	margin-top: 5px;
	margin-bottom: 0px;
	-moz-border-radius: 3px 0px 0px 3px;
	-webkit-border-radius: 3px 0px 0px 3px;
	border-radius: 3px 0px 0px 3px;
	border: 1px solid #e0e0e0; }

.sbox2 {
	float: left;
	border-left: 0px;
	-moz-border-radius: 0px 3px 3px 0px;
	-webkit-border-radius: 0px 3px 3px 0px;
	border-radius: 0px 3px 3px 0px; }

.commentsNum {
	text-align: center;
	width: 748px;
	padding: 8px 0px;
	margin-left: -15px;
	float: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top: 2px;
	border: 1px solid #fff; }

.commentsNum:hover {
	background: #fff url(../images/gr.png) left top repeat-x;
	border: 1px solid #e5e5e5; }

.lb1,
.lb2 {
	background: #fff url(../images/gr.png) left top repeat-x;
	width: 380px;
	float: left;
	padding: 15px 0px;
	text-align: center !important;
	font-size: 18px;
	border: 1px solid #e5e5e5;
	color: #555;
	margin: 0px;
	margin-left: -15px;
	border: 1px solid #e5e5e5 !important; }

.lb1 {
	-moz-border-radius: 5px 0px 0px 5px;
	-webkit-border-radius: 5px 0px 0px 5px;
	border-radius: 5px 0px 0px 5px; }

.lb2 {
	-moz-border-radius: 0px 5px 5px 0px;
	-webkit-border-radius: 0px 5px 5px 0px;
	border-radius: 0px 5px 5px 0px; }

.lb1.active {
	background: url(../images/thumbup.png) 20px center no-repeat;
	color: #3062BA;
	text-decoration: underline;
	border-right: 0px; }

.lb2.active {
	background: url(../images/thumbdown.png) 30px center no-repeat;
	color: #AF0016;
	text-decoration: underline;
	border-left: 0px !important; }

.prev,
.next {
	background: #FFFFFF url(../images/gr.png) left bottom repeat-x;
	width: 398px;
	padding: 15px 0px;
	font-size: 14px;
	text-align: center;
	float: left;
	margin-top: 30px;
	-moz-border-radius: 5px 0px 0px 5px;
	-webkit-border-radius: 5px 0px 0px 5px;
	border-radius: 5px 0px 0px 5px;
	border: 1px solid #ddd;
	font-weight: bold; }

.next {
	width: 399px;
	border-left: 0px;
	float: right;
	-moz-border-radius: 0px 5px 5px 0px;
	-webkit-border-radius: 0px 5px 5px 0px;
	border-radius: 0px 5px 5px 0px; }

.pagination {
	width: 800px;
	float: left; }

.pagination li {
	float: left; }

.pagination li .prev,
.pagination li .next {
	width: 220px; }
	
#commentContent .pagination li .prev,
#commentContent .pagination li .next {
	width: 398px;
	margin-top: 0px;
	margin-bottom: 30px; }

.pagination li .num {
	background: #FFFFFF url(../images/gr.png) left bottom repeat-x;
	width: 7px;
	padding: 15px 15px 15px 12px;
	font-size: 14px;
	text-align: center;
	float: left;
	margin-top: 30px;
	border: 1px solid #ddd;
	border-left: 0px;
	font-weight: bold; }

.pagination li.act a,
.pagination li a:hover {
	color: #fff;
	background: #1982CF url(../images/gradient.png) center center repeat; }

.prev:hover,
.next:hover {
	/*background: url(../images/header.png) left bottom repeat-x;*/
	/*background: #FFFFFF url(../images/gr.png) left top repeat-x;*/
	background: #1982CF url(../images/gradient.png) center center repeat;
	/*color: #0676EA;*/
	color: #fff;
	text-decoration: none; }

/* Single page */
.singlePost {  
	margin-bottom: -30px;
	float: left;
	width: 100%; }

.singlePost .post {
	margin-bottom: 40px;
	float: left; }

/* Comments */
.singlePost #commentsBox {
	background: rgba(255,255,255,0.3); 
	background: url(../images/texture.jpg) repeat;
	padding: 0px 0px;
	margin: 0px;
	border-top: 1px solid #ddd; }
		
#commentsBox h3 {
	width: 100%;
	float: left;
	margin: 0px 0px 10px 0px;
	font-size: 22px;
	color: #2A79C0;
	text-shadow: #fff 1px 1px 0px; }	

.commentlist {
	list-style: none; }
	
.commentlist li {
	margin-bottom: 30px; }
	
.author-info {
	float: left;
	width: 70px;
	overflow: hidden; }
	
.author-info img {
	width: 60px;
	height: 60px;
	background: #fff;
	padding: 3px;
	border: 1px solid #bbb; }
	
.author-info a {
	color: #0F7AC5;
	font-weight: bold;
	font-size: 12px; } 
	
.comment-content {
	width: 670px;
	padding: 20px;
	background: #fff;
	float: right;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: #ccc 1px 1px 2px;
	-webkit-box-shadow: #ccc 1px 1px 2px;
	box-shadow: #ccc 1px 1px 2px; }
	
.cbgr {
	width: 100%;
	height: auto;
	margin-top: 6px;
	float: left;
	display: block;
	line-height: 1.5em; }
	
.comment-date b {
	font-size: 11px; 
	color: #999;
	font-weight: normal;
	float: left;
	margin-left: 0px; 
	margin-top: 0px; }
	
/* Forms */
#form {
	margin-top: 20px; }

#addCommentForm {
	margin-top: 20px; }

/*
#form textarea {
	background: #fff;
	width: 440px;
	height: 111px;
	padding: 10px;
	margin-bottom: 10px;
	margin-left: 15px; 
	border: 0px;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow: auto;
	-moz-box-shadow: inset #ccc 1px 1px 2px;
	-webkit-box-shadow: inset #ccc 1px 1px 2px;
	box-shadow: inset #ccc 1px 1px 2px;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	float: right; }
*/

#form textarea {
	background: #fff;
	width: 780px;
	height: 111px;
	padding: 10px;
	margin-bottom: 10px;
	margin-left: 15px; 
	border: 0px;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow: auto;
	-moz-box-shadow: inset #ccc 1px 1px 2px;
	-webkit-box-shadow: inset #ccc 1px 1px 2px;
	box-shadow: inset #ccc 1px 1px 2px;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	float: right; }


#form .author-info {
	width: 320px;  
	float: left; }
	
#form p {
	clear: both;
	margin-left: 0; }
	
#form label {
	font-size: 12px;
	float: left;
	width: 50px;
	height: 13px;
	margin-bottom: 15px;
	padding: 10px 0px 7px 0px;
	text-align: right; 
	display: block; } 
	
#form input {
	background: #fff;
	width: 250px;
	height: 16px;
	padding: 7px;
	float: left;
	margin-bottom: 20px;
	border: 0px;
	margin-left: 5px;
	-moz-box-shadow: inset #ccc 1px 1px 2px;
	-webkit-box-shadow: inset #ccc 1px 1px 2px;
	box-shadow: inset #ccc 1px 1px 2px;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; }
	
#form.whiteBgrForm input {
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	width: 280px;
	margin-left: 10px;
	margin-top: 22px; }

input[type="file"] {
    border: 0px !important;
    height: 24px !important;
}

#form.whiteBgrForm label {
	width: 100px;
	font-weight: bold;
	margin-top: 22px; }	
	
#form.whiteBgrForm p {
	border-bottom: 1px solid #eee;
	width: 100%;
	display: block; }


#form .btn {
	background: #DD7006 url(../images/gradient.png) left top repeat;
	height: 40px;
	cursor: pointer;
	margin-left: 63px;
	display: block;
	font-size: 16px;
	color: #f4f4f4;
	text-shadow: #666 1px 1px 0px;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: #ccc 1px 1px 2px;
	-webkit-box-shadow: #ccc 1px 1px 2px;
	box-shadow: #ccc 1px 1px 2px;
	border: 0px; }
	
.bigBtn {
	background: #DD7006 url(../images/gradient_big.png) left top repeat !important; 
	height: 50px !important;
	width: 760px !important;
	border: 0px !important;
	margin-left: 0px !important; }
	
.bigBtn:hover {
	background: #DD7006 url(../images/gradient_big.png) left bottom repeat !important; }
	
#form .btn:hover {
	background: #DD7006 url(../images/gradient.png) right top repeat;
	color: #fff;
	text-shadow: #000 1px 1px 0px; }

.success,
.error {
	padding: 10px;
	margin: 10px 0px; 
	font-weight: bold; 
	background: red;
	float: left;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px; }

.success {
	color: #78AF15;
	text-shadow: #fff 1px 1px 0px;
	background: #F9FFDF;
	border: 1px solid #DDEF95; }
	
.error {
	color: #CF0000;
	text-shadow: #FFDFDF 1px 1px 0px;
	background: #FFCFCF; 
	border: 1px solid #EF9595; }
	
#form.whiteBgrForm .success,
#form.whiteBgrForm .error {
	margin-top: 22px;
	padding: 7px 10px;
	margin-left: 10px; }
	

	

/* Footer */
#footer {
	background: url(../images/header.png) left bottom repeat-x;
	width: 100%;
	position: relative;
	bottom: 0px;
	float: left;
	padding: 16px 0px 15px 0px;
	margin-top: 30px;
	color: #ddd;
	border-top: 2px solid #333; }

.credits {
	float: right; }
	
.credits a {
	color: #ddd;
	float: left;
	margin-left: 15px; }
	
	
	
/* Other */

.navStyle{
    margin-left: -20px;
}

.captcha {
	height: 50px;
	padding: 10px 0px !important;
	border-top: 1px solid #eee; }


.captcha img {
	float: left;
	margin-left: 10px; }

.captcha label {
	float: left;
	margin-top: 2px !important; }

.captcha input {
	width: 97px !important;
	margin-top: 10px !important;
	margin-bottom: 17px !important; }

#captcha { display: none; }

#captcha-input {
	margin-top: -3px !important; }

.full-width {
    width: 100%;
    padding: 10px 0px !important;
    margin: 0px !important;
    text-align: center; }

.fr {
    float: right !important;
}

.avatar {
	width: 60px;
	height: 60px;
	overflow: hidden;
	float: left; 
	margin-right: 20px; }

.avatar img {	
	width: 60px;
	height: 60px; }
	
.avatar_edit {
	/*
	width: 60px;
	height: 60px;
	*/
	overflow: hidden;
	float: left; 
	margin: 20px 10px; }
	
.avatar_edit img {
	width: 60px;
	height: 60px; }
	
.infoBox {
	float: left;
	width: 360px; }
	
.infoBox p {
	float: left;
	width: 100%;
	padding: 6px 0px; 
	border-bottom: 1px solid #eee; }
	
.banner_right {
	float: right; 
	margin-left: 20px;}
	
.guestMessage {
	background: #FFFBEF;
	border: 1px solid #EFC659;
	text-indent: 15px;
	clear: both;
	width: 100%;
	float: left;
	padding: 10px 0px;
	-moz-border-radius: 4px; 
	border-radius: 4px;
	margin-bottom: 20px;
	text-align: center; }
	
.post .guestMessage {
	width: 714px; }

.settingsMessage {
	background: #FFFBEF;
	border: 1px solid #EFC659;
	text-indent: 15px;
	clear: both;
	width: 100%;
	padding: 10px 0px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 20px;
	text-align: center; }

.post.hidden {
	-moz-box-shadow: red 0px 0px 10px;
	box-shadow: red 0px 0px 10px;
}

.comment-content.hidden{
    -moz-box-shadow: red 0px 0px 10px;
    box-shadow: red 0px 0px 10px;
}
/* Show / Hide buttons */
.state-btn {
	float: right; 
	display: block;
	width: 100%; }
	
.state-btn span a {
	background: #EFF8FF;
	width: 100%;
	display: block;
	float: left;
	text-align: center;
	padding: 7px 0px;
	text-shadow: #fff 1px 1px 0px; }
	
.state-btn span a:hover {
	background: #FFDFE0;
	color: #8F2C30; }

.btn-show:hover {
	background: #E7FFDF !important;
	color: #153F08 !important; }
	
.state-btn-comments {
	text-align: right; }
	
.state-btn-comments span a {
	padding: 5px 10px; 
	text-shadow: #fff 1px 1px 0px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-right: -10px; }
	
.state-btn-comments span a:hover {
	background: #FFDFE0;
	color: #8F2C30; }
	
.btn-show:hover {
	background: #E7FFDF !important;
	color: #153F08 !important; }	
	
/* Filter */
.filter {
	background: #fdfdfd;
	width: 780px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 15px 10px;
	float: left;
	margin-top: 20px;
	margin-bottom: -10px;
	border: 1px solid #e5e5e5; }
	
.filter .btn {
	padding: 7px 12px; 
	background: #e4e4e4;
	color: #555;
	text-shadow: #f3f3f3 1px 1px 0px; 
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;	
	border-bottom: 1px solid #d5d5d5;
	border-right: 1px solid #d0d0d0; }
	
.filter .btn:hover {
	background: #EFF8FF; }
	
.filter .active {
	background: #3E8CCC;
	color: #fff;
	text-shadow: #555 1px 1px 0px; 
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-top: 1px solid #1F547F;
	border-left: 1px solid #1F547F;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;	
	-moz-box-shadow: inset #1D659F 1px 1px 3px; }
	
.filter .active:hover {
	background: #3E8CCC; }
	
/* Add demotivator */
.add-demotivator-box input {
	background: #fff;
	width: 250px;
	height: 16px;
	clear: both;
	padding: 7px;
	margin-bottom: 20px;
	border: 0px;
	margin-left: 5px;
	-moz-box-shadow: inset #ccc 1px 1px 2px;
	-webkit-box-shadow: inset #ccc 1px 1px 2px;
	box-shadow: inset #ccc 1px 1px 2px;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; }

/* Admin panel */
.admin-line {
	background: #f8f8f8;
	width: 100%;
	padding: 10px 0px;
	float: left;
	margin-top: -15px;
	border-bottom: 1px solid #ccc;
	box-shadow: #fff 0px 1px 1px;
	-moz-box-shadow: #fff 0px 1px 1px;
	-webkit-box-shadow: #fff 0px 1px 1px; }
	
.admin-line .wrapper {
	background: blue; }
	
.admin-line .wrapper .container {
	margin-left: 145px; }
	
.admin-line ul {
	float: left; }
	
.admin-line ul li {
	float: left; }
	
.admin-line ul li a {
	display: block;
	padding: 3px 7px; }
	
.admin-line ul li:first-child a {
	margin-left: -10px; }
	
.admin-line ul li.active a {
	background: #1982CF url(../images/gradient.png) center center repeat;
	color: #fff;
	text-decoration: none;
	padding: 3px 7px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px; }
	
.user-listing {
	width: 100%; }
	
.user-listing tr:nth-child(odd) {
	background: #f4f4f4; }
	
.user-listing td {
	border: 1px solid #e0e0e0;
	border-top: 0px; }
	
.user-listing th {
	border: 1px solid #e0e0e0;
	padding: 10px 0px; }

.preferences-listing {
	width: 100%;
        border-top: 1px solid #e0e0e0;}

.preferences-listing tr:nth-child(odd) {
	background: #f4f4f4; }

.preferences-listing td {
	border: 1px solid #e0e0e0;
	border-top: 0px; }

.preferences-listing th {
	border: 1px solid #e0e0e0;
	padding: 10px 0px; }

.usernameCol {
	width: 350px;
}
	
.usernameCol a {
	height: 20px;
	padding: 10px;
	margin-top: 0px;
	font-weight: bold;
	display: inline-block;
	position: relative;
	line-height: 1.5em; }

.descriptionCol {
	width: 350px;
        height: 20px;
	padding: 10px;
	margin-top: 0px;
	font-weight: bold;
	position: relative;
	line-height: 1.5em;}

.defaultsCol {
        height: 20px;
        text-align: center;
	line-height: 1.5em;}

.descriptionCol a {
	height: 20px;
	padding: 10px;
	margin-top: 0px;
	font-weight: bold;
	display: inline-block;
	position: relative;
	line-height: 1.5em; }
	
.usernameCol a img {
	float: left;
	margin-right: 7px; }
	
.systemCol,
.statsCol,
.valueCol,
.numCol {
	text-align: center; }
	
.statsCol a,
.valueCol a,
.numCol a {
	color: #555; }
	
.systemCol a {
	color: #999; }	
	
.systemCol a:hover,
.statsCol a:hover,
.valueCol a:hover,
.numCol a:hover {
	color: #1982CF; }
	
.numCol {
	width: 40px; }
	
.postContent .entry {
	width: 180px; 
	height: 150px; 
	overflow: hidden;
	float: left;
	margin: 5px; }
	
.postContent .entry img {
	max-width: 180px; }

.like-box{
    text-align: center;
    background: #fff;
    padding: 0px;
    width: 800px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    float: left;
}

.ads-box{
    text-align: center;
/*    background: #fff;*/
    margin-bottom: 15px;
    width: 800px;
    padding: 15px 0 15px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    float: left;
}

.ads-box img{
    width: 728px;
    height: 90px;
}

/* Zoomer */ 
ul.thumb li {margin: 5px; float: left;position: relative; padding: 0px; width: 180px;height: 150px;}
ul.thumb li img {width: 180px; height: 150px; margin: 0px; position: absolute;left: 0; top: 0;-ms-interpolation-mode: bicubic; }
ul.thumb li img.hover {margin-top:15px;border: none;}

/* Floating next/prev links. */

#showcase_navigation {
    position: absolute;
    margin: 0px;
    margin-right: -10px;
    padding: 0px;
    top: 20px;
    left: 75px;
    width: 650px;
    z-index: 1000;
}

#showcase_navigation a {
    outline: none;
}

#showcase_navigation_prev,
#showcase_navigation_next {
    width: 50%;
    height: 100%;
    /* Trick IE into showing hover */
    background: transparent url('../images/blank.jpg') no-repeat;
    display: block;
}

.showcase_navigation_single{
    width: 100% !important;
}

#showcase_navigation_prev {
    top: 0px;
    left: 0px;
    float: left;
}

#showcase_navigation_next {
    top: 0px;
    right: 0px;
    float: right;
}

#showcase_navigation_prev:hover,
#showcase_navigation_prev:visited:hover {
    background: url('../images/prev_arrow.png') no-repeat 0% 50%;
    cursor: pointer;
}

#showcase_navigation_next:hover,
#showcase_navigation_next:visited:hover {
    background: url('../images/next_arrow.png') no-repeat 100% 50%;
    cursor: pointer;
}

#currentDemotivator{
    border: 0 none;
    margin-bottom: 20px;
}

/*----------------------------------------------------------------------------------------*/

/* css for timepicker */
.ui-timepicker-div .ui-widget-header{ margin-bottom: 8px; }
.ui-timepicker-div dl{ text-align: left; }
.ui-timepicker-div dl dt{ height: 25px; }
.ui-timepicker-div dl dd{ margin: -25px 0 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }

/* competition design */
.competition-box{
    text-align: center;
    background: #fff;
    padding: 0px;
    padding-bottom: 8px;
    height: auto;
    width: 800px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-top: 25px;
    float: left;
}

.competition{
    list-style: none outside none;
}

.competition li{
    width: 180px;
    height: auto;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #E9E9E9;
    float: left;
    margin: 8px 0 0 8px;
    padding: 4px;
    position: relative;
    border: 1px solid #D0D0D0;
}

.competition li:hover{
/*    border: 1px solid red;*/
}

.competition li img{
    border: none;
}

.competition-image{
    
}

.competition-status{
    font-size: 11px;
    padding-bottom: 5px;
}

.status-active{
    color: #009900;
    font-weight: bold;
}

.status-pending{
    color: #0033cc;
    font-weight: bold;
}

.status-ended{
    color: #ff0033;
    font-weight: bold;
}

.status-active{
    color: #009900;
    font-weight: bold;
}

.competition-title{
    font-size: 13px;
/*    padding-bottom: 3px;*/
    margin-bottom: 2px;
    margin-top: 2px;
}

.competition-info{
    font-size: 13px;
    padding-left: 7px;
    text-align: left;
}

.competition-users, .competition-demotivators{
    padding-top: 3px;
}

.competition-users-signup, .competition-users-winner{
    font-size: 14px;
    padding-top: 10px;
}

.competition a,.competition a:visited{
    color: #555555;
}

#form.whiteBgrForm input.radio-button-form{
    margin-top: 0px;
    width: 20px;
}

#form.whiteBgrForm input.input-datepicker{
    width: 150px;
    text-align: center;
}

#form.whiteBgrForm input.input-timepicker{
    width: 50px;
    text-align: center;
}

#form.whiteBgrForm label.radio-button-form-label{
    margin-right: 30px;
    text-align: left;
    width: auto;
}

#form.whiteBgrForm textarea.competition-description-textarea{
    border-bottom: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
    margin-left: 10px;
    margin-top: 22px;
    width: 280px;
    height: 100px;
    float: left;
    margin-bottom: 20px;
    padding: 7px;
}

#form.whiteBgrForm textarea.competition-conditions-textarea{
    border-bottom: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
    margin-left: 10px;
    margin-top: 22px;
    width: 280px;
    height: 100px;
    float: left;
    margin-bottom: 20px;
    padding: 7px;
}


/* Admin panel */
.competition-line {
	background: #f8f8f8;
	width: 100%;
	padding: 10px 0px;
	float: left;
	margin-top: -15px;
	border-bottom: 1px solid #ccc;
	box-shadow: #fff 0px 1px 1px;
	-moz-box-shadow: #fff 0px 1px 1px;
	-webkit-box-shadow: #fff 0px 1px 1px; }

.competition-line .wrapper {
	background: blue; }

.competition-line .wrapper .container {
	margin-left: 145px; }

.competition-line ul {
	float: left; }

.competition-line ul li {
	float: left; }

.competition-line ul li a {
	display: block;
	padding: 3px 7px; }

.competition-line ul li:first-child a {
	margin-left: -10px; }

.competition-line ul li.active a {
	background: #1982CF url(../images/gradient.png) center center repeat;
	color: #fff;
	text-decoration: none;
	padding: 3px 7px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px; }
	
	
	
.banner-demotivator{
    text-align: center;
    background: #fff;
    padding: 0px;
    width: 800px;
    height: 100px;
    padding-top: 10px;
    margin-top: 3px;
    margin-bottom: -10px;
    margin-top: 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    float: left;
}

a img { border:0 }

.scheduled {
    -moz-box-shadow: red 0px 0px 10px;
    box-shadow: #008000 0px 0px 10px;
}