/*   
Theme Name: MMM
Description: A custom WordPress theme for MakeMoreMusic.co.uk.
Author: Dan Bohea
Author URI: 
Version: 1.0
.
Copyright Dan Bohea 2010
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

/* Reset default browser styles */
@import url('styles/reset.css');

/* Rebuild default browser styles */
@import url('styles/rebuild.css');

/* Import a basic layout */
@import url('styles/2c-r.css');

/* Basic WordPress Styles */
@import url('styles/wp.css');


body {
	margin: 0;
	background-color: #f9f9f9;
}

#wrapper {
	width: 960px;
	margin: 0 auto 10px auto;
}

#footer {
	border: none;
	height: 40px;
	background-image: url(images/footer-tile.png);
	background-repeat: repeat-x;
	background-color: #333;
	color: #fff;
	padding: 10px 0 20px 0;
	margin-top: 20px;
}

#colophon {
	width: 960px;
	margin: 0 auto;
}

/* =Text & Links
-------------------------------------------------------------- */

body, input, textarea {
	font-family: Helvetica, Arial, sans-serif;
	color: #333;
}

input, textarea {
	border: 1px solid #dbdbdb;
	background-color: #fff;
	padding: 5px;
	margin-top: 5px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

h1 {
	font-size: 24px;
	margin-bottom: 0.7em;	
}

h2 {
	font-size: 20px;
	margin-bottom: 0.6em;
}

h3 { font-size: 16px; }

h4 { font-size: 14px; }

h5 { font-size: 13px; }

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

a:active, a:hover {
	color: #99BBDD;
}

#footer a {
	color: #fff;
	text-decoration: underline;
}

.page-title {
	background-color:  #CC6666;
	padding: 0 5px 5px 5px;
	font-size: 16px;
	margin-bottom: 20px;
	color: #fff;
	height: 21px;
}

.entry-title {
	clear: none;
	font-size: 24px;
	line-height: 1em;
	margin-bottom: 30px;
}

h1.entry-title {
	font-size: 24px;
}

/* =Header
-------------------------------------------------------------- */

#header {
	height: 151px;
	background-image: url(images/header-grad.png);
	background-repeat: repeat-x;
	margin: 0 auto;
}

#branding {
	height: 108px;
	padding: 0;
	width: 960px;
	margin: 0 auto;
}

.header-logo {
	//float: left; /* IE hack - keep as is (//) */
}

.header-right {
	float: right;
	padding: 0;
	width: 320px;
	margin: 0;
	border: none;
}

.header-twitter {
	position: absolute;
	margin: 50px 0 0 0;
	z-index: 400;
}

#main {
	background-image: url(images/bckgrnd-rad-grad.png);
	background-repeat: no-repeat;
}

#container {
	width: 620px;
	margin: 0;
	background-color: #fff;
}

#content {
	padding: 20px;
	border: 1px solid #ccc;
	background-color: #fff;
	margin: 0;
}

/* =Menu 
-------------------------------------------------------------- */

#access {
	position: relative;
	overflow: visible;
	margin: 0;
	height: 45px;
	background-image: url(images/navbar-tile.png);
	background-repeat: repeat-x;
	
}

.menu {
	margin: 0 auto;
	width: 960px;
	border: none;
	font-size: 16px;
}

.skip-link {
	display: none;
}

/* Superfish styled to cater for a 3 level menu. E.g. Parent > Parent > Child. */

.sf-menu {
	margin: 0;
	padding: 0;
}

.sf-menu li {
	background: none;
	border: none;
}

.sf-menu a, .sf-menu a:visited {
	border: none;
	color: #fff;
	font-weight: bold;
	margin: 0;
	padding: 12px 20px 16px 0;
}

.sf-menu a:hover {
	color: #EBF1FA;
}

.sf-menu a.sf-with-ul {
	padding-right: 20px;
}

.sf-menu li ul {
	font-size: 12px;
	background: #F5F4F2;
	border: 1px solid #dbdbdb;
	padding: 5px 0 5px 5px;
	margin-top: 15px;
}

.sf-menu li ul li ul {
	margin-left: 3px;
}

.sf-menu li li, .sf-menu li li li {
	background:	none;
}

.sf-menu li li a, .sf-menu li li a:visited {
	color: #4D7FC7;
	padding: 5px;
	font-weight: normal;
	line-height: 1.4em;
}

.sf-menu li li a:hover {
	color: #333;
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:	none;
}

.sf-shadow ul {
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
}


/* =Content
-------------------------------------------------------------- */

.post {
	clear: both;
}

.entry-content, .entry-summary {
	margin: 0;
	padding: 0;
}

.entry-utility {
	margin: 0;
	padding-top: 20px;
	clear: both;
	font-size: 11px;
}

/* =Navigation
-------------------------------------------------------------- */

.navigation {
	margin: 20px 0 20px 0;
	padding: 10px;
	overflow: auto;
	background-color: #F5F4F2;
	border: 1px solid #dbdbdb;
}

.nav-previous {
	width: 250px;
	float: left;
	text-align: left;
}

.nav-next {
	width: 250px;
	float: right;
	text-align: right;
}


/* =Forms
-------------------------------------------------------------- */

form {
	margin:0;
	padding:0
}

#submit {
	background-color: #4D7FC7;
	color: #fff;
	border: none;
	cursor: pointer;
}

#submit:hover  {
	background-color: #669933;
}

.form-submit input {
	font-weight: bold;
}

/* =Comments
-------------------------------------------------------------- */

#respond h3 {
	font-size: 18px;
}

#comment {
	width: 566px;
}

#form-allowed-tags {
	margin-top: 10px;
}


/* =Sidebar(s)
-------------------------------------------------------------- */

#main-sidebar {
	border: 1px solid #ccc;
	float: right;
	position: relative;
	right: 0;
	width: 320px;
}

#main-sidebar-inner {
	border: 1px solid #fff;
	border-width: 1px 0 0 1px; /* Only show top and left of border */
	background-color: #F5F4F2;
	position: relative;
	width: 279px;
	height: 100%;
	padding: 20px;
}

#primary, #secondary {
	border: none;
	padding-top: 0;
	margin-bottom: 0;
	float: none;
	width: 100%;
}

.widget-area  {
	clear: both;
	position: relative;
	left: 0;
	right: 0;
	width: 100%;
}

.widget-area  ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.widget-container {
	margin-bottom: 20px;
}

.widget-area  h3 {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
}

.widget-area  ul ul {
	list-style-type: disc;
	list-style-position: outside;
	margin: 0 0 0 13px;
}



/* =Custom search box
-------------------------------------------------------------- */

.search-box { /* outer background */
float: right;
padding: 0;
width: 320px;
margin: 0;
border: none;
}
 
input.search-field { /* input field */
float: left;
border: 1px solid #dbdbdb;
margin: 15px 0 0 0;
font-family: Arial;
font-size: 12px;
padding: 2px 0 0 5px;
height: 17px;
width: 283px;
background-color: white;
line-height: 12px;
color: #666;
}

input.search-go { /* search icon */
float: right;
border: 0;
padding: 0;
margin: 15px 0 0 10px;
width: 18px;
height: 21px;
background: url(images/search-btn.png) no-repeat top left;
cursor: pointer;
}

/* =WP Plugins
-------------------------------------------------------------- */

/* Breadcrumb Nav XT */

#breadcrumb {
	height: 30px;
	font-size: 11px;
	color: #999;
	padding-top: 10px;
	width: 920px;
	float: left;
}

#breadcrumb a {
	color: #999;
	text-decoration: underline;
}

#breadcrumb a:hover {
	color: #4D7FC7;
}


/* Contact Form 7 */

.your-message textarea {
	width: 566px;
}


/* Twittter Tools */

/* Doesn't work for IE6, IE7 */
#twitter-tools .widget-title:after {
	content:url(images/sidebar-bird.png);
	margin-left: 10px;
}

/* =Bonus Bits
-------------------------------------------------------------- */

.clear-the-floats {
	clear: both;
}

.avatar {
  display: none;
}

.rss-btn {
	float: right;
	margin: 10px 1px 0 0;
}

.small-thumb-box {
	border: 1px solid #dbdbdb;
	float: left;
	margin: 0 10px 10px 0;
}

.wide-thumb-box {
	width: 580px;
	margin: 0 0 30px 0;
}

.date-box {
	width: 40px;
	height: 36px;
	background-color: #CC6666;
	float: left;
	margin: 0 10px 0 0;
	text-align: center;
	line-height: 16px;
	color: #fff;
	padding-top: 4px;
	font-weight: bold;
	font-size: 14px;
	display: block;
}

a.more-link, a.add-to-cart {
	background-color: #4D7FC7;
	padding: 3px 7px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
}

a.more-link {
	float: right;
	display: inline;
	margin-top: 10px;
}

a.more-link, a:active.more-link, a.add-to-cart, a:active.add-to-cart {
	color: #fff;
	text-decoration: none;
}

a:hover.more-link, a:hover.add-to-cart {
	color: #fff;
	text-decoration: none;
	background-color: #669933;
}

.h-rule {
	border-top: solid 1px #dbdbdb;
	margin: 20px 0 30px 0;
}

#site-info {
	text-align: center;
}

.footer-nav {
	display: inline;
	margin: 0;
	padding: 0;
}

.footer-nav li {
	display: inline;
	padding-right: 10px;
	margin-bottom: 1.5em;
}

.home-recent-news {
  margin: 30px 0;
	padding: 10px;
	overflow: auto;
	background-color: #F5F4F2;
	border: 1px solid #dbdbdb;  
}

.nletter-sub input {
  width: 265px;  
}

.nletter-sub-links {
  margin-top: 5px;
}

/* Image slider */

.img-slider {
	margin-bottom: 30px;
	height: 345px;
	overflow: hidden;
}

.no-images img {
	display: none;
}

.img-slider a {
	margin: 0
	padding: 0;	
}

.img-slider img {
	width: 580px;
	margin: 0 auto 20px auto;
	padding: 0;
}