@charset "UTF-8";
/* CSS Layout */

body {
	background-image: url(../images/background.gif);
	margin-top: 0px;
	text-align: center;
	font-size: 1em;
}
#wrapper {
	text-align: center;
	width: 1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/toprightimage.gif);
	background-repeat: no-repeat;
	background-position: right top;
	clear: both;
	height: auto;
	overflow: visible;
	visibility: visible;
}
#top_image {
	height: 470px;
	width: 350px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#top_banner {
	width: auto;
	float: left;
	height: 94px;
	width: 400px;
	padding-left: 10px;
	padding-top: 5px;
}
#navigation_home {
	background-image: url(../images/nav-background_home.gif);
	background-repeat: no-repeat;
	float: right;
	height: 50px;
	width: 560px;
	margin-top: 140px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: right;
	padding-left: 10px;
}
#text_area {
	background-image: url(../images/white_60.png); 
	_background-color: #EFE8EF;
	_background-image: none;
	text-align: left;
	float: right;
	width: 500px;
	margin-top: 10px;
	margin-right: 50px;
	margin-bottom: 20px;
	margin-left: 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #622567;
	padding: 10px;
}
#extra_text {
	float: left;
	width: 289px;
	margin-left: 64px;
	_margin-left: 34px;
	text-align: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #622567;
	margin-bottom: 20px;
}
#extra_text_area {
	background-image: url(../images/white_60.png); 
	_background-color: #EFE8EF;
	_background-image: none;
	text-align: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #622567;
	margin: 10px;
	padding: 5px;
}
#footer {
	background-image: url(../images/white_60.png);
	width: 100%;
	clear: both;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

}
#music_table
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	width: 500px;
	border-collapse: collapse;
	text-align: left;
	background-color: #D6C6D7;
}
#music_table th
{
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #622567;
	border-bottom: 2px solid #678da2;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 4px;
}
#music_table td
{
	font-size: 75%;
	color: #622567;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #622567;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 4px;
	padding-bottom: 3px;
}
#music_table tbody tr:hover td
{
	color: #678da2;
}
#music_table .odd
{
	background-color: #EFE9EF;
}
#cd_thumb_container {
	background-color: #D6C7D8;
	height: 110px;
	width: 100%;
}
#photos_thumb_container {
	background-color: #D6C7D8;
	height: 110px;
	width: 100%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #622567;
}
#video_thumb_container {
	background-color: #D6C7D8;
	height: 110px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #622567;
}
#artwork_thumb_container {
	background-color: #D6C7D8;
	height: 110px;
	width: 100%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #622567;
}

#confirmtext {
	font-size: 100%;
	text-align: center;
}

#siobhantitletext {
	font-family: "Times New Roman", Times, serif;
	font-weight: lighter;
	color: #925F97;
	font-size: 120%;
	padding: 0;
	margin: 0;
}

/*TEXT CSS*/
p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 80%;
	line-height: 13pt;
	color: #333;
	margin-left: 20px;
	text-decoration: none;
}
a:link, a:visited {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	line-height: 13pt;
	color: #333;
	text-decoration: underline;
}
a:hover {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	line-height: 13pt;
	color: #333;
	text-decoration: none;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-weight: lighter;
	color: #7C5180;
	font-size: 150%;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-weight: lighter;
	color: #FFF;
	font-size: 125%;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-weight: lighter;
	color: #7C5180;
	margin-bottom: 0;
	font-size: 100%;
}

blockquote {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 70%;
	line-height: 13pt;
	color: #333;
}

input {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #622567;
}

.btnSubmit {
	border: none;
}

textarea {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #622567;
}

/*FOOTER CSS*/
.footer_text {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 60%;
	color: #622567;
	text-align: center;
}
.footer_text a:link, .footer_text a:hover, .footer_text a:visited {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	color: #622567;
	text-align: center;
}


/*IMAGE CSS*/
.cd_thumb {
	padding: 5px;
}
.quote_thumb {
	margin-right: 10px;
	margin-left: 5px;
	float: left;
}
.cd_img {
	padding: 5px;
}


/*TABLE CSS*/
.table_text {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	color: #333;
	font-size: 70%;
	line-height: normal;
	margin: 0px;
}

.table_text a:link, .table_text a:visited, .table_text a:hover{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	color: #333;
	line-height: normal;
	margin: 0px;
}

.table_text_heading {
	font-family: "Times New Roman", Times, serif;
	font-weight: lighter;
	color: #622567;
	text-align: left;
	padding-left: 4px;
}

.table_text_subhead {
	font-weight: bold;
}

.text_head {
	font-family: "Times New Roman", Times, serif;
	color: #7C5180;
	font-size: 110%;
	font-weight: bold;
	text-align: left;
	margin-left: 5px;
}

/******* GALLERY ******* */
ul.gallery {
	margin-left: -15px;
	padding-left: 45px;
}
ul.gallery a { 
	float: left;
	position: relative;
	display: block;
	padding: 5px 10px 5px 0;	
	text-decoration: none;
}
ul.gallery li {  
	float: left;	 
	padding: 0; 
	margin: 0;  
	list-style-type: none;	
}


/******* TABS ******* */
/* root element for tabs  */
ul.css-tabs {  
	margin:0; 
	padding:0;
	height:30px;
	border-bottom:1px solid #666;	 	
}

/* single tab */
ul.css-tabs li {  
	float:left;	 
	padding:0; 
	margin:0;  
	list-style-type:none;	
}

/* link inside the tab.  */
ul.css-tabs a { 
	float:left;
	position:relative;
	top:1px;	
	font-size:.7em;
	display:block;
	padding:5px 10px;	
	text-decoration:none;
	height:18px;
	background-color:#EAE1EA;
	color: #777;
	margin-right:2px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright:5px;
	border:1px solid #666;	
	border-bottom:0px;
}

ul.css-tabs a:hover {
	background-color:#F7F7F7;
	color:#333;
}
	
/* selected tab */
ul.css-tabs a.current {
	background-color:#D7C7D8;
	border-bottom:2px solid #D7C7D8;	
	color:#622567;	
	cursor:default;
}

	
/* tab pane */
div.css-panes div {
	display:none;
	height:520px;
	overflow:auto;
/*	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright:5px; */
	border:1px solid #666;
	border-width:0 1px 1px 1px;
	min-height:250px;
	padding:15px 0;
	background-color:#D7C7D8;	
}

div.css-panes div p {
	font-size: .7em;
}

/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}


/* Gallery */
/* position and dimensions of the navigator */ 
.navi { 
    margin-left:328px; 
    width:200px; 
    height:20px; 
} 
 
 
/* items inside navigator */ 
.navi a { 
    width:8px; 
    height:8px; 
    float:left; 
    margin:3px; 
    background:url(images/navigator.png) 0 0 no-repeat; 
    display:block; 
    font-size:1px; 
} 
 
/* mouseover state */ 
.navi a:hover { 
    background-position:0 -8px;       
} 
 
/* active state (current page state) */ 
.navi a.active { 
    background-position:0 -16px;      
}

