/*
Theme Name: Surf Pacific Standard
Theme URI: http://standard-theme.surfpacificworldwide.com/
Description: A WordPress 3.0 compatible theme.
Author: Surf Pacific
Author URI: http://www.surfpacific.com.au
Version: 1.0
*/

/* G L O B A L */

body {
    background: #fff;
    font: normal 15px/25px Arial, Helvetica, sans-serif;
    color: #656565;
}

html {
    padding: 0;
    margin: 0;
}

* {
    padding: 0;
    margin: 0;
}

.clr { clear: both }

.left { float: left }

.right { float: right }

.col-01 {
    float: left;
    width: 48%;
}

.col-02 {
    float: right;
    width: 48%;
}

h1, h2, h3, h4, h5, h6 { font-weight: normal }

a:link, a:visited {
    text-decoration: none;
    color: #a30046;
}

a:hover {
    color: #a30046;
    text-decoration: underline;
    outline: none;
}

a:focus { outline: none }

img {
    margin: 0;
    padding: 0;
    border: none;
}

input, select, textarea {
    font: normal 12px Arial, Helvetica, sans-serif;
    border-top: 1px solid #d5d5d5;
    border-right: 1px solid #d5d5d5;
    border-bottom: 1px solid #b5b5b5;
    border-left: 1px solid #b5b5b5;
}

/* C S S 3 */

.fade {
    -webkit-transition: background-color 0.5s linear;
    -moz-transition: background-color 0.5s linear;
    -o-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear;
}

.round {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -opera-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.box-shadow {
    -moz-box-shadow: 0px 0px 15px #888;
    -webkit-box-shadow: 0px 0px 15px #888;
    box-shadow: 0px 0px 15px #888;
}

.text-shadow { text-shadow: 0 1px 0 rgba(0,0,0,.25) }

/* S T R U C T U R E */

#container {
    margin: 0 auto;
    width: 980px;
}

#header {
    width: 980px;
    float: left;
}

.top {
    float: left;
    width: 980px;
    height: 125px;
}

.logo {
    float: left;
    width: 200px;
    height: 100px;
    text-align: right;
}

.home .logo {
    float: right;
    width: 140px;
    height: 100px;
}

.contact {
    float: right;
    width: 300px;
    text-align: right;
    padding: 35px 0;
}

.contact h2 {
    font-size: 30px;
    margin: 0 0 10px 0;
    color: #333;
}

.contact p {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* M E N U - C O N T A I N E R */

#access {
    display: block;
    float: left;
    width: 159px;
    border-right: 1px solid #ccc;
    margin: 0 50px 0 0;
}

#access .menu-header, div.menu {
    font-size: 12px;
    width: 159px;
}

/* M E N U - I T E M S */

#access .menu-header ul, div.menu ul {
    list-style: none;
    margin: 0;
}

#access .menu-header li, div.menu li {
    position: relative;
    z-index: 1000;
}

/* T O P - L E V E L - L I N K S */

#access a {
    color: #656565;
    display: block;
    line-height: 20px;
    padding: 10px 0;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* D R O P D O W N - C O N T A I N E R */

#access ul ul {
    display: none;
    position: absolute;
    top: 0;
    left: 160px;
    float: left;
    width: 270px;
    z-index: 65656599;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

#access ul ul li {
    min-width: 270px;
    border-bottom: 1px solid #ddd;
}

#access ul ul ul {
    left: 100%;
    top: -1px;
    border-left: 1px solid #ddd;
}

/* S E C O N D - L E V E L - L I N K S */

#access ul ul a {
    background: #fff;
    font-size: 11px;
    line-height: 18px;
    padding: 10px 25px;
    width: 220px;
    height: auto;
}

#access li:hover > a { color: #af225f }

#access ul ul :hover > a { color: #af225f }

#access ul li:hover > ul { display: block }

/* C U R R E N T - P A G E */

#access ul li.current_page_item > a, #access ul li.current-menu-ancestor > a, #access ul li.current-menu-item > a, #access ul li.current-menu-parent > a { color: #af225f }

/* A L L - L I N K S - H O V E R */

* html #access ul li.current_page_item a, * html #access ul li.current-menu-ancestor a, * html #access ul li.current-menu-item a, * html #access ul li.current-menu-parent a, * html #access ul li a:hover { color: #af225f }

/* F E A T U R E - C O N T A I N E R */

.feature {
    width: 770px;
    height: 285px;
    background: #f5f5f5;
    position: relative;
    margin: 30px 0;
}

/* F E A T U R E - I T E M S */

.feature ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 770px;
    height: 285px;
    position: relative;
    z-index: 1;
}

.feature li {
    display: none;
    width: 770px;
    height: 285px;
}

.feature .first { display: block }

.feature img {
    width: 770px;
    height: 285px;
    position: absolute;
    z-index: 2;
}

.feature .text {
    position: absolute;
    bottom: 45px;
    right: 20px;
    z-index: 3;
    width: 450px;
    padding: 15px;
    background: url(images/opacity.png) 0 0 repeat;
}

.feature h2 {
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 5px 0;
    color: #111;
}

.feature h3 {
    font-size: 36px;
    line-height: 36px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 15px 0;
    color: #444;
}

.feature p { font-size: 13px }

.feature p a {
    color: #888;
    border-bottom: 1px dotted #888;
    font-weight: bold;
}

.feature p a:hover {
    color: #333;
    border-color: #333;
    text-decoration: none;
}

/* F E A T U R E - N A V I G A T I O N */

.cycle-pager {
    position: absolute;
    bottom: 50px;
    right: 20px;
    z-index: 3;
}

.cycle-pager a {
    font-size: 45px;
    line-height: 45px;
    font-weight: bold;
    padding: 0 1px;
    cursor: pointer;
    color: #fff;
}

.cycle-pager a:hover, .cycle-pager .activeSlide {
    color: #c01c62;
    text-decoration: none;
}

.banner {
    width: 980px;
    height: 250px;
}

/* M A I N - C O N T E N T - A R E A */

#main {
    width: 980px;
    padding: 25px 0;
    background: #fff;
    overflow: auto;
}

.content {
    float: left;
    background: #fff;
    overflow: auto;
    width: 515px;
}

.home .content { width: 770px }

.content-full { width: 980px }

.content-right {
    float: right;
    width: 640px;
}

.content-options {
    width: 970px;
    height: 30px;
}

.content-options .left { width: 600px }

.content-options .right { width: 250px }

.content-options .right > div { float: right }

.breadcrumbs { font-size: 11px }

.breadcrumbs a { color: #808080 }

.breadcrumbs a:hover { text-decoration: underline }

.breadcrumbs .current { color: #333 }

.content-heading {
    width: 930px;
    height: 40px;
    border-bottom: 1px solid #ddd;
    margin: 0 0 20px 0;
}

.content-heading h1 {
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #222;
}

/* C O N T E N T - T Y P O G R A P H Y */

.content h1, h1 {
    color: #454545;
    font-size: 17px;
    line-height: 27px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 15px 0;
}

.content h2 {
    font-size: 17px;
    line-height: 27px;
    margin: 0 0 15px 0;
    color: #a30046;
}

.content h3 {
    font-size: 15px;
    line-height: 25px;
    margin: 0 0 5px 0;
    color: #555;
    font-weight: bold;
}

.content h4 {
    font-size: 13px;
    line-height: 23px;
    margin: 0 0 5px 0;
    color: #757575;
    font-weight: bold;
}

.content h5 {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 13px;
}

h2 + h5 { margin-top: -15px }

.content p {
    font-size: 15px;
    line-height: 25px;
    margin: 0 0 25px 0;
}

.content hr {
    color: #fff;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    margin: 0 0 20px 0;
    height: 1px;
    border-style: solid;
    border-width: 1px;
    clear: both;
}

.content table {
    border: none;
    margin: 0 0 20px 0;
    border-collapse: collapse;
}

.content table td {
    border: none;
    padding: 5px 10px;
    font-size: 12px;
	line-height: 19px;
}

.content table p {
	margin-bottom: 12px;
}

.home-text {
    border-top: 4px solid #e7e2dc;
    padding: 10px 0 0 0;
    float: left;
    width: 500px;
}

.home-contact {
    border-top: 4px solid #cdc8c2;
    padding: 10px 0 0 0;
    float: right;
    width: 230px;
}

/* C A L L - T O - A C T I O N */

.cta {
    background: #f5f5f5;
    border: 1px dotted #ccc;
    padding: 15px;
}

.cta p {
    margin: 0;
    font-style: italic;
}

/* L I N K - S T Y L E S */

a.pdf {
    border: 1px solid #ddd;
    background: #f5f5f5 url(images/icon-pdf.png) 3px 50% no-repeat;
    padding: 5px 10px 5px 30px;
    font-size: 12px;
    border-radius: 2px;
}

a.pdf:hover { border-color: #ccc !important }

a.btn {
    padding: 5px 10px;
    background: #808080;
    color: #f5f5f5;
    font-size: 12px;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(0,0,0,.25);
    border-radius: 3px;
    box-shadow: 1px 1px 5px #656565;
    border-bottom: none !important;
}

a.btn:hover {
    background: #444;
    text-shadow: 0 1px 0 rgba(0,0,0,.25);
    color: #fff;
    text-decoration: none;
}

/* L I S T S */

.content ul {
    list-style-type: square;
    margin: 0 0 0 40px;
    padding: 0 0 15px 0;
}

.content ol {
    list-style-type: decimal;
    margin: 0 0 0 40px;
    padding: 0 0 15px 0;
}

.content li {
    line-height: 25px;
    margin: 0 0 10px 0;
}

.home .content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.home .content li { margin: 0 }

ul.two-col {
    clear: both;
    float: left;
    display: block;
}

ul.two-col li {
    float: left;
    width: 48%;
}

ul.three-col li {
    float: left;
    width: 32%;
}

/* C O L U M N S */

.two-col-01 {
    float: left;
    width: 49%;
}

.two-col-02 {
    float: right;
    width: 49%;
}

.three-col-01 {
    float: left;
    width: 32%;
}

.three-col-02 {
    float: left;
    width: 32%;
    padding: 0 1%;
}

.three-col-03 {
    float: left;
    width: 32%;
}

/* I M A G E - S T Y L I N G */

img.alignright {
    float: right;
    margin: 0 0 25px 25px;
}

img.alignleft {
    float: left;
    margin: 0 25px 25px 0;
}

img.aligncenter {
    display: block;
    margin: 0 auto 25px auto;
}

img.alignnone { margin: 0 auto 25px auto }

a img.alignright {
    float: right;
    margin: 0 0 25px 25px;
}

a img.alignleft {
    float: left;
    margin: 0 25px 25px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin: 0 auto 25px auto;
}

a img.alignnone { margin: 0 auto 25px auto }

.wp-caption {
    background-color: #f3f3f3;
    nowhitespace: afterproperty;
    border: 1px solid #ddd;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; /* optional rounded corners for browsers that support it */ 
	margin: 10px; padding-top: 4px; text-align: center;
}

.wp-caption img {
    border: 0 none;
    margin: 0;
    padding: 0;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* C O N T A C T - F O R M S */

.contact-forms {
    float: right;
    width: 515px;
}

.Contact_Form { }

.Contact_Form h2 {
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    margin: 0 0 15px 0;
}

.Contact_Form p {
    margin: 0;
    font-size: 12px;
}

.Contact_Form p.note { margin: 0 0 15px 0 }

.Contact_Form input, .Contact_Form select {
    padding: 3px;
    width: 210px;
}

.Contact_Form input, .Contact_Form select, .Contact_Form img { margin: 0 0 10px 0 }

.Contact_Form textarea {
    width: 95%;
    padding: 5px;
}

.Contact_Form input.btn_submit {
    padding: 10px 20px;
    color: #fff;
    text-transform: uppercase;
    background: #a30046;
    border: none;
    font-weight: bold;
    font-size: 13px;
    margin: 15px 0 0 0;
    width: auto;
}

.Contact_Form input.btn_submit:hover {
    cursor: pointer;
    background: #7e0137;
}

.col-form_01 {
    float: left;
    width: 220px;
}

.col-form_02 {
    float: right;
    width: 220px;
}

.space {
    float: left;
    display: block;
    width: 515px;
    height: 20px;
    clear: both;
}

.required { color: #e10000 }

#tabs { }

.tab-heading { }

.tab-heading h2 {
    float: left;
    margin: 0;
    height: 35px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: #555;
    line-height: 35px;
    display: block;
    padding: 0 25px;
    outline: none;
    border: none;
    cursor: pointer;
}

.tab-heading h2.active {
    background: #f5f5f5;
    color: #333;
    border: none;
}

#tabs ul {
    margin: 0;
    overflow: hidden;
    clear: both;
    float: left;
    width: 100%;
    background: #f5f5f5;
}

#tabs ul li {
    list-style-type: none;
    margin: 0;
    padding: 20px;
}

/* B L O G */

.post-meta { margin-bottom: 15px }

.post-meta p {
    font-size: 12px;
    line-height: 19px;
    margin-bottom: 0;
    color: #808080;
}

/* S I D E B A R - R I G H T */

#sidebar {
    float: right;
    width: 220px;
}

#sidebar > div { margin: 0 0 30px 0 }

.sidebar-contact {
    background: #dad3c9;
    padding: 30px 20px 10px 20px;
    text-align: right;
}

.sidebar-contact h2 {
    color: #111;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 13px;
    margin: 0 0 5px 0;
	font-weight: bold;
}

.sidebar-contact p {
    margin: 0 0 15px 0;
    font-size: 13px;
    line-height: 19px;
    text-transform: none;
    letter-spacing: normal;
	color: #333;
}

.home .sidebar-contact {
    float: right;
    width: 160px;
}

.page-id-40 .sidebar-contact { }

.page-id-40 .sidebar-contact p {
    margin: 0 0 10px 0;
    font-size: 12px;
    line-height: 20px;
    text-transform: none;
    letter-spacing: normal;
}

.sidebar-list { text-align: right }

.sidebar-list h2 {
    font-size: 13px;
    line-height: 20px;
    color: #656565;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 15px 0;
}

.sidebar-list ul { list-style-type: none }

.sidebar-list li { border-bottom: 1px dashed #9a9a9a }

.sidebar-list a {
    display: block;
    padding: 10px 0;
    font-size: 10px;
    line-height: 16px;
    color: #656565;
    text-transform: uppercase;
}

.sidebar-list a:hover {
    color: #222;
    text-decoration: none;
}

.sidebar-list .current_page_item a {
    background: url(images/bg-current.jpg) 0 50% no-repeat;
    color: #222;
}

.sidebar-list .page-item-12 a, .sidebar-list .page-item-14 a, .sidebar-list .page-item-16 a {
    font-size: 12px;
    font-weight: bold;
}

/* S I D E B A R - L E F T */

#sidebar-left {
    float: left;
    width: 260px;
}

#sidebar-left div {
    padding: 15px;
    border: 1px solid #ddd;
}

#sidebar-left h2 {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 5px 0;
    color: #333;
    letter-spacing: 1px;
}

#sidebar-left p {
    font-size: 12px;
    line-height: 18px;
    margin: 0 0 10px 0;
}

#sidebar-left hr {
    color: #fff;
    background-color: #fff;
    border-bottom: 1px dotted #ccc;
    margin: 0 0 10px 0;
    height: 1px;
    border-style: dotted;
    border-width: 1px;
}

#sidebar-left a {
    font-weight: bold;
    border-bottom: 1px solid #ddd;
}

#sidebar-left a:hover {
    border-bottom: 1px solid;
    text-decoration: none;
}

/* B O T T O M - F E A T U R E - A R E A */

.btm {
    width: 930px;
    height: 150px;
    padding: 20px 0;
    margin: 20px 0 0 0;
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
}

.btm ul {
    list-style-type: none;
    text-align: center;
    width: 930px;
}

.btm li {
    width: 230px;
    height: 150px;
    float: left;
    margin: 0 1px 0 0;
    background: #808080;
}

.btm a { display: block }

.btm ul:hover > li {
    filter: alpha(opacity=50);
    -moz-opacity: 0.50;
    opacity: 0.50;
    -webkit-transition: opacity 0.5s linear;
    -o-transition: opacity 0.5s linear;
    -moz-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
}

.btm ul:hover > li:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}

/* S U B S C R I B E */

#subscribe {
    float: left;
    width: 980px;
    height: 20px;
    padding: 15px 0;
    border: solid #cdcdcd;
    border-width: 1px 0;
}

#subscribe p {
    float: left;
    color: #808080;
    font-size: 11px;
}

#subscribe span {
    color: #444;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    padding: 0 10px 0 0;
}

#subscribe div { float: right }

#subscribe form {
    width: 415px;
    height: 30px;
}

#subscribe form input { float: left }

.subscribe-input {
    border: 1px solid #ccc;
    width: 160px;
    background: #fff;
    padding: 3px 5px;
    float: left;
    color: #656565;
    margin: 0 5px 0 0;
}

.subscribe-btn {
    border: 0;
    float: left;
    text-align: center;
    padding: 3px 5px;
    width: 55px;
    background: #992858;
    border: 1px solid #992858;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
}

.subscribe-btn:hover {
    background: #821342;
    border: 1px solid #821342;
    cursor: pointer;
}

/* F O O T E R */

#footer {
    clear: both;
    overflow: auto;
    padding: 15px 0;
    border-top: 1px solid #cdcdcd;
}

#footer p { color: #777 }

#footer a { color: #777 }

#footer a:hover { color: #444 }

/* F O O T E R - L I N K S */

.footer-nav {
    padding: 0 0 15px 0;
    overflow: auto;
}

.footer-nav > div {
    border-left: 1px solid #ddd;
    padding: 0 0 0 10px;
    float: left;
    height: 150px;
    width: 185px;
}

.footer-nav a {
    text-transform: uppercase;
    font-size: 10px;
    line-height: 20px;
    margin: 0 0 5px 0;
}

/*
.footer-nav .one {width: 145px;}
.footer-nav .two {width: 290px; padding: 0 10px;}
.footer-nav .three {width: 140px;}
.footer-nav .four {width: 140px;}
.footer-nav .five {width: 185px;}
*/

.footer-nav ul {
    list-style: none;
    overflow: auto;
}

.footer-nav ul li a { text-transform: none }

.footer-nav .one ul li a { text-transform: uppercase }

/* C O P Y R I G H T */

.copyright { text-align: center }

.copyright p, .copyright a {
    font-size: 10px;
    line-height: 20px;
}

.to-top { font-family: Tahoma, Arial, sans-serif }

.amp {
    font-family: "Minion Pro", Georgia, "Times New Roman", serif;
    font-style: italic;
}

/* C O M M E N T S */

.gravatar { float: right }

.comments-template {
    margin: 10px 0 0;
    padding: 30px 0 0;
}

.comments-template ol {
    margin: 0;
    padding: 0 0 15px;
    list-style: none;
}

.comments-template ol li {
    margin: 10px 0 0;
    line-height: 18px;
    padding: 0 0 10px;
    border-bottom: 1px solid #ccc;
}

.comments-template textarea { width: 500px }

.team {
    width: 515px;
    height: 205px;
    position: relative;
    margin-bottom: 25px;
    background: url(images/banner-our-specialists.jpg) 0 0 no-repeat;
}

.team a {
    position: absolute;
    z-index: 2;
    display: block;
    width: 35px;
    height: 50px;
}

.team .one {
    left: 30px;
    top: 10px;
    width: 50px;
    height: 60px;
}

.team .two {
    left: 90px;
    top: 25px;
}

.team .three {
    left: 95px;
    top: 134px;
    width: 55px;
    height: 60px;
}

.team .four {
    left: 170px;
    top: 50px;
}

.team .five {
    left: 225px;
    top: 20px;
}

.team .six {
    right: 200px;
    top: 50px;
}

.team .seven {
    right: 155px;
    top: 20px;
}

.team .eight {
    right: 200px;
    top: 115px;
    width: 50px;
    height: 75px;
}

.tooltipsy {
    padding: 5px 10px;
    color: #A30046;
    font-weight: bold;
    font-size: 12px;
    line-height: 19px;
    background-color: #fff;
    position: relative;
}

.tooltipsy:after {
    content: '';
    position: absolute;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    bottom: -5px;
    right: 50%;
    z-index: -1;
}

.flow {
	text-align: center;
	margin-bottom: 25px;
}

.flow h4, .flow p {
	padding: 10px 15px 15px;
	background: #b2e8f3;
	margin-bottom: 0;
	color: #333;
}

.flow h4 + p { padding-top: 0; }

.flow hr {
	border: none; 
	margin: 10px 0;
	height: 25px;
	width: 100%;
	background: #fff url(images/flow-arrow.jpg) 50% 0 no-repeat;
}

.grid { overflow: hidden; }

.grid > div { float: left; }

.one-half {
	width: 48%;
	margin-right: 4%;
}

.one-third {
	width: 32%;
	margin-right: 2%;
}

.two-thirds {
	width: 64%;
	margin-right: 4%;
}

.grid .last { margin-right: 0; }