/*  
Theme Name: Joshua One Six
Theme URI: http://www.joshuaonesix.com
Description: Theme for Joshua One Six
Version: 2.0
Author: Alexander Quinonez
Author URI: http://www.alexanderquinonez.com/
*/
body {
	background-color: #8ead14;
	background-image: url(images/headerbg.jpg);
	background-repeat: no-repeat;
	background-position:top center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right:0px;
	margin-bottom:0px;
	font-family: helvetica;
	color:#FFF;
	height:100%;
	
}
#container{
	position:relative;
	width:900px;
	margin-top:295px;
	margin-bottom:auto;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}
#bottomcontainer{
	position:relative;
	width:900px;
	margin-bottom:auto;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}
#contact{
	position:relative;
	float:left;
	width:313px;
	height:100%;
	margin-top:40px;
	margin-left:90px;
	font-size:12px;

}
#info{
	position:relative;
	float:right;
	width:375px;
	height:100%;
	font-size:12px;
	line-height:20px;
}
#footer{
	position:relative;
	clear:both;
	width:900px;
	height:100%;
	margin:auto;
	text-align:center;
	font-size:10px;
	padding-top:10px;
}
#connections{
	position:relative;
	background-image:url(images/lowerbg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#6c840a;
	margin:0px;
	width:100%;
	height:100%;
	
}
#networks{
	position:relative;
	float:left;
	width:450px;
	height:100%;
	margin-top:25px;
	font-size:12px;
}
#social{
	position:relative;
	float:right;
	width:375px;
	margin-top:25px;
	height:100%;
	font-size:12px;
	line-height:20px;
}
#about{
	position:relative;
	float:right;
	background-color:#607606;
	width:355px;	
	margin-top:10px;
	padding:10px;
	font-size:11px;
	line-height:18px;
	
}
.title{
	font-size:15px;
	line-height:20px;
	
}
a:link{
	color:#FFF;
	text-decoration:underline;
	
}
a:visited{
	color:#FFF;
	text-decoration:underline;
	
}