/* --- */

#str {width:100%;}

/* Global */
*
{
	margin: 0em;
	padding: 0em;
}

html, body
{

}

div.list {
	margin-left: 1.5em;
}

div.listItem {

}

div.cell {
	float: left;
	margin-left: 1em;
	margin-bottom: 2em;
}

div.clear,
p.clear
{
	clear: both;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.centre
{
	text-align: center;
	margin: 0em auto;
	background: none;
}

p
{
	margin-bottom: 1em;
}

body
{
	font-family: Arial, sans-serif;
	font-size: 70%;
	color: #333;
	background-color: #DA62DA;
	background-image: url(../images/banner.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

h2
{
	color: #7699DC;
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 1.5em;
}

h3
{
	font-size: 1.2em;
	color: #c6c6dd;
}

input
{
	font-family: Arial;
}

img
{
	border: none;
}

/* Links */
a:link, a:visited
{
	color: #7D567E;
}

a:hover
{
	color: #000;
}

/* Page Layout */
#page
{
	margin: 0em auto;
	width: 785px;
	background-image: url(../images/page.jpg);
	background-repeat: repeat-y;
}

#page_equalcols
{
	margin: 0em auto;
	width: 785px;
	background-image: url(../images/page.jpg);
	background-repeat: repeat-y;
}


#body
{
	margin-left: 35px;
	margin-right: 5px;
}

#splashColumn
{
	width: 630px;
	padding-top: 25px;
	margin-left: 5px;
}

#primaryColumn
{
	width: 430px;
	margin-left: 25px;
}

#page_equalcols #primaryColumn
{
	width: 330px;
	margin-left: 25px;
}

#secondaryColumn
{
	width: 235px;
	margin-right: 40px;
}

#page_equalcols #secondaryColumn
{
	width: 330px;
	margin-right: 40px;
}

#breadcrumbs
{
	text-align: right;
	font-size: 0.9em;
	margin-bottom: 1.0em;
	padding-right: 1em;
	width: 622px;
	margin-left: 35px;
	background-color: #FFE6F6;
}

.wideColumn
{
	width: 680px;
	padding-left: 25px;
}

/* Page Graphics */
#pageHeader
{
	width: 100%;
	height: 159px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	padding-top: 28px;
}

#pageFooter
{
	width: 100%;
	height: 89px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	text-align: center;
	margin-top: 25px;
}

#logo
{
	background-image: url(../images/logo2.jpg);
	background-repeat: no-repeat;
	width: 343px;
	height: 180px;
	margin-left: 25px;
}

/* Navigation */
div#navigation
{
	background-image: url(../images/nav_back.jpg);
	background-repeat: repeat-x;
	padding-left: 32px;
	margin-left: 3px;
	padding-top: 1em;
	padding-bottom: 1em;
	font-size: 1.1em;
	height: 37px;
	width: 690px;
}

#navigation a
{
	font-weight: bold;
	text-decoration: none;
	display: block;
	color: #fff;
}

#navigation a:hover
{
	color: #fc8;
}

#navigation ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#navigation ul li
{
	float: left;
	margin-right: 25px;
	list-style-type: none;
}

#navigation ul li ul
{
	background-image: url(../images/banner.jpg);
	background-repeat: repeat-x;
	background-color: #DA62DA;
	border: 1px solid #991A8F;
	position: absolute;
	width: 7em;
	left: -999em;
	padding-left: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

#navigation ul li ul li
{
	line-height: 1.5em;
}

#navigation ul li:hover ul
{
	left: auto;
}

#navigation ul li:hover ul,
#navigation ul li.sfhover ul {
	left: auto;
}

/* Box Elements */
/* CSS Flexible Box Code originally by Roger Johansson
   http://www.456bereastreet.com/archive/200406/flexible_box_with_custom_corners_and_borders/
*/
.box {
	padding:0 12px 0 0;
	background:#fff url(../images/borders.gif) 100% 0 repeat-y;
	margin-bottom: 1em;
}

.box .bi {
	padding:0 0 0 12px;
	background: #fff url(../images/borders.gif) 0 0 repeat-y ;
}

.box .bi div {
	background-color: #fff;
}

.box .bt {
	height:17px;
	margin:0 -12px;
	background: url(../images/box.gif) 100% 0 no-repeat;
}

.box .bt div {
	width:18px;
	height:17px;
	background: url(../images/box.gif) 0 0 no-repeat;
}
.box .bb {
	height:17px;
	margin:0 -12px;
	background:url(../images/box.gif) 100% 100% no-repeat;
}
.box .bb div {
	width:18px;
	height:17px;
	background:url(../images/box.gif) 0 100% no-repeat; 
}
.box h1 {
	margin:0;
	padding:0.3em 10px;
	background:#efece6;
	font:bold 1.2em/1 Arial, Helvetica, sans-serif;
}
.box p, .box ul, .box div.entry, .box div.label {
	margin:0;
	padding:4px 10px;
}

.box div.entryLeft
{
	margin:0;
	padding:4px 10px;
	background:#fff;
	background: none;
	float: left;
	width: 45%;
}

.box li {
	margin:0 0 0 2em;
	padding:0;
}

.bluebox {
	padding:0 12px 0 0;
	background:#fff url(../images/blueborders.gif) 100% 0 repeat-y;
}
.bluebox .bi {
	padding:0 0 0 12px;
	background:#fff url(../images/blueborders.gif) 0 0 repeat-y;
}

.bluebox .bi div {
	background-color: #e2f2ff;
}

.bluebox .bt {
	height:17px;
	margin:0 -12px;
	background:url(../images/bluebox.gif) 100% 0 no-repeat;
}
.bluebox .bt div {
	width:18px;
	height:17px;
	background:url(../images/bluebox.gif) 0 0 no-repeat;
}
.bluebox .bb {
	height:17px;
	margin:0 -12px;
	background:url(../images/bluebox.gif) 100% 100% no-repeat;
}
.bluebox .bb div {
	width:18px;
	height:17px;
	background:url(../images/bluebox.gif) 0 100% no-repeat;
}
.bluebox h1 {
	margin:0;
	padding:0.3em 10px;
	color: #226;
	background-image: none;
	background:#E2F2FF;
	font:bold 1.2em/1 Arial, Helvetica, sans-serif;
}
.bluebox p, .bluebox ul, .bluebox div.entry, .bluebox div.label {
	margin: 0px;
	padding:4px 10px;
	background: #E2F2FF;
}
div.label
{
	width: 70px;
	float: left;
}
.bluebox li {
	margin:0 0 0 2em;
	padding:0;
}

/*
.greyBox_topLeft
{
	width: 24px;
	height: 24px;
	background-image: url('../images/greyBox_topLeft.jpg');
	background-repeat: no-repeat;
	display
}
.greyBox_topMid
{
	height: 24px;
	background-image: url('../images/greyBox_topMid.jpg');
	background-repeat: repeat-x;
	float: left;
}
.greyBox_topRight
{
	width: 27px;
	height: 24px;
	background-image: url('../images/greyBox_topRight.jpg');
	background-repeat: no-repeat;
}
.greyBox_bottomLeft
{
	width: 24px;
	height: 24px;
	background-image: url('../images/greyBox_bottomLeft.jpg');
	background-repeat: no-repeat;	
}
.greyBox_bottomMid
{
	height: 24px;
	background-image: url('../images/greyBox_bottomMid.jpg');
	background-repeat: repeat-x;
}
.greyBox_bottomRight
{
	width: 27px;
	height: 24px;
	background-image: url('../images/greyBox_bottomRight.jpg');
	background-repeat: no-repeat;
}
.greyBox_midLeft
{
	width: 24px;
	background-image: url('../images/greyBox_midLeft.jpg');
	background-repeat: repeat-y;
}
.greyBox_midRight
{
	width: 27px;
	background-image: url('../images/greyBox_midRight.jpg');
	background-repeat: repeat-y;	
}
*/

/* Page Styles */
.entry
{
	margin: 0px;
	padding: 0px;
}

/* Page Elements */
#latestNews
{
	background-color: #f9f9ff;
	background-image: url('../images/1col_page.jpg');
	background-repeat: repeat-y;
	padding-left: 10px;
	padding-right: 10px;
}

#signin_btn
{
	margin-left: 53px;
}
#infoBar {
	background-image: url(../images/infoBar.gif);
	height: 26px;
	text-align:center;
}
#infoBar_concert {
	background-image: url(../images/infoBar_concert.gif);
	height: 26px;
	text-align:center;
}