/*
Theme Name: Brace Yourself!
Theme URI: http://www.braceyourselfmusic.co.uk/
Description: Brace Yourself! THE West London covers band.
Version: 1.0
Author: Simon Duncan, Martin Ingram
Author URI: http://www.throg.net/
Tags: template
*/

body {
  margin: 0px;
  background: #000;
  font-family: "Calibri", Helvetica, Arial, sans-serif;
  font-size: 14px;
}

a, a:visited {
  color: #CC2222;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a.icon {
  display: block;
  float: left;
  width: 36px;
  height: 36px;
  border: none;
  padding: 0;
  margin: 4px;
}

a.readmore {
  font-size: 12px;
}

a.facebook {
  background-image: url(images/facebook-icon.png);
}

a.twitter {
  background-image: url(images/twitter-icon.png);
}

#container {
  margin: 0 auto;
  width: 950px;
}

/* Header */

#header {
  margin: 0;
  height: 120px;
  background-image: url(images/banner.jpg);
/*  background-color: blue;
  color: white; */
}

#welcome-header {
  margin: 0;
  height: 348px;
  background-image: url(images/welcome-banner.jpg);
}

#header h1 {
  font-size: 24px;
  font-weight: normal;
  margin: 0px 0 5px 500px;
  text-transform: lowercase;
}

#header h1 a, a:visited {
  text-decoration: none;
}

#header h1 a:hover {
  color: white;
}

#description {
  margin: 0 0 5px 500px;
}

/* Menu bar */

#mainnav {
	/* background: #eee; */
	background-color: #000;
	display: block;
	float: left;
	margin: 0 20px 1em 20px;
	width: 100%;
	border-top: 1px solid #BABABA;
	border-bottom: 1px solid #BABABA;
}
#mainnav ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#mainnav li {
	float: left;
	position: relative;
}
#mainnav a {
	display: block;
	line-height: 2em;
	padding: 0 1em;
	text-decoration: none;
}
#mainnav ul ul {
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	position: absolute;
	top: 2em;
	left: 0;
	z-index: 99999;
}
#mainnav ul ul ul {
	left: 100%;
	top: 0;
}
#mainnav ul ul a {
/*	background: #dedede; */
    background-color: #BABABA;
	line-height: 1em;
	padding: .5em .5em .5em 1em;
	width: 10em;
	height: auto;
}
#mainnav li:hover > a,
#mainnav ul ul :hover > a {
/*	background: #dedede; */
    background-color: #BABABA;
}
#mainnav ul ul a:hover {
/*	background: #cecece; */
    background-color: white;
}
#mainnav ul li:hover > ul {
	display: block;
}

/*----------------*/

#content {
  background-color: #000;
  color: #BABABA;
  padding: 0 10px 0 10px;
}

#content h2 {
  font-size: 16px;
  font-weight: bold;
}

#copy {
  width: 85%;
  margin-left: 20px;
  float: left;
}

#welcome-copy {
  width: 85%;
  margin-left: 10px;
}

div.welcome-panel {
  width: 85%;
  margin: 10px;
  float:left;
}

div.welcome-panel h2 {
  color: #CC2222;
}

a.not-coloured {
  color: #BABABA;
}

div.band {
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 200px;
  min-height: 525px;
}

div.kevin {
  background-image: url(images/kevin-wilson.jpg);
}

div.mark {
  background-image: url(images/mark-atkinson.jpg);
}

div.martin {
  background-image: url(images/martin-ingram.jpg);
}

div.natalie {
  background-image: url(images/natalie-zalewska.jpg);
}

div.richard {
  background-image: url(images/richard-merritt.jpg);
}

div.simon {
  background-image: url(images/simon-duncan.jpg);
}

div.band1 {
  background-image: url(images/band1.jpg);
}

div.band2 {
  background-image: url(images/band2.jpg);
}

div.band3 {
  background-image: url(images/band3.jpg);
}

div.band4 {
  background-image: url(images/band4.jpg);
}

div.band5 {
  background-image: url(images/band5.jpg);
}

div.welcome {
  background-image: url(images/welcome.jpg);
}

/* Sidebar */

#sidebar {
  width: 200px;
  float: right;
  padding: 0 0 20px 0;
}

#sidebar a, #sidebar a:visited {
  color: white;
}

#sidebar h2 {
  font-size: 14px;
  color: #CC2222;
}

#sidebar ul {
  margin: 0 0 0 10px;
  padding: 0;
}

#sidebar li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 12px;
}

#sidebar input {
  background-color: #ededed;
  border: 1px solid #ccc;
  padding: 4px;
  margin-left: 10px;
}

/* Footer */

#footer {
  background-color: black;
  color: white;
  height: 40px;
  font-size: 12px;
  text-align: center;
  padding-top: 20px;
/* text-transform: lowercase; */
}

#footer a, #footer a:visited {
  color: #dedede;
}

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

/* Content */

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.floated:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.post {
  /* border-bottom: 3px solid #f7f7f7; */
  padding: 0 0 15px 0;
}

.post h2 {
  color: #clae90;
  font-weight: normal;
  margin: 0;
}

.post h2 a {
  color: #clae90;
}

.post .categories, .post .tags, .post .post_date {
  color: white;
  font-size: 12px;
}

.post .tags {
  width: 480px;
}

.post .post_date {
  margin-top: 5px;
}


.post .comments {
  font-size: 12px;
  float: right;
  margin-top: -20px;
}

.post .comments a, .post .comments a:visited {
  padding: 1px 0 1px 18px;
}

.post img {
  padding: 5px;
  border: 4px solid #e2e2e2;
  margin: 10px;
}

div.tags {
  margin-bottom: 10px;
}

.wp_caption {
  padding-top: 5px;
  border: 4px solid #e2e2e2;
  text-align: center;
  background-color: white;
  margin: 10px;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}

wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}
