@charset "utf-8";
/* CSS Document */

.createGap {
	height: 40px;
}

.titleSection {
	position: relative;
	height: 75px;
}

.titleSectionWords {
	/*position: absolute;
	top: 0px;
	left: 0px;*/
	float: left;
	width: 425px;

}

.postAuthorPic {
/*position: absolute;
top: 0px;
right: 0px;*/
float: right;
width: 50px;
}

.clear {
	clear: both;
}

.rolloverBoth a {
display:block;
font: bold 13px sans-serif;;
color:#333;
background: url("http://www.c-maxwell.net/wp-content/themes/ocean-mist-2_0/images/both_deselected.jpg") 0 0 no-repeat;
text-decoration: none;
height:95px;
width:126px;
}

.rolloverBoth a:hover { 
background: url("http://www.c-maxwell.net/wp-content/themes/ocean-mist-2_0/images/both_mo.jpg") 0 0 no-repeat;
}

.rolloverBoth a:active {
background: url("http://www.c-maxwell.net/wp-content/themes/ocean-mist-2_0/images/both_selected.jpg") 0 0 no-repeat;
}

.rolloverClayton a {
display:block;
font: bold 13px sans-serif;
color:#333;
background: url("http://www.c-maxwell.net/wp-content/themes/ocean-mist-2_0/images/clayton_deselected.jpg") 0 0 no-repeat;
text-decoration: none;
height:80px;
width:126px;
}

.rolloverClayton a:hover { 
background: url("http://www.c-maxwell.net/wp-content/themes/ocean-mist-2_0/images/clayton_mo.jpg") 0 0 no-repeat;
}

.rolloverClayton a:active {
background: url("http://www.c-maxwell.net/wp-content/themes/ocean-mist-2_0/images/clayton_selected.jpg") 0 0 no-repeat;
}

.rolloverSheila a {
display:block;
font: bold 13px sans-serif;
color:#333;
background: url("http://www.c-maxwell.net/wp-content/themes/ocean-mist-2_0/images/sheila_deselected.jpg") 0 0 no-repeat;
text-decoration: none;
height:80px;
width:126px;
}

.rolloverSheila a:hover { 
background: url("http://www.c-maxwell.net/wp-content/themes/ocean-mist-2_0/images/sheila_mo.jpg") 0 0 no-repeat;
}

.rolloverSheila a:active {
background: url("http://www.c-maxwell.net/wp-content/themes/ocean-mist-2_0/images/sheila_selected.jpg") 0 0 no-repeat;
}

