
/*------------------------- Layout styles ------------------------*/ 
body{
	margin:0;
	background:url(../images/bg-body.jpg);
}


/*------------------------- Font ------------------------*/ 
@font-face {
    font-family: 'RokkittRegular';
    src: url('fonts/rokkitt-regular-webfont.eot');
    src: url('fonts/rokkitt-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/rokkitt-regular-webfont.woff') format('woff'),
         url('fonts/rokkitt-regular-webfont.ttf') format('truetype'),
         url('fonts/rokkitt-regular-webfont.svg#RokkittRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face2 {
	font-family: 'GillSans-Light';
	src: url('fonts/GillSans-Light.eot');
	src: url('fonts/GillSans-Light.woff') format('woff'), url('fonts/GillSans-Light.ttf') format('truetype'), url('fonts/GillSans-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}



/*------------------------- Header ------------------------*/ 
.header{
	background:url(../images/bg-navigation.jpg) no-repeat center 90px;
	width:940px;
	margin:0 auto;
	height:80px;
	padding:36px 10px 0;/*this is the padding above header nav*/
}
.header a#logo{
	display:block;
	float:left;
	outline:none;
}
.header a#logo img{
	border:0;
}
.header ul{
	margin:0;
	list-style:none;
	padding:13px 0 0;
	float:right;
}
.header ul li{
	float:left;
	margin:0 0 0 70px;/*padding between the navigation words: home, about, blog*/
}
.header ul li.selected a,.header ul li a:hover{
	color:#00a5f7;
}
.header ul li a{
	font-size:16px;
	text-decoration:none;
	color:#5e5e5e;
	font-family: 'RokkittRegular';
	outline:none;
}

/*------------------------- Body ------------------------*/ 





.body{
	width:940px;
	margin:0 auto;
	overflow:hidden;
			-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-o-user-select: none;
		user-select: none;
}


.body div{
	float:left;
	width:600px;
	font-family: 'RokkittRegular';
}

.body ul.blogTitleImage{
display:block;
width:420px;
height:600px;
position:relative;
top:50px;
margin:0px;
padding:0px;


}
.body ul.blogTitleImage img{
width:420px;
height:600px;
}

.body ul.blogTitle{
display:block;
background: none;
position:relative;
left:450px;
top: -250px;
height:200px;
width:500px;
}

.body ul.blogBody h7{
margin:0 0px 10px;
	font-size:16px;
	font-weight:normal;
	font-family: 'RokkittRegular';
	color:#00a5f7;
	line-height:20px;
}

.body ul.blogTitle h3{
	font-size:39px;
	padding:0px 0 0  0;
	font-weight:lighter;
	font-family: 'GillSans-Light';
	color:#00a5f7;
	line-height:15px;
	}
.body ul.blogTitle h3 a{
	text-decoration: none;
	font-weight:lighter;
	color:#00a5f7;
	}
	

	
.body ul.blogTitle h2{
	margin:0 0px 10px;
	font-size:28px;
	font-weight:lighter;
	font-family: 'GillSans-Light';
	color:#00a5f7;
	line-height:20px;
	padding:0 0px 15px 0 ;
}
.body ul.blogTitle h1{
	margin:0 0px 10px;
	font-size:16px;
	font-weight:normal;
	font-family: 'RokkittRegular';
	color:#00a5f7;
	line-height:20px;
}

.body ul.blogTitle h4{ /*tagline*/
	margin:0 0px 10px;
	font-size:15px;
	font-weight:bold;
	font-family: 'RokkittRegular';
	color:#00a5f7;
	line-height:20px;
}

.body ul.blogBody{
	position:relative;
	top:-90px;
	width:600px;
	padding:0px;
	margin:0px;
		-webkit-user-select: text; /*allowes highlighting of just the text in the body*/
		-khtml-user-select: text;
		-moz-user-select: text;
		-o-user-select: text;
		user-select: text;
}
.body ul.blogBody h5{
	margin:0 0px 10px;
	font-size:20px;
	font-weight:bold;
	font-family: 'RokkittRegular';
	color:#00a5f7;
	line-height:22px;
}


.body ul.blogBody input{ /*read more button in the blog section*/
	background:#f3f4f8;
	border:0;
	float:left;
	display:block;
	padding:0px 0 0;
	margin:15px auto 0;
	width: 108px;
	height:24px;
	
	color:#5d5d5d;
	font-family: 'GillSans-Light';
	font-size:11px;
	font-weight: lighter;
	letter-spacing: 0.305em;
	cursor:pointer;	
}

.body ul.blogBody a {/*blog headings that are links*/
	text-decoration:none;    
}
.body ul.blogBody p{/*blog text*/
	line-height:24px;
	font-family: 'Arial';
	font-size:16px;
	font-weight:lighter;
	color:#5D5D5D;
	padding:0 0 5px;/*this is the padding around the block of text in blog page*/
}
.body ul.blogBody p a{/*blog text link*/
  	text-decoration:none; 
  	color:black; 
}
.body ul.blogBody p a:hover{/*blog text link hover*/
  	text-decoration:none; 
  	color:#00a5f7;  
}

.body ul.blogBody p h7{/*this is for captions, date-sized Rokkitt*/
	font-size:10px;
	font-weight:normal;
	font-family: 'RokkittRegular';
	color:#5D5D5D;
	line-height:20px;
}
.body ul.blogBody p h7 a{
  	font-size:16px;
	color:black;
}
.body ul.blogBody p h7 a:hover{
  	text-decoration:none; 
  	color:#00a5f7; 
}

/*------ paging (within body) -----*/ 
.body ul.paging{
	display:block;
	float:right;
	margin:15px 0 10px 210px;
}
.body ul.paging li{
	float:left;
	padding:0 5px;
	background:none;
	display:block;
}
.body ul.paging li a{
	text-decoration:none;
	color:#00a5f7;
	font-family: arial;
	font-size:12px;
}
.body ul.paging li a:hover{
	color:#5D5D5D;
}
/***1st paging***/
.body ul.paging1{
	display:block;
	position:relative;
	top:-220px;
	left:635px;

}
.body ul.paging1 li{
	float:left;
	padding:0 5px;
	background:none;
	display:block;
}
.body ul.paging1 li a{
	text-decoration:none;
	color:#5e5e5e;
	font-family: 'RokkittRegular';
	font-size:16px;
}
.body ul.paging1 li a:hover{
	color:#5D5D5D;
}








/*------------------------- Footer ------------------------*/ 
.footer{
	width:940px;
	background:url(../images/bg-footer.jpg) no-repeat center top;
	padding:65px 10px 207px;
	margin:0 auto;
	overflow:hidden;
}
.footer ul{
	list-style:none;
	margin:0 0 0 0px;
	padding:10px;
	overflow:hidden;
	float:left;
}
.footer ul li:first-child a{
	border:none;
	padding:0 6px 0 0;	
}
.footer ul li{
	float:left;
}
.footer ul li a:hover{
	color:#00a5f7;
}
.footer ul li a{
	border-width: 1px;
	border-color:#5b5b5b;
	border-style: none none none solid;
	color:#5b5b5b;
	font-size:10px;
	font-family: Trebuchet MS;
	text-decoration:none;
	font-weight:bold;
	padding:0 6px;
	outline:none;
}
.footer p{ /*this is the copyright area*/
	display:block;
	float:right;
	padding:0px;
	color:#5b5b5b;
	font-size:11px;
	text-align: right;
	font-family: Trebuchet MS;
	font-weight:regular;
	margin:0px 0 0 0px;
	letter-spacing: 0.1em;
}
.footer p a{ /*this is the copyright area links*/
	color:#5b5b5b;
	letter-spacing: 0.2em;


}
