/*
Theme Name: JK& 
Theme URI: http://jkand.com
Description: A custom wordpress theme, mostly using a custom zenphoto theme
Version: 1.6
Author: Andy Taray & Steve Goodman
*/



/* Begin Typography & Colors */
.column-right{
	width: 590px;
}
.column-right-content{
	font-size: 12px;
}

#aboutNav{
	float: right;
	padding: 0 184px 0 0;	
}

#aboutNav img{
	border: none;
	padding-bottom: 8px;
}

#aboutJohnLink, #aboutEdLink, #aboutJKLink{
	display: block;
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-bottom: 10px;
}

#aboutJohnLink{
	height: 9px;
	width: 63px;
	background-image: url(images/about_john.gif);
}

#aboutEdLink{
	height: 8px;
	width: 48px;
	background-image: url(images/about_ed.gif);
}

#aboutJKLink{
	height: 9px;
	width: 68px;
	background-image: url(images/about_jk.gif);
}

#aboutJohnLink:hover, #aboutEdLink:hover, #aboutJKLink:hover{
	background-position: left bottom;
}
