@font-face {
	font-family: Titillium;
	src: url('../fonts/TitilliumText600wt.otf');
}

@font-face {
	font-family: Titillium;
	font-weight: 100;
	src: url('../fonts/TitilliumText250wt.otf');
}

@font-face {
	font-family: Titillium;
	font-weight: bold;
	src: url('../fonts/TitilliumText15L.otf');
}

html {
	height: 100%;
}

body {
	font-family: verdana;
	font-size: 11px;
	color: #666666;
	-webkit-text-stroke: 1px transparent;
	background-color: #FFFFFF;
	text-align: center;
	background-image: url(../images/body-bg.jpg);
	background-repeat: repeat-x;
	margin: 0 auto;
}

@media only screen and (max-device-width:480px) {body{-webkit-text-stroke:0 black;}}

a {
	text-decoration: none;
	-webkit-transition: color .25s ease-out;
}

a:focus {
	outline: none;
}

img {
	border: none;
}

strong {
	color: #444;
}

.strong-title {
	color: #444;
	font-size: 15px;
}

.ticket-prace {
	display:block;
	padding-left:0px;
	color: #333;
}


.title-place {
	width:300px;
	display:block;
	padding-left:18px;
}


.date-place {
	display:block;
	color: #444;
	font-size: 13px;
	font-weight:bold;
}

.title-time {
	color: #444;
	font-weight: bold;
	font-size: 12px;
}

.title-playguide {
	width:280px;
	display:block;
	padding-left:5px;
}


.title-band {
	display:block;
	padding-left:5px;
}
.title-info {
	width:200px;
	display:block;
	padding-left:5px;
}


hr {
	clear: left;
	border: 0;
	height: 1px;
	background-color: #d6d6d6;
	margin: 40px 0;
	padding: 0;
}

a.gen-btn, a.gen-btn-shadow, a.gen-btn-color {
	float: left !important;
	height: 30px !important;
	padding-right: 14px !important;
	color: #fff !important;
	font-size: 10px !important;
	font-weight: normal !important;
	text-transform: uppercase !important;
	text-shadow: 0 1px 2px #000 !important;
	overflow: hidden !important;
	background: transparent url(../images/gen-btn.png) repeat-x right -30px !important;
	-webkit-text-stroke: 0 black !important;
}

a.gen-btn span, a.gen-btn-shadow span, a.gen-btn-color span {
	float: left !important;
	height: 20px !important;
	margin: 0 !important;
	padding: 10px 0 0 14px !important;
	background: transparent url(../images/gen-btn.png) repeat-x left top !important;
}

a:active.gen-btn {
	color: #ddd !important;
	background-position: right -90px !important;
}

a:active.gen-btn span {
	background-position: left -60px !important;
}

a.gen-btn-shadow {
	background-position: right -150px !important;
}

a.gen-btn-shadow span {
	background-position: left -120px !important;
}

a:active.gen-btn-shadow {
	color: #ddd !important;
	background-position: right -210px !important;
}

a:active.gen-btn-shadow span {
	background-position: left -180px !important;
}

a.gen-btn-color {
	background-position: right -270px !important;
}

a.gen-btn-color span {
	background-position: left -240px !important;
}

a:active.gen-btn-color {
	color: #d9e2e2 !important;
	background-position: right -330px !important;
}

a:active.gen-btn-color span {
	background-position: left -300px !important;
}

a.toggle {
	float: left;
	width: 40px;
	height: 18px;
	background: transparent url(../images/toggle.png) no-repeat left top;
}

a:active.toggle, a.toggle.on {
	background-position: right top;
}

.left {
	float: left !important;
}

.right {
	float: right !important;
	clear: right;
}

.clear {
	clear: left !important;
}

select {
	display: block;
	opacity: 0.0;
	position: absolute;
	z-index: 2;
}

.selectbox {
	float: left;
	margin: -6px 0 0 6px !important;
}

.selectbox .text {
	float: left;
	font-size: 12px;
	color: #414141;
	text-shadow: 0 1px 2px #fff;
	margin: 0;
	padding-right: 26px;
	height: 27px;
	overflow: hidden;
	background: transparent url(../images/dd-select.png) no-repeat right -27px;
}

.selectbox .text span {
	float: left;
	margin: 0;
	height: 29px;
	padding: 7px 0 0 10px;
	background: transparent url(../images/dd-select.png) no-repeat left top;
}

.container {
	width: 820px;
	background: #000000;
	text-align: left;
	margin: 0 auto;
}

/* HEADER */

#top-header {
	display: block;
	width: 820px;
	clear: both;
}

#top-header .constant {
	height: 249px;
	width: 820px;
	background: #000;
	clear: both;
	display: block;
}

#top-header h1 {
	padding: 0;
	margin: 0;
	text-indent: -99999px;
	background-image: url(../images/header_top.jpg);
	width: 820px;
	height: 249px;
	background-repeat: no-repeat;
}

#top-header h1 a {
	display: block;
	width: 212px;
	height: 48px;
	color: #fff;
	background: transparent url(../images/logo.png) no-repeat left top;
}

#global-nav {
	float: left;
	margin-left: 55px;
	margin-top: 34px;
}

#global-nav a {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0 1px 5px #161718;
	padding: 8px 9px 4px 9px;
	margin-right: 30px;
	opacity: 0.5;
}

#global-nav a:hover {
	opacity: 1;
}

#global-nav a.active {
	opacity: 1;
	background-color: rgba(255,255,255,0.1);
	border: 1px solid rgba(255,255,255,0.1);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0 0 4px #161718;
	-webkit-box-shadow: 0 0 4px #161718;
	-moz-box-shadow: 0 0 4px #161718;
}

#imp-msg {
	float: left;
	margin-left: 40px;
	margin-top: 36px;
}

#imp-msg a {
	color: #fff;
	font-size: 12px;
	text-shadow: 0 1px 2px #000;
	padding-right: 13px;
	background: transparent url(../images/link-arrow.png) no-repeat right 2px;
}

#imp-msg a:hover {
	color: #999;
}




/* CONTENT */

.holder {
	margin: 0;
	width: 100%;
}

.inner {
	margin: 0 14px;
	height: 100%;
	background-color: #fff;
}

#bgshadow {
	width: 100%;
	height: 100% !important;
	background: #000;
}

.spacer {
	position: absolute;
	width: 100%;
	height: 506px;
	background-color: #b4b4b4;
	z-index: 1;
}

.spacer-inner {
	position: relative;
	margin: 384px 14px 0 14px;
	height: 13px;
}

.content {
	display: block;
	background-color: #fff;
	width: 100%;
}

.content .spacer {
	position: relative;
	background-color: transparent;
}

/* MAIN NAV */

.menu-holder {
	clear: left;
	height: 63px;
	margin-top: 2px;
	padding: 0 0 0 14px;
	background: #000;
	
}

.menu-holder2 {
	height: 46px;
	margin-top: 0px;
	padding: 0 0 0 14px;
	background: transparent url(../images/shadow-lr.png) repeat-y left top;
}

.menu-inner {
	height: 63px;
	padding: 0 14px 0 0;
	background: #000;
}

.menu-inner2 {
	height: 46px;
	padding: 0 14px 0 0;
	background: transparent url(../images/shadow-lr.png) repeat-y right top;
}

#main-nav {
	border-top: solid 1px #acacac;
	padding: 0px 0 0 12px;
	height: 63px;
	text-shadow: 0 1px 1px #f7f7f7;
	font-size: 12px;
	overflow: hidden;
	background: transparent url(../images/menu-top.jpg) repeat-x left top;
}


div.nav-inside {
height: 63px;
}


div.nav-inside div{
display:table-cell;
width:500px;
margin-bottom:1px;
vertical-align:middle;
	height:63px;
}

* html div.nav-inside div{/* IE 6 */
display:inline;
zoom:1;
}

*:first-child+html div.nav-inside div{/* IE 7 */
display:inline;
zoom:1;
}

#main-nav2 {
border-top: solid 1px #acacac;
	padding: 14px 23px 0 8px;
	height: 30px;
	text-shadow: 0 1px 1px #f7f7f7;
	font-size: 14px;
	overflow: hidden;
	background: transparent url(../images/menu-top.jpg) repeat-x left top;
	border-bottom: solid 1px #acacac;
	clear: both;
}

#main-nav2 span { float:left; font-size:12px;}

@media screen and (-webkit-min-device-pixel-ratio:0) {	
	#main-nav {
		background: url(../images/menu-top.jpg) no-repeat left -63px, url(../images/menu-top.jpg) no-repeat right -63px, url(../images/menu-top.jpg) repeat-x left top;
	}
}

@-moz-document url-prefix(){
	.content {
		font-weight: 100;
	}
	#main-nav {
		font-weight: normal;
	}
}

#main-nav .pref, #bottom-nav .pref {
	margin-top: 3px;
	margin-right: 23px;
}

#nav-soon {
	display: none;
}

#main-nav .text em, #bottom-nav .text em {
	display: none;
	position: absolute;
	margin: 6px 0 0 10px;
	width: 16px;
	height: 16px;
	background: transparent url(../images/loading.gif) no-repeat center center;
}

#main-nav .text.loading span, #bottom-nav .text.loading {
	text-indent: -99999px;
}

#main-nav .text.loading em, #bottom-nav .text.loading em {
	display: block;
}

#main-nav span, #bottom-nav span {

}

#main-nav .right, #bottom-nav .right {
	float: right;
	margin-top: 0;
	margin-right: 0;
}

#result-count {
	float: right;
	margin-top: 6px;
	font-size: 11px;
	text-transform: uppercase;
}

#main-nav.idea {
	padding: 0 23px 0 0;
	height: 63px;
}



#main-nav .user-time {
	float: left;
	margin: 0;
	height: 63px;
	width: 200px;
}

#main-nav .user-info {
	float: left;
	margin: 0;
	height: 63px;
	background: transparent url(../images/vr.png) repeat-y right top;
}

#main-nav .user-info .image {
	float: left;
	margin: 7px;
	width: 48px;
	height: 48px;
}

#main-nav .user-info img {
	display: none;
	border-bottom: 1px solid #f2f2f2;
}

#main-nav .user-info span {
	float: left;
	color: #444;
	margin: 19px 22px 0 12px;
}

#main-nav .user-info span a {
	color: #444;
}

#main-nav .user-info span a:hover {
	color: #777;
}

#main-nav .user-info span.type {
	color: #777;
	font-size: 12px;
	margin: 0 22px 0 12px;
	text-transform: capitalize;
}

#main-nav .user-options {
	float: left;
	margin: 24px 0 0 12px;
	font-size: 13px;
}

#main-nav .user-options .selectbox {
	margin-right: 20px !important;
}

#main-nav .left {
	float: left;
	margin-top: 3px;
}

#main-nav .user-options a.toggle + span, #main-nav .left a.toggle + span {
	font-size: 13px;
	margin: 2px 0 0 3px;
}

#main-nav .user-options a.toggle, #main-nav .left a.toggle {
	margin-top: -1px;
}

#main-nav .left a.toggle + span.loading {
	display: block;
	width: 16px;
	height: 16px;
	text-indent: -99999px;
	background: transparent url(../images/loading.gif) no-repeat center center;
}

a#back-to-search, a#profile-link {
	float: right;
	color: #777;
	margin-top: 24px;
	padding-left: 17px;
	background: transparent url(../images/gray-arrow.png) no-repeat left 2px;
}

a:hover#back-to-search, a:hover#profile-link  {
	color: #444;
}

/* LISTINGS */

#listings {
	padding: 0;
	clear: both;
	display: block;
}

.listings-holder {
	margin: 0;
	padding: 0;
	height: 48px;
	background: transparent url(../images/listing-bg.jpg) repeat-x left bottom;
}

div.listbox {
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #333;
	text-shadow: 0 2px 2px #fff;
	overflow: hidden;
	display: table-cell;
	margin-bottom:1px;
	vertical-align:middle;
	height:48px;
}

div.listbox div {display:table-cell;
margin-bottom:1px;
vertical-align:middle;
height:48px;}

* html div.listbox div{/* IE 6 */
display:inline;
zoom:1;
}

*:first-child+html div.listbox div{/* IE 7 */
display:inline;
zoom:1;
}

.listings-holder:hover {
	background-color: #f7f7f7;
}

div.more {
	display: block;
}



div.listbox span {
	float: left;
	margin: 0;
}

div.listbox span a {
	color: #444;
}

div.listbox span a:hover {
	color: #777;
}


div.user-img {
	display: block;
	margin: 0;
	padding: 0;
	width: 28px;
	height: 48px;
	overflow: hidden;
}

.user-space2 {
	display: block;
	margin: 0;
	padding: 0;
	width: 20px;
	height: 48px;
	overflow: hidden;
}

div.user-img img {
	display: none;
}





div.listbox h2 {
	display: table-cell;
	margin: 0;
	padding: 0;
	color: #444;
	font-size: 13px;
}


div.listbox .more {
	display: none;
	margin: 0 18px 0 0;
}

div.more a.gen-btn {
	float: right !important;
	margin-left: 5px !important;
	margin-top: 10px !important;
}

div.listbox .more a span {
	margin: 0;
}

div.listbox .user-info.type {
	text-transform: capitalize;
	width: 120px;
	margin-left: 30px;
	margin-right: 24px;
}

div.listbox .user-info.idea-type {
	width: 70px;
	margin-left: 30px;
}

div.listbox .user-info.status {
	width: 100px;
}




div.sample1{}

div.sample1 div{
width:100px;
display:table-cell;
margin-bottom:1px;
vertical-align:middle;
height:48px;
}

* html div.sample1 div{/* IE 6 */
display:inline;
zoom:1;
}

*:first-child+html div.sample1 div{/* IE 7 */
display:inline;
zoom:1;
}


/* FOOTER */

#bottom-footer {
	bottom: 0;
	width: 820px;
	background: #000000;
}

#bottom-footer.browse {
	clear: both;
}

#bottom-footer .footer-inner {
	padding: 0 0 0px 14px;
	height: 59px;
	margin: 0;
}

#bottom-footer .footer-inside {
	padding: 0 14px 0 0;
	height: 44px;
	background: #000;
}

#bottom-footer .footer-shadow {
	margin: 0 14px;
	height: 14px;
	background: #000000;
}

/* BOTTOM NAV */

#bottom-nav {
	display: block;
	padding: 12px 23px 0 23px;
	height: 32px;
	text-shadow: 0 1px 1px #f7f7f7;
	font-size: 13px;
	overflow: hidden;
	background: transparent url(../images/menu-top.jpg) repeat-x left top;
}

@-moz-document url-prefix(){
	#bottom-nav {
		font-weight: normal;
		background: transparent url(../images/menu-bottom.jpg) repeat-x left top;
	}
}

#bottom-nav input[type=search] {
	float: left;
	font-family: Titillium, "Helvetica Neue", "HelveticaNeue", helvetica, sans-serif;
	padding: 2px 5px 0 5px;
	margin-top: 1px;
	margin-right: 20px;
	color: #999;
	width: 220px;
}

#bottom-nav .pref span:first-child {
	margin-top: 1px;
}

#bottom-nav .pref.right {
	float: right;
	margin-top: 3px;
}

#bottom-nav .text.loading {
	width: 106px;
}

#loading-bottom {
	float: left;
	margin-top: 6px;
	font-size: 11px;
	text-transform: uppercase;
}

#loading-bottom.loading {
	text-indent: -99999px;
	margin-top: 2px;
	width: 16px;
	height: 16px;
	background: transparent url(../images/loading.gif) no-repeat center center;
}




#content {
	width: 100%;
	display: block;
	overflow: auto;
}

#listings table{
	margin:0;
	padding:0;
	background-color: #fff;
}
#listings tr{
	margin:0;padding:0;
}
#listings td{
	margin:0;
	padding:10px;
	height: 20px;
	vertical-align: middle;
	background:transparent url(../images/listing-bg.jpg) repeat-x left bottom;
}



.table-listname {background:transparent url(../images/menu-top.jpg) repeat-x left top;}

.headline {color:#444;}

.imgcenter {vertical-align:middle;}

#toursText {
	margin:0 auto;
	width: 800px;
	background-position: top center;
	background-repeat: no-repeat;
	text-align: left;
	padding: 10px 0;
	font-size: 17px;
	font-weight: normal;
}

#toursText p {
	margin:0;
	font-size: 12px;
	color:#FFFFFF;
}
