@CHARSET "UTF-8";

* 	{
		font-family: verdana;
	}
	
html, body {
		/*width: 100%;*/
		background: #e8e8e8; /* Old browsers */
		background: -moz-linear-gradient(-45deg, #e8e8e8 0%, #f6f6f6 30%, #ffffff 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#e8e8e8), color-stop(30%,#f6f6f6), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(-45deg, #e8e8e8 0%,#f6f6f6 30%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(-45deg, #e8e8e8 0%,#f6f6f6 30%,#ffffff 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(-45deg, #e8e8e8 0%,#f6f6f6 30%,#ffffff 100%); /* IE10+ */
		background: linear-gradient(135deg, #e8e8e8 0%,#f6f6f6 30%,#ffffff 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
		/*padding: 0 0 0 0;*/
		margin: 0px;
		height: 100%;
}

/**** mainpage **************************************************/
div.website_mainpage_background {
		/*float: none;*/
		/*display: marker;*/
		margin-top: 0px;
		/*background: #000000;*/
		/*width: 100%;
		height: 100%;*/
}

div.website_mainpage_block {
		/*float: none;*/
		vertical-align: middle;	
		text-align: center;	
		/*background-color: #1B2163;*/
		padding-top: 70px;
}

div.website_mainpage_block_title {
		/*border-color: white;*/
		/*border-width: 1px 1px 1px 1px;*/
		color: black;
		font-family: 'Bitter', serif/*Lucida Sans Unicode*/;
		font-size: 48pt;
		font-weight: bold;
		/*padding: 15px 30px;*/
		text-shadow: 2px 1px 2px rgba(140, 140, 140, 1);
		-webkit-font-smoothing: antialiased;
}

div.website_mainpage_tickets {
		/*display: block;*/
		width: 100%;
		text-align: center;
		/*margin-top: 100px;*/
		/*overflow: auto;*/
		/*padding-bottom: 0px;*/
}

input[type="text"].website_mainpage_block_search {
		width: 40%;
		font-family: arial;
		color: black;
		font-size: 15pt;
		padding: 10px;
		border-radius: 5px;
		border: solid 1px #dcdcdc;
		transition: box-shadow 0.3s, border 0.3s;
}
input[type="text"].website_mainpage_block_search:focus {
  		outline: none;
  		/*padding: 6px 6px 6px 6px;*/
  		border: solid 1px #A0A0FF;
  		box-shadow: 0 0 5px 1px #A0A0FF;
}	

input[type="submit"].website_mainpage_block_search {
		width: 10%;
		font-family: arial;
		color: black;
		font-size: 12pt;
		padding: 5px;
		border-radius: 5px;
		border: solid 1px #dcdcdc;
		background: #ebf1f6; /* Old browsers */
		background: -moz-linear-gradient(top,  #ebf1f6 0%, #abd3ee 50%, #89c3eb 51%, #d5ebfb 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebf1f6), color-stop(50%,#abd3ee), color-stop(51%,#89c3eb), color-stop(100%,#d5ebfb)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #ebf1f6 0%,#abd3ee 50%,#89c3eb 51%,#d5ebfb 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #ebf1f6 0%,#abd3ee 50%,#89c3eb 51%,#d5ebfb 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #ebf1f6 0%,#abd3ee 50%,#89c3eb 51%,#d5ebfb 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #ebf1f6 0%,#abd3ee 50%,#89c3eb 51%,#d5ebfb 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf1f6', endColorstr='#d5ebfb',GradientType=0 ); /* IE6-9 */
		margin-top: 10px;
}

input[type="submit"].website_mainpage_block_search:hover {
  		outline: none;
  		/*padding: 6px 6px 6px 6px;*/
  		border: solid 1px #A0A0FF;
  		box-shadow: 0 0 5px 1px #A0A0FF;
}

/*
input::-webkit-input-placeholder 
input::-moz-placeholder
{
	color: red;
    font-size: 12pt;
    font-style: italic;
}

input:-ms-input-placeholder
input:-moz-placeholder
{
	color: red;
    font-size: 12pt;
    font-style: italic;
}*/

h1.website_mainpage {
		font-size: 12pt;
		color: black;
		text-align: center;
		padding: 20px 0px 0px 0px;
}
/**** mainpage **************************************************/
div.website_header {
		background-image: url('../images/bg.png');
		height: 90px;
		margin: 0 0 5px 0;

		/* gradient */
		background-color: black;
		background: -moz-linear-gradient(30deg, #1b2163 23%, #0e123d 84%);
		background: -webkit-linear-gradient(30deg, #1b2163 23%, #0e123d 84%);
		background: -o-linear-gradient(30deg, #1b2163 23%, #0e123d 84%);
		background: -ms-linear-gradient(30deg, #1b2163 23%, #0e123d 84%);
		background: linear-gradient(120deg, #1b2163) 23%, #0e123d 84%);
		/* shadow */
		-webkit-box-shadow: 1px 3px 5px 0px rgba(50, 50, 50, 0.75);
		-moz-box-shadow:    1px 3px 5px 0px rgba(50, 50, 50, 0.75);
		box-shadow:         1px 3px 5px 0px rgba(50, 50, 50, 0.75);
}

div.website_title {
		/*width: 50%;*/
		float: left;
		border-color: white;
		border-width: 1px 1px 1px 1px;
		color: white;
		font-family: 'Bitter', serif/*Lucida Sans Unicode*/;
		font-size: 30pt;
		font-weight: bold;
		padding: 15px 30px;
		text-shadow: 2px 1px 2px rgba(140, 140, 140, 1);
		-webkit-font-smoothing: antialiased;
}

div.website_intro {
	display: block;
	color: white;
	font-size: 20pt;
	float: right;
	margin: 15px 120px 5px 5px;
	width: 340px;
	height: 65px;
}

div.website_intro span {
	height: 100%;
	display: inline-block;	
	vertical-align: middle;
}

/*
div.website_menu {
		float: right;
		margin: 0px;
		padding: 0px;
		font-weight: bold;
		color: silver;
}*/
