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

    /*  
	Clark Imaging
	by Steve and Rachel Clark
	http://www.clark-imaging.com
	steve [at] clark-imaging.com
	Stylesheet: Logo & Social Networking (Image Rollovers)
	*/

#preloader { /*container to preload rollover images*/
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: hidden;
	z-index: 0;
}

#sn_box { /* positions container within header */
	float: right;
	height: 25px;
	width: 215px;
	padding-top: 9px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 364px;
}

#sn_box_ap { /* positions sn bar on the blog only */
	position: relative;
	float: right;
	height: 25px;
	width: 215px;
	top: 0px;
	right: 0px;
}

#logo {
	background-image: url(../images/logo_off.jpg);
	height: 70px;
	width: 371px;
	position: relative;
	z-index: 1;
	float: left;
}

#logo:hover {
	background-image: url(../images/logo_on.jpg);
	height: 70px;
	width: 371px;
	position: relative;
	z-index: 1;
	float: left;
	border-bottom-width: 0px;
}

#sn_box #rss {
	background-image: url(../images/sn/rss_off.jpg);
	height: 25px;
	width: 25px;
	margin-left: 5px;
	z-index: 1;
	float: left;
}

#sn_box #rss:hover {
	background-image: url(../images/sn/rss_on.jpg);
	height: 25px;
	width: 25px;
	margin-left: 5px;
	z-index: 1;
	float: left;
	border-bottom-width: 0px;
}

#sn_box #fb {
	background-image: url(../images/sn/fb_off.jpg);
	height: 25px;
	width: 25px;
	margin-left: 5px;
	z-index: 1;
	float: left;
}

#sn_box #fb:hover {
	background-image: url(../images/sn/fb_on.jpg);
	height: 25px;
	width: 25px;
	margin-left: 5px;
	z-index: 1;
	float: left;
	border-bottom-width: 0px;
}

#sn_box #tw {
	background-image: url(../images/sn/tw_off.jpg);
	height: 25px;
	width: 25px;
	margin-left: 5px;
	z-index: 1;
	float: left;
}

#sn_box #tw:hover {
	background-image: url(../images/sn/tw_on.jpg);
	height: 25px;
	width: 25px;
	margin-left: 5px;
	z-index: 1;
	float: left;
	border-bottom-width: 0px;
}

#sn_box #del {
	background-image: url(../images/sn/del_off.jpg);
	height: 25px;
	width: 25px;
	margin-left: 5px;
	z-index: 1;
	float: left;
}

#sn_box #del:hover {
	background-image: url(../images/sn/del_on.jpg);
	height: 25px;
	width: 25px;
	margin-left: 5px;
	z-index: 1;
	float: left;
	border-bottom-width: 0px;
}

#sn_box #dig {
	background-image: url(../images/sn/dig_off.jpg);
	height: 25px;
	width: 25px;
	margin-left: 5px;
	z-index: 1;
	float: left;
}

#sn_box #dig:hover {
	background-image: url(../images/sn/dig_on.jpg);
	height: 25px;
	width: 25px;
	margin-left: 5px;
	z-index: 1;
	float: left;
	border-bottom-width: 0px;
}

#sn_box #flk {
	background-image: url(../images/sn/flk_off.jpg);
	height: 25px;
	width: 25px;
	margin-left: 5px;
	z-index: 1;
	float: left;
}

#sn_box #flk:hover {
	background-image: url(../images/sn/flk_on.jpg);
	height: 25px;
	width: 25px;
	margin-left: 5px;
	z-index: 1;
	float: left;
	border-bottom-width: 0px;
}

#sn_box #vim {
	background-image: url(../images/sn/vim_off.jpg);
	height: 25px;
	width: 25px;
	margin-left: 5px;
	z-index: 1;
	float: left;
}

#sn_box #vim:hover {
	background-image: url(../images/sn/vim_on.jpg);
	height: 25px;
	width: 25px;
	margin-left: 5px;
	z-index: 1;
	float: left;
	border-bottom-width: 0px;
}