/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/



/*---:[ #header styles ]:---*/

#header_area .page {
padding:0;
}

.custom #logo a { display:block; height:180px; width:820px; text-indent: -9999px; }

.custom #header #logo { font-weight: bold; }

	.custom #header #logo a { color: #fff; border-bottom: 0px; }

	.custom #header #logo a:hover { color: #fff; text-decoration:none; background: none; }
	
.custom #header #tagline { font-weight: bold; font-style: italic; color: #fff; text-indent: -9999px; line-height: 1px; }

.custom #header { display:block; background:url('http://www.michaelmusic.ca/wp-content/themes/thesis/custom/images/michael-music-header-900x190.jpg') no-repeat; 
padding-top:0em; 
padding-bottom:2em;
padding-top:0;
margin-left:-2.2em;
margin-right:-2.2em;
}


/*---:[ nav menu ]:---*/


.custom .menu { background: #300; margin-left: -2.2em; margin-right:-2.2em; margin-top:-2.2em; padding-left: 2.2em; font-weight: bold;}

/* .custom .menu .current a { color: #300; } */
 
.custom .menu a:hover, .menu .current ul a:hover, .menu .current-cat ul a:hover, .menu .current-parent a:hover { text-decoration: none; color: #fc3; }


	/*---:[ global elements ]:---*/
	
body.custom {
    background: #000;
    color: #222; 
}

.custom a { text-decoration: none; border-bottom: 1px #300 dotted; }

a:hover { text-decoration: none; color: #300; background: #ffc; }

a.post_image_link { outline: none; }

.custom a img { border: none; border-bottom: 0px; }

.custom .sidebar a:hover { text-decoration: none; border-bottom: 0px; }

.custom #commentform a { text-decoration: none; } 

li.widget p a { text-decoration: none; }

.custom blockquote { 
border-left:2px solid #222;
color:#222;
font-style:normal; 
padding-left: 2em;}

abbr, acronym { line-height: 1em; text-transform: uppercase; letter-spacing: 1px; border-bottom: none; cursor: help; }

sub, sup { line-height: 0.5em; }

.custom .code { color: #444; font-size: .85em; font-family: arial, sans-serif; line-height: 1em; background: #ddd; }

code { font-family: Consolas, "Andale Mono", Courier, "Courier New"; line-height: 1em; background: #eee; }

pre { font-family: Consolas, "Andale Mono", Courier, "Courier New"; background: #eee; border: 1px solid #ddd; overflow: auto; clear: both; }

p.center { text-align: center !important; }

p.bottom { margin: 0 !important; }

.remove_bottom_margin { margin-bottom: 0 !important; }


/*---:[ multimedia box ]:---*/

.custom #multimedia_box {
	background: #fff;
}

.custom #image_box img {
	padding: 0px; margin: 0px; border: 0px;

}

/*---:[ headlines and bylines ]:---*/

h1, h2, h3, h4 { font-size: 1em; font-weight: bold; color: #222; }


	h2 a { color: #222; }

	h2 a:hover { color: #900; text-decoration: none; }
	
	#content #archive_info h1 { font-size: 2.4em; line-height: 1.333em; font-weight: bold; }
	
	.custom #archive_info { border-bottom:0px solid #DDDDDD; padding-top: 2em;}

/*---:[ h3 and h4 sizes are calculated relative to the base font size of the content or sidebar ]:---*/
	
	.sidebar h3 { color: #333; font-variant: normal; letter-spacing: 0px; text-transform: uppercase; }

h4 { font-size: 1em; font-weight: bold; }



/*---:[ footer ]---*/

.custom #footer { border-top: 0px solid #333; color: #555; text-align: center; }

.custom #footer a:hover { color:#999; border-bottom: 1px dotted #555; }

.custom #footer a { border: none; text-decoration: none; color:#555; border-bottom: 1px dotted #555; }

.custom #footer a:hover { text-decoration: none; color:#222; border-bottom: 1px dotted #222; background: #fff; }


/*---:[ image spacing ]:---*/

.format_text img.block, .format_text img.alignnone, .wp-caption.alignnone {
margin:0 auto 0 0;
}


/*---:[ event calendar ]:---*/

.event_title { font-family: arial, sans-serif; font-weight: bold; }

.custom #event_list h2 { font-family: Georgia, serif; font-weight: normal; font-style: normal; color: #900; font-size: 30px; line-height: 28px; }

#event_list { background:url('http://www.michaelmusic.ca/wp-content/themes/thesis/custom/images/calendar-background-24x24.png'); background-repeat:no-repeat; padding-left: 36px; border-bottom: 2px solid #ddd; }

.ics-calendar-table {
font-family:arial;
font-size: 12px;
}

.ics-calendar-header {
font-size:24px;
font-weight:bold;
font-family: arial, sans-serif;
margin:0;
padding:0;
text-align:center;
width:100%;
background: #e8eef7; 
}

.ics-calendar-header div, .ics-calendar-header p {
display:inline;
margin:0;
font-weight: bold;
font-family: arial, sans-serif;
}

.ics-calendar-days td { font-family: arial, sans-serif; text-transform: uppercase; font-weight: bold; font-size: 12px; }