/*
Theme Name: MusicInOxford
Theme URI: http://wordpress.org/
Description: WordPress theme for www.MusicInOxford.com.
Version: 2.0
Author: Simon Minter
Author URI: http://www.nineteenpoint.com/

	MusicInOxford v2.0
	 http://www.MusicInOxford.com/

	This theme was designed and built by Simon Minter

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

* {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
	float: none;
	display: block;
}

.half {
	float: left;
	width: 45%;
}

.half h2 img,
.half li img,
.shaded img {
    float: right;
    margin: 0 0 5px 10px;
    border: 0 solid #FFF;
}

.right {
	float: right;
	margin-right: 0;
}

.shaded {
	background: #FFF url(images/shaded.gif) repeat-x left top;
	padding: 10px;
	margin-bottom: 10px;
}

body {
	background-color: #333;
	font-family: Arial, Helvetica, sans-serif;
}

#site-content {
	background-color: #FFF;
	width: 1100px;
	margin: 40px auto;
	padding: 20px 30px 30px 30px;
	-moz-box-shadow: 0 0 30px #000;
	-webkit-box-shadow: 0 0 30px #000;
	box-shadow: 0 0 30px #000;
}

#header #site-logo a:link,
#header #site-logo a:visited {
	float: left;
	background: #FFF url(images/MusicInOxford.gif) no-repeat left top;
	width: 100px;
	height: 100px;
	display: block;
	text-indent: -9999px;
}

#header #site-logo a.rss:link,
#header #site-logo a.rss:visited,
#header #site-logo a.rss-podcast:link,
#header #site-logo a.rss-podcast:visited,
#header #site-logo a.twitter:link,
#header #site-logo a.twitter:visited,
#header #site-logo a.facebook:link,
#header #site-logo a.facebook:visited,
#header #site-logo a.youtube:link,
#header #site-logo a.youtube:visited,
#header #site-logo a.myspace:link,
#header #site-logo a.myspace:visited {
	width: 24px;
	height: 24px;
	margin-left: 5px;
}

#header #site-logo a.rss:link,
#header #site-logo a.rss:visited {
	background-image: url(images/rss.gif);
}

#header #site-logo a.rss-podcast:link,
#header #site-logo a.rss-podcast:visited {
	background-image: url(images/rss-podcast.gif);
}

#header #site-logo a.twitter:link,
#header #site-logo a.twitter:visited {
	background-image: url(images/twitter.gif);
}

#header #site-logo a.facebook:link,
#header #site-logo a.facebook:visited {
	background-image: url(images/facebook.gif);
}

#header #site-logo a.youtube:link,
#header #site-logo a.youtube:visited {
	background-image: url(images/youtube.gif);
}

#header #site-logo a.myspace:link,
#header #site-logo a.myspace:visited {
	background-image: url(images/myspace.gif);
}

#header #site-logo p a.email:link,
#header #site-logo p a.email:visited {
	background-image: none;
	text-indent: 0;
	color: #BBB;
	width: auto;
	height: auto;
	display: inline;
	margin: 1em 0 0 0;
}

#header #site-logo p {
	color: #BBB;
	float: right;
	font-style: italic;
	font-size: 0.7em;
	clear: right;
	text-align: left;
}

#header #site-logo #banner {
	width: 192px;
	height: 60px;
	background-color: #FFF;
	float: right;
	margin-bottom: 20px
}

#header #site-logo #banner a:link,
#header #site-logo #banner a:visited {
	text-indent: 0;
}

#header #navigation {
	background-color: #0095DA;
	margin: 10px 0 0 0;
	clear: both;
	border-bottom: 1px solid #FFF;
	padding: 8px;
	font-size: 0.8em;
}

#header #navigation ul {
	float: left;
	list-style: none;
	margin-bottom: 5px;
	line-height: 1.6;
}

#header #navigation ul li {
	float: left;
}

#header #navigation ul li a:link,
#header #navigation ul li a:visited {
	text-decoration: none;
	color: #FFF;
	padding-right: 8px;
	margin-right: 8px;
	border-right: 1px solid #FFF;
	text-shadow: 1px 1px 2px #000;
}

#header #navigation ul li.last a:link,
#header #navigation ul li.last a:visited {
	padding: 0;
	margin: 0;
	border-width: 0;
}

#header #navigation ul li a:hover,
#header #navigation ul li a:active {
	text-decoration: underline;
}

#header #site-search {
	float: right;
}

* html #header #site-search,
*+html #header #site-search {
	display: none;
}

#header #site-search input {
	background: #FFF url(images/search-shadow.gif) no-repeat left top;
	padding: 2px;
	border-width: 0;
	float: left;
	height: 14px;
}

#header #site-search input.button {
	background: #FFF url(images/search-icon.gif) no-repeat left top;
	height: 18px;
	width: 18px;
	border: 2px solid #FFF;
	text-indent: -9999px;
	float: right;
}

h1 {
	background: #222;
	color: #FFF;
	font-weight: normal;
	margin-bottom: 1.5em;
	font-size: 1.6em;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 10px;
	border-bottom: 1px solid #696363;
}

#wrapper {
	background-color: #FFF;
}

#content-placing {
	width: 100%;
	float: left;
	margin-right: -245px;
	min-width: 800px;
}

#content {
	margin-right: 275px;
	padding-right: 20px;
	background: #FFF url(images/content-shadow.gif) no-repeat right top;
	min-height: 500px;
	min-width: 450px;
}

#content .postmetadata {
	margin: 0 -5px 5em -5px;
	background: #FFF url(images/comments-bg.gif) repeat-x left bottom;
	padding: 5px;
}

#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 1.3em;
	margin-bottom: 0.6em;
}

#content h2 a:link,
#content h2 a:visited {
	color: #000;
	text-decoration: none;
}

#content h2 a:hover,
#content h2 a:active {
	text-decoration: underline;
}

#content h3,
#sidebar h3 {
	color: #0095DA;
	font-weight: normal;
	font-style: italic;
	font-size: 0.75em;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #0095DA;
	padding-bottom: 3px;
	margin-bottom: 0.5em;
}

#content h3 {
	margin-top: 1em;
}

#homepage-image {
	margin-bottom: 20px;
}

#homepage-image h2 {
	font-size: 0.8em;
	background-color: #222;
	color: #FFF;
	border-top: 1px solid #FFF;
	padding: 10px;
}

#homepage-image h2 a:link,
#homepage-image h2 a:visited {
	color: #FFF;
	text-decoration: underline;
}

#homepage-image img {
	width: 100%;
}

#sidebar h3 a:link,
#sidebar h3 a:visited {
	color: #0095DA;
}

#content h3#respond {
	margin-top: 5em;
}

#content p,
#content ul,
#content ol,
#sidebar p,
#sidebar ul {
	font-size: 0.8em;
	line-height: 1.4;
	margin-bottom: 1em;
}

#content ul {
	margin-left: 1.2em;
}

#content ul li {
	clear: both;
}

#content ol {
	margin-left: 2em;
}

#content .post-date {
	color: #999;
	font-style: italic;
	font-size: 0.8em;
}

#content h3 .post-date {
	color: #0095DA;
	font-size: 0.9em;
}

#content h2 .post-date {
	font-size: 0.6em;
}

#content img.attachment-single-post-thumbnail,
#content img.attachment-post-thumbnail {
	float: right;
	margin: 0 0 10px 10px;
	border: 0 solid #FFF;
}

#content a:link,
#content a:visited,
#sidebar a:link,
#sidebar a:visited,
#sidebar ul li a:link,
#sidebar ul li a:visited {
	color: #0078B0;
	text-decoration: none;
}

#sidebar .widget_tag_cloud a:link,
#sidebar .widget_tag_cloud a:visited {
	font-size: 0.85em !important;
}

#content a:hover,
#content a:active,
#sidebar a:hover,
#sidebar a:active,
#sidebar ul li a:hover,
#sidebar ul li a:active {
	text-decoration: underline;
}

#sidebar p.photo-caption {
	font-style: italic;
}

#content p.older-link {
	float: left;
}

#content p.newer-link {
	float: right;
}

#content ol.commentlist {
	list-style: none;
}

#content ol.commentlist li {
	margin-top: 1em;
	clear: both;
	border-bottom: 5px solid #EEE;
}

#content ol.commentlist li .commentmetadata {
	display: block;
	color: #999;
	font-style: italic;
	font-size: 0.7em;
	background-color: #EEE;
	padding: 5px;
}

#content ol.commentlist li .commentmetadata a:link,
#content ol.commentlist li .commentmetadata a:visited {
	color: #999;
	text-decoration: underline;
}

#content ol.commentlist li .commentmetadata cite {
	font-style: normal;
	margin-right: 5px;
	color: #000;
}

#content ol.commentlist li .commenttext {
	display: block;
	border: 1px solid #BBB;
	padding: 0 5px 5px 5px;
}

#content ol.commentlist li .commenttext p {
	margin-bottom: 0;
	margin-top: 5px;
}

#content form#commentform {
	margin-top: 1em;
}

#content form#commentform textarea {
	width: 100%;
}

#sidebar {
	width: 200px;
	float: left;
	padding: 20px 25px 20px 20px;
	background: #EEE url(images/content-shadow.gif) no-repeat right top;
}

#sidebar ul {
	list-style: disc;
	margin-left: 1.1em;
}

#sidebar #flickr_badge_wrapper img {
	width: 200px;
	height: auto;
	border: 0 solid #EEE;
}

#footer {
	text-align: right;
	font-size: 0.7em;
	color: #999;
	border-top: 1px solid #BBB;
	padding-top: 10px;
	margin-top: 30px;
}

#footer a:link,
#footer a:visited {
	color: #999;
}

#cal,
#calext {
	background: #FFF url(images/shaded.gif) repeat-x left top;
    border-top: 1px solid #696363 !important;
    border-right: 0 solid #FFF !important;
    border-bottom: 1px solid #696363 !important;
    border-left: 0 solid #FFF !important;
	padding-bottom: 2em !important;
}

#cal table.calnav {
    padding-bottom: 20px;
}

#cal table.calnav a:link,
#cal table.calnav a:visited {
    color: #009;
    font-size: 0.8em;
    background-color: #DDD;
    padding: 5px;
}

#cal table th {
    font-weight: normal;
    font-size: 0.8em;
}

#cal table td.days {
    border: 1px solid #BBB;
    padding: 0;
}

#cal table td.days a:link,
#cal table td.days a:visited {
    background-color: #666;
    color: #FFF;
    padding: 3px;
    font-size: 0.7em;
    width: 1.3em;
    height: 1.3em;
    display: block;
    text-align: center;
}

#cal table td.today {
    background-color: #DDD;
}

#cal table ul li {
    margin: 5px;
    background-color: #000;
}

#cal table ul li a:link,
#cal table ul li a:visited {
    background-color: #000 !important;
	width: auto !important;
	height: auto !important;
}

#calext .row {
    font-size: 0.8em;
}

#calext .row .label {
    width: 25%;
}

#calext .row input,
#calext .row textarea {
    margin-left: 5px;
    width: 90%;
}

#calext .row textarea {
    width: 92%;
}

#calext .error {
    font-weight: normal;
    margin-left: 5px;
}

#msg {
    background-color: #000 !important;
    color: #FFF;
    border: 0 solid #FFF !important;
}

a#homepage-comment:link,
a#homepage-comment:visited {
    text-decoration: none;
    clear: both;
    display: block;
    color: #999;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    font-size: 1.2em;
    line-height: 1.4;
    border-top: 1px solid #AAA;
    border-bottom: 1px solid #AAA;
    padding: 10px 0;
    margin: 0 0 40px 0;
}

a#homepage-comment:hover,
a#homepage-comment:active {
    background-color: #EEE;
}

#mailing-list-signup p a:link,
#mailing-list-signup p a:visited {
	display: block;
	background-color: #0095DA;
	color: #FFF;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	-moz-box-shadow: 0 2px 2px #BBB;
	-webkit-box-shadow: 0 2px 2px #BBB;
	box-shadow: 0 2px 2px #BBB;
}

#homepage-panel {
	clear: both;
	display: block;
	margin-bottom: 10px;
}

.wpa_container a:link,
.wpa_container a:visited {
    background-color: #0095DA;
    display: block;
    padding: 15px;
}

a.wpa_dl:link,
a.wpa_dl:visited {
    background-color: #0095DA;
    display: block;
    padding: 5px;
    margin: -3.8em -6em 0 0;
}

#christmas2010 p a:link,
#christmas2010 p a:visited {
	display: block;
	background-color: #C00;
	color: #FFF;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	-moz-box-shadow: 0 2px 2px #BBB;
	-webkit-box-shadow: 0 2px 2px #BBB;
	box-shadow: 0 2px 2px #BBB;
}

.wpcf7-list-item {
	clear: both;
	display: block;
}

a.soundcloud-dropbox:hover {
	color: white !important;
	background-color: transparent !important;
	background-position: -250px 0 !important;
}

*html a.soundcloud-dropbox {
	background-image: none !important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='(http://a1.soundcloud.com/images/dropbox_small_dark.png?1aa8fb)', sizingMethod='crop') !important;
}



/* SoundCloud player */

.sc-player {
  width: 540px;
  height: 270px;
  position: relative;
  margin-bottom: 20px;
}

.sc-player ol, .sc-player li{
  margin: 0;
  padding: 0;
  list-style-position: inside;
}

.sc-player .sc-artwork-list{
  width: 50%;
  height: 100%;
  background-color: #transparent;
  list-style-type: none;
  position: relative;
}

.sc-player .sc-artwork-list li{
  list-style-type: none;
  display: none;
}

.sc-player .sc-artwork-list li.active{
  list-style-type: none;
  display: block;
}

.sc-player .sc-artwork-list li img, .sc-player .sc-artwork-list li div{
  list-style-type: none;
  width: 100%;
  height: 100%;
}

.sc-no-artwork {
  display: none;
}

.sc-player .sc-controls{
  position: absolute;
  z-index: 800;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  margin-top: -25px;
  top: 50%;
  left: 25%;
}

.sc-player .sc-controls a{
  display: block;
  width: 50px;
  height: 50px;
}

.sc-player .sc-controls a.sc-pause{
  display: none;
}

.sc-player.playing .sc-controls a.sc-play{
  display: none;
}

.sc-player.playing .sc-controls a.sc-pause{
  display: block;
}

.sc-scrubber {
  position: absolute;
  left: 10px;
  bottom: 10px;
  height: 40px;
  width: 250px;
  -webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.30);
  -moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.30);
  display: block;
  z-index: 600;
}

.sc-scrubber .sc-time-span{
  height: 30px;
  margin: 5px;
  position: relative;
}

.sc-scrubber .sc-buffer, .sc-scrubber .sc-played{
  height: 30px;
  position: absolute;
  top: 0;
}

.sc-track-duration {
  text-align: right;
  float: right;
  padding: 0 5px;
  margin-left: 5px;
}
.sc-scrubber .sc-time-indicators{
  position: absolute;
  right: 0;
  top: -30px;
}

.sc-player ol.sc-trackslist {
  position: absolute;
  float: left;
  width: 50%;
  height: 260px;
  top: 5px;
  left: 50%;
  overflow: auto;
}

.sc-player ol.sc-trackslist li{
  cursor: pointer;
  margin: 1px 5px;
  padding: 3px 30px 3px 5px;
  position: relative;
}

.sc-player ol.sc-trackslist li span {
  position: absolute;
  right: 0;
  top: 3px;
}

.sc-player .sc-info{
  position: absolute;
  top: 10px;
  left: -5000px;
  width : 400px;
  padding: 5px;
  height: 200px;
  z-index: 500;
  margin-left: -200px;
}

.sc-player .sc-info.active{
  left: 50%;
  top: 12%;
}


.sc-player .sc-info-toggle{
  position: absolute;
  top: 10px;
  left: 10px;
}

.sc-player .sc-info-toggle.active{
  left: -5000px;
}

.sc-player .sc-info-close{
  position: absolute;
  top: 10px;
  right: 20px;
}

.sc-volume-slider {
  top: -25px;
  left: 0px;
  position: absolute;
  width: 110px;
  height: 12px;
  background-color: white;
}
.sc-volume-slider .sc-volume-status{
  position: absolute;
  width: 0%;
  height: 10px;
  top: 1px;
  left: 1px;
}

.sc-player .hidden {
  display: none;
}

.sc-player-engine-container{
  width: 1px;
  height: 1px;
  position: fixed;
  top: 2px;
  left: 2px;
}
.sc-player {
  font: 12px Arial, sans-serif;
  background-color: #333;
  color: #fff;
  font-size: 0.7em;
  line-height: 1.4em;
  -moz-box-shadow: 1px 1px 4px #333;
  -webkit-box-shadow: 1px 1px 4px #333;
}

.sc-player a {
  text-decoration: none;
  color: #fff;
}

/* Artworks */

.sc-player .sc-artwork-list{
  background: #eee;
  background: -moz-linear-gradient(left bottom, #EEEEEE 20px, #333333 350px) repeat scroll 0 0 transparent;
  background: -webkit-gradient(linear, right top, left bottom, from(#333), to(#eee));
}

/* scrubber */

.sc-scrubber {
  background-color: #e5e5e5;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}


.sc-scrubber .sc-time-span {
  background-color: #666;
}

.sc-volume-slider {
  background-color: #e5e5e5;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}


.sc-volume-slider .sc-volume-status{
  background-color: #666;
  border-right: 1px solid #22B573;
}


.sc-scrubber .sc-waveform-container {
  z-index: 800;
  width: 100%;
  position: absolute;
}

.sc-scrubber .sc-time-span img {
  height: 30px;
  width: 100%;
  /*background: -moz-linear-gradient(top, black, #22B573 0px, #7decba 90%);
  background: -webkit-gradient(linear, left top, left 90%, from(black), color-stop(0%, #22B573), to(#7decba));*/

}

.sc-scrubber .sc-buffer, .sc-scrubber .sc-played {
  background-color: #333;
  z-index: 1;
  position: absolute;
}

.sc-scrubber .sc-played {
  background-color: #22B573;
  z-index: 799;
}

/* controls */

.sc-player .sc-controls a {
  color: transparent;
  background: url('../../css/sc-player-standard/img/play-green.png');
}

.sc-player .sc-controls a:hover {
  background: url('../../css/sc-player-standard/img/play-green-hover.png');
}

.sc-player .sc-controls a.sc-pause {
  background: url('../../css/sc-player-standard/img/play-green.png');
}

.sc-player .sc-controls a.sc-pause:hover{
  background: url('../../css/sc-player-standard/img/play-green-hover.png');
}

.sc-player.playing .sc-controls a.sc-pause{
  background: url('../../css/sc-player-standard/img/pause-green.png');
}

.sc-player.playing .sc-controls a.sc-pause:hover{
  background: url('../../css/sc-player-standard/img/pause-green-hover.png');
}  

.sc-scrubber .sc-time-indicators{
  background: #22B573;
  color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 4px;
}

/* Track listings*/

.sc-player ol.sc-trackslist li {  
  background: #333;    
  color: #b8e9d3;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -webkit-transition: background 0.3s ease-in;
}

.sc-player ol.sc-trackslist li:hover {  
  background: #22B573;    
}

.sc-player ol.sc-trackslist li.active{  
  background: #22B573;    
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.sc-player ol.sc-trackslist li.active a {
  color: #fff;
}



/* Track info*/

.sc-player .sc-info{
  background: #333;
  opacity: 0.9;
  color: #fff;
}

.sc-player .sc-info a {
  color: #fff;
}

.sc-player .sc-info-toggle{
  background: #22B573;
  color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 4px;
}

.sc-player .sc-info-toggle:hover{
  background: #333;
  color: #fff;
}

.sc-player .sc-info-close{
  background: #22B573;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 2px 4px;
  font-weight: bold;
}

