@charset "ISO-8859-1";
.txtBody {
	font-family: 'Roboto', sans-serif;
	color: #FFFFFF;
}
.gig-title {
	text-align: center;
}
.gig-thumb {
	text-align: center;
}
.gig-text {
	text-align: left;
	margin-top:10px;
}

.navTextSize {
	font-size: 1.4em;
}
a:link {
	color: #66AAFF;
	text-decoration: none;
}
a:visited {
	color: #66AAFF;
	text-decoration: none;
}
a:hover {
	color: #66FFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#main {
	text-align: center;
	width: auto;
}
#container {
	border-radius: 25px;
	x-box-shadow: 10px 10px 5px #888888;
	margin:0 auto;
	padding: 5 10 0 10;
	max-width:900px;
  	x-background: url(/img/black-trans.png) repeat 0 0;
	x--webkit-box-shadow: 0px 3px 5px 6px #ccc;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  	x--moz-box-shadow:    0px 3px 5px 6px #ccc;  /* Firefox 3.5 - 3.6 */
  	x-box-shadow:         0px 3px 5px 6px #ccc;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}
.warning {
	font-size: 1.1em;
	color: #F60;
}
