/*
THEME NAME: madmusic
THEME URI: http://madeiramusic.com
DESCRIPTION: 
VERSION: 0.9
AUTHOR: Ian Stewart
AUTHOR URI: http://themeshaper.com/
TAGS: 
.
Thematic is copyright Ian Stewart http://themeshaper.com/
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

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

/* Apply basic typography styles */
@import url('library/styles/typography.css');

/* Apply a basic layout */
@import url('library/layouts/2c-l-fixed.css');

/* Apply basic image styles */
@import url('library/styles/images.css');

/* Apply default theme styles and colors */
@import url('library/styles/default.css');

/* Prepare theme for plugins */
@import url('library/styles/plugins.css');

/* -------------------------------------------------------------- 
   
   Default styles for Images
   
   I've duplicated these styles here from images.css in
   order to get Thematic through the auto-checker at the
   official WordPress Themes directory.
   
   When the directory can hunt though css files linked
   through @import the styles below will no longer be
   neccesary and will be removed.
   
   Cheers. --Ian Stewart
  
-------------------------------------------------------------- */   

.entry-content img {
    margin: 0 0 18px 0;
    max-width:100%;
}
.alignleft,
img.alignleft {
	float: left;
    margin-right:20px;
}
.alignright,
img.alignright {
	display: block;
	float: right;
    margin-left:20px;
}
.aligncenter,
img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display: block;
	clear: both;
}
.wp-caption {
	text-align: center;
	margin-bottom:18px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding:5px;
}
.gallery img {
    margin:0;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height:12px;
	margin:0 !important;
}

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

   Begin styles for madeiramusic.com
  
-------------------------------------------------------------- */   

body { 
    background: url(img/bg_body.gif) top center repeat-y #fff;
    } /* sets background image for body */
    
.edit-link a {
	display: none;
	} /* hides autogenerated "Edit Link" at bottom of pages */
 
/* ------ header ------ */

div #header {
	background-image:url('img/bg-header-type-only.png');
	background-repeat: no-repeat;
	background-position: center;
	} /* sets header type as a background image in header div */

#branding {
	padding: 0;
	height: 210px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 900px;
	}

#blog-title {
	display: none;
	} /* hides blog title in div#branding */

#blog-description {
	display: none;
	} /* hides blog description in div#branding */
	
#access {
	display: none;
	} /* hides navigation under div#branding */
	
/* ------ main ------ */

#main {
	padding-top: 100px;
	} /* added to keep left nav out of #branding which made it impossible to click links */

/* ------ sidebar ------ */


#primary {
	border: 0;
	padding-top: 0;
	} /* hides border around search, pages, categories, archives, 0 padding aligns text across columns */
	
#search,
#categories,
#linkcat-2,
#rss-links,
#meta {
	display: none;
	} /* hides sections of sidebar */
	
h3.widgettitle {
	display: none;
	} /* hides "Pages" heading */

li#pages ul li {
	font-size: 120%;
	line-height: 180%;
	}

/* ------ content ------ */

#main {
	margin-top: -60px;
	}
	
h2.entry-title a {
	font-family: verdana, helvetica, myriad, arial;
	font-size: 80%;
	color: #1441a1;
	}
	
.entry-utility {
	display: none;
	} /* hides info after a post - "Posted in Category | 1 Comment" */
	
.hentry {
	width: 600px;
	} /* keeps content from getting cut off on right edge */

/* ------ footer ------ */

#siteinfo {
	padding: 10px 20px 20px 55px;
	} /* footer */
	
#content h1 {
	font-family: verdana, helvetica, myriad, arial;
	color: #1441a1;
	}
	
#content h2 {
	font-family: verdana, helvetica, myriad, arial;
	color: #1441a1;
	padding-top: 20px;
	}
	
#content h3 {
	font-family: verdana, helvetica, myriad, arial;
	color: #1441a1;
	font-weight: bold;
	font-style: normal;
	padding-top: 20px;
	}
	
/* -------------------------------------------------------------- 

   Calendar page styles 
  
-------------------------------------------------------------- */   

div #contentCalendar .entry-content p a { 
    display: none;
    } /* hides "Return to Madeira Music home page" link automatically generated in Google calendar iFrame */

div #contentCalendar div .entry-content p.display-inline a { 
    display: inline;
    } /* displays link in added <p> "Return to Madeira Music home page" link */
    
	
/* -------------------------------------------------------------- 

   Calendar page styles ( none working 09-03-11 )
  
-------------------------------------------------------------- */   

body #page-template-calendar-php { 
    background: url(img/bg_body_calendar.gif) top center repeat-y #fff;
    } /* sets background image for body */
    
#contentCalendar {
	padding: 0 20px 0 20px;
	}
	
	
	
/* -------------------------------------------------------------- 

   experiment 2017-09-18 
  
-------------------------------------------------------------- */   

div#nav-below.navigation { 
	display: none;
}	