body {
	color: #ccc;
	background: #000 url(../images/background.jpg) center 0 repeat;
}

.wrapper {
	width: 1024px;
	margin: 0 auto;
}

strong {
	color: white;
}

h1,h2,h3,h4 {
	color: white;
}

.leftolumn {
	float: left;
	width: 497px;
	padding: 0 15px 0 0;
}

.rightcolumn {
	float: right;
	width: 497px;
	padding: 0 0 0 15px;
}

.tour table {
	width: 100%;
	font-size: 14px;
	margin-bottom : 45px;
}

.tour table td {
	padding: 0 0 15px 0;
}

.tour a {
	color: #66ccff;
	font-weight: bold;
	text-decoration: none;
}

.tour a:hover {
	color: #fff;
	text-decoration: underline;
}

.tour .date {
	font-weight: bold;
	color: white;
}

.news h2 {
	font-size: 18px;
	margin-bottom: 15px;
}

.news p {
	margin-bottom: 15px;
	line-height: 18px;
}

.news p.date,
.news p.vcard {
	display: none;
}

.store .store-title {
	font-size: 18px;
	color: white;
	margin-bottom: 7px;
}

.store .store-description {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 15px;
}

.store .store-image {
	text-align: center;
	margin-bottom: 30px;
}

.store .store-image img {
	border: 5px solid white;
	-webkit-box-shadow: 1px 1px 5px black;
	-moz-box-shadow: 1px 1px 5px black;
	box-shadow: 1px 1px 5px black;
	-moz-transform: rotate(-7deg);
	-webkit-transform: rotate(-7deg) translate(px, px) skew(deg, deg);
	-moz-transform: rotate(-7deg);
	-webkit-transform: rotate(-7deg);
	transform: rotate(-7deg);
	-webkit-transition: all 5ms;
	-moz-transition: all 5ms;
	-o-transition: all 5ms;
	transition: all 5ms;
}

.store .store-image img:hover {
	border: 5px solid white;
	-webkit-box-shadow: 1px 1px 5px black;
	-moz-box-shadow: 1px 1px 5px black;
	box-shadow: 1px 1px 5px black;
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg) translate(px, px) skew(deg, deg);
	-o-transform: rotate(0deg) translate(px, px) skew(deg, deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all 45ms;
	-moz-transition: all 45ms;
	-o-transition: all 45ms;
	transition: all 45ms;
}

.store a {
	background: #9dd53a; /* old browsers */
	background: -moz-linear-gradient(top, #9dd53a 0%, #7cbc0a 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9dd53a), color-stop(100%,#7cbc0a)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd53a', endColorstr='#7cbc0a',GradientType=0 ); /* ie */
	padding: 5px 12px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	color: white;
	text-shadow: 0 1px 1px #336600;
	filter: dropshadow(color=#336600, offx=1, offy=1);
	text-decoration: none;
	font-weight: bold;
	-webkit-box-shadow: 0px 1px 1px black;
	-moz-box-shadow: 0px 1px 1px black;
	box-shadow: 0px 1px 1px black;
	opacity: .9;
}

.badge {
	background: #ffa84c; /* old browsers */
	background: -moz-linear-gradient(top, #ffa84c 0%, #ff7b0d 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa84c), color-stop(100%,#ff7b0d)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=0 ); /* ie */
	padding: 5px 12px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	color: white;
	text-shadow: 0 -1px -1px #993300;
	filter: dropshadow(color=#336600, offx=1, offy=1);
	text-decoration: none;
	font-weight: bold;
	-webkit-box-shadow: 0 0 15px #000;
	-moz-box-shadow: 0 0 15px #000;
	box-shadow: 0 0 15px #000;
	width: 120px;
	position: relative;
	top: -45px;
	left: 275px;
}

.store a:hover {
	opacity: 1;
}

.social {
	margin: 0;
	padding: 0;
}

.social li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.social li a {
	width: 16px;
	height: 16px;
	background: url(../images/icons.gif) 0 0;
	text-indent: -5000px;
	margin: 0 7px 0 0;
	display: block;
	float: left;
}

.social li.facebook a {
	background-position: 0 0;
}

.social li.twitter a {
	background-position: -33px 0;
}

.social li.myspace a {
	background-position: -102px 0;
}

.header h1 {
	height: 150px;
	background: url(../images/header.png) 0 0 no-repeat;
	text-indent: -500px;
	width: 100%;
}

.footer {
	height: 60px;
	width: 100%;
	text-indent: -5000px;
	background: url(../images/footer.png) 0 0 no-repeat;
}
