/* 
  ------------------------------------------------
  HINCHINBROOK RESORTS - COLOUR THEME 2
  PVII CSS Page Builder Magic 2
  Copyright (c) 2013 Project Seven Development
  www.projectseven.com
  09: 2 Col Fixed Sidebar Left, Top Menu
  ------------------------------------------------
*/

body {
	font-family: "Segoe UI", Optima, Helvetica, Arial, sans-serif;
	color: #000;
	background-color: #FFFFFF;
	margin: 20px 0px;
	padding: 0px;
}
img {
	vertical-align: bottom;
	padding-top: 8px;
	padding-bottom: 8px;
}

/*Rounded Corners*/
.content-wrapper {border-radius: 8px; }
.masthead {border-radius: 6px 6px 0px 0px;}
.footer { border-radius: 0px 0px 6px 6px; }


.masthead {
	padding: 0px;
	text-align: left;
}
.masthead .logo {
	background-color: #006838;
}
.masthead h1 {
	margin: 0;
	color: #ffffff;
	padding: 20px 20px 10px 20px;
	font-size: 1.35em;
	font-weight: normal;
	letter-spacing: .15em;
}
/*Max-Width allows the image to scale with the page*/
.masthead .banner img {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
	display: block;
}
.masthead .banner {
	z-index: 20;
	box-shadow: 0px 0px 20px #000;
	position: relative;
}

.content-wrapper {
	border: 1px solid #222;
	margin: 0px auto;
	overflow: hidden;
	width: 980px;
}
.columns-wrapper {
	overflow: hidden;
	background-color: #FFF;
}

.main-content {
	float: right;
	width: 70%;
}

.sidebar {
	width: 30%;
	float: right;
}

.sidebar .content {
	padding: 30px;
	font-size: .85em;
	line-height: 1.5em;
	background-color: #03233d;
	background-image: -webkit-linear-gradient(#FFF, #AAA);
	background-image: linear-gradient(#FFF, #AAA);
}

.main-content .content{
	padding: 30px;
	font-size: 1em;
	line-height: 1.5em;
	border-left: 1px solid #000;
}

/*Heading styles*/
h3, h4 {
	margin: 20px 0px 0px 0px;
}
h1 { 
	font-size: 1.6em;
	margin: 30px 0 10px 0;
	color: #09727D;
}
h2 {
	font-size: 1.3em;
	margin: 10px 0 10px 0;
	color: #09727D;
	 }
h3 {
	font-size: 1.15em;
	color: #09727D;
	}
h4 { font-size: 1.1em; }

h5 { 
	font-size: 0.8em; 
	font-style: italic;
	margin: 0;
	}

/*A utility rule assigned to the first heading to remove top margins.*/
.page-topper {
	margin-top: 0;
	color: #09727D;
}

/*Make Image Scalable - Assign this class to any image to make it scale with the browser window size*/
img.scalable {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
}

.sidebar ul, .sidebar ol, .sidebar2 ul, .sidebar2 ol {
	margin: 0 0 0 .5em;
	padding: 0 0 0 .5em;
	line-height: normal;
}
.sidebar li, .sidebar2 li { 
	margin-bottom: 4px; 
}

/*Ordinary Link Styles*/
.content a { color: #03F; }
.content a:hover, .content a:focus { color: #03F; }
.footer a {
	color: #8C8C8C;
}
.footer a:hover, .footer a:focus { color: #FFF; }


.menutop-wrapper {
	background-color: #006838;
	border-bottom: 1px solid #FFF;
	box-shadow: 0px 0px 30px #999;
	position: relative;
	z-index: 10;
	text-align: center;
	padding: 10px;
	background-image: url(img/pbm-menu-bg2.jpg);
	overflow: hidden;
}
ul.menutop {
	margin: 0px;
	padding: 0px;
	display: inline-block;
	vertical-align: bottom;
}
.menutop li {
	list-style-type: none;
	margin-right: 5px;
	float: left;
}
.menutop li:last-child {
	margin-right: 0px;
}
.menutop a {
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 12px 12px;
	font-size: .8em;
	border: 1px solid;
	background-color: #006838;
	box-shadow: inset 0px 12px 6px rgba(255,255,255,.15), 0px 0px 10px rgba(0,0,0,.5);
	border-radius: 5px;
	border-color: rgba(255,255,255,.5);
	-webkit-transition: all linear .35s .1s;
	transition: all linear .35s .1s;
}
.menutop a:hover, .menutop a:focus {
	color: #FFFFFF;
	background-color: rgba(51,51,51,0.2);
	outline: 0;
}

/*The Footer*/
.footer {
	background-color: #009247;
	box-shadow: inset 0px 16px 2px rgba(255,255,255,.025);
	border-top: 1px solid #000;
	padding: 15px 30px;
	font-size: .7em;
	color: #FFF;
	text-align: center;
	margin: 20px 0 0 0;
}
.footer p.copyright {
	text-transform: uppercase;
	margin: 0px;
}


/*1 Column for Narrow Browser Windows and Smartphones in both orientations*/
@media only screen and (min-width: 0px) and (max-width: 699px) {
body {margin: 0px;}
.content-wrapper {width: auto; margin: 0px;}
.content-wrapper, .footer, .masthead {border-radius: 0px;}
ul.menutop {display: block;}
.menutop li {
	display: block;
	float: none;
	margin-right: 0px;
	margin-bottom: 5px;
}
.sidebar, .main-content {
	width: auto !important;
	float: none !important;
	position: static !important;
}
.content {
	padding: 10px 10px !important;
	border: none !important;
	height: auto !important;
	max-height: 888678px;
}
}
/*Medium windows - reduce padding content padding*/
@media only screen and (min-width: 700px) and (max-width: 1000px) {
.content-wrapper {width: auto; margin: 0px 10px;}
.content {
	padding: 10px 10px !important;
}
}

/*John's Custom CSS*/

.main-content-gallery {
	float: right;
	width: 100%;
}
.emphasis-italic	{
	color: red;
	font-style: italic;
	font-size: 1.1em;
	font-weight: bold;
}
.emphasis-bold	{
	color: red;
	font-weight: bold;
}
.orange {
	font-size: 1.3em;
	margin: 10px 0 0 0;
	color: #F58220E !important;
	 }
.maroon	{
	color: #C30;
}
.maroon h2{}

caption	{
	font-weight: bold;
	font-variant: small-caps;
	font-size: 1.2em;
	margin: 0 0 4px 0;
}

hr	{
	margin: 20px 0 20px 0;
}

.floatleft	{
	float: left;
	margin: 0 20px 0 0;
}
.floatright350	{
	float: right;
	margin: 0 0 0 20px;
	width: 350px;
}

.sidebar p	{
		font-weight: bold;
		font-size: 1em;
}
.sidebar page-topper h2	{
	margin: 0;
}
	
/* John's Contact Form Styles - Influenced by PVII Allegro */
.form-wrapper {
	margin:2em auto;
	max-width: 90%;
	border:1px solid;
	border-color: rgba(255,255,255,.25);
	border-radius: 7px;
	padding: 0 1em;
}
form.mediaapps-form, .mediaapps-form label, .mediaapps-form textarea {
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	font-size: 1.25em;
}
.mediaapps-form {
	padding: 25px 15px 25px 10px;
	
}
.mediaapps-form h2 {
	font-size: 1.35em;
	margin: 0 0 1em 0;
}

.mediaapps-form label {
	font-size: .85em;
	padding: 0 0 .3em .15em;
	display: block;
	display: block;
	padding: .5em;
}

.mediaapps-form input[type="text"], .mediaapps-form input[type="email"], .mediaapps-form textarea, .mediaapps-form select {
	border: 1px solid;
	border-color: #CCC;
	height: 1.5em;
	outline: none;
	padding: .5em 1em .5em .5em;
	width: 95%;
	margin-bottom: .1em;
	line-height: 1.5em;
	border-radius: 4px;
	background-color: rgba(248, 248, 248, 0.9);
	color: #666;
}
.mediaapps-form textarea {
	resize: none;
	font-size: .75em;
	overflow: auto;
}
.mediaapps-form select {
	text-indent: 0.01px;
	text-overflow: '';
	line-height: 25px;
	width: auto;
}
.mediaapps-form option {
	background: rgba(255,255,255,.5);
	color: #000;
}
.mediaapps-form textarea {
	height: auto;
}
.mediaapps-form .button {
     background-color: #B44040;
	 background: rgba(180,64,64,.8);
     border: 1px solid;
	 border-color: rgba(255,255,255,.5);
     padding: 1em 2em;
     color: #FFF;
     border-radius: 3px;
     cursor: pointer;
	 transition: all linear .5s .1s;
}
.mediaapps-form .button:hover {
     background-color: #222;
}
.clearright {
	clear: right;
	text-decoration: none;
}
a {
	text-decoration: none;
}
.clearboth	{
	clear: both;
}
/*emphasis*/
.emphasis	{
	font-size: 2em;
}

/*rounded boxes*/
.rounded-box-orange	{
	border-radius: 10px; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	border: 2px solid #ED612C;
	color: #FFFFFF;
	background-color: #ED612C;
	padding: 3px;
	text-align: center;
	font-size: 1.2em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}