/*-----------------------------------------------
URL: www.tripwiremagazine.com
Author:   Jason Cooper
Date:  Dec 1 2009

Colour palette:
#555555 / Dark Grey
#555555 / Dark Grey
#555555 / Dark Grey
----------------------------------------------- */


/* Browser Resets
----------------------------------------------- */

html, body, div, h1, h2, h3, ul, ol, li, form, fieldset,  input, textarea {  
	margin: 0;
	padding: 0;  
	font-size: 100%;  
	}  
ul {list-style: none;}  
img, fieldset {border: 0;}  
h1, h2, h3 {font-weight: normal;}  
em {font-style: italic;}  
strong {font-weight: bold;}  


/* Global 
----------------------------------------------- */
h1 {
	font-family: helvetica, tahoma, sans-serif;
  	font-size: 20px;
  	line-height: 24px;	
	}
h2 {
	font-family: helvetica, tahoma, sans-serif;
  	font-size: 18px;
  	line-height: 20px;	
	}
h3 {
	font-family: helvetica, tahoma, sans-serif;
  	font-size: 16px;
  	line-height: 20px;	
	}	

a:link, 
a:visited, 
a:active {
	color: #ca2617;
    text-decoration: none;
	}    
a:hover {
	color: #555555;
    text-decoration: none;
	}  

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
	.clearfix { display: inline-block; }
	/* start commented backslash hack \*/
	* html .clearfix { height: 1%; }
	.clearfix { display: block; }
	/* close commented backslash hack */

hr {
  border: none;
  background-color: #ffcd61;
  color: #ffcd61;
  height: 1px;
}

 img, div, input { behavior: url("iepngfix.htc") }


	
/* Header 
----------------------------------------------- */	
#header {
  	background-image: url("media/main-header.gif");
	background-repeat: no-repeat;
	}
	
/* Navigation
----------------------------------------------- */
#navHome {
	float: right;
	position: absolute;
	top: 264px;
	left: 688px;
	font-size: 21px;
	font-weight: bold;
	width: 200px;
	}
	a:link, 
	a:visited, 
	a:active {
		color: #000;
		text-decoration: none;
		}    
	a:hover {
		color: #ca2617;
		text-decoration: none;
		} 
	#navHome ul {
		}
	#navHome ul li {
		padding: 8px 0 8px 50px;
		background-image: url("../media/navBall.png");
		background-repeat: no-repeat;
		background-position: 0em 0em;
		margin: 0 0 8px 0;
		line-height: 24px;
		z-index: 100
		}
	#navHome ul li:hover {
		padding: 8px 0 8px 50px;
		background-image: url("../media/navBallHover.png");
		background-repeat: no-repeat;
		background-position: 0em 0em;
		margin: 0 0 8px 0;
		line-height: 24px;
		z-index: 100
		}	
		
	#navSub {
		float: right;
		position: absolute;
		top: 540px;
		left: 688px;
		font-size: 23px;
		font-weight: bold;
		width: 200px;
		line-height: 30px;
		}		
			
#subNav {
		position: absolute;
		top: 5px;
		left: 40px;
		font-size: 12px;
		font-weight: normal;
		}
	#subNav a:link, 
	#subNav a:visited, 
	#subNav a:active {
		color: #000;
		text-decoration: none;
		}    
	#subNav a:hover {
		color: #ca2617;
		text-decoration: none;
		} 			
			
/* Body 
----------------------------------------------- */
body {
  	background-color: #efefef;
  	background-image: url("../media/bodyBg.jpg");
  	font-family: arial, sans-serif;
  	font-size: 12px;
  	line-height: 16px;
  	color: #000;
  	text-align: center;
	}

#container {
	margin: 0 auto;
	width: 900px;
	padding: 20px 0 0 0;
	}
	
#mainHome {
  	background-image: url("../media/homeBg.jpg");
  	text-align: left;
  	font-size: 11px;
  	width: 900px;
  	height: 662px;
  	position: relative;
	}	
	
#mainContact {
  	background-image: url("../media/subContact.jpg");
  	text-align: left;
  	font-size: 11px;
  	width: 900px;
  	height: 662px;
  	position: relative;
	}	
	#quoteHome {	
		position: absolute;
		top: 450px;
		left: 20px;
		width: 270px;
		font-size: 14px;
		
		}
	#ballHome {	
		position: absolute;
		top: 330px;
		left: 340px;
		text-align: center;
		font-size: 26px;
		font-weight: bold;
		color: #fff;
		}
	#quickConnect {	
		position: absolute;
		top: 580px;
		left: 327px;
		}		
	#churchHome{	
		position: absolute;
		top: 600px;
		left: 110px;
		}		
				
		
#mainSub {
  	background-image: url("../media/subBg.jpg");
  	text-align: left;
  	font-size: 11px;
  	width: 900px;
  	height: 662px;
  	position: relative;
	}	
	#headerSub {	
			position: absolute;
			top: 52px;
			left: 40px;
			font-size: 30px;
			font-weight: bold;
			line-height: 36px;
			}
	#contentSub {	
			position: absolute;
			top: 140px;
			left: 20px;
			width: 470px;
			font-size: 13px;
			height: 300px;
			}
			
	#contentSub a:link, 
	#contentSub a:visited, 
	#contentSub a:active {
			color: #ca2617;
			text-decoration: none;
			}    
	#contentSub a:hover {
			color: #555555;
			text-decoration: none;
			}  	
			
			
			
	#ballSub {	
		position: absolute;
		top: 90px;
		left: 555px;
		text-align: center;
		font-size: 24px;
		line-height: 30px;
		font-weight: bold;
		color: #fff;
		}
		
	#ballSub a:link, 
	#ballSub a:visited, 
	#ballSub a:active {
			color: #fff;
			text-decoration: none;
			}    
	#ballSub a:hover {
			color: #f6ff79;
			text-decoration: none;
			}  
		
#clickHere {
	position: relative;
	width: 200px;
	top: -10px;
	left: 85px;
	}
		

/* Misc.
----------------------------------------------- */	
.imgLeft {
	float: left;
	padding: 0 20px 20px 0;
	}
.imgRight {
	float: left;
	padding: 0 20px 20px 0;
	}

 	

#scrollBox {
	padding : 0 4px 4px 4px; 
	width : 480px; 
	height : 280px;
	overflow: auto;
	}


/* Footer 
----------------------------------------------- */
#footer {
	background-color: #5c5c5c;
	}	
	#footer a:link, 
	#footer a:visited, 
	#footer a:active {
		color: #fff;
		text-decoration: underline;
		}    
	#footer a:hover {
		color: #b9c0c8;
		text-decoration: none;
		}  
	
	#copyright {
		float: left;
		width: 400px;
		}
		
	#cooper {
		float: right;
		width: 400px;
		}