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

html, body {
	height: 100%;
	
}
body {
	margin: 0;
	text-align: center;
	font-size: .8em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	margin: 0;
	padding: 0;
}
body.back_1 { background: url(../images/page_background_1.jpg) no-repeat left top fixed transparent; }
body.back_2 { background: url(../images/page_background_2.jpg) no-repeat left top fixed transparent; }
body.back_3 { background: url(../images/page_background_3.jpg) no-repeat left top fixed transparent; }
body.back_4 { background: url(../images/page_background_4.jpg) no-repeat left top fixed transparent; }
body.back_5 { background: url(../images/page_background_5.jpg) no-repeat left top fixed transparent; }
body.back_6 { background: url(../images/page_background_6.jpg) no-repeat left top fixed transparent; }
body.back_7 { background: url(../images/page_background_7.jpg) no-repeat left top fixed transparent; }
body.back_8 { background: url(../images/page_background_8.jpg) no-repeat left top fixed transparent; }
body.back_9 { background: url(../images/page_background_9.jpg) no-repeat left top fixed transparent; }
body.back_10 { background: url(../images/page_background_10.jpg) no-repeat left top fixed transparent; }
body.back_11 { background: url(../images/page_background_11.jpg) no-repeat left top fixed transparent; }
body.back_12 { background: url(../images/page_background_12.jpg) no-repeat left top fixed transparent; }
body.back_13 { background: url(../images/page_background_13.jpg) no-repeat left top fixed transparent; }
body.back_14 { background: url(../images/page_background_14.jpg) no-repeat left top fixed transparent; }
body.back_15 { background: url(../images/page_background_15.jpg) no-repeat left top fixed transparent; }
body.back_16 { background: url(../images/page_background_16.jpg) no-repeat left top fixed transparent; }
body.back_17 { background: url(../images/page_background_17.jpg) no-repeat left top fixed transparent; }
body.back_18 { background: url(../images/page_background_18.jpg) no-repeat left top fixed transparent; }
body.back_19 { background: url(../images/page_background_19.jpg) no-repeat left top fixed transparent; }
body.back_20 { background: url(../images/page_background_20.jpg) no-repeat left top fixed transparent; }
body.back_21 { background: url(../images/page_background_21.jpg) no-repeat left top fixed transparent; }

/*  NAVIGATION  */
#top_bar {
	width: 100%;
	height: 30px;
	top: 0;
	margin: 0;
	padding: 0;
	background: url("../images/grey_60.png") repeat transparent;
	border-top: #F9C3D8 5px solid;
	z-index: 100; 
	}
#top_social {
	float: left;
	height: 30px;
	padding-top: 6px;
	color: #666;
}
#top_social a {
	padding-left: 5px;
	outline: none;
	color: #666;
}

/* AddThis Button */
#at16pf {
	padding-bottom: 5px;
}

/* Navigation */
#top_nav {
	width: 1010px;
	height: 30px;
	margin: 0 auto;
}
#navbar {
	float: left;
    height: 30px;
    width: 578px;
	padding: 0 0 0 15px;
}
#navbar ul {
    list-style: none outside none;
    margin: 0;
	padding-left: 1px;
	text-align: center;
}
#navbar li {
	position: relative;
	float: left;
    background: none;
    border-right: 1px solid #fff;
	width: 71px;	
}
#navbar li.first {
    border-left: 1px solid #fff;
}
#navbar li a {
	display: block;
	padding: 6px 10px;
	color: #666;
	text-decoration: none;	
  	outline: 0;	
}
#navbar li:hover {
    background: url("../images/pink_40.png") repeat #fff;
}
#navbar li ul {
	position: absolute;
	padding-left: 0;
	top: 29px;
	display: none;
	min-width: 100% !important;
	margin-left: -1px;
	z-index: 90; 
}
#navbar li ul li {
	text-align: left;	
	white-space: nowrap;
	overflow: visible;
	width: 12em;
	border: none;
}
#navbar li ul li a {
	display: block;
	text-decoration: none;
	color: #666;
    background: url("../images/grey_60.png") repeat transparent; 
	padding: 5px;
	border: 1px solid #fff; 
	border-bottom: none;
}
#navbar li ul li a:hover {
    background: url("../images/pink_40.png") repeat #fff;
}

#navbar ul li:hover ul { 
display: block; 
} /* Displays the dropdown on hover */

/* END NAVIGATION */

/* MAIN PAGE WRAPPER */
#wrapper {
	text-align: center;
	width: 1010px;
	margin: 0 auto;
	padding: 0;
	overflow: visible;
	visibility: visible;
	min-height: 95%;
	position: relative;
	z-index: 70; 
}

#top_banner {
	background: url("../images/top_banner.png") no-repeat top right;
	width: auto;
	float: right;
	height: 222px;
	width: 650px;
	margin: 20px 50px 10px 0;
	position: relative;
	z-index: -1; 
}

#text_area {
    background: url("../images/white_60.png") repeat transparent;
    float: right;
    margin: 0 0 20px;
    padding: 10px;
    text-align: left;
    width: 555px;
    -moz-border-radius: 20px;
    -moz-box-shadow: 3px 3px 12px #888888;
	-webkit-border-radius: 20px;
    -webkit-box-shadow: 3px 3px 12px #888888;
	border: 1px #eee solid;
}
#text_area p {
	padding-right: 10px;
	margin-left: 20px;
	margin-right: 10px;
	font-size: .9em;
}

#box-pink-border {
	float:right;
	width:250px;
	margin-right:20px;
	margin-top:20px;
	border:1px solid #F16A9F;
    -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#extra_text {
	background: url(../images/white_60.png) repeat transparent; 
	float: left;
	width: 390px;
	margin: 170px 6px 20px;
	text-align: left;
    -moz-border-radius: 20px;
    -moz-box-shadow: 3px 3px 12px #888888;
	-webkit-border-radius: 20px;
    -webkit-box-shadow: 3px 3px 12px #888888;
	border: 1px #dedede solid;
	padding-top: 5px;
}
#extra_text p {
	padding-left: 10px;
	padding-right: 10px;
}

#news_dock {
	background-color:#F16A9F;
	position:fixed;
	cursor:pointer;
	color:#fff;
	top:75px;
	left:0;
	width:18px;
    -moz-border-radius: 0 10px 10px 0;
    -moz-box-shadow: 3px 3px 12px #888888;
	-webkit-border-radius: 0 10px 10px 0;
    -webkit-box-shadow: 3px 3px 12px #888888;
	padding-top:5px;
	padding-bottom:5px;
	z-index:500;
}

#news_text {
	display: none; 
	background: url(../images/white_60.png) repeat transparent; 
	position:absolute;
	top:150px; 
	left:0;
	width: 400px;
	margin: 0 6px 20px 0;
	text-align: left;
    -moz-border-radius: 0 20px 20px 0;
    -moz-box-shadow: 3px 3px 12px #888888;
	-webkit-border-radius: 0 20px 20px 0;
    -webkit-box-shadow: 3px 3px 12px #888888;
	border: 1px #dedede solid;
	padding-top: 5px;
	padding-left: 25px;
	z-index:400;
}
#news_text p, .music_text p {
	padding-left: 10px;
	padding-right: 10px;
}
.back_arrow {
	float:right;
	padding-right:20px;
	margin-top:-35px;
	cursor:pointer;
	font-size:3em;
	color:#F16A9F;
}
.music_text {
	display: none; 
	background: url(../images/white_60.png) repeat transparent; 
	position:absolute;
	top:450px; 
	left:0;
	width: 550px;
	margin: 0 6px 20px 0;
	text-align: left;
    -moz-border-radius: 0 20px 20px 0;
    -moz-box-shadow: 3px 3px 12px #888888;
	-webkit-border-radius: 0 20px 20px 0;
    -webkit-box-shadow: 3px 3px 12px #888888;
	border: 1px #dedede solid;
	padding-top: 5px;
	padding-left: 25px;
	z-index:400;
}

/* Music Table */
#music_table
{
	font-family: Arial, Helvetica, sans-serif;
	width: 500px;
	margin: 0 0 10px 10px;
	border-collapse: collapse;
	text-align: left;
	background-color: #FDF0F5;
	border: #333 solid 1px;
}
#music_table th
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #fff;
	background-color: #F16A9F;
	border-bottom: 1px solid #333;
	padding: 5px 4px;
}
#music_table td
{
	font-size: 90%;
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	padding: 3px 4px;
}
#music_table tbody tr:hover td
{
	background-color: #FBD9E7;
}
#music_table .odd
{
	background-color: #FDF0F5;
}
#cd_thumb_container {
	height: 140px;
	width: 100%;
}
.thumb {
	float: left;
	text-align: center;	
}

/* Photos */
#photos_thumb_container {
	width: 100%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #622567;
}
#video_thumb_container {
	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 {
	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: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	color: #925F97;
	font-size: 120%;
	padding: 0;
	margin: 0;
}

.clearfix {
	clear: both;
}

/*TEXT CSS*/
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #333;
	text-decoration: none;
}
a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 13pt;
	color: #333;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 13pt;
	color: #333;
	text-decoration: none;
}
a:active {
  outline:none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	color: #F16A9F;
	font-size: 1.5em;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	color: #FFF;
	font-size: 1.3em;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	color: #707074;
	margin-bottom: 0;
	font-size: 1.3em;
}

blockquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 13pt;
	color: #333;
}

input {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #333;
	margin-bottom: 5px;
}

.btnSubmit {
	border: none;
}

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

/*FOOTER CSS*/
#footer {
	clear: both;
	position: relative;
	background: url(../images/white_60.png) repeat transparent;
	width: 100%;
	border-top: 1px dashed #989898;
	margin: 0;
	height: 40px;
}

p.footer_text , .footer_text a {
	font-family: Arial, Helvetica, sans-serif;
	color: #989898 !important;
	text-align: center;
}
.footer_text a:hover {
	color: #000 !important;
}
#bottom_social {
	float: left;
	color: #666;
}
#bottom_social a {
	padding-left: 5px;
	outline: none;
	color: #666;
}
#bottom_nav {
	width: 1010px;
	margin: 0 auto;
}

/*PHOTOs*/
.photo_thumb {
	margin: 10px 4px;
    -moz-box-shadow: 3px 3px 6px #666666;
	webkit-box-shadow: 3px 3px 6px #666666; 
	border: 1px #777777 solid;
}


/*IMAGE CSS*/
.cd_thumb {
	margin: 10px;
    -moz-box-shadow: 3px 3px 6px #666666;
	webkit-box-shadow: 3px 3px 6px #666666; 
	border: 1px #777777 solid;
}
.quote_thumb {
	margin-right: 10px;
	margin-left: 5px;
	float: left;
}
.cd_img {
	margin: 10px;
    -moz-box-shadow: 3px 3px 6px #666666;
	webkit-box-shadow: 3px 3px 6px #666666; 
	border: 1px #777777 solid;
}


/*TABLE CSS*/
.table_row {
	border-top: #95969A dashed 1px;
}
.table_text {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	line-height: normal;
	margin: 0px;
	padding-left: 7px;
}
td.table_text {
	border-top: #95969A dashed 1px;
}
.table_text a:link, .table_text a:visited, .table_text a:hover{
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	line-height: normal;
	margin: 0px;
}

.table_text_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.1em;
	color: #F16A9F;
	text-align: left;
	padding-left: 5px;
}

.table_text_subhead {
	font-weight: bold;
}

.text_head {
	font-family: Arial, Helvetica, sans-serif;
	color: #F16A9F;
	font-size: 1.3em;
	font-weight: bold;
	text-align: left;
}

/******* GALLERY ******* */
ul.gallery {
	margin-left: -15px;
	padding-left: 45px;
}
ul.gallery a { 
	float: left;
	position: relative;
	display: block;
	padding: 5px 15px 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:.9em;
	display:block;
	padding:5px 10px;	
	text-decoration:none;
	height:18px;
	background-color:#D2E6D7;
	color: #666;
	margin-right:2px;
	border:1px solid #666;	
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-bottom:0px;
	outline: 0;
}

ul.css-tabs a:active {
  outline:none;
}
	
ul.css-tabs a:hover {
	background-color: #F5FAFF;
	color:#333;
}
	
/* selected tab */
ul.css-tabs a.current {
	background-color:#BADAC2;
	border-bottom: 2px solid #BADAC2;	
	color:#333;	
	cursor:default;
}

	
/* tab pane */
div.css-panes div {
	display:none;
	height:520px;
	overflow:auto;
	border: 1px solid #666;
	border-top: none;
	min-height:250px;
	padding:15px 0;
	background-color:#BADAC2;	
}
.css-panes td.head {
	background-color:#BADAC2;
	border-bottom: 1px solid #fff;	
}
.css-panes h3 {
	color: #fff;	
}
.css-panes tr {
/*	background-color: #D6D6D6;*/
}
.css-panes td {
/*	background-color: #D6D6D6;*/
}

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

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

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

.boldred {
	color: #F00; 
	font-weight: bold;
}

/* 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; 
	outline: 0;
} 
 
/* mouseover state */ 
.navi a:hover { 
    background-position:0 -8px;       
} 
 
/* active state (current page state) */ 
.navi a.active { 
    background-position:0 -16px;      
}

.rounded-drop-shadow  {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-box-shadow: 3px 3px 12px #888888;
    -webkit-box-shadow: 3px 3px 12px #888888;
    float: left;
}

.border-drop-shadow {
	border: 1px #777777 solid;
    -moz-box-shadow: 3px 3px 6px #666666;
	-webkit-box-shadow: 3px 3px 6px #666666; 
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

fieldset {
	border: none;	
}


/* REVERBNATION WIDGET */
#reverb-widget {
	text-align: center;
	padding: 10px 0;
	margin: 5px 5px 20px;
	border: 1px solid #75B786;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

/*  TWITTER WIDGET */
.twtr-widget .twtr-doc  {
    -moz-border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
	margin-bottom: 10px;
}
.twtr-widget .twtr-tweet {
    border-bottom: 1px dotted #333 !important;
}

/* 	MAILCHIMP WIDGET */
#mc-embedded-subscribe-form {
	padding-top: 0;
	margin: 0;
}
#mc-embedded-subscribe-form p {
	margin-left: 10px;
	margin-bottom: 7px;
}
#mc_embed_signup {
	border: 1px solid #75B786; 
    -moz-border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
	margin: 10px 5px;
}
.mc-field-group {
	line-height: 1.4em;
	font-size: .9em;
	font-face: Arial, Helvetica, sans-serif;
	padding-left: 10px; 
}
/*div.mce_inline_error { 
	color: #900 !important;
	font-weight: bold !important;
} */
.response #mce-error-response {
	color: #900 !important;
	font-weight: bold !important;
}
/*#mce-response .response #mce-success-response {
	color: #390 !important;
	font-weight: bold !important;
}*/


