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

/***********************************************************************************************************************************************************************************
	WEBSITE NAME: Kona Fishing and Cruising Charters 
	WEBSITE URL: konafishingcharters.com.au
	DESCRIPTION: Yeppoon Cruising and Fishing Crarters
	VERSION: 1.0
	AUTHOR: Adz Power Agencies 
	AURTHOR URL: http://www.adzpower.com.au
	************************************************************************************************************************************************************************************/

body, html{
	font-family: 'Raleway', sans-serif;
}

.fixedbg{
	background: url(images/bg.jpg) #07478e;
	background-size:cover;
	z-index:-100;
	height:100%;
	width:100%;
	position:fixed;
}

.header-inner, main, footer, .rslides, .content, aside, .nav, .images img, #gallery img{
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}
	
* {
	margin: 0;
	padding: 0;
}

h1 {
	font-family: 'Yellowtail', cursive;
	color:white;
	padding-bottom:15px;
	font-weight:normal;
	font-size:36px;
	}
	
h2 {
	color:white;
	padding-bottom:5px;
	margin-bottom:10px;
	padding-top:15px;
	font-size: 16px;
	text-transform:uppercase;
	font-weight:700;
}
	
h3 {
	color:#FFFFFF;
	padding-bottom:15px;
	font-size:16px;
	text-transform:uppercase;
	font-weight:700;
}

p{
	font-size:13px;
	text-align:justify;
	line-height:140%;
	color:white;
	padding-bottom:12px;
}
		
ul {
	font-size: 13px;
	text-align: left;
	color: #FFFFFF;
}

.content ul li { 
	color:#FFFFFF;
	padding-bottom:15px;
	list-style: square;
	margin-left: 30px;
	text-decoration:none;
}

a{
	color: #FFF;
	text-decoration:none;
}

.clear {
	clear:both;
}

img {
	border:none;
}


/*******HEADER*******/	

header{
	width:100%;
	background:white;
	padding:10px 0;
	margin-bottom:20px;
	border-bottom:4px solid #012964;
	background:white;
}

.header-inner {
	width:100%;
	max-width:1000px;
	margin:0 auto;
	padding:0 15px;
}

.header-inner img{
	max-width:100%;
	height:auto;
}

.header-right{
	float:right;
}

.rslides{
	position:relative;
}

.rslides li {
  position: absolute;
  display: none;
  width: 100%;
  list-style-type:none;
  height:100%;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
}


@media all and (max-width: 640px) {
	
body, html{
	background:url(images/bg-small.jpg) #07478e repeat-y;
	background-size:100% auto;
}

header{
	text-align:center;
	margin-bottom:10px;
}

.header-right, .rslides{
	display:none;
}

.fixedbg{
	display:none;
}

}
	
/*******NAVIGATION*******/	

.nav{
	width:100%;
	text-align:right;
	list-style-type: none;
	border-bottom:1px solid white;
	margin-bottom:25px;
}	

.nav li{
	display:inline-block;
	margin-left:-3px;
}

.nav a{
	display: block;
	font-size: 16px;
	padding: 25px 15px 10px 15px;
	margin-bottom:10px;
}

.nav a:hover {
	background-image:url(images/navbg.png)
}

@media all and (max-width: 640px) {

.nav{
	text-align:left;
	padding:0 15px 10px 15px;
}	

.nav li{
	display:block;
	margin:2px 0 2px 0;
	width:100%;
	height:40px;
	background:url(images/footerbg.png);
}

.nav a{
	display: block;
	font-size: 16px;
	line-height:40px;
	padding: 0 15px;
	background:url(images/menu-arrow.png) no-repeat right center;
}

.nav a:hover {
	opacity:0.8;
	background:url(images/menu-arrow.png) no-repeat right center;
}
	
}

/*******CONTENT*******/

main{
	width:100%;
	max-width:1000px;
	padding:0 15px 15px 15px;
	margin:0 auto;
}

.content{
	width: calc(100% - 275px);
	float:left;
}

aside{
	background-image:url(images/footerbg.png);
	width:250px;
	float:right;
	text-align:center;
	padding: 8px 10px 13px 10px;
	line-height:125%;
}	

aside h1{
	font-size:24px;
	display:block;
	border-bottom:1px solid white;
	padding:7px 5px 12px 5px;
	margin-bottom:15px;
}

aside h3{
	padding-bottom:10px;
}

aside p{
	text-align:center;
}

.images{
	width:192px;
	float:right;
	padding-left:15px;
	padding-bottom:5px;
	margin-top:-64px;
}

.images img{
	padding-bottom:10px;
}
	
#gallery{
	text-align:center;
	margin-top:-30px;
}

#gallery img {
	padding:30px 5px 0 5px;
	height:auto;
	width:32%;
}

@media all and (max-width: 740px) {
	
main{
	width:100%;
	max-width:1000px;
	padding:0 0 15px 0;
	margin:0 auto;
}

.content{
	width:100%;
	float:none;
	padding:0 15px 15px 15px;
}

aside{
	display:none;
}	

.images{
	width:100%;
	float:left;
	padding-left:0;
	padding-bottom:15px;
	text-align:center;
	margin-top:0;
}

.images img{
	clear:none;
	width:50%;
	max-width:200px;
	height:auto;
	display:inline-block;
	margin-left:-3px;
}

.images img:nth-child(3){
	display:none;
}

.images img:first-child{
	padding-right:7px;
}

.images img:nth-child(2){
	padding-left:7px;
}

.content strong, h2{
	border-bottom:1px dashed white;
	width:100%;
	display:block;
}
	
}

@media all and (max-width: 550px) {

#gallery{
	text-align:center;
}

#gallery img {
	width:49%;
}

}
	
/*******FOOTER*******/

footer{
	margin: 30px 0 0 0;
	padding:20px 15px 5px 15px;
	line-height:100%;
	clear:both;
	text-align:center;
	background-image:url(images/footerbg.png);
}

footer ul{
	width:100%;
	text-align:center;
	list-style-type:none;
	padding:0;
	opacity:0.7;
}

footer li{
	margin-bottom:15px;
	display:inline-block;
	margin-left:-3px;
	font-size:13px;
	padding:0 8px;
	border-right:1px solid white;
}

footer li:last-child{
	border-right:none;
}

footer a{
	text-decoration:none;
	color:#FFFFFF;
}

@media all and (max-width: 740px) {
footer{
	margin:-15px 0 0 0;
	padding:5px 15px 5px 15px;
	background:#012964;
}

footer ul{
	width:100%;
	text-align:center;
	list-style-type:none;
	padding:15px 0 0 0;
	opacity:0.7;
}

footer ul:first-child{
	border-bottom:1px solid white;
}
footer li{
	margin-bottom:15px;
	display:inline-block;
	margin-left:-3px;
	font-size:13px;
	padding:0 8px;
	border-right:none;
	width:100%;
}

footer li:last-child{
	border-right:none;
}

footer a{
	text-decoration:none;
	color:#FFFFFF;
}
}