

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
	font-size: 0;
}

.clearfix {
	display: inline-table;
	min-height: 1%;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */




.container {
	padding: 1em;
	width: 1000px;
}

#contentBody {
	margin-top: 1.5em;
}

.page-header {
	padding: 0;
	margin: 0;
}

.page-header h1 {
	width: 248px;
	height: 59px;
	float: left;
	margin-top: 2px;
}

#topKk728 {
	width: 728px;
	height: 90px;
	float: right;
}


#userBox {
	padding: 0.5em;
	margin: 0.25em 0 0 0;
	text-align: right;
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #666;
}


#topInfo {
	text-align: center;
	margin-top: -1em;
}

#topDreams {
	margin-top: 18px;
}

#pan {
	float: left;
	width: 600px;
	overflow: hidden;
	text-align: left;
}

.flags span {
	margin-right: 1px;
}

#linkLogout {
	font-size: 90%;
	font-family: Arial,Sans-Serif;
}

#linkLogout a:link,
#linkLogout a:visited {
}

#topLinks {
	margin: 1.2em 0 0 0;
	text-align: right;
}

#topLinks li {
	display: inline;
	margin-left: 0.5em;
}

#loginButton {
	padding-top: 2px;
	padding-bottom: 2px;
}

#dreams {
}


.index {
	margin-top: 1em;
}

	.index li {
		display: block;
		float: none;
		margin: 0;
		padding: 0.5em 0;
		border-bottom: 1px solid #e0e0e0;

	}

	.index li:first-child {
/*
		border-top: 1px solid #e0e0e0;
*/
	}

	.index li a.thumbnail {
		float: left;
		margin-right: 10px;
	}

	.index .props {
		margin-top: 6px;
	}

	#materialIndex li a.thumbnail span {
		display: block;
		background: url(/img/transparent.gif) transparent repeat 0 0;
	}

	.bg li a.thumbnail span {
		display: block;
		background-image: none ! important;
	}


	.materialForm {
		margin-top: 2.2em;
	}

	#materialTypeInput {
		border: 2px solid #f76;
		border-radius: 2px;
		display: inline-block;
		padding: 0.5em 0.8em;
	}

	#materialTypeInput div.input {
		margin: 0;
	}

	#materialTypeInput strong {
		font-weight: bold;
		color: #f21;
	}

	#materialTypeInput .radio label {
		margin-right: 0;
	}

	#materialTypeInput .radio input {
		margin-left: 1em;
	}

	.index li a.thumbnail img {
		border: 1px solid #ccc;
	}

.formSection {
	margin-top: 1em;
}

div.tagsinput span.tag {
	margin: 0 10px 0 0 ! important;
	padding: 0 2px ! important;
}

#topOpr {
	margin-top: 0.5em;
	text-align: center;
	font-weight: bold;
}



#navMenu, #navMenu * {
	margin: 0;
	padding: 0;
}

#navMenu {
	font-size: 9px;
	position: absolute;
	left: 0;
	bottom: 0;
}

	#navHome {
		width: 40px;
		background: #ff9;
	}

		#navHome a {
			display: block;
			height: 40px;
			line-height: 40px;
			text-align: center;
		}

	#menuGroups {
		border: 1px solid #963;
		border-width: 1px 1px 0 0;
		max-height: 82px;
	}

	#navMenu ul {
		list-style-type: none;
		width: 100%;
		overflow: hidden;
	}

	#navMenu li {
		width: 40px;
		float: left;
	}


	#navMenu li a {
		display: block;
		height: 40px;
		line-height: 40px;
		white-space: nowrap;
		text-align: center;
		background: #ff9;
		border: 1px solid #963;
		border-width: 0 0 1px 1px;
	}











#player {
	border: 2px solid #888;
	border-radius: 2px;

	width: 640px;
	height: 480px;
	margin: 0 auto;
	background: #000;
	overflow: hidden;
	position: relative;

	color: #222;
	font-size: 16px;
}

#playerBody {
	width: 640px;
	height: 480px;
	position: absolute;
	top: 0;
	left: 0;

	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

#player .imgObj {
	position: absolute;
}

#blind {
	z-index: 8;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	-khtml-opacity: 0.6;
	-moz-opacity:0.6;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
}

#selector {
	z-index: 9;
/*
	border: 2px solid #f9b;
*/

	width: 380px;

	position: absolute;
	top: 140px;
	left: 130px;
}

#selector div {
	margin-top: 8px;
	padding: 1px;

	border: 3px solid #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;

	background: #fff;
	opacity: 0.85;
	-khtml-opacity: 0.85;
	-moz-opacity:0.85;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	filter: alpha(opacity=85);
}

#selector a {
	display: block;
	background: #fff;
	padding: 2px 4px;
	border: 1px solid #99b;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;

	text-decoration: none;
	color: #112;

	-moz-user-select: none;
	-khtml-user-select: none;

	white-space: nowrap;
	overflow: hidden;
}

#selector a:hover {
	background: #cfc;
}

/*
#namePlate {
	position: relative;
	top: -16px;
	background: #fff;
	width: 60px;
	height: 16px;
	line-height: 16px;
	padding: 0 2px;
	overflow: hidden;
	border: 2px solid #f9b;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;

	opacity: 0.9;
	-khtml-opacity: 0.9;
	-moz-opacity:0.9;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);

	-moz-user-select: none;
	-khtml-user-select: none;
}
*/

#talkBox {
	z-index: 7;
	position: absolute;
	left: 3px;
	bottom: 3px;
	width: 635px;
	height: 81px;
}

#talkBoxBg {
	position: absolute;
	left: 0;
	top: 0;

	width: 631px;
	height: 77px;

	border: 2px solid #f9b;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;

	margin: 0 auto;
	background: #fff;

	opacity: 0.85;
	-khtml-opacity: 0.85;
	-moz-opacity:0.85;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	filter: alpha(opacity=85);
}

#talkBoxBody {
	position: absolute;
	left: 0;
	top: 0;

	width: 617px;
	height: 63px;

	padding: 9px;

	margin: 0 auto;

	-moz-user-select: none;
	-khtml-user-select: none;
	overflow: hidden;
}

#talkText {
	line-height: 1.4;
}


#messageLocker {
	position: absolute;
	left: 0;
	top: 0;

	width: 635px;
	height: 81px;

	width: 640px;
	height: 480px;

	margin: 0 auto;
	z-index: 7;
}

#clickIcon {
	position: absolute;
	bottom: 5px;
	right: 5px;
}

.tags {
	margin-top: 0.5em;
	color: #777;
	font-size: 80%;
}

.tag {
	margin-right: 2px;
	background: #ded;
	color: #585;
}

.comment {
	margin-top: 0.5em;
}

.create {
	margin-top: 0.5em;
}

.createUser {
	margin-right: 0.5em;
}

.created {
	font-size: 80%;
	color: #777;
}



#UsersView {
}


	#UsersView #userIcon {
		width: 90px;
		height: 90px;
		float: left;
		border: 1px solid #aaa;
		margin-right: 0.5em;
	}

	#UsersView #userIcon img {
		width: 90px;
		height: 90px;
	}

	#userIdName {
		color: #666;
	}

	#UsersView #userComment {
		margin-top: 1em;
	}


.nav {
	margin-bottom: 0;
}

.hLine1 {
	background: url(/img/line5.png) transparent no-repeat 6px bottom;
	width: 1000px;
	padding-left: 42px;
	width: 980px;
	height: 32px;
	line-height: 32px;
	color: #4a455b;
	position: relative;
}

.ic_balloon {
	background: url(/img/pink_balloon.png) transparent no-repeat 0 bottom;
	width: 48px;
	height: 48px;
	display: inline-block;
	position: absolute;
	top: -15px;
	left: -15px;
	left: -5px;
}



.deleted {
	text-align: center;
	font-weight: bold;
	font-size: 120%;
	color: #f21;
}

.note {
	color: #666;
}


.error input {
	border-color: #f32;
}

.error-message {
	color: #f32;
	margin-top: 0.1em;
}

#registeredMessage {
	background: #dfd;
	margin: 2em 0;
	padding: 2em;
	border: 2px solid #798;
	border-radius: 4px;
	line-height: 2;
}


.opr {
	clear: both;
	margin-top: 1em;
}


#reminderLink {
	margin-top: 1em;
}



.viewContent #materialImage {
	text-align: center;
	margin-top: 1em;
}

#materialImage span {
	border: 1px solid #aaa;
	border-radius: 1px;
	background: url(/img/transparent.gif) transparent repeat 0 0;
	display: inline-block;
}


.materialForm {
}


.tags-input label {
	display: inline;
}







.date {
	font-size: 90%;
	color: #888;
}


.pagination {
	text-align: center;
}

#likeBox {
	margin-top: 0.9em;
	text-align: center;
}

#likeBox a {
	margin-right: 0.5em;
}

.btn-success-light {
	color: #222;

	background-color: #8be78b;
	*background-color: #81d381;
	background-image: -ms-linear-gradient(top,#92f492,#81d381);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#92f492),to(#81d381));
	background-image: -webkit-linear-gradient(top,#92f492,#81d381);
	background-image: -o-linear-gradient(top,#92f492,#81d381);
	background-image: -moz-linear-gradient(top,#92f492,#81d381);
	background-image: linear-gradient(top,#92f492,#81d381);
	background-repeat: repeat-x;
	border-color: #81d381 #81d381 #68a068;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	filter: progid: dximagetransform.microsoft.gradient(startColorstr='#92f492',endColorstr='#81d381',GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false)
}

.btn-success-light:hover {
	background-image: none;
	background-color:#a1f3a1;*background-color:#99e299
}

.viewContent {
	width: 730px;
	margin-left: auto;
	margin-right: auto;
}

.viewTitle h2 {
	display: inline;
	margin-right: 0.5em;
}

.viewDetail {
	margin-top: 0.2em;
	color: #505050;
}

.viewDetail .userLink img {
	vertical-align: bottom;
}

.viewDetailSpan {
	margin-right: 0.5em;
}

#branchButton {
	font-weight: bold;
	color: #444;
}

#addButton {
	font-weight: bold;
	color: #444;
}


.radio {
	padding-left: 0;
}

.radio input,
.radio input[type="radio"],
.radio label {
	display: inline;
	float: none;
	margin: 0;
}

.radio label {
	margin-right: 1em;
}

.file label {
	display: inline;
	margin-right: 1em;
}


.tagsinput div {
	margin-top: 0;
}


.pageInfo {
	margin-top: 1em;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 1em;
}

.pageInfo h4 {
	margin-top: 2em;
}

.pageInfo strong {
	color: #f21;
}

.pageInfo ul {
	margin-top: 0.5em;
}

.viewTitle .label {
	margin-right: 2px;
}


.props .indexTitle {
	font-weight: bold;
	margin-right: 0.1em;
}

.props .flags {
	margin-right: 0.5em;
}

.props .flags .label {
	margin-right: 2px;
}

.props .count {
	margin-right: 0.5em;
}

.props .indexOpr a {
	margin-right: 0.2em;
}

#dreamBottomKk336Wrapper {
	width: 692px;
	margin: 1em auto 0 auto;;
}

#dreamBottomKk336Wrapper .kk {
	width: 336px;
	float: left;
}

#dreamBottomKk336a {
	padding-right: 10px;
}

#dreamBottomKk336b {
	padding-left: 10px;
}


#footer {
	margin-top: 1.5em;
	border-top: 1px solid #bbb;
	padding-top: 0.5em;
	color: #777;
	text-align: center;
}

#footer a,
#footer a:link,
#footer a:visited,
#footer a:hover {
	color: #777;
	text-decoration: none;
}


.index {
	color: #505050;
}

.topList {
	margin-top: 0.5em;
	color: #505050;
}

.topList ul {
	width: 964px;
	margin: 0 auto 0 auto;
}


.topList li {
	width: 176px;
	margin-top: 1em;
	margin-left: 16px;
	margin-bottom: 0;
	overflow: hidden;
}

.topListFooter {
	clear: both;
	padding-top: 1em;
}

.topList .comment {
}

.topList .tags {
	white-space: nowrap;
	overflow: hidden;
}

.tags .label {
	padding: 1px 2px 2px;
	text-shadow: none;
}

.status {
	margin-top: 0.2em;
}

.status span {
	margin-right: 0.2em;
	font-size: 80%;
}

.status span i {
	margin-right: 1px;
}


#dmSwitch {
	margin-top: 0.5em;
	text-align: center;
	color: #999;
}

.tag {
	font-weight: normal;
}

.topListFooter {
	text-align: right;
}

.icon-heart2 {
	background: url(/img/icon-heart2.png) transparent no-repeat 0 0;
}

.icon-heart {
	background: url(/img/icon-heart.png) transparent no-repeat 0 0;
}

.icon-favorite {
	background: url(/img/icon-favorite.png) transparent no-repeat 0 0;
}


#registerButton {
	margin-left: 0.2em;
	padding: 2px 28px;
}

#userComments .inputComment {
	margin-bottom: 0;
	margin-right: 0.2em;
}

#topOpr a {
	margin-left: 0.5em;
}

#topOpr .btn {
	padding-left: 22px;
	padding-right: 22px;
}

#DreamsView #commentByAuthor {
	margin-top: 0.5em;
}

.viewSection {
	margin-top: 1.2em;
}

.viewSection h3 {
	font-size: 14px;
	color: #505050;
}

.viewSectionBody {
	margin-left: 15px;
}

.viewSection li {
	margin-bottom: 2px;
}

#DreamsView #player {
	margin-top: 0.5em;
}


.userLink img {
	vertical-align: middle;
	width: 22px;
	height: 22px;
}



#userLinks {
	margin-top: 1.5em;
}

.userLinksSection {
	margin-top: 1em;
}

.userLinksSectionBody {
	margin-left: 0.5em;
}

.userLinksSection h3 {
	font-size: 14px;
}

.userLinksSection ul {
	margin-bottom: 0.5em;
}

.cake-sql-log td {
	padding: 0.25em;
}

#UsersEdit .tab-content {
	margin-top: 1em;
}

#changeEmail label {
	display: inline;
	margin-right: 0.5em;
}

#changePassword label {
	display: inline;
	margin-right: 0.5em;
}

#favoriteUsers li,
#rareUsers li {
	display: inline;
	margin-right: 1em;
}

#favsActionBody {
	margin-top: 1em;
	padding: 0 24px;
}

#favsAction li {
	padding: 0.33em 0;
}


#footer {
	padding-left: 1em;
	text-align: left;
	ocerflow: hidden;
}

#cr {
	float: left;
}

#sButtons {
	padding: 0px;
	width: 374px;
	width: 380px;
	text-align: right;
	float: right;
	overflow: hidden;
}

.sButton {
	float: right;
	margin-right: 6px;
	padding: 0px;
	width: 100px;
	overflow: hidden;
}

#sButtons #sbFacebook { 
	overflow: hidden;
}

#fb-root {
	display: none;
}

#sButtons #sbTwitter { 
}

#sButtons #sbGoogle { 
}

#sButtons #sbHatena { 
	width: 50px;
}


#dreamBottomKk300 {
	margin: 1.3em auto 0 auto;
	width: 300px;
}

input[type="text"],
input[type="password"] {
	height: auto;
}

#lbindex {
	padding: 2px;
}

#lbindex .index {
	margin-top: 0.5em;
}

#setTag {
	margin-top: 1em;
}

.topListOpr {
	margin-top: 0.5em;
	text-align: center;
	color: #333;
	font-weight: bold;
}

.topListOpr .btn {
	color: #333;
	font-weight: bold;
	padding-left: 52px;
	padding-right: 52px;
}

#dekimas {
	font-weight: bold;
}

#dekimas p {
	margin-top: 0.5em;
}

#dekimas .btn {
	padding: 8px 40px;
}

#about #contentBody {
	line-height: 1.7;
}

#about p {
	margin-top: 1em;
}

#newsIndex #contentBody {
	line-height: 1.6;
}


#newsIndex .section {
	margin-top: 2em;
	border-top: 1px solid #ccc;
	padding-top: 1em;
}

#newsIndex .sectionHeader {
}


#newsIndex .sectionHeader h3 {
	display: inline;
	margin-right: 0.5em;
}

#newsIndex .sectionProps {
	display: inline;
	font-size: 90%;
	color: #666;
}

#newsIndex .section p {
	margin-top: 1em;
}

#vSocialButtons {
	margin-top: 1em;
	text-align: center;
}

#vSocialButtons #sButtons {
	float: none;
	margin: 0 auto;
	padding-left: 40px;
}

.materialForm .opts {
	margin-right: 0.5em;
}

.materialForm input[type="checkbox"] {
	margin-right: 1px;
}

.cancelMoz {
	margin-top: 1em;
	font-size: 90%;
}

#materialFragOpts p {
	margin-top: 0.5em;
	margin-bottom: 0;
}
.materialForm .tags-input {
	margin-top: 1.5em;
}

#TopsIndex .props {
	white-space: nowrap;
	overflow: none;
}

#TopsIndex .comment {
	white-space: nowrap;
	overflow: none;
}

#TopsIndex .create {
	white-space: nowrap;
	overflow: none;
}

#TopsIndex .status {
	white-space: nowrap;
	overflow: none;
}

#TopsIndex #dekimas {
	margin-top: 0.33em;
	text-align: center;
	font-size: 120%;
}

#TopsIndex #dekimas .btn {
	text-align: center;
	font-size: 120%;
	padding: 10px 92px;
}


