/*
Theme Name: ByronStay
Theme URI: http://www.byronstay.com.au/
Description: ByronStay
Author: Chris Robinson & Tyson Brady
Author URI: http://www.chrysis.com.au/
Version: 1.0
*/

* {
    border: none;
    margin: 0;
    padding: 0;
    color: inherit;
    text-decoration: none;
    font-family: 'Droid Sans', arial, serif;
}

.clear {
    clear: both;
}

.center {
    text-align: center;
}

iframe {
    border: none;
    margin: 0;
    padding: 0;
}

body {
    background: #edda00;
    background: #feea7f;
}

h1 {
    font-size: 18px;
    font-weight: bold;
    color: white;
    background: #0089cf;
    height: 27px;
    padding-top: 8px;
    padding-left: 8px;
}

h2 {
    font-size: 14px;
    font-weight: bold;
    color: white;
}

h3 {
    font-weight: bold;
    font-size: 13px;
    color: white;
    margin-top: 8px;
}

#wrapper {
    width: 975px;
    margin: 0 auto;

}

.side-shadow {
    width: 975px;
    background: url('images/side-shadow.png');    
}

.shadow-top {
    background: url('images/shadow-top.png');
    width: 975px;
    height: 12px;
}

.shadow-bottom {
    background: url('images/shadow-bottom.png');
    width: 975px;
    height: 15px;
    margin-bottom: -2px;
}

.section {
    background: #00a2f6;
    width: 960px;
    margin: 0 auto;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    left: -1px;

    
}

#header {
    height: 89px;
    position: relative;
    padding-top: 0;
    padding-bottom: 0;

}

#logo {
    position: absolute;
    width: 760px;
    height: 92px;
    background: url('images/logo.png');
    top: 1px;
    left: 10px;
}

#slider-map {
    background: url('images/slider-map-bg.png');
    width: 940px;
    height: 260px;
    margin: 0 auto;
    margin-top: 5px;
}


#slider-container {
    width: 620px;
    height: 250px;
    float: left;
    margin-left: 5px;
    margin-top: 5px;
}

#slider {
    position: relative;
    width: 620px;
    height: 250px;
    
}

#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}

#slider a {
    border:0;
    display:block;
}

#map {
    width: 305px;
    height: 250px;
    float: right;
    margin-top: 5px;
    margin-right: 5px;
}









#sidebar {
    width: 290px;
    padding-left: 5px;
    padding-right: 5px;
    background: #0393dd;
    float: left;
    margin-left: 10px;
    position: relative;
}

#main {
    width: 630px;
    float: right;
    margin-right: 10px;
    margin-top: 10px;
}

#sidebar-bottom {
    width: 300px;
    height: 5px;
    background: url('images/sidebar-bottom.png');
    position: absolute;
    bottom: 0;
    left: 0;
}

ul#menu {
    list-style-type: none;
}

ul#menu li {
    position: relative;
    margin-bottom: 5px;
    height: 40px;
    background: #0089cf;
}

ul#menu li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 18px;
    font-weight: bold;
    color: white;
}

ul#menu li span {
    position: relative;
    display: inline-block;
    top: -7px;
    left: 5px;
}


ul#menu li .sun {
    width: 27px;
    height: 27px;
    display: inline-block;
    margin-top: 7px;
    margin-left: 7px;
    background: url('images/sun.png') 0 0;
}
.social {
    width: 27px;
    height: 27px;
    display: inline-block;
    margin-top: 7px;
    margin-left: 7px;
}


ul#menu li:hover {
    background: #3b9ed0;
}

#pic2 {
    width: 290px;
    height: 300px;
    background: red;
}


#info-box {
    width: 630px;
    height: 100px;
    margin-bottom: 10px;
}

#info-box div {
    float: left;
}


#info-left {
    width: 102px;
    height: 100px;
    background: red;
    background: url('images/info-left.png');
    margin-right: 4px;
}

#info-center {
    width: 343px;
    height: 100px;
    background: lime;
    margin-right: 4px;
}

#info-right {
    width: 177px;
    height: 100px;
    background: brown;
}





p {
    font-size: 13px;
    color: white;
    text-align: justify;
    margin-top: 8px;
}

#left-pic {
    float: left;
    margin-top: 8px;
    margin-right: 8px;
    margin-bottom: 8px;
}


/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	bottom: 7px;
	z-index:9;
	cursor:pointer;
    width: 33px;
    height: 33px;
}
.nivo-prevNav {
	left:7px;
    background: url('images/arrow-left.png');
}
.nivo-nextNav {
	left: 47px;
    background: url('images/arrow-right.png');    
}




input, textarea {
	color: black;
}













