.cake-sql-log {
	ddisplay: none;
}

html {
    font-size: 100%;
    margin-bottom: 1px; /* Always show a scrollbar to avoid jumping when the scrollbar appears  */
	overflow: -moz-scrollbars-vertical;
}

body { 
    font: 76% "Lucida Sans Unicode";
	background: #f5e4ee; 
}


html, body, #container {height: 100%;}
body > #container {height: auto; min-height: 100%;}


.clear {
    clear: both;
}

#container {
	margin-left:auto;
	margin-right:auto;
	width:980px;
	padding-bottom: 40px;
}

#footer {
	position: relative;
	margin-top: -40px; /* negative value of footer height */
	margin-left:auto;
	margin-right:auto;
	height: 40px;
	clear:both;
	width:965px;
	background: #292929 url(../img/rightedge.gif) no-repeat right top;
} 

#footer div {
	background: transparent url(../img/leftedge.gif) no-repeat left top;
	height: 29px;
	width:965px;
}
#footer .inner {
	background: #transparent;
	color: #fff;
	padding: 11px 0 0 20px;
	text-align: center;
}

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

div.spacer {
  clear: both;
}

/********************************      Elements styling      ********************************/

h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, sans-serif;
    color: #222;
    font-weight: bold;
    letter-spacing: 1px;
}

h1            { font-size: 31px; }
h2            { font-size: 26px; }
h3            { font-size: 20px; }
h4            { font-size: 16px; }
h5            { font-size: 14px; }
h6            { font-size: 12px; padding: 0 0 5px 0; }


a           { color: #fff; text-decoration: none; }
a:hover     { color: #ccc; }
a:active    { color: #fff; }
a:focus     { outline: 1px; }

strong,      
.bold 		{ font-weight: bold; color: #333;}

small   	{ font-size: 0.85em; }

.small   	{ font-size: 0.85em; }

pre     	{ font-family: monospace; }

p { line-height: 1.5em; }

.imgborder 	{ border:solid 2px #000; }	
.alignnone 	{ margin-left: 0; margin-right: 8px; }	
.alignleft 	{ float: left; margin-left: 0; margin-right: 8px; }	
.centered 	{ display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right;	margin-left: 8px; margin-right: 0; }


#header {
	height: 172px;
	margin-top: 10px;
	margin-left:auto;
	margin-right:auto;	
	width:962px;
	-moz-border-radius-topleft:5px; 
	-moz-border-radius-topright:5px; 
	-webkit-border-top-left-radius:5px; 
	-webkit-border-top-right-radius:5px;
	z-index: 100;
}

#navigation {
	margin-top: -28px;
	margin-bottom: 15px;
	margin-left:auto;
	margin-right:auto;
	width:962px;
	z-index: 200;
	position: relative;
}

.column {
	width:100%;
	min-height:300px;
	float:left;
}

.column .dragbox {
	margin: 0px 8px 20px 8px;
	position:relative;
	
}

.column .dragbox-title {
	width: 100%;
	background: transparent url(../img/rightedge.gif) no-repeat right top;
	letter-spacing: 1px;
}

.column .dragbox-title h2 {
	font-size: 18px; 
	font-weight: normal;
	padding: 6px 0 5px 8px;
	margin: 0;
	color: #fff;
	background: transparent url(../img/leftedge.gif) no-repeat left top;
}

.column .dragbox-content {
	font-size: 14px; 
	margin: 0;
	padding: 10px;
	color: #000;
	display: block;
	height: auto;
	hheight:300px;
	-moz-border-radius-bottomleft:5px; 
	-moz-border-radius-bottomright:5px; 
	-webkit-border-bottom-left-radius:5px; 
	-webkit-border-bottom-right-radius:5px;	
}

#events ul li,
#category-container ul li {
	float:left;
	margin: 10px 10px 20px 0;
}

#events ul li a, 
#category-container ul li a {
	color: #000;
	padding: 4px 6px 6px 6px;
	margin-top: 7px;
	margin-bottom: 5px;
	background: transparent;
	letter-spacing: 1px;	
}

#events ul li a.event:hover,
#category-container ul li a.category:hover  { 
	color: #fff;
	-webkit-border-radius: 8px;  
	-moz-border-radius: 8px; 
	-khtml-border-radius: 8px;  
	border-radius: 8px;
}

#events ul li a.active,
#category-container ul li a.active {
	color: #fff;	
	-webkit-border-radius: 8px;  
	-moz-border-radius: 8px; 
	-khtml-border-radius: 8px;  
	border-radius: 8px	
}

#newslist ul li,
#eventlist ul li,
#artistlist ul li,
#locationlist ul li,
#category-container ul li {
	margin-bottom: 10px;
}

.border1 {
	border-bottom: 2px solid #CEBEBB;
	margin-bottom: 15px;
}

.dateline {
	border-top: 1px solid #CEBEBB;
	border-bottom: 1px solid #CEBEBB;
	margin-top: 4px;
	margin-bottom: 4px;	
}
