/* 
    Document   : style-web.css
    Created on : 01/08/2013, 12:50:59 PM
    Author     : John Ashton - ikoniq.com.au
    Description: For cribpointstonypoint.com.au
        With lots of help from Twitter Bootstrap 2.3.2.
*/
	 
/* =================================================================== */
/* Global Styles
====================================================================== */
body {
	background: #4A6C87;
	font: 14px OpenSansRegular, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	color: #222;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}
.wrapper { background: #FFF; }
/* #Typography
================================================== */
@font-face {
    font-family: 'DejaVuSerifBook';
    src: url('../fonts/DejaVuSerif-webfont.eot');
    src: url('../fonts/DejaVuSerif-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DejaVuSerif-webfont.woff') format('woff'),
         url('../fonts/DejaVuSerif-webfont.ttf') format('truetype'),
         url('../fonts/DejaVuSerif-webfont.svg#DejaVuSerifBook') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansRegular';
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
	h1, h2, h3, h4, h5, h6 {
		color: #4A6C87;
                font-family: 'OpenSansRegular', sans-serif;
		font-weight: normal;
	}
		
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 36px; line-height: 50px; }
	h2 { font-size: 28px; line-height: 40px; }
	h3 { font-size: 20px; line-height: 34px; }
	h4 { font-size: 16px; line-height: 30px; }
	h5 { font-size: 14px; line-height: 24px; }
	h6 { font-size: 12px; line-height: 21px; }

	p { margin: 15px 0; line-height: 20px;}
	p img { margin: 0; }
	

	hr { border: solid #464600; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


/* #Links
================================================== */
	a {color: green; text-decoration: none; outline: 0; -webkit-transition: color 0.1s ease-in-out; -moz-transition: color 0.1s ease-in-out; -o-transition: color 0.1s ease-in-out; -transition: color 0.1s ease-in-out;}
	a:hover, a:focus { color: blue; text-decoration: none; outline: 0; }
	p a, p a:visited { line-height: inherit; }


/* #Lists
================================================== 
	ul, ol { margin: 0; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul {}
	ul ul li, ul ol li,
	ol ol li, ol ul li {}
	li { line-height: 18px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }
*/


/* #Pyro Message boxes
================================================= */
.error, .error-box, .basic-contact-form .error, .notice-box, .success-box { font-family:  Tahoma, "Helvetica Neue", Helvetica, sans-serif; font-weight: bold; font-size: 90%; letter-spacing: 0.5px; margin: 5px 0 10px 0; padding: 5px; text-align: center; line-height: 200%; vertical-align: middle; display: block;}
.error, .error-box, .basic-contact-form .error { background: #ffebe8; border: 1px solid #dd3c10; color: #dd3c10; font-family: Tahoma, "Helvetica Neue", Helvetica, sans-serif; font-weight: bold; font-size: 90%;  margin: 5px 0 10px 0; padding: 5px; text-align: center; line-height: 200%; vertical-align: middle; display: block; 
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    -o-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
} 
.notice-box { background:#fffbe2 none repeat scroll 0 0; border: 1px solid #ff6600; font-weight: bold; color: #ff6600;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    -o-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
}
.success-box {background: #eeffee none repeat scroll 0 0; border: 2px solid #99cc99; font-weight: bold; color: #006600; 
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    -o-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
}

/*  scroll to top */
.scrollup{
    width:28px;
    height:28px;
    opacity:0.9;
    position:fixed;
    bottom:100px; /* was 50 */
    right:50px;  /* was 100 */
    display:none;
    text-indent:-9999px;   /* */
    background: url('../img/icon-top.png') no-repeat;
}
a.scrollup:active { outline: 0; -moz-outline: none; }
a.scrollup:focus { outline: 0; -moz-outline: none; }

.hr {
    margin: 0px auto;
    width: 30%;
    border: 1px solid #fff;
    margin-top: 22px;
    margin-bottom: 22px;
}
.grey-hr {
    margin: 0px auto;
    width: 30%;
    border: 1px solid #CCC;
    margin-top: 22px;
    margin-bottom: 22px;
}
.inner-section { padding: 40px 0; }
/* =================================================================== */
/* Header
====================================================================== 
header {  }  
#site-info h1 { font-size: 32px; margin: 0px; position: absolute; top: -2050em;}
#site-info p { margin: 0px; position: absolute; top: -2000em; }
*/
/* =================================================================== */
/*Nav
/* =================================================================== */
#nav-wrap {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 20;    
}
.navbar {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px solid #FFF;
}
.navbar .navbar-inner { 
    padding: 0; 
    border-bottom: 1px solid #DDD; 
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.navbar .container { width: 940px !important; }
.navbar .brand { }
.navbar .brand h1 { margin: 0; line-height: 36px; }
.navbar .nav { float: right; margin-bottom: 10px; }
.navbar .nav > li > a { text-shadow: none; color: #333; }
.navbar .nav > li > a:hover { text-shadow: none; color: #000; }

/* ===== sf-menu ===== */

.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}
/*** SKIN ***/
.sf-menu {
	float: left;
	margin-bottom: 1em;
}
.sf-menu ul {
	box-shadow: 2px 2px 6px rgba(0,0,0,.2); 
        padding: 2px;
        background-color: #FFF;
	min-width: 12em; /* allow long menu items to determine submenu width */
	*width: 12em; /* no auto sub width for IE7, see white-space comment below */
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
}
.sf-menu a {
	padding: .75em 1em;
	text-decoration:none;
	zoom: 1; /* IE7 */
}

.sf-menu li {
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        
}
.sf-menu ul li {
        background: #fff;
        margin-bottom: 2px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4x;
}
.sf-menu ul li.last {
        margin-bottom: 0px;
}
.sf-menu ul ul li {
	background: #fff;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
}
.sf-menu li:hover,
.sf-menu li.sfHover { 
	background: #99C6E0;        
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}
.sf-menu ul a { color: #333; }
.sf-menu ul a:hover { color: #000; }

.sf-menu li.current { background: #C7E0E5; }
.sf-menu li.current a { color: #000; }

.sf-menu li.has_current { background: #C7E0E5; }
.sf-menu li.has_current a { color: #000; }


/* ================================================================== */
/* #content
===================================================================== */
#content, #blog, .contact-form { padding: 30px 0; }

/* ================================================================== */
/* Page Title h1
===================================================================== */
header { padding-top: 110px; height: 100px; background: url('../img/page-title-bg-1.jpg'); }
header .page-title { position: relative; }
header h1 { color: #FFF; text-shadow: 1px 1px 3px rgba(0,0,0,0.3); }
header .hero-h1 { position: relative; top: 30px; }

/* =================================================================== */
/* Sidebar 
====================================================================== */
.sidebar {
    border: 1px solid #d1d1d1; 
    margin-bottom: 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}




/* widget
================================================== */
.widget { padding: 0 10px; margin-bottom: 20px; }
.widget ul { list-style-type: none; margin: 0 0 0 10px; padding-bottom: 10px; }
.widget.latest_posts ul, .widget.blog_categories ul { border-bottom: 1px solid #d1d1d1;}
/* =================================================================== */
/* Home
====================================================================== */
.home-slides { padding-top: 110px; }
/*Flexslider custom edits */
/* #home-slides { position: relative; }  */
.home-slides .flexslider {
    margin: 10px 0 0;  
    height: 397px;
} 
.home-slides .slides  { border: none; }
.home-slides .slides li { position: relative; overflow: hidden; }

.home-slides .slide-caption { width: 100%; text-align: center; position: absolute; top: 40px; }
.home-slides .slide-caption h1, .home-slides .slide-caption h4 { color: #FFF; text-shadow: 2px 4px 3px rgba(0,0,0,0.3); }
.home-slides .slide-caption h1 { font-size: 60px; }
.home-slides .slide-caption h4 { font-size: 30px; font-family: 'DejaVuSerifBook'; }

.slide-bg{
/*	position: absolute;
	top: 0px;
	left: 0px;
	min-width: 100%;
	max-width: 300%;
	min-height: 100%;
	max-height: 300%; */
}
.home-content { margin-top: 10px; background-color: #e9e6e1; text-align: center; border-top: 1px solid #CCC; border-bottom: 1px solid #CCC; }
.home-content h1 { margin: 0; font-size: 26px; font-weight: 500; text-transform: uppercase; }
.home-content h3 { margin: 0; font-size: 20px; line-height: 1.25; font-weight: 500; font-family: 'DejaVuSerifBook'; }

.home-featured { margin: 10px 0 20px 0; text-align: center; }
.home-featured ul.thumbnails { margin-left: 0px; }
.home-featured .thumbnails .thumb-details { padding-bottom: 10px; }

/* =================================================================== */
/* Flora and Fauna pages
====================================================================== */
.page-list { padding-top: 20px; }
.page-list .thumbnail { text-align: center; padding-bottom: 0px; }
.row .row { margin-left: 0px; }

/* =================================================================== */
/* -- The GoogleMap page 
================================================ */
#google-map { padding: 20px 0; }
#google-map iframe { width: 100%; height: 550px; }

/* =================================================================== */
/* Blog
=========================================== */
/*  ---   ---- */
.post { padding-bottom: 16px; border-bottom: 1px solid #CCC; }

.featured-image {margin: 10px 0; background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; box-shadow: 0 1px 4px rgba(0,0,0,.2); -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1;}
.featured-image img { width: 100%; display: block; }

.post .thumbnail { margin: 10px 0 }
.post .meta .date { 
    color: #FFF; 
    padding-top: 6px;
    padding-bottom: 6px;
    background-color: #50709F; 
    text-align: center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;       
}
.post .meta .date .the-month { text-transform: uppercase; font-size: 18px; }
.post .meta .author, .post .meta .category { margin-top: 10px; }
.post .preview .preview-text, .post .view .body { margin: 16px 0; }
.post .keywords .keyword { }

.sidebar .latest_posts h3, .sidebar .blog_categories h3, .sidebar .archive h3 {
    padding-left: 10px; 
    color: #FFF;
    background-color: #50709F;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.sidebar .latest_posts ul, .sidebar .blog_categories ul, .sidebar .archive ul  { list-style-type: none; }
.sidebar .latest_posts li, .sidebar .blog_categories li, .sidebar .archive li  { margin-bottom: 10px; }

[class^="icon-"], [class*=" icon-"] {
    margin-top: 2px;
}

/* =================================================================== */
/* -- The Gallerie page 
================================================ */
ul.galleries { margin-left: 0px; }
.galleries h4 { margin: 0px; }
.galleries p { margin: 0px; margin-bottom: 20px; }
/* =================================================================== */
/* -- The Gallery page 
================================================ */
.gallery-return { text-align: right; margin-bottom: 10px; font-size: 18px; }
.gallery-heading { margin-bottom: 20px; }
.gallery-item { margin: 5px 0 25px 0; }
.gallery-item-description { margin: 16px 0; }
.picture img { 
    padding: 4px; 
    margin: 12px 12px 0 12px;
    margin: 0px;
    opacity: 1.0; 
    border: 1px solid #CCC; 
    border-radius: 4px;
}

/* Images Overlay
====================================*/
.picture {position: relative;}
.picture {width: 100%; height: auto;} /**/

.image-overlay-link,
.image-overlay-zoom {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 40;
    display: none;
    background-color: #666;
    background: rgba(0, 0, 0, 0.5);
    background-repeat: no-repeat;
    background-position: 50%;
    cursor: pointer;
}

.image-overlay-link {
    background-image: url(../img/overlay-icon-01.png);
}

.image-overlay-zoom {
    background-image: url(../img/overlay-icon-02.png);
}

/* =================================================================== */
/* Contact
====================================================================== */


/* =================================================================== */
/* Footer
====================================================================== */
footer { margin: 20px 0; }
footer a { color: #999; }
footer a:hover { color: #FFF; }