   


/*
Theme Name: Playback Theme
Theme URI: http://www.basedonbirds.com
Version: 1.0
Author: Simon
Author URI: http://www.basedonbirds.com
*/

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

[Table of contents]

1. Initial Styling - General tags, the background, global attributes (overridden by following regions).
2. Header Region - Styles specific to header region, title, slug, top menu, etc.
3. Content Region - Styles for content appearance, blockquotes, posts, pages, wp-caption, etc.
4. Comments Region – Styles for comment thread, forms, etc.
5. Sidebar Region – Styles for widgets, additional menus lists and links.
6. Footer Region – Styles specific to the footer region.
7. Misc. & Plugins – Miscellaneous, override plugins, define last rule, fix anomalies, etc.

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




/*=== START SECTION 1 - Initial Styling ===*/
* {
	margin:0;
	padding:0;
}
html {
	height:100%;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	background-image: url(images/01_bg.jpg);
	background-repeat: repeat-x;
	height: 100%;
	font-size:62%;
	color: #000000;
}
h1, h2, h3, h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-size:1.5em;
}
p {
	font-size: 1.4em;
	line-height: 20px;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
}
#wrapper_01, #wrapper_03, #wrapper_04, #wrapper_06 {
	min-width: 1200px;
	background-image: url(images/01_people.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	min-height: 100%;
	margin:0 auto;
    background-position:0% 100%;
}
#wrapper_02, #wrapper_05, #wrapper_07 {
	min-width: 1200px;
	background-image: url(images/01_people.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	min-height: 100%;
	margin:0 auto;
    background-position:100% 100%;
}
img {
	border:none;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
img.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto;
}
img.alignright {
	margin: 0px 0 2px 10px;
	display: inline;
}
img.alignleft {
	margin: 0px 10px 2px 0;
	display: inline;
}
 div.alignright {
	margin: 0px 0 0px 10px;
	display: inline;
}
div.alignleft {
	margin: 0px 10px 0px 0;
	display: inline;
}
.heading_border {
	padding:7px 20px 7px 20px;
    border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #B4BAC5;
}
.button {
	display:table-footer-group;
	height:25px;
	text-decoration:none;
	vertical-align:text-bottom;
}
.button_button {
	background-image:url(images/01_button.png);
    height:25px;
    width:25px;
    float:left;
    display:block;
  
}
.button_text {
	background:#f6921e;
    color:#FFFFFF;
	height:22px;
	padding:3px 5px 0 5px;
	display:block;
    float:left;
    font-size:15px;
    font-family:Georgia, "Times New Roman", Times, serif;
    font-weight:bold;
    }
.button_text a {
    color:#FFFFFF;
    text-decoration:none;
}

/*=== END SECTION 1 - Initial Styling ===*/


/*=== START SECTION 2 - Header Region ===*/
#header {
	height: 242px;
	width: 800px;
	margin-bottom: 20px;
}
#header #menu {
	height: 112px;
	width: 628px;
	float: left;
	background-image: url(images/menu_seperator.png);
	background-repeat: repeat-x;
	margin-bottom: 20px;
}
#header .logo {
	background-image: url(images/01_logo.png);
	background-repeat: no-repeat;
	width: 172px;
	height: 132px;
	float: left;
}
#header #banner {
	height: 110px;
	width: 800px;
	clear: both;
	background-image: url(images/01_banner.jpg);
	background-repeat: no-repeat;
}

#home_menu { display: block; float:left; width: 49px; height: 132px; background-image:url(images/menu_home.png); }
#home_menu:hover { background-position: 0 -132px; }
#home_menu span { display: none; }

#about_menu { display: block; margin-left:12px; float:left;  width: 70px; height: 132px; background-image:url("images/menu_aboutus.png"); }
#about_menu:hover { background-position: 0 -132px; }
#about_menu span { display: none; }

#performances_menu { display: block; margin-left:12px; float:left;  width: 113px; height: 132px; background-image: url("images/menu_performance.png"); }
#performances_menu:hover { background-position: 0 -132px; }
#performances_menu span { display: none; }

#training_menu { display: block; float:left;  margin-left:12px; width: 105px; height: 132px; background-image: url("images/menu_training.png"); }
#training_menu:hover { background-position: 0 -132px; }
#training_menu span { display: none; }

#organisation_menu { display: block; float:left;  margin-left:12px; width: 103px; height: 132px; background-image: url("images/menu_inyourorg.png"); }
#organisation_menu:hover { background-position: 0 -132px; }
#organisation_menu span { display: none; }

#news_menu { display: block; width: 56px; margin-left:12px; float:left; height: 132px; background-image: url("images/menu_news.png"); }
#news_menu:hover { background-position: 0 -132px; }
#news_menu span { display: none; }

#contact_menu { display: block; width: 60px; margin-left:12px; float:left; height: 132px; background-image: url("images/menu_contact.png"); }
#contact_menu:hover { background-position: 0 -132px; }
#contact_menu span { display: none; }

.current {
	background-position: 0 -132px; 
}

/*=== END SECTION 2 - Header Region ===*/


/*=== START SECTION 3 - Content Region ===*/

#page {
	width: 800px;
	margin: 0 auto;
}
#content {
	width: 580px;
	float: left;
	background-image: url(images/02_bg_box.png);
	background-repeat: repeat;
	height: 100%;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #555658;
	margin-bottom: 20px;
}
#content a {
	color:#444444;
}
#content a:link, #content a:visited {
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
#content h1 {
	font-size: 1.5em;
}
#content .content_padding {
	padding-left: 20px;
    padding-right:20px;
	padding-top: 20px;
	padding-bottom: 20px;
    border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #B4BAC5;
}
#content_noside {
	float: left;
	background-image: url(images/02_bg_box.png);
	background-repeat: repeat;
	height: 100%;
    width:100%;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #555658;
	margin-bottom: 20px;
}
#content_noside a {
	color:#444444;
}
#content_noside a:link, #content a:visited {
	text-decoration: none;
}
#content_noside a:hover {
	text-decoration: underline;
}
#content_noside h1 {
	font-size: 1.5em;
}
#content_noside .content_padding {
	padding-left: 20px;
    padding-right:20px;
	padding-top: 20px;
	padding-bottom: 20px;
    border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #B4BAC5;
}
.box_border {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #595a5c;
	clear: both;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	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;
}
.post {
	font-size: 1em;
}
.post h2 {
	
}
.post h3 {
  font-size: 1.8em;
  margin: 0;
  padding: 0;
}
.post-edit-link img{
	border: none;
}
a.post-edit-link:link, a.post-edit-link:visited {
	text-decoration: none;
}
.entry-content, .entry-excerpt {
	clear: left;
}
.entry-details {
    font-size:1.2em;
    margin-top:10px;
    margin-bottom:5px;
}
.entry-content blockquote {
  font: 1.2em/1.5em Georgia, "Times New Roman", Times, serif;
  color: #000000;
  width: 350px;
  background: url(images/blockquote1.png) no-repeat right bottom;
  padding: 0 0 0 30px;
  text-indent: -15px;
}
.entry-content blockquote p {
  background: url(images/blockquote2.png) no-repeat left top;
  padding: 0 0 0 60px;
  font: italic 1.5em Georgia, "Times New Roman", Times, serif;
}
a.image:link, a.image:visited, a.image:hover {
	background: none;
	padding: 0;
}
a.image img {
	border: none;
}
.entry-date {
	height: 89px;
	width: 71px;
	display: inline;
	float: left;
	margin: 0 10px 0 0;
	border: 2px solid #000000;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.entry-month {
	font-size: 19px;
	width: 71px;
	text-align: center;
	height: 28px;
	margin: 7px 0 0 0;
	font-weight: bold;
	padding: 0 0 2px 0;
}
.entry-day {
	font-size: 28px;
	text-align: center;
	height: 30px;
	width: 71px;
	margin: 4px 0 0 0;
	font-weight: bold;
	line-height: 30px;
}
.navigation {
  clear: both;
}
.entry-meta {
  margin: 10px 0 10px 0;
}
.underpost {
	font-size: 1em;
    margin-top:20px;
}
.underpost a {
	text-decoration: underline;
}
#content textarea, input {
	margin-bottom:20px;
}
/*=== END SECTION 3 - Content Region ===*/


/*=== START SECTION 4 - Comment Region ===*/
.avatar {
    float:left;
    margin:5px 20px 5px 5px;
}
#respond {
	margin-top:30px;
}
#respond p {
	font-size: .9em;
}
#respond label {
	display: block;
	margin: 5px 0 5px 0;
}
#comment {	
	width: 100%;
}
#comments {	
	width: 100%;
    margin-top:30px;
    font-size:1.2em;
}
.thread-even {
	background-color:#F9F9F9;
}
.thread-odd {
	background-color:#E5E5E5;
}
#commentform {	
	padding: 10px;
}
ol.commentlist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ol.commentlist li {
	margin: 15px 0 0 0;
}
ol.commentlist li a {
	text-decoration: underline;
}
.comment-author {
font-size:1.2em;
}
.comment-meta {
font-size:1.2em;
margin-bottom:10px;
}
/*=== END SECTION 4 - Comment Region ===*/


/*=== START SECTION 5 - Sidebar Region ===*/
#sidebar {
	width: 200px;
	float: right;
}
#sidebar ul li {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #555658;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #b5bac4;
	margin-bottom: 5px;
	background-image: url(images/02_bg_box.png);
	background-repeat: repeat;
	list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#sidebar ul li a { 
	font-size: 1.5em;
	font-weight: bold;
	text-decoration:none;
	color:#000000;
	display:block;
	padding: 7px 0px 7px 20px;
}
#sidebar ul li a:hover {
	color:#FFFFFF;
	background-image: url(images/01_bg_box.gif);
}
#sidebar ul li.current_page_item a, #sidebar ul li.current-cat a {
	color:#FFFFFF;
	background-image: url(images/01_bg_box.gif);
}

#sidebar ul {
	width: 200px;
	margin-bottom:40px;
	padding: 0;
}
#sidebar img {
	margin-bottom:15px;
}

/*=== END SECTION 5 - Sidebar Region ===*/


/*=== START SECTION 6 - Footer Region ===*/

#footer {
	width: 800px;
	height: 50px;
	padding-top: 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.4em;
	font-weight:bold;
}
#footer a {
	margin-left:64px;
	text-decoration:none;
	color:#000000;
}
#footer img {
	margin-left:0px;
	margin-bottom:-5px;
}

/*=== END SECTION 6 - Footer Region ===*/


/*=== START SECTION 7 - Misc. & Plugins ===*/
/* insert your misc. styling here. */
/*=== END SECTION 7 - Misc. & Plugins ===*/
