/* @override http://chillywinds.com/style.css */

body {
	font: 11px/16px Verdana;
	margin: 0px;
	padding: 0px;
	color: #4D4D4D;
}

/* @group Styling */

td.relivence  {
	background: url(images/search.gif) no-repeat;
}

.keyword {
	display: inline;
	background-color:   #CCEEDD;
}

fieldset.venue {
	border: 1px dashed #7f7f7f;
}

fieldset.venue label {
	width: 80px;
	padding-top: 5px;
	text-align: right;
	padding-right: 10px;
	float: left;
}

.page {
	margin: 0 0 0 202px;
	background: #FFFFFF;
	padding: 10px;
	border-left-style: solid;
	border-left-width: 1px;
}

.pagenoleft {
	background: #E6E6E6;
	border-left: 1px solid #440000;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	margin: 1px 0px 0px -1px;
}

.portrat {
	margin-right: 10px;
	margin-bottom: 10px;
}

form#themeSelector {
	margin: 0px;
	padding: 0px;
	display: inline;
}

p {
	margin-top: 0px;
	margin-bottom: 20px;
}

.page p {
	margin-top: 0px;
	margin-bottom: 20px;
	text-align: justify;
}

a:link, a:visited {
	color: #424778;
}

a:hover, a:active {
}

h2 {
	color: #2c2f35;
	margin: 0px;
	text-align: center;
	padding: 0px;
	font-size: 14px;
	margin-bottom: 10px;
}

h3 {
	font-size: 12px;
	color: #2c2f35;
	text-decoration: none;
	text-align: center;
	margin-top: 0px;
}

h4 {
	margin: 0px;
	font-weight: bold;
	font-size: 11px;
	padding: 0px;
	color: #2c2f35;
}

h5 {
	margin: 0px;
	font-weight: bold;
	font-size: 12px;
	padding: 0px;
	color: #2c2f35;
}

.left p {
	text-indent: 0px;
	padding: 10px;
	margin: 0px;
}
	
/* @end */

/* @group Layout */

#wrapper {
	width: 750px;
	margin: 10px auto 0px;
	padding: 0;
}

#banner {
	text-indent: -999px;
	background: url(images/new_banner.jpg);
	width: 748px;
	height: 90px;
	margin: 0px;
	border-style: solid;
	border-width: 1px;
}

#banner.admin {
	text-indent: -999px;
	background: url(images/admin_banner.jpg);
	width: 750px;
	height: 90px;
	margin: 0px;
}

#navigation {
	text-align: center;
	width: 748px;
	background: #c3cfe9;
	padding: 0px;
	border-width: 1px;
	border-style: solid;
	margin: -1px 0px 0px;
}

ul#nav {
	padding: 0px;
	list-style-type: none;
	display: block;
	height: 30px;
	margin: 0px auto 0px auto;
}

#maincontent {
	background: #c3cfe9;
	padding: 0px;
	margin: -1px 0px 0px;
	border-style: solid;
	border-width: 1px;
}

.left {
	width: 200px;
	color: #000000;
	float: left;
	margin: 0px 0px 0px 1px;
	text-indent: 0px;
	padding: 0px;
}

#footer {
	background: url(images/footer.gif) no-repeat #e6e6e6;
	height: 23px;
	width: 748px;
	text-align: center;
	padding-top: 7px;
	border: 1px solid #424778;
	margin: -1px auto 30px;
}
	
/* @end */

/* @group Navigation */

ul#nav {
	display: block;
	height: 30px;
	width: 700px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

ul#nav li {
	float: left;
	display: inline;
	padding: 0px;
	margin: 0px;
}

ul#nav li a {
	display: block;
	float: left;
	margin: 0px;
	text-decoration: none;
	height: 30px;
	line-height: 30px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 12px;
	text-shadow: 1px 1px #fff;
}

ul#nav li a:hover {
	
	text-shadow: none;
	color: #fff;
}
	
/* @end */

/* @group Footer */

#footer .admin {
	top: 0px;
	right: 0px;
	position: absolute;
}

.php {
	display: inline;
	text-transform: uppercase;
}

.css {
	display: inline;
	text-transform: uppercase;
}

.xhtml {
	display: inline;
	text-transform: uppercase;
}

#validations {
	display: inline;
}

#copyright {
	display: inline;
}
	
/* @end */

/* @group Concerts */

table#concertTable {
	width: 100%;
	background: #000;
}

table#concertTable a.full {
	display: block;
	width: 100%;
	padding: 5px;
	height: 30px;
	margin: -5px;
}

table#concertTable a.full:hover {
	background: #f2f2f2;
}

table#concertTable h3 {
	text-align: center;
	margin: 0px;
	padding: 0px;
}

table#concertTable ul {
	margin-bottom: 2px;
	margin-top: 5px;
}

table#concertTable td {
	background: #FFFFFF;
	padding: 5px;
}

table#concertTable tr.highlight td {
	background: #B3B3B3;
}
	
/* @end */

/* @group Admin */

ul#admin {
	display: block;
	height: 30px;
	width: 750px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	padding-left: 10px;
}

ul#admin li {
	float: left;
	display: inline;
	padding: 0px;
	margin: 0px;
}

ul#admin li a {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	height: 30px;
	color: #818181;
	padding-right: 20px;
}

ul#admin li a#venues {
	background: url(images/nav/venues.gif) no-repeat;
	width: 60px;
	text-indent: -9999px;
}

ul#admin li a#venues:hover {
	background: url(images/nav/venuesO.gif) no-repeat;
}

ul#admin li a#database {
	background: url(images/nav/database.gif) no-repeat;
	width: 80px;
	text-indent: -9999px;
}

ul#admin li a#database:hover {
	background: url(images/nav/databaseO.gif) no-repeat;
}

ul#admin li a#preview {
	background: url(images/nav/preview.gif) no-repeat;
	width: 100px;
	text-indent: -9999px;
}

ul#admin li a#preview:hover {
	background: url(images/nav/previewO.gif) no-repeat;
}

ul#admin li a#news {
	background: url(images/nav/news.gif) no-repeat;
	width: 100px;
	text-indent: -9999px;
}

ul#admin li a#news:hover {
	background: url(images/nav/newsO.gif) no-repeat;
}

ul#admin li a#mConcerts {
	background: url(images/nav/mConcerts.gif) no-repeat;
	width: 70px;
	text-indent: -9999px;
}

ul#admin li a#mConcerts:hover {
	background: url(images/nav/mConcertsO.gif) no-repeat;
}

ul#admin li a#logout {
	background: url(images/nav/logout.gif) no-repeat;
	width: 70px;
	text-indent: -9999px;
}

ul#admin li a#logout:hover {
	background: url(images/nav/logoutO.gif) no-repeat;
}

ul#admin li a#account {
	background: url(images/nav/account.gif) no-repeat;
	width: 70px;
	text-indent: -9999px;
}

ul#admin li a#account:hover {
	background: url(images/nav/accountO.gif) no-repeat;
}
	
/* @end */