/*
Theme Name: Archipelago
Author: Rebekah Miel
Author URI: http://amyhendrix.net/
Description: Custom theme for Archipelago Theatre.
Version: 2.0
*/


/* =Base
-------------------------------------------------------------- */
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-repeat: no-repeat;
}

/*! normalize.css 2012-01-31T16:06 UTC - http://github.com/necolas/normalize.css */

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: 'Gudea', sans-serif;
}

body {
    margin: 0;
}

a:focus {
    outline: thin dotted;
}

a:hover,a:active {
    outline: 0;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.75em;
    margin: 2.33em 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

.front-page blockquote {
	margin: 3em;
	font-style: italic;
	font-size: 21px;
	font-family: Georgia, serif;
}

.production-content blockquote {
	font-style: italic;
	font-size: 20px;
	font-family: Georgia, serif;
}


dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

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: 75%;
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

ul,ol {
    margin-left: 0;
    padding: 0 0 0 40px;
}

dd {
    margin: 0 0 0 40px;
}

nav ul,nav ol {
    list-style: none;
    list-style-image: none;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
    overflow: hidden;
}

form {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px;
}

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;
    *height: 13px;
    *width: 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;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* =Structure
-------------------------------------------------------------- */

#page {
	display: block;
}

#branding {
	width: 1040px;
	margin: 0 auto;
}

footer, #main {
	width: 880px;
	margin: 0 auto;
}

#primary {
	float: left;
	margin: 0 -240px 0 0;
	width: 100%;
}
#content {
	margin: 0 0 0 0;
}
#main .widget-area {
	float: right;
	overflow: hidden;
	width: 220px;
}
#colophon {
	clear: both;
	display: block;
}

.production-content {
	width: 430px;
	margin-right: 20px;
	float: left;
}

.production-extras {
	width: 430px;
	float: right;
}

/* Text meant only for screen readers */
.screen-reader-text,
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* =Menu
-------------------------------------------------------------- */

#branding hgroup {
	height: 280px;
}

#access {
	text-align: center;
	margin: 0 auto;
	height: 32px;
}
#access ul {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding-left: 0;
	border-top: 1px solid #0234bb;
	border-bottom: 1px solid #0234bb;
	width: 880px;
}
#access li {
	float: left;
	position: relative;
	background-color: transparent;
	height: 36px;
}
#access li:hover, #access li:focus, #access li:active {
	background-color: #0234bb;
}
#access a {
	display: block;
	line-height: 36px;
	padding: 0 .65em;
	font-size: 18px;
	text-decoration: none;
	color: #9BBEFF;
	text-transform: uppercase;
}
#access ul ul {
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	position: absolute;
	top: 2em;
	left: 0;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #00006a;
	line-height: 1em;
	padding: .25em .25em .25em .25em;
	width: 10em;
	height: auto;
}
/*#access li:hover > a,
#access ul ul :hover > a {
	background: #00006a;
}
#access ul ul a:hover {
	background: #00006a;
}
#access ul li:hover > ul {
	display: block;
}
*/

/* =Content
-------------------------------------------------------------- */

.sticky {
}
.entry-meta {
	clear: both;
	display: block;
}
.single-author .entry-meta .byline {
	display: none;
}
#content nav {
	display: block;
	overflow: hidden;
}
#content nav .nav-previous {
	float: left;
	width: 50%;
}
#content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content #nav-above {
	display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}
#nav-below {
	margin: 1em 0 0;
}
.page-link {
	clear: both;
	margin: 0 0 1em;
}
.page .edit-link {
	clear: both;
	display: block;
}

/* 404 page */
.error404 .widget {
	float: left;
	width: 33%;
}
.error404 .widget .widgettitle,
.error404 .widget ul {
	margin-right: 1em;
}
.error404 .widget_tag_cloud {
	clear: both;
	float: none;
	width: 100%;
}

/* Notices */
.post .notice,
.error404 #searchform {
	background: #eee;
	display: block;
	padding: 1em;
}

/* Image Attachments */
.image-attachment div.entry-meta {
	float: left;
}
.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	background: #eee;
	margin: 0 0 1em;
	padding: 1em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}


/* Image Posts */
.format-image .entry-header {
	display: none;
}
.single .format-image .entry-header {
	display: block;
}
.format-image .entry-content,
.format-image .entry-summary {
	padding-top: 1em;
}
.single .format-image .entry-content,
.single .format-image .entry-summary {
	padding-top: 0;
}


/* =Images
-------------------------------------------------------------- */

a img {
	border: none;
}
p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img,
.wp-caption {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
	margin-right: 1em;
}
img.alignright {
	margin-left: 1em;
}
.wp-caption {
	padding: .5em;
	text-align: center;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	margin: .5em;
}
.gallery-caption {
}
.wp-smiley {
	margin: 0;
}


/* =Forms
-------------------------------------------------------------- */

#searchform label {
	display: none;
}
#searchform input#s {
	width: 60%;
}
input[type=text],
input#s {
	margin: 0 1em 0 0;
	max-width: 50%;
}
textarea {
	width: 80%;
}

/* Class for labelling required form items */
.required {
	color: #cc0033;
}


/* =Comments
-------------------------------------------------------------- */

article.comment {
	display: block;
}
#respond input[type=text] {
	display: block;
	width: 60%;
}
#respond textarea {
	display: block;
	margin: 0 0 1em;
	width: 80%;
}
#respond .form-allowed-tags {
	clear: both;
	width: 80%;
}
#respond .form-allowed-tags code {
	display: block;
}


/* =Widgets
-------------------------------------------------------------- */

.widget {
	display: block;
}
.widget-area .widget_search {
	overflow: hidden;
}
.widget-area .widget_search input {
	float: left;
}


/* =Footer
-------------------------------------------------------------- */

#colophon {
	padding: 1em 0 0;
}


/* =Archipelago Styles
-------------------------------------------------------------- */
body {
	background-color: #050577;
	font-family: 'Gudea', Arial, sans-serif;
	line-height: 1.45;
	color: #ddddff;
	font-size: 16px;
}
.floatRight {
	float: right;
}
.entry-content iframe {
	float: right;
	width: 400px;
	height: 300px;
	margin-bottom: 1em;
	margin-left: 1em;
	clear:both;
}

.entry-content object.mp3-object, embed.mp3-embed {
	float: right;
	width: 400px;
	height: 27px;
	margin-bottom: 1em;
	margin-left: 1em;
	clear:both;
}

.entry-content object, embed {
	float: right;
	width: 400px;
	height: 300px;
	margin-bottom: 1em;
	margin-left: 1em;
	clear:both;
}

.front-page * object {
	width: 100%;
	margin-bottom: 12px;
	clear:both;
}

.production-extras, .production-content {
	width: 430px;
}

.production-extras {
	float: right;
}

.production-extras iframe,
.production-extras object {
	border: 2px solid #0236d9;
	border-radius: 2px;
}


blockquote, .quote {
	font-family: 'Gudea', Arial, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #9BBEFF;
	margin-left:1.25em;
	margin-right:1.25em;
}
h1, .title, .entry-title {
	display:inline-block;
	margin-top:1.5em;
	font-family: 'Gudea', sans-serif;
	font-size: 1.85em;
	font-weight: normal;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #0234bb;
	color: #ddddff;
	text-transform: uppercase;
}

.empty-title {
	display:inline-block;
	margin-top:1.5em;
}


.entry-title {
	display: block;
}

.production-meta {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #0234bb;
}

.entry-title a:link {
	text-decoration: none;
	color: #eeeeee;
}

.entry-title a:visited {
	text-decoration: none;
	color: #eeeeee;
}

a:link {
	color: #FF6C6C;
}
a:visited {
	color: #8C8CFF;
}
a:active {
	color: #FFFF00;
}
.accent {
	color: #FFFF00;
	font-family: 'Gudea', sans-serif;
	font-size: 14px;
}
.floatLeft {
	float: left;
}

article.post + article.post:before, article.production + article.production:before {
  content:"";
  height:1px;
  background:-moz-linear-gradient(left, #00006a 0%,#8888bb 50%,#00006a 100%);
  background:-webkit-linear-gradient(left, #00006a 0%,#8888bb 50%,#00006a 100%);
  background:linear-gradient(left, #00006a 0%,#8888bb 50%,#00006a 100%);
  width:100%;
  margin: 1.5em 0;
  display:block;
}

/* Audio Player */
.audio-playlist {overflow: hidden; padding: 10px; background: #060699 !important;
	border: 2px solid #023cd9 !important; margin-bottom: 20px !important; border-radius: 3px 3px; width: 400px; float: right;}
.audio-playlist span, .audio-playlist abbr, .audio-playlist a {display: none}
.audio-playlist img {display: block}
.audio-playlist .haudio {display: none}
.audio-playlist .fn {float: left; width: 110px; display: block; font: 11px arial}
.audio-playlist .album {font-style: italic}
.audio-playlist object {
	float: right;
	width: 400px;
	height: 27px;
	margin-bottom: 1em;
	margin-left: 1em;
	clear:both;
}

.page-id-15 .audio-playlist {
	width: 390px;
	float: left;
}

.page-id-11 .audio-playlist {
	float: none;
}

.page-id-7 .audio-playlist {
	float: none;
}

/* PLAYER
 --------------*/
.jp-player {width: 0; height: 0}
.list-playlist .jp-playlist-player {margin-bottom: 20px}
.jp-interface {position: relative; display: block; width: 100%; height: 50px}

.now-playing {width: 75%; overflow: hidden; display: block;
	position: absolute; top: 0; left: 0; font: bold 12px/15px arial}
.now-playing span {text-transform: none; display: block; font: 16px/21px arial}

.jp-interface .jp-controls {margin: 0}

.jp-controls {position: absolute; top: -2px; right: -1px; overflow: hidden;	margin: 0 !important; list-style: none !important}
.jp-controls li {float: left; margin-left: 2px}
.jp-controls a {display: block; cursor: pointer; background: url(/wp-content/plugins/audio/css/images/icons_master.png) no-repeat;}
.jp-controls .jp-play {background-position: -27px -35px; width: 31px; height: 31px; display: block;}
.jp-controls .jp-pause {background-position: -27px 0; width: 31px; height: 31px}
.jp-controls .jp-previous {background-position: 0 -39px; width: 23px; height: 23px; margin-top: 5px}
.jp-controls .jp-next {background-position: -62px -39px; width: 23px; height: 23px; margin-top: 5px}
.jp-controls .jp-stop, .jp-volume {display: none}

.jp-progress {display: block; width: 70% !important; height: 6px !important; position: absolute; left: 0; bottom: 0;
	background: #ddf !important; border: 1px solid #dedede; overflow: hidden; cursor: pointer}
.jp-load-bar {display: block; height: 4px; background: #dedede; overflow: hidden}
.jp-play-bar {display: block; height: 4px; background: #333; overflow: hidden}
.jp-play-bar span {display: block; width: 100%; height: 4px; position: relative;
	 background: #333; overflow: hidden}

.jp-current-time, .jp-duration {display: inline;}
.jp-play-time-all {position: absolute; bottom: -3px; right: 5px; display: block; text-align: right;
 	font: bold 12px/12px arial;}
.jp-playlist { margin: 10px 0px; font: 14px/21px arial; cursor: pointer; }