
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

html, button, input, select, textarea { font-family: Georgia, serif; color: #222; }

body { margin: 0; font-size: 17px; line-height: 1.4; min-width: 940px; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

a:focus { outline: thin dotted; }

a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

label { cursor: pointer; }

legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

button, input { line-height: normal; }

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

button[disabled], input[disabled] { cursor: default; }

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

textarea { overflow: auto; vertical-align: top; resize: vertical; }

input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Anna Pauline CSS
   ========================================================================== */



/* ### GENERAL ### */

hr {
	display: none;
}

h1, h2 {
	font-family: Georgia, serif;
	font-weight: 500;
	margin-top: 10px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

h3, h4 {
	font-family: Georgia, serif;
	font-weight: 500;
	margin-top: 10px;
	margin-bottom: 10px;
}

p {
	margin-top: 20px;
	margin-bottom: 20px;
}

a {
	text-decoration: none;
}

.contain {
	width: 900px;
	margin: 0 auto;
	padding: 0 20px 0 20px;
}

.italics {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}

.noborder {
	border: none;
}



/* ### COLORS ### */

header, footer {
	background-color: #3F1741;
}

#headernav li a {
	background-color: #8e297b;
}

#headernav li a:hover {
	background-color: #b8339f;
}

h2, h3, h3 a, h3 a:visited, h4, h4 a, h4 a:visited {
	color: #303030;
}

h3 a:hover, h4 a:hover {
	color: #e8328a; text-decoration: underline;
}

#main, #headernav li .currenttab {
	background-color: #fdf9ef;
}

#headernav li .currenttab:hover {
	background-color: #e4dfd1;
}

#headernav li a, footer p, #langselect {
	color: white;
}

#headernav li .currenttab {
	color: #363636;
}

a { color: #b52a6c; }
a:visited { color: #b52a6c; }
a:hover { color: #e8328a; text-decoration: underline; }
a:active { color: #b52a6c; }

footer a, footer a:visited { color: white; }

h2, h3 {
	border-bottom-color: #e4dfd1;
}

img, iframe, #anna {
	border-color: #e4dfd1;
}

.newsbox, .recordbody .recordinfo, .recordstore, .frontticker, #apfb, #apyt {
	background-color: #e4dfd1;
}

#quotes {
	background-color: black;
	color: white;
}



/* ### HEADER ### */

header, footer {
	background-image: url(../images/headerbg.png);
}

header {
	padding-top: 0px;
}

header h1 {
	height: 88px;
	width: 500px;
	margin: 30px 0 22px 18px;
}

header h1 a {
	display: block;
	height: 88px;
	width: 500px;
	background: transparent url(../images/header_text.png) 0px 0px no-repeat;
}

#headercontainer {
    position: relative;
}

#headernav li {
	float: left;
}

#headernav li a {
	display: block;
	margin: 0 4px 0 4px;
	padding-top: 10px;
	width: 120px;
	height: 30px;
	text-align: center;
	letter-spacing: 1px;
	font-size: 15px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: background-color 200ms ease-out;
	-moz-transition: background-color 200ms ease-out 0;
	-o-transition: background-color 200ms ease-out 0;
}

#langselect {
    display: block;
    position: absolute;
    z-index: 100;
    bottom: 0px;
    right: 32px;
    margin: 0;
	padding-top: 10px;
	width: 120px;
	height: 30px;
	text-align: center;
    letter-spacing: 1px;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
}

#langselect:hover {
    text-decoration: underline;
}

/* ### FOOTER ### */

footer {
	height: 180px;
}

#copywrapper {
	height: 180px;
	display: table-cell;
	vertical-align: middle;
}

#footercopy {
	margin: 0;
	height: 64px;
	padding-left: 80px;
	display: table-cell;
	vertical-align: middle;
	background: transparent url(../images/ap.png) 0px 0px no-repeat;
}

#copy {
	font-weight: 700;
}



/* ### MAIN ### */

#main {
	min-height: 700px;
	padding: 10px 0 150px;
}

h2 {
	font-size: 54px;
	margin: 0 0 30px 0;
	padding-top: 40px;
	line-height: 64px;
	padding-bottom: 8px;
	border-bottom: 3px solid #e4dfd1;
}

h3 {
	font-size: 36px;
	margin-top: 60px;
	margin-bottom: 5px;
	text-align: left;
}

h4 {
	font-size: 24px;
	margin-top: 20px;
	text-align: left;
}

img, iframe {
	border-width: 5px;
	border-style: solid;
}

.articlebody {
	width: 600px;
	text-align: justify;
}

.articletitle {
	text-transform: none;
}

#contentnav {
	font-family: "Trebuchet MS", Arial, sans-serif;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 1px;
	margin-top: 80px;
}

#contentnav li {
	display: inline;
}

#contentnav .cndisabled {
	display: inline;
	padding: 10px 30px;
	background-color: #e4dfd1;
}

#contentnav a {
	margin: 1px;
	padding: 10px 30px;
	background-color: #b52a6c;
	color: white;
}

#contentnav a:visited {
	color: white;
}

#contentnav a:hover {
	color: white;
	background-color: #e8328a;
	text-decoration: none;
}

#contentnav a:active {
	color: white;
}

.photoattrib {
	text-align: right;
	font-style: italic;
	font-size: 0.7em;
	color: #a49f91;
	margin: 2px;
}


/* ### HOME ### */

#anna {
	width: 890px;
	height: 593px;
	margin-top: 10px;
	background-image: url(../images/anna_ny.jpg);
	border-width: 5px;
	border-style: solid;
}

#quotes {
	width: 260px;
	height: 553px;
	padding: 20px 20px 20px;
	font-weight: 700;
	font-size: 0.9em;
	opacity: 0.70;
	filter: alpha(opacity=70);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

#quotes:hover {
	opacity: 0.80;
	filter: alpha(opacity=80);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

#quotescontent p {
	margin-bottom: 30px;
}

#quotescontent .critic {
	font-style: italic;
	font-weight: normal;
	font-size: 0.8em;
}

.newsbox {
	margin: 6px 0 20px;
	width: 900px;
	height: 325px;
}

.newstext {
	width: 305px;
	float: right;
	text-align: center;
	font-family: Georgia, serif;
	padding: 15px 15px 0 0;
}

.newstext h3 {
	text-align: center;
	text-transform: uppercase;
	font-size: 40px;
}

.newstext p {
	font-size: 24px;
}

.frontticker {
	padding: 10px;
	font-size: 18px;
}

.frontticker span {
	font-weight: bold;
}

#fbyt {
	margin: 0;
}

#apfb, #apyt {
	display: block;
	width: 445px;
	height: 120px;
	margin: 0;
	border-top: 1px solid transparent;
}

#apfb {
	float: right;
}

#apfb span {
	display: block;
	background: transparent url(../images/apfb.png) 0px 0px no-repeat;
	padding: 20px 0 0 110px;
	height: 70px;
	margin: 15px 0 0 115px;
}

#apfb:hover span {
	background: transparent url(../images/apfb.png) 0px -90px no-repeat;
}

#apyt span {
	display: block;
	background: transparent url(../images/apyt.png) 0px 0px no-repeat;
	padding: 20px 0 0 180px;
	height: 70px;
	margin: 15px 0 0 90px;
}

#apyt:hover span {
	background: transparent url(../images/apyt.png) 0px -90px no-repeat;
}



/* ### CONCERTS ### */

table {
	width: 900px;
}

th {
	text-align: left;
	border-bottom: 1px solid #e4dfd1;
	font-size: 24px;
	padding-top: 25px;
}

.cdate {
	width: 70px;
}

.cspace td {
	padding-top: 5px;
}

.cevent {
	width: 560px;
	max-width: 560px;
	padding-right: 20px;
	font-weight: 600;
}

.clocation {
	font-weight: 600;
}

.clinks {
	width: 40;
	padding-left: 20px;
}

.clisting td {
	padding-bottom: 5px;
	border-bottom: 1px solid #e4dfd1;
}

.ctabletr {
	font-size: 0.9em;
}

.attention {
	color: red;
	font-weight: bold;
	text-align: center;
}

.ccomment {
	padding-left: 10px;
	padding-right: 20px;
	font-style: italic;
}



/* ### MUSIC ### */

.recordbody {
	width: 900px;
	margin-top: 20px;
}

.recordleft img {
	width: 370px;
}

.recordleft {
	width: 380px;
}

.recordinfo {
	width: 340px;
	font-size: 1em;
	padding: 10px 20px;
}

.recordstore {
    width: 340px;
	font-size: 1em;
	padding: 15px 20px 10px;
    margin-top: 10px;
}

.recordstore img {
    width: 24px;
    height: 24px;
    border-width: 0;
    padding-right: 8px;
    margin-bottom: 5px;
    vertical-align: middle;
}

.recordright .recordrefs{
	margin-top: 40px;
	padding: 3px 15px;
	font-size: 0.8em;
}

.recordright {
	width: 470px;
	float: right;
}

.recordright h4 {
	text-transform: none;
	margin-top: 0;
}

.recordlist {
	list-style: decimal-leading-zero inside;
	padding-left: 10px;
}

.recordlist li.playing {
	color: #889;
}

.recordlist li.playing a {
	color: #000;
	font-style: italic;
}



/* ### ABOUT ### */

#aboutanna {
	float: right;
	padding-top: 20px;
}



/* ### PRESS ### */

.pressphoto {
	margin: 3px;
}



/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

/* ==|== Audio JS CSS =======================================================
   CSS for the Audio JS plugin.
   ========================================================================== */

.audiojsZ audio { position: absolute; left: -1px; }
.audiojsZ { width: 460px; height: 35px; background: #e4dfd1; overflow: hidden; font-family: "Trebuchet MS", Arial, sans-serif; font-size: 14px; }
.audiojsZ .play-pauseZ { width: 25px; height: 40px; padding: 4px 6px; margin: 0px; float: left; overflow: hidden;  }
.audiojsZ p { display: none; width: 25px; height: 40px; margin: 0px; cursor: pointer; }
.audiojsZ .playZ { display: block; }
.audiojsZ .scrubberZ { position: relative; float: left; width: 280px; background: #8e297b; height: 14px; margin: 10px; border-left: 0px; border-bottom: 0px; overflow: hidden; }
.audiojsZ .progressZ { position: absolute; top: 0px; left: 0px; height: 14px; width: 0px; background: #b8339f; z-index: 1; }
.audiojsZ .loadedZ { position: absolute; top: 0px; left: 0px; height: 14px; width: 0px; background: #3F1741; }
.audiojsZ .timeZ { float: left; height: 36px; line-height: 36px; margin: 0px 0px 0px 6px; padding: 0px 6px 0px 12px; color: #303030; }
.audiojsZ .timeZ em { padding: 0px 2px 0px 0px; color: #8e297b; font-style: normal; }
.audiojsZ .timeZ strong { padding: 0px 0px 0px 2px; font-weight: normal; }
.audiojsZ .error-messageZ { float: left; display: none; margin: 0px 10px; height: 36px; width: 400px; overflow: hidden; line-height: 36px; white-space: nowrap; color: #fff;
text-overflow: ellipsis; -o-text-overflow: ellipsis; -icab-text-overflow: ellipsis; -khtml-text-overflow: ellipsis; -moz-text-overflow: ellipsis; -webkit-text-overflow: ellipsis; }
.audiojsZ .error-messageZ a { color: #eee; text-decoration: none; padding-bottom: 1px; border-bottom: 1px solid #999; white-space: wrap; }

.audiojsZ .playZ { background: url('../scripts/player-graphics.png') -2px -1px no-repeat; }
.audiojsZ .loadingZ { background: url('../scripts/player-graphics.png') -2px -31px no-repeat; }
.audiojsZ .errorZ { background: url('../scripts/player-graphics.png') -2px -61px no-repeat; }
.audiojsZ .pauseZ { background: url('../scripts/player-graphics.png') -2px -91px no-repeat; }

.playingZ .playZ, .playingZ .loadingZ, .playingZ .errorZ { display: none; }
.playingZ .pauseZ { display: block; }

.loadingZ .playZ, .loadingZ .pauseZ, .loadingZ .errorZ { display: none; }
.loadingZ .loadingZ { display: block; }

.errorZ .timeZ, .errorZ .playZ, .errorZ .pauseZ, .errorZ .scrubberZ, .errorZ .loadingZ { display: none; }
.errorZ .errorZ { display: block; }
.errorZ .play-pauseZ p { cursor: auto; }
.errorZ .error-messageZ { display: block; }

