/*   
Theme Name: Mike
Theme URI: 
Description: Child theme for thematic
Author: Mike Lesiuk
Author URI: http://www.mikelesiuk.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

/* BEGIN CSS */


.entry-content h2 {
     padding:12px 0 12px;
}

.HL span {
background: #ffffbb; 
}  

/*Top Menu Nav*/
.sf-menu li {
    margin: 0 5px 0 0;
    }

.sf-menu a {
    border-right:1px solid #CCCCCC;
    }

.sf-menu {
    border-right:0px solid #FFFFFF;
    }

.sf-menu a:hover {
    background-color:#FFFFFF;
    }
  
.current_page_item a:hover {
    border-bottom:1px solid #FFFFFF;
	}

	 
/*Fonts in Top Menu */
.sf-menu a, .sf-menu a:visited {
     color: #666666;
     }
	 
.sf-menu a:hover {
     color: #CCCCCC;
	 }

/*Images with caption */
.wp-caption {
	 background-color:  #EDEDED;
}

.wp-caption-text, .gallery-caption {
     font-family:Arial, Helvetica, sans-serif;
     font-size:11px;
     line-height:15px;
	 text-align:left;
}


/*Sidebar Tabs*/
ul.sidebarTabs a {
    background-color:#EFEFEF;
	padding:-2px;
}

div.sidebarTabs_panes .tb {
    font-family: Arial, Helvetica, sans-serif;
	
}

div.sidebarTabs_panes { 
	padding-bottom:1px;
}



ul.sidebarTabs a.current {
border: 1px 1px 3px 1px;
border-bottom:#FFFFFF;
}


/* COMMENTS */

#comments-list .comment-content {
padding:0 0 0 46px;
}



/*TEXT COLORS*/
 /*Color of Blog Title*/
 a {
 text-decoration:none;
 }
 
 #blog-title a:active, #blog-title a:hover {
    color:#000000;
 }

 /*Color of content links*/
 .entry-content a:link, .entry-content a:visited {
    color:#005AAD;  /*BLUE*/
	text-decoration:none;
 }
 .entry-content a:hover {
    color:#84AEC9;  
	text-decoration:none;
 }


/*color of post title - no orange on hover*/
 .entry-title a:active, .entry-title a:hover {
    color:#000000;
 }

p {
font-size:90%;
}

.entry-content li {
font-size:90%;
}

p, ul, ol, dd, pre {
margin-bottom:14px;
}


/*ADDED TEXT ALIGN + TEXT INDENT*/
.entry-content {
padding:15px 0 0;
text-align:justify;
}



/* Add border to main content container */

#container {
    float:left;
    width:590px;
    border-width:1px;
    border-style:solid;
	border-color:#CCCCCC;
	padding-top:10px;
}

#content {
    width: 570px;
	margin:0px 10px 0px 10px;
}

#secondary {
    /* get rid of border border:1px solid #CCCCCC;    */
    padding:18px 0 0;
}

#main { /* make main a bit closer to pages up to header */
    padding:44px 0 22px;
}


/* Adjust main title ("Mike Lesiuk") */

#blog-title {
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 46px;
	line-height:50px;
	font-weight:bold;
	}
	
#branding {
	padding:44px 0 44px;
	margin: 0 auto;
	width: 930px;
	}

/* images within content */
	
.entry-content img {
    border-width:1px;
    border-style:solid;
	border-color:#CCCCCC;
}
