/* Reference Colors Used for the site

Navigation:Static: Dark Grey - #444444
h1: magenta - #ca008a



@charset "utf-8";
*/

/* Set up block elements for that good ole IE browser. Dinosaurs need love too. */
header,nav,article,footer,section,aside,figure,figcaption{
	display:block
}

* {
	margin:0;
	padding:0;
}

img {
	border:0;
}

a {
	font-family:Arial, Helvetica, sans-serif;
	color:#444;
	text-decoration:none;
}

p {
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
}

h1 {
	color:#ca008a;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.5em;
}

ul {
	list-style:none;
}

li {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	text-decoration:none;
	line-height:1.5em;
}

.boldit {
	font-weight:bold;
}

.italics {
	font-style:italic;
}

option { 
	font-size:16px; 
	font-weight:bold; 
}

html, body {
	margin:0;
	height:100%;
}

img.source-image {
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:0;
	min-width:1024px;
}

#wrapper {
	position:relative;
	margin:0 auto;
	z-index:1;
	min-height:100%;
}


/* Structural Elements _____________________________________________________________________________________________*/


#header {
	position:relative;
	width:1024px;
	height:400px;
	margin:0 auto;
}

#mainContent {
	width:1024px;
	margin:0 auto;
	overflow:auto;
	padding-bottom: 210px; /* must be same height as the footer */
}  

#footer {
	position: relative;
	/*background-image:url(images/footerBG.gif);
	background-repeat:repeat;*/
	background-color:#fff;
	margin-top: -90px; /* negative value of footer height */
	height: 90px;
	clear:both;
	z-index:5;
	padding:10px 0;
}

#footer p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	padding:20px 0 10px 0;
}

#footer a {
	color:#666;
}

#footer a:hover {
	color:#ca008a;
}


#footerLogos {
	border-top:#999 1px dotted;
	width:100%;
	text-align:center;
	height:90px;
	margin:0 auto;
}

/* Header Elements_________________________________________________________________________________________________*/

.logo {
	display:block;
	position:relative;
	cursor:pointer;
	width:188px;
	height:100px;
	top:50px;
	left:0px;
}

.logo > .static, .logo > .hovered {
	background-image:url(images/header_aiopLogo.png);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.logo > .hovered {
	background-position: 0 -100px;
	visibility: hidden;
	opacity: 0;
	-moz-transition-property: opacity visibility;
	-moz-transition-duration: 0.8s;
	-webkit-transition-property: opacity visibility;
	-webkit-transition-duration: 0.8s;
	-o-transition-property: opacity visibility;
	-o-transition-duration: 0.8s;
}

.logo:hover > .hovered {
	visibility:visible;
	opacity:1;
}

.logo > div span {
	display:none;
}

.ritualTop {
	position:absolute;
	background:url(images/header_ritual.png) no-repeat;
	width:496px;
	height:148px;
	top:50px;
	left:225px;
}

.dates {
	position:absolute;
	background:url(images/Dates.png) no-repeat;
	width:250px;
	height:60px;
	top:60px;
	left:720px;
}

.swirlyType {
	position:absolute;
	background:url(images/header_SwirlyType.png) no-repeat;
	width:515px;
	height:175px;
	top:215px;
	left:215px;
}

/* Content Elements_______________________________________________________________________________________________*/

#content {
	margin:0 auto;
}

/* Left Navigation ________________________________________________________________________________________________*/
.public_leftNav {
	width:150px;
	text-align:right;
	float:left;
}

.public_leftNav a {
	display:block;
	color:#444444;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	font-weight:bold;
	line-height:2em;
	text-decoration:none;
	-webkit-transition: color 0.8s ease;
	-moz-transition: color 0.8s ease;
	-o-transition: color 0.8s ease;
	transition: color 0.8s ease;
}

.public_leftNav a:hover {
	color:#ca008a;
}

.public_leftNav a:active {
	color:#000;
}

.public_leftNav a:visited {
	color:#444;
}



/* Center Content _______________________________________________________________________________________________*/
.public_artistContent {
	float:left;
	position:relative;
	width:580px;
	padding:5px 20px 40px 20px;
}

.public_artistContent a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#444;
}

.public_artistContent a:hover {
	color:#ca008a;
}

.smallCopy {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#444;
}

.smallCopy a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#444;
}

.smallCopy a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#444;
}


.public_artistContent h2 {
	font-family: EsferaNF, Arial, Helvetica, sans-serif;
	font-size:1.5em;
	font-weight:normal;
	line-height:1em;
	color:#ca008a;
	border-bottom:#777 1px dotted;
}

.public_artistContent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.3em;
	font-weight:normal;
	color:#ca008a;
	border-bottom:#777 1px dotted;
}

.public_artistContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#000;
	padding:10px;
	line-height:23px;
}

.public_artistContent li {
	padding:10px 0 0 10px;
	line-height:normal;
}

.artistListing {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#444;
	padding:0 0 10px 0;
}

.artistListing a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#444;
	text-decoration:none;
}

.artistListing a:hover {
	color:#ca008a;
}

.artistListing a:visited {
	color:#444;
}

/* Press _____________________________________________________________________________________*/

.press a {
}

.press a:hover {
	color:#ca008a;
}

.press li {
	color:#444;
}

/* Special Events _____________________________________________________________________________________*/

.specialEvents h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.3em;
	font-weight:normal;
	color:#ca008a;
	border-bottom:#777 1px dotted;
}

.specialEvents p {
	padding:5px 0 0 10px;
	line-height:24px;
}

.specialEvents a {
	color:#ca008a;
}

.programGuide a {
	color:#ca008a;
}

/*Shop __________________________________________________________________________________________________*/

.shop {
	text-align:left;
}

.shop h1 {
	font-size:20px;
	border-bottom:#000 solid 1px;
	padding-bottom:2px;
	padding-top:10px;
	text-align:left;
}

.shopThumb {
	width:315px;
	height:320px;
	padding:0 20px 5px 0;
	float:left;
}

.shopCopy {
}

.shop h4 {
	font-size:20px;
}

.shopCopy p {
	padding:0 10px 5px 0;
	font-size:11px;
	text-align:left;
	line-height:normal;
}

.shopCopy h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	padding-top:5px;
	border:0;
}

.shopCopy h3 {
	font-size:12px;
	padding-top:5px;
	border:0;
}

a.buyButton {
	display:block;
	background:#ccc;
	width:60px;
	color:#444;
	text-align:center;
	padding:5px;
	font-weight:bold;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

a.buyButton span {
	font-size:12px;
}

a:hover.buyButton {
	background:#ca008a;
	color:#fff;
}

.strikethrough {
	text-decoration:line-through;
}


.sortTitle {
	font-family: EsferaNF, Arial, Helvetica, sans-serif;
	font-size:1.5em;
	font-weight:normal;
	color:#ca008a;
	border-bottom:#777 1px dotted;
}

.sortOptions {
	padding:5px 0;
}

.mainselection {
	float:left; 
	overflow:hidden; 
	width:160px;
	-moz-border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
	border-radius: 5px 0 0 0;
	background:url(images/dropArrow.gif) no-repeat scroll 140px 0 #fff; 
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
}

.mainselection select { 
	background:transparent;
	font-size:16px; 
	font-weight:bold; 
	padding:2px 10px; 
	width:200px;
	height:30px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
}

.sortArtistBy {
	width:150px;
	border:1px #ccc solid; 
	font-family: Arial, Helvetica, sans-serif;
}

.optionStyle {
	padding:3px 10px;
}

.submitButton {
	background-color: #ca008a;
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	width:50px;
	height:30px;
	border: 0;
	cursor:pointer;
	border-radius: 0 5px 5px 0; 
	-webkit-transition:background 0.5s ease;
	-moz-transition:background 0.5s ease;
	-o-transition:background 0.5s ease;
	transition:background 0.5s ease;
}

.submitButton:hover {
	background-color: #d50c95;
	width:50px;
	height:30px;
	border: 0;
}

.breakImage {
	display:block;
	position:relative;
	width:580px;
	height:330px;
	padding:0 0 20px 0;
}

.imageInArtistName {
	position:absolute;
	width:575px;
	height:30px;
	color:#fff;
	background:url(images/nameBG.png) repeat;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	padding:10px 0 0 5px;
	top:290px;
	left:0;
}

.pagination {
	width:100%;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}

.pagination a {
	font-size:15px;
	padding:3px;
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	transition: background 0.5s ease;
}

.pagination a:hover {
	background-color:#e0e0e0;
}

.currentPage {
	font-size:18px;
	font-weight:bold;
	color:#ca008a;
}

/* Calendar_____________________________________________________________________________________________________*/

.calendar h5 {
	font-family:EsferaNF, Arial, Helvetica, sans-serif;
	font-size:1.7em;
	padding-top:15px;
	border:0;
	color:#ca008a;
}

.calendar p {
	line-height:normal;
	padding:8px 0;
}


/*Artist Content_________________________________________________________________________________________________*/


.artistSingleLinks {
	text-align:left;
}

.artistSingleLinks a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;	
	color:#444;
}

.artistSingleLinks a:hover {
	color:#ca008a;
}

.prevArrow {
	background:url(images/prevArrow.png) no-repeat left bottom;
	padding-left:17px;
}

.nextArrow {
	background:url(images/nextArrow.png) no-repeat right bottom;
	padding-right:17px;
}

.artistImage {
	widows:580px;
	height:330px;
	overflow:hidden;
}

.artistName {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.5em;
	padding:15px 0 0 0;
}

.artistdescrip {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	padding:10px 0 0 0;
}

.artistTime {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
}

.artistPlace {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	padding:10px 0 0 0;
}

.artistBio p {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	padding:10px 0 0 0;
}

.artistWebsite {
	padding:10px 0 0 0;
}

.artistWebsite a {
	font-family:Arial, Helvetica, sans-serif;
	color:#ca008a;
}

.artistWebsite a:hover {
	font-family:Arial, Helvetica, sans-serif;
	color:#ca008a;
}

.artistWebsite a:visited {
	font-family:Arial, Helvetica, sans-serif;
	color:#ca008a;
}

/* Right Side Content____________________________________________________________________________________________*/

#rightSideContent {
	float:left;
	width:250px;
	overflow:hidden;
}

#rightSideContent h2 {
	font-family: EsferaNF, Arial, Helvetica, sans-serif;
	font-size:1.5em;
	line-height:1em;
	font-weight:normal;
	color:#ca008a;
	border-bottom:#777 1px dotted;	
}

/* News _________________________________________________________________________________________________*/

#newsBox {
	width:250px;
}

#newsBox h2 {
	font-family: EsferaNF, Arial, Helvetica, sans-serif;
	font-size:1.5em;
	line-height:1em;
	font-weight:normal;
	color:#ca008a;
	border-bottom:#777 1px dotted;
}

#news h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
}

#news .news_item{	
	font-size:12px;
}

#news .news_item{	
	font-size:12px;
}

#news p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#444;
	padding:10px 0 0 0;
	margin:0px;
}

#news li {
	line-height:normal;
}

#news .news_title{
	font-weight:bold;
	text-transform:uppercase;
	padding:15px 0px 5px 0px;
}

#news a:link,#news a:visited,#news a:active,#news a:hover{
	font: 10px Helvetica, Arial, Verdana, sans-serif;
	text-transform:uppercase;
	color:#ca008a;
}

.tumblr-post-date {
	color:#444;
}

/* About People ______________________________________________________________________________________*/

#aboutPeople p {
	font-size:12px;
}

.aboutPeopleList {
	padding:3px 0;
}

/* QuickLinks ________________________________________________________________________________________*/

#quickLinks {
	width:250px;
	height:165px;
	padding:10px 0 0 0;
}

#quickLinks h2 {
	font-family: EsferaNF, Arial, Helvetica, sans-serif;
	font-size:1.5em;
	line-height:1em;
	font-weight:normal;
	color:#ca008a;
	border-bottom:#777 1px dotted;
}

a.linkItem {
	display:block;
	width:100%;
}

#quickLinks a {
	font-family: Arial, Helvetica, sans-serif;
	color:#444;
	font-size:1em;
	line-height:1.5em;
	padding:1px 0 1px 5px;
	-webkit-transition: background-color .5s ease, color .5s ease;
}

#quickLinks a:hover {
	background-color:#e0e0e0;
	color:#ca008a;
}

#quickLinks p {
	padding:10px 0 0 0;
}


.QRfloatLeft {
	float:left;
	padding:0 10px 10px 5px;
}

.clearFloatLeft {
	clear:left;
}

.clearAll {
	clear:both;
}

/* Contact ___________________________________________________________________________________________________*/

.contactBox a {
	color:#444;
}

.contactBox a:hover {
	color:#ca008a;
}

.contactBox a:visited {
	color:ca008a;
}

#formSubmitBox h1{
	font-family: EsferaNF, Arial, Helvetica, sans-serif;
	border-bottom:#777 1px dotted;
	line-height:1em;
}

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}



/* IMPORTANT

You also need to include this conditional style in the <head> of your HTML file to feed this style to IE 6 and lower and 8 and higher.

<!--[if !IE 7]>
	<style type="text/css">
		#wrap {display:table;height:100%}
	</style>
<![endif]-->

*/

