/* inove specific */
div#header {
    background:url(img/rl-header.png) 0 0 no-repeat;
    height:177px;
}

/* image blog title */
div#caption {
	padding:0;
}
#title a {
	background:url(img/rl-title.png) no-repeat;
	text-decoration:none;
	color:#FFF;
	width:776px;
	height:177px;
	text-indent:-999em;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

/* don't display title and tagline, since we're using a background header graphic */
#tagline {
    display:none;
}
/* remove the Powered by Wordpress and Theme Info blocks in the footer */
a#powered {
    display:none;
}
#themeinfo {
    display:none;
}
/* override inove's green h4 text color */
.post .content h4 {
    color: #555;
}
/* Overrider inove's strange letter spacing */
h1, h2, h3, h4, h5, h6 {
	letter-spacing:0;
}
#wp-calendar caption {
	letter-spacing:0;
}
/* Don't need to display "Comments are closed" message */
div.messagebox {
    display:none;
}
/* But we do need to display div.messagebox if it's a login message */
div#comment_login.messagebox {
    display:block;
}
/* don't need to display "Comments off" message */
div.info span.comments span {
    display:none;
}

/* General Reaction Lacrosse CSS */
/* Mark up the dictionary list tags a bit */
dl {
    margin-bottom:10px;
}
dt {
    font-weight:bold;
}
dd {
    padding-bottom:0.5em;
    padding-left:4em;
}

/* Make the title of posts red */
.post h2 {
	color:red;
}
.post h2 a.title {
	color:red;
}
.post h2 a.title:hover {
	text-decoration:underline;
	color:red;
}

/* Hide Feedjit Footer */
#FJ_TrafFoot_traf {
    display:none;
}
