/*
THEME NAME: We Are Not Silent
THEME URI: http://www.raise-your-voice.org
DESCRIPTION: Chunky, black and white interface for Raise Your Voice Collective's Wordpress-powered website. Based on <a href="http://andy.wordpress.com/">Andy Skelton</a> &amp; <a href="http://www.plaintxt.org/">Scott Allan Wallick</a>'s Sandbox.
VERSION: 0.3
AUTHOR: Chris Swithinbank
AUTHOR URI: http://www.chrisswithinbank.net
TAGS: black, white, right sidebar, web fonts, music
*/

/* Blackout font family by Tyler Finck made available by <a href="http://www.theleagueofmovabletype.com">The League of Moveable Type</a> subject to the <a href="http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL">Open Font License</a>. Conversion of TrueType font file into Internet Explorer compatible .EOT courtesy of <a href="http://www.fontsquirrel.com">Font Squirrel</a>.  */
@font-face {
	font-family: 'BlackoutMidnight';
	src: url('fonts/Blackout-Midnight.eot');
	src: local('Blackout Midnight'), local('Blackout-Midnight'), url('fonts/Blackout-Midnight.ttf') format('truetype'); }

/* Standard HTML Tag styling */
body {
	margin: 0;
	padding: 0 0 0 0;
	background:#fff;
	color:#000;
	font-size:100%;
	font-family: Georgia, "Times New Roman", Times, serif; }
p {
	font-size:1em;
	line-height:1.5;
	text-align:left;
	margin: 0; }
p + p {
	margin: 0;
	text-indent: 2em; }
h1 {
	font-size: 2em;
	line-height: 1.5;
	text-align: left;
	margin: 0.75em 0 0;
	font-family: Helvetica, Lucida Sans, Lucida, sans-serif; }
	h1.title {
		font-size: 6.5em;
		line-height: 0.9;
		margin: 0; 
		border: 0;
		padding: 0;
		color: #fff;
		background-color: #000;
		font-family: "BlackoutMidnight", Helvetica, Lucida Sans, Lucida, sans-serif; } }
	h1 a, h1 a:visited, h1 a:link, ul.nav a, ul.nav a:visited, ul.nav a:link {
		color:#000;
		text-decoration:none;
		border-bottom: 0 }
	h1 a:hover, ul.nav a:hover {
		color:#fff;
		background:#f33; }
ul.nav {
	font-size: 2.5em;
	margin: 0.25em 0 0.5em -0.5em;
	line-height:1;
	list-style-type: none;
	letter-spacing: 0.025em;
	font-family: "BlackoutMidnight", Helvetica, Lucida Sans, Lucida, sans-serif; }
	ul.nav li {
		display: inline;
		padding: 0;
		margin: 0 0.5em 0 0;
		line-height:1; }
	ul.nav a, ul.nav a:visited, ul.nav a:link {
		color: #fff;
		background: #000;
		padding: 0.1em 0.6em 0 0.1em;
		border-bottom: 0.25em solid #fff; }
	ul.nav a:hover {
		color:#f33;
		background:#fff;
		border-bottom-color:#f33; }
	ul.nav a.selected, ul.nav a:visited.selected, ul.nav a:link.selected {
		color:#000; 
		background:#fff;
		border-bottom: 0.25em solid #000; }
	ul.nav a:hover.selected {
		color:#fff;
		background:#f33;
		border-bottom-color:#fff; }
h2 {
	font-size: 1.6em;
	line-height: 1.875;
	text-align: left;
	margin: 0.9375em 0 0;
	font-family: Helvetica, Lucida Sans, Lucida, sans-serif; }
h2.entry-title {
	background-color: rgb(100, 100, 100);
	background-color: rgba(0, 0, 0, 0.3);
	line-height: 0.9375;
	text-align: right;
	margin: 0.9375em 0; }
h2.entry-title:hover {
	background-color: rgb(150, 150, 150);
	background-color: rgba(255, 255, 255, 0.55); }
	h2 a, h2 a:visited, h2 a:link {
		color:#000;
		background-color:rgb(255, 255, 255);
		background-color:rgba(255, 255, 255, 0.8);
		text-decoration:none;
		border-bottom: 0;
		padding-left: 0.2em; }
	h2 a:hover {
		color:#fff;
		background:rgb(255, 51, 51);
		background:rgba(255, 51, 51, 0.8); }
li.widget_custom_field h2 {
	font-size: 2em;
	line-height: 1.5;
	margin: 0.75em 0 0;
	font-family: "BlackoutMidnight", Helvetica, Lucida Sans, Lucida, sans-serif; }
h3 {
	font-size: 1.25em;
	line-height: 1.2;
	text-align: left;
	margin: 1.2em 0 0;
	font-family: Helvetica, Lucida Sans, Lucida, sans-serif; }
	h3 a, h3 a:visited, h3 a:link {
		color:#000;
		text-decoration:none;
		border-bottom: 0 }
	h3 a:hover {
		color:#fff;
		background:#f33; }
	li h3 {
	font-size: 1.25em;
	line-height: 1.2;
	text-align: left;
	margin: 1.2em 0 0;
	font-family: Helvetica, Lucida Sans, Lucida, sans-serif; }
a, a:visited, a:link, a:hover {
	color:#f33;
	text-decoration:none; }
a:hover {
	color:#fff;
	background:#000; }
a img {
	border:none; }
ul, ol {
	font-size:1em;
	line-height:1.5;
	margin: 0 0 1.5em;
	text-align:left; }
dl {
	font-size:0.8em;
	line-height:1.875;
	margin: 1.875em 0 0;
	text-align:left; }
dt {
	font-weight: bold; }

abbr {
	letter-spacing:0.1em;
	border:0;
	text-decoration:none; }
acronym {
	letter-spacing:0.1em;
	border:0;
	text-decoration:none; }
input {
	background-colour: #fff;
	color: #000;
	border: 1px solid #000;
	font-family: Georgia, "Times New Roman", Times, serif; }
textarea {
	background-colour: #fff;
	color: #000;
	border: 1px solid #000;
	font-family: Georgia, "Times New Roman", Times, serif; }
legend{color:#000;}
sup{vertical-align:60%;font-size:75%;line-height:100%;}
sub{vertical-align:-10%;font-size:75%;line-height:100%;}

/* structure */
#header {
	width:100%;
	height: auto;
	background:#fff;
	border-bottom: none;
	z-index:4; }
div#container {
	position: relative;
	width: 98%;
	background-color: transparent;
	margin: 0 1%;
	border: 0;
	padding: 0;
	z-index: 1; }
div#content { /* left column */
	float: left;
	width: 50%;
	margin: 0;	
	padding: 0 2% 2%;
	background: #fff url(images/bghatch.png); }
	div#left a, div#left a:visited, div#left a:link {
		color:#000;
		text-decoration:none;
		border-bottom: 1px dashed #f33 }
	div#left a:hover {
		color:#fff;
		background:#000; }
#about-left {
	float: left;
	width: 47%;
	height: 385px;
	margin: 0;
	padding-left: 3%;
	padding-top: 15px;
	background: url(images/musicians.jpg) no-repeat top right;
	overflow: hidden;
	color: #fff;
	font-size: 1.6em;
	font-family: Helvetica, Lucida Sans, Lucida, sans-serif;
	text-indent: 0em; }
#about-left:hover {
	background: url(images/musicians.jpg) no-repeat bottom right;
	color: #f33; }
#about-right {
	float: left;
	width: 47%;
	height: 385px;
	margin: 0;
	padding-right: 3%;
	padding-top: 15px;
	background: url(images/composers.jpg) no-repeat top right;
	margin: 0;
	color: #fff;
	text-align: right;
	font-size: 1.6em;
	font-family: Helvetica, Lucida Sans, Lucida, sans-serif; }
#about-right:hover {
	background: url(images/composers.jpg) no-repeat bottom right;
	color: #f33; }

div.sidebar { /* right column */
	float: right;
	width: 25%;
	min-height: 280px;
	margin: 0 5% 0 0;
	padding: 0 10% 2% 2%; }
#primary {
	padding-top: 0em; }
#secondary {
	clear: right;
	min-height: 0;
	background: #fff; }
#clearer {
	padding: 0;
	margin: 0;
	clear: both; }
#footer {
	background: #000;
	width: 100%;
	margin: 0;
	border-top: 0.75em double #fff;
	padding: 0.75em 0;
	text-align: center;
	color: #fff;
	font-size: 0.8em; }
div#footer a { }
div#footer a:hover {
	color: #000;
	background: #fff; }

/* Content Styling */
.entry-title {
	clear:both; }
.entry-date {
	display: none;
	float:right;
	background: #fff;
	font-style: italic;
	font-size:0.8em;
	line-height:1.875em;
	text-align:right;
	margin: 0 0.625em;
	padding: 0 0.625em; }
.entry-date abbr {
	letter-spacing:0em; }
.enry-content {
	clear:both; }
.entry-meta {
	font-style: italic;
	font-size:0.8em;
	line-height:1.875em;
	text-align:center;
	padding: 0.625em 0 0;
	border-top: 1px dashed #000;
	margin: 1.25em 0 0;
	clear:both; }
.entry-meta abbr {
	letter-spacing:0em; }
#comment-author {
	font-size: 1.2em;
	line-height: 1.5; }
.comment-meta {
	font-size:0.8em;
	line-height:2.34375em;
	font-style: italic;
	text-align:left;
	margin: 0;
	clear:both; }
div.archive-meta {
	font-size: 0.9em;
	line-height: 1.66666;
	letter-spacing: 0.05em;
	opacity: 0.7; }
div.archive-meta:hover {
	opacity: 1; }
.formcontainer {
	margin: 0;
	padding: 0; }
.form-input {
	font-size:1em;
	line-height:1.5; }
.form-textarea {
	font-size:1em;
	line-height:1.5;
	margin: 0.75em 0 0.75em; }
.form-submit {
	font-size:1em;
	line-height:3; }
form#commentform .form-label {
	display: inline; }
form#commentform span.required {
	color:#f33;}
form#commentform,form#commentform p {
	margin:0; }
input#author,input#email,input#url,textarea#comment {
	padding:0em; }
div.comments ol li {
	margin:0 0 3em; }
textarea#comment {
	height:12em;
	margin:0 0 0em;
	overflow:auto;
	width:66%; }
.alignright,img.alignright{
	float:right;
	margin:0 0 0 1.5em; }
.alignleft,img.alignleft{
	float:left;
	margin:0 1.5em 0 0; }
.aligncenter,img.aligncenter{
	display:block;
	margin:0 auto;
	text-align:center; }
div.gallery {
	clear:both;
	height:180px;
	margin:1em 0;
	width:100%; }
p.wp-caption-text{
	font-style:italic; }
div.gallery dl{
	margin:1em auto;
	overflow:hidden;
	text-align:center; }
div.gallery dl.gallery-columns-1 {
	width:100%; }
div.gallery dl.gallery-columns-2 {
	width:49%; }
div.gallery dl.gallery-columns-3 {
	width:33%; }
div.gallery dl.gallery-columns-4 {
	width:24%; }
div.gallery dl.gallery-columns-5 {
	width:19%; }
div#nav-above {
	margin-bottom:1.5em; }
div#nav-below {
	margin-top:1.5em; }
div#nav-images {
	height:150px;
	margin:1.5em 0; }
div.navigation {
height: 3em; }
div.navigation div.nav-next {
	float:right;
	text-align:right; }

#bump {
	margin: 1.5em 0 0; }
div.sidebar input#s {
	width:60%; }
div.sidebar li {
	list-style:none;
	margin:0 0 1.5em; }
div.sidebar li form {
	margin:0;
	padding:0; }
div.sidebar ul ul {
	margin:0 0 0 1.5em; }
div.sidebar ul ul li {
	font-size: 0.8em;
	line-height: 1.875em;
	list-style:disc;
	margin:0; }
div.sidebar ul ul ul {
	margin:0 0 0 1.5em; }
div.sidebar ul ul ul li {
	list-style:circle; }

div.gallery dl,div.navigation div.nav-previous {
	float:left; }
input#author,input#email,input#url,div.navigation div {
	width:50%;}
div.gallery *,div.sidebar div,div.sidebar h3,div.sidebar ul {
	margin:0;
	padding:0; }
.dquo{margin-left:-.40em;}
.quo{margin-left:-.2em;}