
* {
	margin:0;
	padding:0;
}
body {
	font-family: 'Belgrano', serif;
	font-size:20px;
	background: url(../images/siteBackground.jpg);
	margin: 0;
	padding: 0;
	color: #677a83;	
}
a img { 
	border: none;
}
a:link {
	color: #0484c0;
	text-decoration: none; 
}
a:visited {
	color: #0484c0;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	color: #0484c0;
	text-decoration: none;
}

h1 {
	font-size:75px;
	color:#bdf400;
	font-family: 'Lobster', sans-serif;
	padding: 0 0 10px 0;
	text-shadow: 0px 0px, 1px 3px #b8bec0;
}

h2 {
	font-size:35px;
	color:#e9003a;
	font-family: 'Lobster', sans-serif;
	padding: 0 0 10px 0;
	text-shadow: 0px 0px, 1px 3px #b8bec0;
}
h3 {
	font-size:24px;
	color:#600cac;
	font-family: 'Lobster', sans-serif;
	padding: 0 0 10px 0;
	text-shadow: 0px 0px, 1px 3px #b8bec0;
}
h4 {
	font-size:30px;
	color:#677a83;
	font-family: 'Lobster', sans-serif;
	padding: 0 0 10px 0;
}

p {
	line-height:140%;
}
.wrapper {
	width:960px;
	margin:40px auto;
	background: #ffffff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	padding-bottom:50px;
}
header {
	padding:50px 50px 10px 50px;
}
.logo {
	float: left;
	background: url(../images/TikiLogo.jpg) no-repeat;
	width: 250px;
	height: 250px;
	padding-right:20px;
	margin-bottom:20px;
}

.logo h2 a {
	text-shadow: 0px 0px, 1px 2px #5b9e11;
	font-size:50px;
	color: #ffffff;
	text-decoration:none;
}

footer {
	text-align:center;
	padding-bottom:40px;
	font-size:20px;
}

footer p {
	margin-top:15px;
}

.horSeparator {
	background:url(../images/horSeparator.png) repeat-x;
	height:13px;
	margin:20px 0;
}

#maincontent {
	width: 960px;
}

#rightcontent {
	/*float: right;
	width: 300px;*/
	margin-left:400px;
	}
	
#rightcontent ul {
	width:350px;
	line-height:140%;
}	

#rightcontent li {
		padding-left: 10px;
		/*margin-left:25px;*/
}
	
#leftcontent {
	float: left;
	width: 180px;
	}
	
#leftcontent img {
	margin-left: 70px;
	margin-top:20px;
	}
	
#maincontent2 {
	margin-left:50px;
	margin-top:30px;
}
	
#rightcontent2 {
	float: right;
	width: 45%;
}

#leftcontent2 {
	float: left;
	width: 55%;
}
	
#rightcontent2 img {
	margin-left: 30px;
	margin-right: 50px;
	}
	
section {
	padding:0 50px;
}

.intro img {
	float:right;
	display:inline;
}

.sectionFooter {
	background: #d6d9da;
	padding:40px 0;
	margin:0 50px;
	border-top:1px solid #ffffff;
}
.footerBox {
	width:40%;
	float:left;
	padding:0 40px;
}

.footerBox h3 {
	color: #ffffff;
}
.footerBox p {
	font-style:italic;
	padding:0 0px 10px 0px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/**************************/
/*********************************Begin main menu****************************************/
/**************************/
nav {
	float:right;
	padding:40px 0 0 0;
}
ul#navlist {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}
#navlist li {
	display: inline;
	list-style-type: none;
}
#navlist a { 
	padding: 3px 10px; 
	font-family: 'Lobster', sans-serif;
	font-size: 36px;
	color: #677a83;
}
#navlist a:link, #navlist a:visited {
	color: #677a83;
	text-decoration: none;
}
#navlist a:hover {
	color: #8dc35a;
	text-decoration: none;
}
#navlist #active a {
	color: #8dc35a;
	text-decoration: none;
}

.gallery_header {
	margin-left:50px;
}

/**************************/
/*********************************End main menu****************************************/
/**************************/
/*********************************Begin Media Queries****************************************/
/**************************/
/* for 980px or less */
/*@media screen and (max-width: 980px) {
	.wrapper {
		width: 95%;
	}*/
/* for 768px or less */
/*@media screen and (max-width: 768px) {
	h2, h3, h4 {
		font-size:24px;
	}
	header {
		padding:20px 50px 0px 50px;
	}
	.post {
		padding:20px 0;
	}
	.post header, .post p {
		width:400px;
	}
	article aside {
		width: 170px;
	}
	.footerBox {
		padding:0 20px;
	}
	.footerBox p {
		padding:0 0 10px 0;
	}
	#navlist a { 
		padding: 3px 10px; 
		font-size: 24px;
	}
}*/
/* for 480px or less */
/*@media screen and (max-width: 480px) {
	.wrapper {
		margin-top:10px;
	}
	header {
		padding:10px 10px 0px 10px;
	}
	.logo {
		float:none;
		margin:0 auto;
	}
	nav {
		float:none;
		padding:5px 0 0 0;
	}
	#navlist a { 
		padding: 7px 2px; 
		font-family: 'Lobster', sans-serif;
		font-size: 16px;
		color: #677a83;
	}
	section {
		padding:0 10px;
	}
	article aside {
		display:none;
	}
	.post {
		padding:10px 0;
		margin:0 10px;
	}
	.post header, .post p {
		width:auto;
		/*float:none;*/
	}
	/*
	.sectionFooter {
		padding:10px 0;
		margin:0 10px;
	}
	.footerBox {
		width:auto;
		float:none;
		padding:10px;
	}
}
img {
	max-width: 100%;
	height: auto;
	width: auto;*/
}
/**************************/
/*********************************End Media Queries****************************************/
/**************************/