/*
 *
 * Copyright 2014, Timothy Riley
 * http://www.trileyphoto.com
 * 
 * February 2014
 */

a {outline: none;}
		
/* Home Start */
#headerWrapper {
	float: none;
	width: 900px;
    height: 452px;
  	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
    position: fixed;
	z-index: 9;
}

#motto {
	float: none;
	width: 384px;
    height: 64px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#header {
	float: none;
	width: 900px;
    height: 368px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#leftLogo {
	float: left;
	width: 156px;
    height: 368px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 165px;
	margin-right: 44px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#logo {
	float: left;
	width: 500px;
    height: 368px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#rightLogo {
	float: left;
	width: 156px;
    height: 368px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 165px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 44px;
}

/* Home End
 * 
 * 
 */

#networks {
	float: none;
	width: 620px;
	height: 100px;
	padding-top: 0px;
    padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 544px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: fixed;
}

/* Footer Start */
#footer {
	float: none;
	width: 900px;
	height: 95px;
	border-top: 1px solid #9ba1a7;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left:0px;
	margin-top: 880px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	bottom: 0px;
}

#footerCol1 {
	float: left;
	width: 278px;
	height: 95px;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	border:0px solid #979798;
}

#footerCol2 {
	float: left;
	width: 128px;
	height: 95px;
	padding-top: 1px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 65px;
	border:0px solid #979798;
}

#footerCol3 {
	float: left;
	width: 128px;
	height: 95px;
	padding-top: 1px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 35px;
	border:0px solid #979798;
}

#footerCol4 {
	float: left;
	width: 153px;
	height: 95px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	border:0px solid #979798;
}
/* Footer End
 * 
 * 
 */


/* Tab Start */

#contactTab {
	background: url(http://lifeispeople.com/navlinks/contact.png) no-repeat; /* Path to Image */
	right: 0%;  /* change this to left: 1px; to put it on the left of the screen */
	top: 40px;
	height: 122px;
	width: 36px;
	margin: 0;
	padding: 0;
	position: fixed;
	z-index: 5000;
}
	
#contactTab a {display:block;width:100%;height:100%;
}

#merchTab {
	background: url(http://lifeispeople.com/navlinks/merch.png) no-repeat; /* Path to Image */
	right: 0%;  /* change this to left: 1px; to put it on the left of the screen */
	top: 164px;
	height: 108px;
	width: 36px;
	margin: 0;
	padding: 0;
	position: fixed;
	z-index: 5000;
}
	
#merchTab a {display:block;width:100%;height:100%;
}
/* Tab End
 * 
 * 
 */
