/* @override http://carolinastreet.com/css/styles.css */

body {	background-color:#F1E8DD;	color:black;	font-size: 12px;	font-family: Verdana, Arial, Helvetica, sans-serif;	line-height: 11px;	font-weight: normal;	margin-left:0px;	margin-top:0px;	margin-right:0px;	margin-bottom:10px;	}TD {font-size:12px;}	A:link {color:blue; text-decoration:underline;}A:hover {color:red;}A:visited {color:brown;}.header {font-size:16px; font-weight: bold; color:#344D30;}.desc {font-size:11px;}.textlinks {font-size:10px;}.address {font-size:10px;}.copyright {font-size:9px; font-style: italic;}

a.readmore {
	color: #B2906C;
	font-weight: bold;
	text-decoration: none;
	background-image: url('../images/readmore_icon.gif');
	background-repeat: no-repeat;
	background-position: 5px 3px;
	padding-left: 20px;
	
}

img {
	border: none;
}

.title-artists {
	font-weight: normal;
	font-size: 30px;
	margin: 5px 0px 0px 0px;
}

#flashcontent {
	margin-left: 12px;
}

/* Map - Contac us page */
.map {
	width: 530px;
	height: 400px;
	border: 10px solid #f1e8dd;
	overflow: hidden;
}

.tooltip {
	font-family: "Lucida Sans", "Lucida Sans Unicode", arial;
	font-size: 9pt;
	width: 170px;
	overflow: hidden;
	position: relative;
}

.tooltip .top {
	background: url(../images/bubble.png) no-repeat;
	height: 5px;
	overflow: hidden;
}

.tooltip .middle {
	background: url(../images/bg.png) repeat;
	background-position: -173px top;
	padding: 0px 5px;
	color: #FFF;
}

.tooltip .middle img {
	margin: 5px 0px;
	clear: both;
}

.tooltip .bottom {
	background: url(../images/bubble.png) no-repeat;
	height: 25px;
	background-position: left bottom;
	overflow: hidden;
}

.tooltip .IE6 {
	background: url(../images/bubble.gif) no-repeat;
}

.tooltip .BOTTOMIE6 {
	background: url(../images/bubble.gif) no-repeat left bottom;
}

.tooltip .MIDDLEIE6 {
	background: #1A1A1A;
}

h1,p {
	font-family: Arial;
}

p {
	font-family: "Lucida Sans","Lucida Sans Unicode", Arial;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	font-size: 9pt;
}

#wrap {
	width: 550px;
	margin: 30px auto 30px auto;
}

.mapAddress {
	font-size: 18px;
	font-weight: bold;
}

/* jqModal base Styling courtesy of;
  Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
  the Window's z-index value will be set to 3000 by default (in jqModal.js). You
  can change this value by either;
    a) supplying one via CSS
    b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); */
  
.jqmWindow {
    display: none;
    
    position: fixed;
    top: 3%;
    left: 50%;
    
    margin-left: -300px;
    width: 600px;
    
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

.jqmOverlay { background-color: #000; }

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

.jqmWindow p {
	line-height: 1.6em;
	font-family: Georgia, Times;
	font-size: 14px;
	margin-left: 10px;
	margin-right: 10px;
}

.jqmWindow .close {
	background-color: black;
	color: #fff;
	display: block;
	margin-bottom: 10px;
	padding: 8px 10px 8px 10px;
	text-decoration: none;
}
