@import url("fonts.css");
/*================================================
/* CSS Document Content
/*
/* 1.      Reset the styles
/* 2.      Wrapper
/* 3.      Header
/* 4.      Container
/* 5.      Footer
/* 6.	   Standart Page
/* 7.	   Individual Page
/* 8.      City Page
/* 9.      Photovideo Highlights Page
================================================*/
/*================================================
1. Reset the styles
================================================*/

html {
	height: 100%;
	max-height: 100%;
	padding: 0;
	margin: 0;
	border: 0;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	font-family: 'DroidSansRegular', Arial, Helvetica, sans-serif;
}
em {
	font-style: italic!important;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body, div, dl, dt, dd, ul, ol, li, pre, code, form, label, fieldset, legend, input, button, textarea, p, blockquote, th, td, footer, header, hgroup, menu, nav, section {
	color: #333;
	font-size: 14px;
}
div, dl, dt, dd, ul, ol, li, legend, input, button, textarea, p, blockquote, th, td {
	font-size: 14px;
}
nav li {
	list-style-type: none;
}
blockquote, q {
	quotes: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
input[type=radio], input[type=checkbox] {
	vertical-align: middle;
	margin: 0;
}
ins {
	background-color: #ff9;
	color: #4c4a49;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #4c4a49;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
address, caption, cite, code, dfn, em, th, var, optgroup {
	font-style: inherit;
	font-weight: inherit;
}
del, ins {
	text-decoration: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
h1 {
	font-size: 40px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
p {
	color: #333;
	font-size: 14px;
	padding: 0 0 21px;
}
a {
	color: #dc4e00;
	font-size: 11px;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
ul, ol {
	margin: 0px;
	padding: 0 0 15px 15px;
}
ul li {
	list-style-type: disc;
}
ol li {
	margin: 0 0 0 5px;
}
sup {
	vertical-align: baseline;
}
sub {
	vertical-align: baseline;
}
input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	padding: 0;
	margin: 0;
}
input:focus, textarea:focus {
	outline: none
}
/*Remove button padding in FF*/
input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
/* Clearfix */
.clearfix {
	display: inline-block;
}
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0
}
.clearfix {
	display: block;
}
/*================================================
1. Reset the styles-end
================================================*/
body {
	background: #111 url(../img/bg/bg-header.png) repeat-x left top;
	min-width: 972px;
}
/*===========================================================================
2. Wrapper
===========================================================================*/
#wrapper {
	min-width: 972px;
}
/*===========================================================================
3. Header
===========================================================================*/
#header {
	width: 972px;
	height: 57px;
	padding: 0 0 5px;
	margin: 0 auto;
}
/*---------------------------logo-begin--*/
#header #logo {
	background: url(../img/logo.png) no-repeat left bottom;
	width: 174px;
	height: 36px;
	float: left;
	padding: 10px 0 0;
}
#header #logo a {
	width: 174px;
	height: 0px;
	padding: 36px 0 0;
	overflow: hidden;
	display: block;
}
/*---------------------------logo-end--*/
/*---------------------------navigation-begin--*/
ul.nav {
	padding: 0px;
	margin: 0px;
	float: right;
}
ul.nav li, ul.nav li a {
	color: #ddd;
	font-size: 19px;
	line-height: 23px;
	letter-spacing: 0.25px;
	font-family: 'BebasNeueRegular';
	display: block;
	text-transform: uppercase;
}
ul.nav li {
	float: left;
	list-style-type: none;
}
ul.nav li a {
	padding: 22px 9px 12px 10px;
	text-decoration: none;
}
ul.nav li.current-item a, ul.nav li a:hover {
	background: #1f1f1f;
}
/*---------------------------navigation-end--*/
/*===========================================================================
3. Header-end
===========================================================================*/
/*===========================================================================
4. Container-begin
===========================================================================*/
#container {
	min-width: 972px;
	position: relative;
	z-index: 1;
}
.top-container {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100% !important;
	z-index: 1;
	overflow:hidden;
	height:360px !important;
}
body.globalmap-page .top-container {
	height: 610px !important;
}
#map-object {
	width:100%;
	height:300px;
}
body.globalmap-page #map-object {
	height:550px;
}
.top-container ul {
	height:100%;
	position:relative;
	padding: 0px;
	margin: 0px;
}
#controls {
	position:absolute;
	z-index:1000;
	top:275px;
	width:64px;
	left:50%;
	margin-left:420px;
}
#controls a {
	width:32px;
	height:33px;
	display:block;
	background:url(../img/btn/main-slider-arrows.png) 0 0 no-repeat;
	text-indent:-8000px;
	float:left;
}
#controls a.nextBtn {
	background-position:100% 0;
	float:right;
}
.top-container .slider-holder ul {
	list-style:none;
	margin:0;
	padding:0;
	height:330px;
	position:relative;
}
.top-container .slider-holder ul li {
	padding:0;
	margin:0;
	height:330px;
	list-style-type:none;
}
.top-container img {
	width: 100%;
}
.container-ins {
	position: relative;
	z-index: 2;
	top:55px; /* Matches #footer below */
}
body.global-page .container-ins {
	top:0;
}
body.globalmap-page .container-ins {
	top:525px;
}
.content-top {
	background: url(../img/bg/bg-content-top.png) repeat-x center bottom;
	height:35px;
	/*padding: 90px 0 0;*/
}
body.global-page .content-top {
	height:260px;
	padding: 80px 0 0;
}
.content-top-ins {
	width: 972px;
	margin: 0 auto;
	/* height:261px;
	margin-bottom:-20px; */
	position:relative;
}
.content-top-ins h1 {
	background: url(../img/bg/bg-title.png) repeat left top;
	color: #172945;
	font-size: 40px;
	line-height: 45px;
	font-family: 'DroidSansBold';
	padding: 10px 18px 10px 14px;
	margin: 0 0 0 -16px;
	float: left;
	clear: both;
	-webkit-box-shadow: 0px 0px 10px #404040;
	-moz-box-shadow: 0px 0px 10px #404040;
	box-shadow: 0px 0px 10px #404040;
}
.top-block, .map-holder, .left-column h2.title, .section, .grid h5, ul.social-list li a, .contact-box-inp, .slider, .facebook-holder, .content-ins h1, .content-slider, .content-box, .content-box-page, .video-holder, .video-holder h3.badge, .item, .box-upload, .content-box-sidebar, .content-box-sidebar-title h4 {
	background: #fff;
	-webkit-box-shadow: 0px 0px 5px #666;
	-moz-box-shadow: 0px 0px 5px #666;
	box-shadow: 0px 0px 5px #666;
}
.top-block {
	width: 552px;
	padding: 7px 45px 0 15px;
	margin: -190px 0 40px;
	float: left;
	clear: both;
}
.top-block, .top-block p, .top-block a, .top-block li {
	font-size: 16px;
	line-height: 20px;
}
.top-block p {
	padding: 5px 0 12px;
}
.top-block a.read-more {
	font-family: 'DroidSansBold';
	margin: 0 0 0 5px;
}
.content {
	background: url(../img/bg/bg-content.png) repeat left top;
	min-width: 972px;
}
.bg-notation {
	background: url(../img/bg/bg-notation.jpg) no-repeat center top;
	min-width: 972px;
}
.content-ins {
	width: 972px;
	margin: 0 auto;
	padding: 10px 0 50px;
}
.left-column {
	width: 612px;
	float: left;
}
body.globalmap-page .left-column,
body.globalmap-page .right-column,
body.globalmap-page #largermap_container
{
	display:none;
}
.map-holder, .section, .facebook-holder, .slider, .content-slider, .content-box, .content-box-page, .video-holder, .item, .content-box-sidebar {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.map-holder {
	width: 602px;
	height: 355px;
	padding: 5px;
	position: relative;
	margin: 48px 0 38px;
	clear: both;
}
#map-object {
	font-size:16px;
	color:#fff;
}
.left-column h2.title, .footer-top h5.footer-title {
	position: absolute;
	left: -14px;
	top: -22px;
	color: #333;
	font-size: 22px;
	line-height: 26px;
	font-family: 'DroidSansBold';
	padding: 10px 14px;
	z-index:10;
}
.left-column h2.title a {
	font-size: 22px;
	line-height: 26px;
	color: #333;
	text-decoration:none;
}
.content-holder {
	width: 646px;
}
.section {
	width: 278px;
	padding: 5px;
	margin: 0 35px 20px 0;
	position: relative;
}
.section-holder img, .section-box-holder img {
	display: block;
	max-width:100%;
}
.section-ins {
	padding: 15px 5px 3px;
}
.section-ins p {
	padding: 0px;
}
.section-ins h6 {
	color: #666;
	font-size: 12px;
	line-height: 12px;
	text-align: right;
	margin: -2px 0 0;
}
.section-ins h6.citydate {
	margin-top:4px;
}
.section-inner {
	border-top: 1px solid #ddd;
	margin: 10px 0 18px;
}
.section-box {
	width: 128px;
	padding: 14px 0 0;
}
.section-box-descr p {
	font-size: 12px;
	line-height: 16px;
	padding: 0 0 5px;
}
.section-box-descr {
	padding: 10px 10px 0 0;
}
.section-box-descr h6 {
	text-align: left;
	line-height: 16px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.btn, .btn span, .btn-big, .btn-big span {
	color: #fff;
	text-transform: uppercase;
	font-family: 'BebasNeueRegular';
	text-decoration: none;
	display: block;
}
.btn {
	background: url(../img/elem/btn-arrow.png) no-repeat right center;
	padding: 4px 31px 0 7px;
	font-size: 25px;
	line-height: 28px;
}
.btn-orange {
	background-color: #dc4e00;
}
.btn-orange:hover {
	background-color: #a53a00;
}
.btn-green {
	background-color: #63810f;
}
.btn-green:hover {
	background-color: #4a610b;
}
.section a.btn {
	float: right;
}
.right-column {
	width: 330px;
	float: right;
}
.btn-big, .btn-big span {
	font-size: 30px;
	line-height: 30px;
}
.btn-big {
	margin: 0 0 25px;
}
.btn-bring {
	background: #63810f url(../img/elem/elem-bring.png) no-repeat 12px center;
	padding: 2px 2px 2px 77px;
	-webkit-box-shadow: 0px 0px 12px #a0c33a;
	-moz-box-shadow: 0px 0px 12px #a0c33a;
	box-shadow: 0px 0px 12px #a0c33a;
}
.btn-bring:hover {
	background: #446108 url(../img/elem/elem-bring.png) no-repeat 12px center;
}
.follow {
	background: #0c8eac url(../img/elem/tweet.png) no-repeat 7px center;
	padding: 2px 2px 2px 60px;
	-webkit-box-shadow: 0px 0px 10px #89cede;
	-moz-box-shadow: 0px 0px 10px #89cede;
	box-shadow: 0px 0px 10px #89cede;
}
.follow:hover {
	background: #0a728a url(../img/elem/tweet.png) no-repeat 7px center;
}
.btn-bring span {
	background: #7d9d22 url(../img/btn/btn-bring.png) repeat-x left top;
	padding: 10px 17px 7px;
}
.btn-bring:hover span {
	background: #7d9a28 url(../img/btn/btn-bring-hover.png) repeat-x left top;
}
.follow span {
	background: #299db7 url(../img/btn/btn-follow.png) repeat-x left top;
	padding: 18px 17px 15px;
}
.follow:hover span {
	background: #2e9fb8 url(../img/btn/btn-follow-hover.png) repeat-x left top;
}
.slider {
	padding: 7px;
	margin: 0 0 21px;
}
.slider .images {
	border: 1px solid #666;
	position: relative;
	width: 314px;
	height: 137px;
}
.images .image {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}
.slider .images .image {
	height: 137px;
	overflow:hidden;
}
.slidetabs-wrap {
	overflow: hidden;
	padding: 10px 0 0;
}
ul.slidetabs {
	padding: 10px 0 0;
	margin: 0px;
	float: left;
}
ul.slidetabs li, ul.slidetabs li a {
	display: block;
	width: 10px;
	height: 10px;
}
ul.slidetabs li {
	display: block;
	float: left;
	list-style-type: none;
}
.slider ul.slidetabs li {
	padding: 0 0 0 6px;
}
ul.slidetabs li a {
	background: url(../img/elem/slidetabs.png) no-repeat left top;
}
ul.slidetabs li a:hover, ul.slidetabs li a.current {
	background-position: left bottom;
}
.forward, .backward {
	display: none;
}
.btn-more {
	float: right;
}
.btn-more span {
	width: 37px;
	height: 32px;
	float: left;
	margin: -4px 6px 0 -7px;
}
.btn-more span.photo {
	background: url(../img/icons/icon-photo.png) no-repeat center center;
}
.btn-more span.video {
	background: url(../img/icons/icon-video.png) no-repeat center center;
}
.btn-orange.btn-more span {
	background-color: #a53a00;
}
.btn-orange.btn-more:hover span {
	background-color: #771f00;
}
.btn-green.btn-more span {
	background-color: #4a610b;
}
.btn-green.btn-more:hover span {
	background-color: #334906;
}
.facebook-holder {
	padding: 6px;
}
#map_homepage {
	width:603px;
	height:355px;
}
#map_homepage p {
	padding-bottom:6px;
}
#map_homepage a {
	font-size:14px;
}
/*===========================================================================
4. Container-end
===========================================================================*/
/*===========================================================================
5. Footer
===========================================================================*/
#footer {
	background: url(../img/bg/bg-content.png) repeat left top;
	min-width: 972px;
	position: relative;
	z-index: 2;
	top:55px; /* Matches .container-ins above */
}
body.global-page #footer {
	top:0;
}
body.highlights-page #footer {
	top:0;
}
body.globalmap-page #footer {
	top:525px;
}
.footer-shadow {
	background: url(../img/bg/bg-footer-shadow.png) repeat-x left top;
	padding: 7px 0 0;
	min-width: 972px;
}
.footer-top {
	background: url(../img/bg/bg-footer.png) repeat left top;
	min-width: 972px;
}
.footer-top-ins {
	width: 972px;
	margin: 0 auto;
	position: relative;
	padding: 47px 0 35px;
}
.footer-top h5.footer-title {
	float: left;
	background: #fbfbfb;
	color: #172945;
	-webkit-box-shadow: 0px 0px 5px #333;
	-moz-box-shadow: 0px 0px 5px #333;
	box-shadow: 0px 0px 5px #333;
}
.grid {
	width: 155px;
	float: left;
	padding: 0 5px 0 0;
}
.grid h5 {
	color: #666;
	font-size: 16px;
	line-height: 20px;
	font-family: 'DroidSansBold';
	padding: 12px 15px;
}
.grid ul {
	padding: 10px;
	margin: 0px;
}
.grid ul li, .grid ul li a {
	color: #2e2e2e;
	font-size: 13px;
	line-height: 17px;
	font-family: 'DroidSansBold';
	display: block;
}
.grid ul li {
	list-style-type: none;
	overflow: hidden;
	padding: 0 0 4px;
}
.grid ul li a {
	border-bottom:1px dotted #ccc;
}
.grid ul li.current-site a {
	color:#DC4E00;
}
.grid ul li a,
.grid ul li span
{
	padding: 3px 7px;
	text-decoration: none;
	float: left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.grid ul li a:hover {
	color: #dc4e00;
	text-decoration: underline;
}
.grid ul li span {
	font-weight:normal;
}
.grid ul li.current-item a {
	background: url(../img/bg/bg-footer-list.png) repeat left top;
}
.footer-bottom {
	background: #111 url(../img/bg/bg-footer-bottom.png) repeat-x left top;
	min-width: 972px;
}
.footer-bottom-ins {
	width: 972px;
	margin: 0 auto;
	padding: 0 0 60px;
}
ul.social-list {
	padding: 0px;
	margin: -5px 0 0;
	float: left;
}
ul.social-list li, ul.social-list li a {
	display: block;
}
ul.social-list li {
	float: left;
	list-style-type: none;
	padding: 0 12px 0 0;
}
ul.social-list li a {
	position: relative;
	overflow: hidden;
	border: 6px solid #fff;
	width: 53px;
	height: 52px;
}
ul.social-list li a img {
	position: absolute;
	left: 0px;
	top: 0px;
}
ul.social-list li a:hover img {
	top: auto;
	bottom: 0px;
}
.contact-box {
	float: right;
}
.contact-box label {
	display: block;
	float: left;
	width: 250px;
	padding: 7px 30px 0 0;
	color: #fff;
	font-size: 17px;
	line-height: 19px;
	font-family: 'DroidSansBold';
	text-align: right;
}
.contact-box-inp {
	background: url(../img/bg/bg-contact-input.png) no-repeat left top;
	width: 306px;
	height: 54px;
	padding: 6px 8px;
	float: left;
	margin: -5px 0 0;
}
.contact-box-inp input.email-inp, .contact-box-inp input.go {
	border: none;
	display: block;
	text-transform: uppercase;
	font-family: 'BebasNeueRegular';
}
.contact-box-inp input.email-inp {
	background: none;
	width: 230px;
	height: 34px;
	padding: 12px 10px 8px;
	float: left;
	color: #999;
	font-size: 30px;
	line-height: 34px;
}
.contact-box-inp input.go {
	background: url(../img/btn/go.png) no-repeat left top;
	width: 55px;
	height: 54px;
	padding: 5px 0 0;
	float: right;
	cursor: pointer;
	color: #fff;
	font-size: 35px;
}
.contact-box-inp input.go:hover {
	background-position: left bottom;
}
ul.logos-holder {
	padding: 65px 0 15px;
	margin: 0px;
	overflow: hidden;
}
ul.logos-holder li {
	display: block;
	float: left;
	list-style-type: none;
	margin: 0 11px 14px 0;
}
ul.logos-holder li.logo-last {
	margin: 0 0 14px;
}
ul.logos-holder li a,
ul.logos-holder li span
{
	display:block;
	position:relative;
	height:126px;
	width:231px;
	background-color:#fff;
}
ul.logos-holder li img {
	display: block;
	position:absolute;
	top:0;right:0;bottom:0;left:0;
	margin:auto;
}
.footer-bottom-ins p.copyright {
	color: #fff;
}
.footer-bottom-ins p.hostedby {
	font-size:11px;
	color: #fff;
	margin-top:20px;
}
/*===========================================================================
5. Footer-end
===========================================================================*/
/*===========================================================================
6. Standart Page begin
===========================================================================*/
.page-title {
	padding: 0 0 15px;
	margin: -55px 0 0 -14px;
	position: relative;
	z-index: 2;
}
.content-ins .page-title h1 {
	background: url(../img/bg/bg-title.png) repeat left top;
	color: #172945;
	font-size: 32px;
	line-height: 35px;
	font-family: 'DroidSansBold';
	padding: 10px 14px;
	float: left;
}
.column-holder {
	position: relative;
	z-index: 1;
}
body.piano-page .column-holder {
	margin-top: 24px;
}
.content-slider {
	padding: 10px;
	margin: 0 0 21px;
}
.content-slider .images {
	position: relative;
	width: 594px;
	height: 327px;
}
.content-slider .images .image {
	height: 327px;
}
.content-slider ul.slidetabs li {
	padding: 0 6px 0 0;
}
.content-slider .slidetabs-wrap h6 {
	font-size: 16px;
	line-height: 20px;
	font-family: 'DroidSansBold';
	padding: 4px 15px;
	float: left;
}
.content-box {
	width:454px;
	padding: 12px;
	position: relative;
	margin: 0 0 20px;
}
.content-box-page {
	padding: 20px 15px;
	position: relative;
	margin: 0 0 20px;
}
.content-box-page a {
	font-size:14px;
}
.content-box-sidebar {
	padding: 14px 12px 12px 12px;
	position: relative;
	margin: 54px 0 20px;
	z-index:1;
}
.content-box-sidebar a {
	font-size:14px;
}
.content-box-sidebar-title h4{
	background:#fff;
	padding:8px 12px;
	margin:0;
	position:absolute;
	top:-30px;
	left:-10px;
	font-size:20px;
	font-family:'DroidSansBold';
	z-index:2;
}


/*--- PRESS AREA ---*/

ul.pressimage_list {
	list-style-type:none;
	margin:0;
	padding:0;
}
ul.pressimage_list li {
	float:left;
	display:block;
	width:275px;
	margin-bottom:20px;
}
ul.pressimage_list li.pressimage0 {
	/* Odd rows */
	clear:both;
	margin-right:32px;
}
ul.pressimage_list li img {
	border:0;
}
ul.pressimage_list .pressimage_caption {
	font-size:90%;
}
ul.pressimage_list .pressimage_thumb {
	display:block;
	/*
	height:165px;
	overflow:hidden;
	*/
	margin-bottom:4px;
}

/*===========================================================================
6. Standart Page end
===========================================================================*/
/*===========================================================================
7. Individual Page begin
===========================================================================*/
.left-content {
	width: 478px;
	float: left;
	margin: -23px 0 0;
}
.video-holder {
	padding: 12px;
	margin: 0 0 18px;
}
.video-descr {
	padding: 10px 0 0;
}
.video-descr h5 {
	color: #172945;
	font-size: 16px;
	line-height: 24px;
	font-family: 'DroidSansBold';
}
.video-holder h3.badge, .video-holder h3.badge a,
.content-box h3.badge, .content-box h3.badge a
{
	color: #172945;
	font-size: 18px;
	line-height: 23px;
	font-family: 'DroidSansBold';
	box-shadow: 0px 0px 5px #666;
}
.video-holder h3.badge,
.content-box h3.badge
{
	position: absolute;
	left: -14px;
	top: -7px;
}
.content-box h3.badge {
	top: -6px;
}
.video-holder h3.badge a,
.content-box h3.badge a
{
	background: #fff url(../img/elem/badge-arrow.png) no-repeat 11px 9px;
	text-decoration: none;
	padding: 2px 10px 2px 25px;
}
.video-holder h3.badge a:hover,
.content-box h3.badge a:hover
{
	color: #c84700;
	background-position: 11px -32px;
	}
h6.info {
	color: #999;
	font-size: 13px;
	line-height: 16px;
	padding: 0 37px 0 0;
	position: relative;
	text-align: right;
}
.item h6.info {
	padding-right:0;
}
.box-photo.item h6.info {
	padding-right:37px;
}
span.report_comments a {
	color:#ccc;
	text-decoration:none;
	font-size:12px;
}
span.report_comments a:hover,
span.report_comments a:focus
{
	text-decoration:underline;
}
span.report_comments {
	display:block;
	float:right;
	padding-top:6px;
	padding-right:37px;
	font-size:12px;
}
.item span.report_comments {
	padding-right:0;
}
.box-photo.item span.report_comments {
	float:left;
}
h6.info span {
	white-space: nowrap;
	padding: 0 0 0 7px;
}
.video-holder h6.info {
	background: url(../img/icons/icon-video-little.png) no-repeat right center;
	margin: -10px 0 0;
}
.content-box blockquote, .content-box blockquote p {
	color: #222;
	font-size: 18px;
	line-height: 25px;
	font-style: italic;
}
.content-box blockquote {
	padding: 0 0 24px;
}
.content-box blockquote p {
	padding: 0px;
}
.box-quote h6.info {
	background: url(../img/icons/icon-quote-little.png) no-repeat right center;
	margin: -20px 0 0;
}
.basic-holder {
	width: 496px;
}
.item {
	width: 206px;
	padding: 12px 12px 10px 12px;
	margin: 0 18px 20px 0;
}
.tweet-box {
	background: #e7f5f8;
}
.tweet-box p {
	font-size: 14px;
	line-height: 18px;
	padding: 0 0 7px;
	font-style: italic;
}
.tweet-box h6, .tweet-box h6 a {
	color: #0c8eac;
	font-size: 15px;
	line-height: 23px;
	display: block;
}
.tweet-box h6 a {
	background: url(../img/elem/tweet-blue.png) no-repeat right center;
	text-decoration: none;
	padding: 0 40px 0 0;
}
.tweet-box h6 a:hover {
	text-decoration: underline;
}
.box-col-left {
	width: 222px;
	float: left;
	padding: 0 17px 0 0;
}
.box-col-right {
	width: 209px;
	float: left;
}
.box-col-right h6.info, .item-block h6.info, .box-photo h6.info {
	background: url(../img/icons/icon-photo-little.png) no-repeat right center;
	text-align: left;
}
.content-box.box-photo h6.info {
	text-align:right;
}
.box-col-right h6.info span, .item-block h6.info span {
	padding: 0px;
}
.right-content {
	width: 478px;
	float: right;
	margin: -23px 0 0;
}
.box-upload {
	padding: 10px;
	margin: 0 0 25px;
}
.box-upload a.upload {
	margin: 0px;
}
.box-upload a.upload span {
	padding: 15px 17px 12px;
}
.box-photo p {
	padding: 0 0 15px;
}
.box-photo > img,
.video-holder > iframe 
{
	display: block;
	padding: 0 0 15px;
}
.tabs-holder {
	margin: 0 0 30px;
}
.tabs-holder ul.tabs {
	padding: 0 0 0 3px;
	margin: 0px;
	position: relative;
	z-index: 0;
}
.tabs-holder ul.tabs li, .tabs-holder ul.tabs li a {
	color: #fff;
	font-size: 18px;
	line-height: 25px;
	font-family: 'DroidSansBold';
	display: block;
}
.tabs-holder ul.tabs li {
	float: left;
	list-style-type: none;
	margin: 0 0 0 9px;
}
.tabs-holder ul.tabs li a {
	background: url(../img/bg/bg-tabs-rollover.png) repeat-x left top;
	text-decoration: none;
	height: 24px;
	padding: 7px 17px;
	margin: 3px 0 0;
}
.tabs-holder ul.tabs li a:hover {
	background-position: left -41px;
	}
.tabs-holder ul.tabs li a.current {
	background: #fff;
	color: #172945;
	height: 27px;
	margin: 0px;
	padding: 10px 17px 4px;
	font-size: 22px;
	line-height: 24px;
	-webkit-box-shadow: 0px 0px 5px #666;
	-moz-box-shadow: 0px 0px 5px #666;
	box-shadow: 0px 0px 5px #666;
}
.tabs-holder .panes {
	position: relative;
	z-index: 1;
}
.item-block > img {
	display: block;
	padding: 0 0 5px;
}
.item-block.box-quote h6.info {
	background: url(../img/icons/icon-quote-little.png) no-repeat right center;
	margin: 0px;
}
.button-holder {
	padding: 3px 10px 10px;
	overflow: hidden;
}
.btn-gray, .btn-gray span {
	display: block;
	color: #f9ffff;
	font-size: 22px;
	line-height: 35px;
	font-family: 'BebasNeueRegular';
	cursor: pointer;
	text-shadow: 1px -1px 1px #787a6f;
}
.btn-gray {
	background: url(../img/btn/btn-gray.png) repeat-x left top;
	padding: 2px 0 0;
	text-decoration: none;
	width: 216px;
	border: 2px solid #787a6f;
	position: relative;
}
.btn-gray:hover {
	border: 2px solid #56574e;
	background-position: left bottom;
}
.btn-left {
	float: left;
}
.btn-left span {
	background: #787a6f url(../img/elem/arrow-left.png) no-repeat center center;
	width: 31px;
}
.btn-left:hover span {
	background: #56574e url(../img/elem/arrow-left.png) no-repeat center center;
}
.btn-right {
	float: right;
}
.btn-right span {
	background: #787a6f url(../img/elem/compass.png) no-repeat center center;
	width: 37px;
}
.btn-right:hover span {
	background: #56574e url(../img/elem/compass.png) no-repeat center center;
}
.btn-gray span {
	float: left;
	height: 37px;
	margin: -2px 10px 0 0;
}
#main-piano-content p,
#main-piano-content a
{
	font-size: 18px;
	line-height: 25px;
}
#main-piano-content .addthis_toolbox {
	min-height:25px;
}

/*===========================================================================
7. Individual Page end
===========================================================================*/
/*===========================================================================
8. City Page begin
===========================================================================*/
/*
.content-top.city-page {
	padding: 300px 0 0 !important;
}
*/
.city-page .container-ins,
.city-page #footer
{
	top:265px;
}
.page-title.city-page {
	margin: -97px 0 0 -14px;
	max-width: 475px;
}
.left-top-content {
	width: 475px;
	float: left;
	margin: -25px 0 30px;
}
.left-top-content .content-box.city-page h2 {
	font-family: DroidSansBold;
	font-size: 25px;
	margin-bottom: 15px;
	margin-top: 10px;
	color:#172945;
}

.left-top-content .content-box.city-page p,
.left-top-content .content-box.city-page a
{
	font-size: 15px !important;
}
.left-top-content .content-box.city-page p.p-last {
	padding:0 !important;
}
.latest-uploads-holder {
	width: 602px;
	min-height: 355px;
	padding: 12px;
	position: relative;
	margin: 0 0 38px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #FFF;
	-webkit-box-shadow: 0px 0px 5px #666;
	-moz-box-shadow: 0px 0px 5px #666;
	box-shadow: 0px 0px 5px #666;
}
.latest-uploads-holder .scrollable {
	position:relative;
	overflow:hidden;
	width: 602px;
}
.latest-uploads-holder .scrollable .items {
	width:20000em;
	position:absolute;
}
.latest-uploads-holder .latest-uploads {
	width: 602px;
	float:left;
}
.latest-uploads-holder h2.title {
	position: absolute;
	left: -14px;
	top: -30px;
	color: #333;
	font-size: 22px;
	line-height: 26px;
	font-family: 'DroidSansBold';
	padding: 10px 14px;
}
.latest-uploads-holder span.controls-latest {
	position: absolute;
	z-index:1000;
	top: -24px;
	right: 10px;
	width: 79px;
}
.latest-uploads-holder .controls-latest.bottom {
	bottom: -20px;
	top: auto;
}
.latest-uploads-holder span.controls-latest a {
	width: 39px;
	height: 41px;
	display: block;
	background: url(../img/btn/latest-uploads-arrows.png) 0 0 no-repeat;
	text-indent: -8000px;
	float: left;
	cursor: pointer;
}
.latest-uploads-holder span.controls-latest a.nextBtn {
	background-position: 100% 0;
	float: right;
}
.latest-uploads-holder .latest-uploads .latest-uploads-content {
	overflow: hidden;
	display: block;
	border-bottom: 1px solid #DDD;
	padding: 15px 5px 10px;
}
.latest-uploads-holder .latest-uploads .latest-uploads-content.cont-last {
	border: none;
}
.latest-uploads-holder .latest-uploads .latest-uploads-content .alignleft {
	float: left;
	margin: 0 15px 0 0;
}
.latest-uploads-holder .latest-uploads .latest-uploads-content .latest-uploads-info h4 {
	font-family: 'DroidSansBold', Arial, Helvetica, san-serif;
	font-size: 18px;
	color: #172945;
	line-height: 21px;
	margin: 0 0 15px;
}
.latest-uploads-holder .latest-uploads .latest-uploads-content .latest-uploads-info span.date {
	font-size: 12px;
	line-height: 15px;
	color: #666;
	margin: -10px 0 10px;
	text-align: right;
	display: block;
}
.latest-uploads-holder .latest-uploads .latest-uploads-content .latest-uploads-info p.location span {
	font-family: 'DroidSansBold', Arial, Helvetica, san-serif;
}
.latest-uploads-holder .latest-uploads .latest-uploads-content .latest-uploads-info a.btn-more {
	float: none;
	overflow: hidden;
	margin-top: -10px;
	max-width: 270px;
}
.right-top-content {
	width: 470px;
	float: right;
	margin: -25px 0 30px;
}
.right-top-title {
	display: block;
	overflow: hidden;
	margin-left: 10px;
	margin-top: -44px;
}
.right-top-title h2 {
	background: #FFF;
	color: #172945;
	font-size: 22px;
	line-height: 35px;
	font-family: 'DroidSansBold', Arial, Helvetica;
	padding: 4px 14px;
	float: left;
	min-width: 281px;
	-webkit-box-shadow: 0px 0px 5px #666;
	-moz-box-shadow: 0px 0px 5px #666;
	box-shadow: 0px 0px 5px #666;
}
.piano-location {
	background: white;
	-webkit-box-shadow: 0px 2px 2px #666;
	-moz-box-shadow: 0px 2px 2px #666;
	box-shadow: 0px 2px 2px #666;
	padding: 7px 0 0;
	margin: 0 0 15px;
}
.piano-location .title-piano-location {
	background: url(../img/bg/bg-title-piano-location.png) repeat-x 0% 100%;
	height: 40px;
	padding: 0 15px;
	cursor: pointer;
}
.piano-location .title-piano-location.active, .piano-location .title-piano-location:hover {
	background: url(../img/bg/bg-title-piano-location.png) repeat-x 0% 0%;
}
.piano-location .title-piano-location h5 {
	-webkit-text-shadow: 1px -1px 1px #FFF;
	-moz-text-shadow: 1px -1px 1px #FFF;
	text-shadow: 1px -1px 1px #FFF;
	line-height: 41px;
	font-family: 'DroidSansBold', Arial, Helvetica;
	font-size: 16px;
	color: #666;
	background: url(../img/elem/arrow-accordion.png) no-repeat 100% -47px;
}
.piano-location .title-piano-location.active h5, .piano-location .title-piano-location h5:hover {
	background: url(../img/elem/arrow-accordion.png) no-repeat 100% 18px;
}
.piano-location .content-piano-location {
	background: #929487 url(../img/bg/bg-shadow-top.png) repeat-x;
	padding: 20px 15px;
	display: block;
	overflow: hidden;
}
.piano-location .content-piano-location ul {
	margin: 0;
	padding: 0;
	float: left;
	width: 215px;
}
.content-box-sidebar ul {
	margin: 0;
	padding: 0;
}
.piano-location .content-piano-location ul li, .piano-location .content-piano-location ul li a,
.content-box-sidebar ul li, .content-box-sidebar ul li a
{
	color: #FFF;
	font-size: 14px;
	line-height: 19px;
	font-family: 'DroidSansBold', Arial, Helvetica, sans-serif;
	display: block;
}
.piano-location .content-piano-location ul li {
	list-style-type: none;
	background: url(../img/elem/piano-icon.png) no-repeat 2px top;
	padding: 0 0 3px 27px;
	float: left;
	clear: left;
	width: 185px;
	margin-bottom: 2px;
}
.piano-location .content-piano-location ul li:hover,
.piano-location .content-piano-location ul li.current-piano {
background: #575951 url(../img/elem/piano-icon.png) no-repeat 3px 2px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.piano-location .content-piano-location ul li a {
	text-decoration: none;
	padding: 3px 5px 0 5px;
}
.content-box-sidebar ul li {
	list-style-type: none;
	padding: 2px 0 3px 0;
}
.content-box-sidebar ul li:hover {
	color:#fff;
	background-color: #575951;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.content-box-sidebar ul li:hover a {
	color:#fff;
}
.content-box-sidebar ul li a {
	color:#333;
	text-decoration: none;
	padding: 3px 5px 0 5px;
}

.btn-bring span {
	-webkit-text-shadow: 1px -1px 1px #666;
	-moz-text-shadow: 1px -1px 1px #666;
	text-shadow: 1px -1px 1px #666;
}
.upload {
	background: #B94200 url(../img/elem/upload-icon.png) no-repeat 5px center;
	padding: 2px 2px 2px 60px;
}
.upload:hover {
	background: #973803 url(../img/elem/upload-icon.png) no-repeat 5px center;
}
.upload span {
	background: #E44100 url(../img/btn/btn-upload.png) repeat-x left top;
	padding: 18px 17px 15px;
	font-size: 28px !important;
	-webkit-text-shadow: 1px -1px 1px #666;
	-moz-text-shadow: 1px -1px 1px #666;
	text-shadow: 1px -1px 1px #666;
}
.upload:hover span {
	background: #E77200 url(../img/btn/btn-upload-hover.png) repeat-x left top;
}
.btn-fb {
	background: #2A3F6B url(../img/elem/fb-icon.png) no-repeat 5px center;
	padding: 2px 2px 2px 60px;
}
.btn-fb:hover {
	background: #1f3054 url(../img/elem/fb-icon.png) no-repeat 5px center;
}
.btn-fb span {
	background: #455583 url(../img/btn/btn-fb.png) repeat-x left top;
	padding: 18px 17px 15px;
	font-size: 28px !important;
	-webkit-text-shadow: 1px -1px 1px #666;
	-moz-text-shadow: 1px -1px 1px #666;
	text-shadow: 1px -1px 1px #666;
}
.btn-fb:hover span {
	background: #919BB6 url(../img/btn/btn-fb-hover.png) repeat-x left top;
}
.btn-events {
	background: #2A3F6B url(../img/elem/events-icon.png) no-repeat 2px center;
	padding: 2px 2px 2px 60px;
}
.btn-events:hover {
	background: #1f3054 url(../img/elem/events-icon.png) no-repeat 2px center;
}
.btn-events span {
	background: #FFF;
	padding: 18px 17px 15px;
	font-size: 28px !important;
	color: #2a3f6b;
}
.btn-events span:hover {
	background: #D8DCE4;
}
/*===========================================================================
8. City Page end
===========================================================================*/


/*===========================================================================
9. Photovideo Highlights Page begin
===========================================================================*/
#header.berelative {
	position: relative;
}
.page-title.photohighlights-page {
	padding: 5px 0px 5px 4px;
	margin: -61px 0 0 -18px;
	position: relative;
	z-index: 5;
}
#largermap_container {
	width: 995px;
	position: relative;
}
.largermap {
	background: url(../img/bg/largermap.png) no-repeat left top;
	width: 96px;
	height: 39px;
	position: absolute;
	right: -82px;
	top: -50px;
	z-index: -1;
}
.largermap-btn {
	background: url(../img/elem/largermap-zoom.png) no-repeat right 10px;
	position: absolute;
	right: -82px;
	top: -50px;
	z-index: 999;
	width: 66px;
	height: 19px;
	padding: 10px 20px 10px 10px;
	color: #172945;
	font-size: 11px;
	line-height: 13px;
	font-family: 'DroidSansBold', Arial, Helvetica, sans-serif;
	text-decoration: none;
	letter-spacing:-0.5px;
}
.largermap-btn:hover {
	color: #c84700;
	background-position: right -28px;
	}
#content_filters {
	width: 390px;
	height: 42px;
	line-height: 35px;
	vertical-align: middle;
	position: absolute;
	z-index: 100;
	top: -15px;
	left: 288px;
}
#content_filters .filter {
	display: block;
	float: left;
	margin: 0px 5px;
}
#content_filters ul li a, .filter span {
	font-family: BebasNeueRegular;
	text-transform: uppercase;
	color: #626263;
	font-size: 1.25em;
	text-decoration: none;
}
#content_filters .cf_all a, #content_filters .cf_photos a, #content_filters .cf_videos a {
	font-size: 1.7em;
	color: #2a3f6b;;
}
#content_filters .cf_all a {
	display: block;
	width: 42px;
	height: 31px;
	line-height: 33px;
	vertical-align: middle;
	text-align: center;
	text-shadow: none;
}
#content_filters .cf_photos a {
	display: block;
	width: 90px;
	height: 27px;
	line-height: 27px;
	vertical-align: middle;
	background: url(../img/icons/icon-photo-blue.png) no-repeat right center;
	color: #2a3f6b;
	text-shadow: none;
	text-align: left;
	padding-top: 3px;
	margin: 0px 7px 0px 2px;
}
#content_filters .cf_videos a {
	display: block;
	width: 90px;
	height: 27px;
	line-height: 27px;
	vertical-align: middle;
	background: url(../img/icons/icon-video-blue.png) no-repeat right center;
	color: #2a3f6b;
	text-shadow: none;
	text-align: left;
	padding-top: 3px;
}
#content_filters li.active,
#content_filters li:hover
{
	background: url(../img/btn/btn-filter-all.png) no-repeat;
}
#content_filters li.cf_photos, 
#content_filters li.cf_videos {
	width:95px;
	padding:0 5px;
}

#content_filters li.cf_photos.active, 
#content_filters li.cf_videos.active,
#content_filters li.cf_photos:hover, 
#content_filters li.cf_videos:hover
{
	background: url(../img/btn/btn-filter-pv.png) no-repeat;
}
#content_filters li.active a,
#content_filters li:hover a,
#content_filters li a:focus
{
	color: #FFFFFF;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.64);
}
#column-left-highlights {
	width: 733px;
	padding: 25px 5px 0px 0px;
	float: left;
	position: relative;
}
#column-left-highlights .pvh_container {
	width: 23%;
	margin-right:2%;
	display: block;
	float: left;
}
#column-left-highlights .pvh_container img {
	width:100%;
	background: #FFFFFF;
	padding: 8px;
	border: 1px solid #DDDDDD;
	display: block;
	float: left;
	margin: 5px 10px 5px 0px;
	-webkit-box-shadow: 0px 0px 5px #999;
	-moz-box-shadow: 0px 0px 5px #999;
	box-shadow: 0px 0px 5px #999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#column-right-highlights {
	width: 231px;
	padding: 30px 0px 0px 3px;
	float: right;
}
#column-right-highlights ul {
	margin-left: 0;
	padding-left: 0;
}
#column-right-highlights li {
	list-style: none;
}
#column-right-highlights li a {
	text-decoration: none;
}
#column-right-highlights .piano-wrap {
	margin-top: 60px;
}
#column-right-highlights .right-top-title {
	margin-left: 5px;
}
#column-right-highlights .right-top-title h2 {
	min-width: 130px;
	margin-left: 5px;
	margin-top: 5px;
}
.btn-big.smaller {
	width: 185px;
}
.btn-big.follow.smaller {
	background-image:url(../img/elem/tweet-small.png);
	padding-left:45px;
}
.btn-bring.smaller {
	background: #63810f url(../img/elem/elem-bring-small.png) no-repeat 0px center;
	padding-left: 46px;
	margin-bottom: 6px;
	height: 54px;
}
.btn-bring.smaller span {
	padding: 8px 17px 4px;
}
.btn-fb.smaller {
	background: #2A3F6B url(../img/elem/fb-icon-small.png) no-repeat 0px 1px;
	padding-left: 45px;
	margin-bottom: 6px;
	height: 46px;
}
.btn-fb.smallerspan {
	padding: 0px;
}
.btn-events.smaller {
	background: #2A3F6B url(../img/elem/events-icon-small.png) no-repeat 2px center;
	padding-left: 45px;
	margin-bottom: 6px;
	height: 46px;
}
.btn-big-green.smaller:hover {
	background-color: #4a610b;
}
.btn-big-blue.smaller:hover {
	background-color: #1f3054;
}
.btn-big.smaller span {
	font-size: 0.7em !important;
	line-height: 21px;
}
.btn-fb.smaller span, .btn-events.smaller span {
	line-height: 13px;
	padding: 18px 16px 15px;
}
#merged_columns {
	clear: both;
	width: 100%;
	text-align: center;
	padding: 0px 0px 15px;
}
#view_more {
	width: 240px;
	padding: 12px 10px;
	background: #fdfdfd;
	-webkit-box-shadow: 0px 0px 5px #666;
	-moz-box-shadow: 0px 0px 5px #666;
	box-shadow: 0px 0px 5px #666;
	margin-left: auto;
	margin-right: auto;
	margin-top:80px;
	font-family: DroidSansRegular;
	position:absolute;
	bottom:-42px;
	left:366px;
	text-align:center;
}
#view_more span.view_more_text {
	font-family: DroidSansBold;
}
#view_more a {
	display: block;
	background: url(../img/icons/icon-arrow.png) no-repeat 2px center;
	padding-left: 30px;
	color: #666666;
	font-size: 1.25em;
	text-decoration: none;
}
#view_more.view_more_large {
	width: 380px;
	font-size: 1.2em;
	left:286px;
}
#highlights_content {
	margin-bottom:60px;
}
.view_more_highlights {
	display:none;
}
#highlights_loading {
	display:none;
	width:32px;
	margin:60px auto 40px;
}
#view_more.view_more_highlights {
	position:static;
	margin:0 auto;
}
	
.highlighted_item {
	font-weight:bold;
	color:#f44;
	border:1px solid #f44;
	padding:4px;
	display:block;
}
#highlights_holding {
	margin-top:24px;
}
#highlights_holding a {
	font-size:14px;
}

/*===========================================================================
9.Photovideo Highlights Page end
===========================================================================*/

/*===========================================================================
10. Comments begin
===========================================================================*/
#comment-form-pp-wrapper {
	display:none;
}

#comments-wrapper {
	overflow:hidden;
}
.comment-item a {
	font-size:14px;
}
.comment-form {
	width:375px;
	padding:15px;
	background-color:#f8f8f8;
}
.comment-form p {
	margin-bottom: 0!important;
}
.comment-form form {
	margin-top: 20px;
}
.comment-form input,
.comment-form textarea
{
	width:100%;
	padding: 10px;
	background-color: #fff;
	border: #aaaaaa 1px solid;
	font: normal 24px BebasNeueRegular;
	color: #999999;
	-moz-box-shadow:    inset 0 0 5px #cccccc;
   	-webkit-box-shadow: inset 0 0 5px #cccccc;
   	box-shadow:         inset 0 0 5px #cccccc;
}
.comment-form select
{
	width:396px;
	padding: 10px;
	background-color: #eeeeee;
	border: #aaaaaa 1px solid;
	font: normal 24px BebasNeueRegular;
	color: #999999;
}
.comment_media_wrap {
	width:376px;
	background: url(../img/bg/bg-comment-media.png) #e0e1dc;
	margin:0px 0px 24px -23px;
	padding: 20px 47px 0px 22px;
	border-top: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
}
.photo-upload {
	margin-bottom:21px;
}
.comment_photo {
/*
	visibility:hidden;
	height:0!important;
	position: relative;
	text-align: left;
	height:30px;
	width:100%;
*/
}
.comment_or {
	background: url(../img/bg/bg-comment-or.png) no-repeat 0px -1px;
	width:396px;
}
.comment_or span {
	font: normal 24px BebasNeueRegular;
	color: #000;
	background: url(../img/bg/bg-comment-media.png) #e0e1dc;
	padding:5px;
}
.comment-form input.comment_photo {
	width:220px;
	min-height:25px;
	font-family:Arial;
	font-size:14px;
	float:right;
	position:relative;
	right:-22px;
	padding: 5px;
}
.comment-form .fakefile-input {
	width:200px!important;
	border:0;
	padding:0 12px;
	margin:0;
	height:30px;
	float:left;
	font: normal 14px 'DroidSansRegular', Arial, Helvetica, sans-serif;
	color: #000;
}
.comment-form .fakefile {
	float:left;
	height:30px;
	text-transform:uppercase;
	color:#fff;
	padding-left:34px;
	background:#B94200 url(/lb2012/wp-content/themes/streetpianos/img/icons/icon-photo.png) no-repeat 5px center
}
.comment-form .fakefile:hover {
	cursor:pointer;
}
.comment-form .fakefile span {
	display:block;
	font-family:BebasNeueRegular;
	float:left;
	padding:5px 6px 1px 6px;
	font-size:20px;
	height:24px;
	background-color:#E44100;
}
.comment-form label {
	display:block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	height:0;
	line-height: 16px;
}
.comment-form label.visible {
	margin-top:6px;
	text-indent:0;
	white-space:normal;
	height:auto;
}

.comment-form h3.respond {
	font-size:18px;
	font-weight:bold;
	line-height: 22px;
}
.comment-form h3.respond span.piano-name {
	color:#DC4E00;
}
div.pp_default .pp_content, div.light_rounded .pp_content {
	background-color:#f8f8f8!important;
}
.comment-form input#submit {
	width: 202px;
	height: 60px;
	background: url(../img/btn/sub-btn.png) 0px 0px #dc4e00;
	padding: 15px 2px 11px 60px;
	border: 0;
	color: #fff;
	font-size: 29px;
	text-shadow: 1px -1px 1px #666;
}
.comment-form input#submit:hover {
	background: url(../img/btn/sub-btn.png) 0px -60px #a53a00;
}
.comment-form p.submit {
	margin: 0;
	padding: 0;
}
.comment-info-text a {
	font-size: 14px
}
.reportcomment_textarea {
	width:100%;
	margin:4px 0;