/*
Theme Name: Canvas Child j.ronald.lee
Version: 1.0
Description: Child theme for WooThemes.
Author: j.ronald.lee
Author URI: http://jrlee.me
Template: canvas
*/
 
@import url("../canvas/style.css");




/*remove author from byline http://forum.woothemes.com/topic.php?id=27241 */

.post-author {
display:none;
}
.post-date .small {
display: none;
}



/* mod the header hover - no underline, color = blue */

#logo .site-title a:hover {
   text-decoration:none;
   color:#000066;
}



/* move the site description up and to the right */

#logo .site-description {
   margin-top: -35px;
   margin-left: 335px;
   padding-bottom:30px}


/* spacing on the nav menu */

.nav li { margin-right: 5px; }



/* header search */

.header-search {
	float:right;
	padding-top:15px;
	padding-right:4px;
}



/* mod commentluv so it lines up under comment box */

#commentluv {
	margin-top: 10px !important;
	margin-left: -6px !important;
}



/* misguided attempt at full width footer */

.footer .col-full {width: 1080px !important}


/* attempt to move post meta

.post-meta {
	float: right;
}
