
/*
Theme Name: Surf Pacific Standard
Theme URI: http://standard-theme.surfpacificworldwide.com/
Description: A WordPress 3.2 compatible theme.
Author: Surf Pacific
Author URI: http://www.surfpacific.com.au
Version: 1.2
*/

html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    background: #dad9d4 url(images/bg-content.jpg) 50% 0 repeat-x;
    font: normal 13px/21px "Droid Sans", Arial, Helvetica, sans-serif;
    color: #464646;
}

body.blog {
   
    color: #464646;
}

body.home {

    font: normal 13px/21px "Droid Sans", Arial, Helvetica, sans-serif;
    color: #464646;
}

.footer-slice {
	height: 54px;
	background: #53534a;
}

.bg-logos {
	height: 120px;
	background: #fff;
	border-top: #CCC dashed 1px;
}

/*------------------------------------*\
    $GLOBAL
\*------------------------------------*/

.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, p, ul, ol, blockquote, table, hr, .cta, .note, .highlight, .button { margin: 0 0 15px 0; }

h1 {
    font-size: 30px;
    line-height: 40px;
    font-weight: normal;
    color: #6c6c55;
    text-transform: lowercase;
}

h2 {
    font-size: 20px;
    line-height: 33px;
    color: #5d8d00;
    font-weight: normal;
}


h3 {
    font-size: 16px;
    line-height: 27px;
    color: #5d8d00;
    font-weight: normal;
    margin: 0 0 9px 0;
}

h4 {
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
}

small {font-size: 11px;}

a:link, a:visited {
    text-decoration: none;
    color: #5d8d00;
    font-weight: bold;
}

a:hover {
    color: #5d8d00;
    text-decoration: underline;
    outline: none;
}

a:focus, a:active { outline: none }

input[type="submit"] {
    width: auto;
    padding: 10px 15px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -opera-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    border: none;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    background: #c2d82e;
}

input[type="submit"]:hover { background: #827f75 }

input, select, textarea {
    font: normal 13px Arial, Helvetica, sans-serif;
    border-top: 1px solid #b5b5b5;
    border-right: 1px solid #b5b5b5;
    border-bottom: 1px solid #b5b5b5;
    border-left: 1px solid #b5b5b5;
}

hr {
    color: #fff;
    background-color: #fff;
    border-bottom: 1px dotted #ccc;
    height: 1px;
    border-style: dotted;
    border-width: 1px;
    clear: both;
}

/*------------------------------------*\
    $STRUCTURE
\*------------------------------------*/


.contact {
    float: right;
    width: 304px;
    text-align: right;
    padding: 0;
	position: relative;
}

.contact p {
	float: left;
	top: 19px;
	position: absolute;
	color: white;
	left: 3px;
	font-size: 14px;
}

.contact .icons {
	float: right;
}

.contact h4 {
    font-size: 14px;
	line-height: 30px;
    margin: 0 0 6px 0;
    color: #fff;
}

.contact h3 {
    font-size: 22px;
	line-height: 30px;
    margin: 0 0 10px 0;
    color: #c5dc2d;
    padding-left: 25px;
    width: 255px;
    float: right;
    background: url(/wp-content/themes/standard-theme/images/header-phone.jpg) 0px 6px no-repeat;
}


.contact h5 {
    font-size: 15px;
    text-transform: none;
	color: #fff;
}

/*------------------------------------*\
    $NAVIGATION
\*------------------------------------*/

.access {
    background: transparent;
    display: block;
    float: left;
    width: 980px;
	
}

.access .menu-header, div.menu {
    font-size: 14px;
    width: 980px;
    height: 52px;
}

.access .menu-header ul, div.menu ul {
    list-style: none;
    margin: 0;
}

.access .menu-header li, div.menu li {
    float: left;
    position: relative;
    z-index: 500;
}

/*------------------------------------*\
    $TOP LEVEL
\*------------------------------------*/

.access a {
    color: #eee;
    display: block;
    line-height: 56px;
    padding: 0 56px;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0,0,0,.5);
    border-left: 1px #000 solid;
    border-right: 1px #404040 solid;
    height: 52px;
    text-transform: lowercase;
    font-weight: normal;
}

.access li.menu-item-16 ul a {width: 200px;}

/*------------------------------------*\
    $DROPDOWNS
\*------------------------------------*/

.access ul ul {
    box-shadow: 0px 5px 5px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 5px 5px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0px 5px 5px rgba(0,0,0,0.25);
    display: none;
    position: absolute;
    top: 52px;
    left: 0;
    float: left;
    width: 240px;
    z-index: 99999;
}

.access ul ul li { 
	min-width: 240px;
}

.access ul ul ul {
    left: 100%;
    top: 0;
}

.access ul ul a {
    background: #444;
    line-height: 40px;
    padding: 0 21px;
    width: 242px;
    height: auto;
}

.access li:hover > a {
    background: #2a282a;
    color: #a3b42d;
}

.access ul ul :hover > a {
    background: #2a282a;
    color: #a3b42d;
}

.access ul li:hover > ul { display: block }

/*------------------------------------*\
    $CURRENT PAGE
\*------------------------------------*/

.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 {
    background: #2a282a;
    color: #a3b42d;
}

* 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 {
    background: #444;
    color: #fff;
}

/*------------------------------------*\
    $JQUERY FEATURED AREA
\*------------------------------------*/

.feature {
    width: 980px;
    height: 451px;
    position: relative;
	margin: 1px 0 21px 0;
}

.feature ul {
    list-style-type: none;
    width: 980px;
    height: 451px;
    position: relative;
    z-index: 1;
}

.feature li {
    display: none;
    width: 980px;
    height: 451px;
}

.feature .first { display: block }

.feature img {
    width: 980px;
    height: 451px;
    position: absolute;
    z-index: 2;
}

.feature .text {
    position: absolute;
    top: 255px;
    right: 5px;
    z-index: 3;
    width: 361px;
    padding: 21px;
}

.feature h2 {
	color: #fff;
	text-transform: lowercase;
	font-size: 80px;
	line-height: 32px;
	margin: 0 0 11px 0;
	font-family: 'Parisienne', cursive;
}

.feature p {
    font-size: 16px;
    line-height: 26px;
	color: #fff;
    margin: 0;
}

.cycle-pager {
    position: absolute;
    bottom: 21px;
    right: 21px;
    z-index: 3;
}

.cycle-pager a {
	display: block;
	float: left;
	width: 13px;
	height: 13px;
	border-radius: 100%;
	cursor: pointer;
	background: #fff;
	border: 1px solid #fff;
	box-shadow: inset 1px 1px 4px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 1px 1px 4px rgba(0,0,0,0.5);
	margin: 0 0 0 5px;
}

.cycle-pager a:hover, .cycle-pager .activeSlide {
    background: #c1d72d;
}

/*------------------------------------*\
    $PROMO
\*------------------------------------*/

.promo {
	padding: 40px 0;
	background: url(/wp-content/themes/standard-theme/images/feature-box-bg.jpg) 50% -18px no-repeat;
	height: 190px;
}

.promo > div {
	float: left;
	width: 312px;
	margin: 0 21px 0 0;
}

.promo h3 {
	line-height: 42px;
	margin: 0;
	text-transform: uppercase;
}

.promo p {
	font-size: 13px;
	line-height: 19px;
	margin: 0;
	color: #6c6c55;
	text-align: center;
}

.promo a {
	display: block;
	float: left;
	width: 312px;
	text-decoration: none;
	font-weight: normal;
}
/*------------------------------------*\
    $SERVICES BOXES
\*------------------------------------*/

.services-boxes {
	width: 720px; 
	height: 600px;
}

.services-boxes div {
	float: left;
	margin: 0 2px 0 0;
}

.services-boxes .last {
	float: left;
	margin: 0;
}

.services-boxes:hover > div {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;}
.services-boxes:hover > div:hover {filter: alpha(opacity=100); -moz-opacity: 1.0; opacity: 1.0;}
/*------------------------------------*\
    $GALLERY
\*------------------------------------*/

.gallery {
	width: 720px;
}

.gallery img {float: left; margin-bottom: 25px;}

.gallery img.last {float: left; margin: 0 6px 25px 0;}
/*------------------------------------*\
    $MEDIA GRID
\*------------------------------------*/

.team-page {
	width: 720px
}

.team-page h2 {
	color: black;
	margin: 0 0 0px 0;
	font-weight: normal;
}

.team-page h3 {
    font-size: 13px;
    line-height: 27px;
    color: #5d8d00;
    font-weight: normal;
    margin: 0 0 5px 0;
}


.team-page div {
	float: left;
	margin: 0 28px 30px 0;
	text-align: center;
}

/*------------------------------------*\
    $MEDIA GRID
\*------------------------------------*/

.media-grid {
	overflow: auto;
}

.media-grid > div {
	float: left;
	width: 199px;
	margin: 0 21px 21px 0;
}

.media-grid img {width: 100%;}

.media-grid h4 {
	line-height: 21px;
	margin: 0;
	text-transform: uppercase;
}

.media-grid p {
	font-size: 12px;
	line-height: 19px;
	margin: 0;
}

.media-grid a {
	display: block;
	float: left;
	width: 199px;
	text-decoration: none;
	font-weight: normal;
}

.media-grid a:hover {
	color: inherit;
}

.media-grid:hover > div {
    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;
}

.media-grid:hover > div:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}

div.last {margin: 0;}

/*------------------------------------*\
    $BANNER
\*------------------------------------*/

.banner {
    width: 980px;
    height: 205px;	
    margin-top: 16px;
}


.map {height: 300px;}

/*------------------------------------*\
    $MAIN CONTENT AREA
\*------------------------------------*/

.main {
    width: 980px;
    padding: 21px 0;
    overflow: auto;
}

.home .main {
    width: 980px;
    overflow: auto;
	padding: 0;
}

.content {
    float: right;
    overflow: auto;
    width: 700px;
}

.content-full { width: 980px }

.content-right {
    float: right;
    width: 640px;
}


.breadcrumbs { 
	font-size: 12px;
	line-height: 21px;
}

.breadcrumbs a { color: #808080 }

.breadcrumbs a:hover { text-decoration: underline }

.breadcrumbs .current { color: #333 }

/*------------------------------------*\
    $CONTENT SPECIFIC TYPOGRAPHY
\*------------------------------------*/

.content table {
    border-top: 1px solid #d5d5d5;
    border-right: 1px solid #d5d5d5;
    margin: 0 0 20px 0;
    border-collapse: collapse;
}

.content table th {
	color: #fff;
	background: #808080;
	padding: 5px 10px;
	text-align: left;
}

.content table td {
    border-bottom: 1px solid #d5d5d5;
    border-left: 1px solid #d5d5d5;
    padding: 5px 10px;
}

.content ul {
    list-style: disc;
    margin-left: 42px;
}

.content ol {
    list-style: decimal;
    margin-left: 42px;
}

.content li {
    margin: 0 0 10px 0;
}

blockquote {
	border: double #d5d5d5;
	border-width: 3px 0;
	padding: 21px;
	font-size: 15px;
	line-height: 25px;
	text-align: center;
}

blockquote p { margin: 0 }

ul.three-col {
	overflow: auto;
	margin-left: 0;
	padding-left: 42px;
}

ul.three-col li {
	float: left;
	width: 33%;	
}

/*------------------------------------*\
    $CALL TO ACTION
\*------------------------------------*/

.cta {
    background: #808080;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -opera-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.cta:hover { background: #454545 }

.cta p {
    margin: 0;
}

.cta a {
    color: #fff;
    text-shadow: 0 1px 0 rgba(0,0,0,0.25);
    display: block;
    padding: 21px;
}

.cta a:hover { text-decoration: none }

.note {
	padding: 10px 15px;
	background: #fcffc5;
	border: 1px solid #fbffa3;
}

.note p {
	color: #555;
	margin: 0;
}

.highlight {
	padding: 10px 15px;
	background: #A9E8FA;
	border: 1px solid #79dbf7;
}

.highlight p {
	color: #555;
	margin: 0;
}

.button {
	overflow: auto;
	clear: both;
}

.button a {
	padding: 5px 15px;
	display: block;
	float: left;
	margin: 0 10px 0 0;
	background: #808080;
	color: #fff;
	border-radius: 3px;
}

.button a:hover {
	text-decoration: none;
	background: #444;
}

.button a:active {
	box-shadow: inset 1px 1px 10px rgba(0,0,0,0.6);
}

.call-action {
	margin-top: 25px;
}

.call-action h2{
	padding: 6px 0 0 55px;
	font-size: 18px;
	color: #5d8d00;
	background: url(/wp-content/themes/standard-theme/images/cta.jpg) 0 0 no-repeat;
	height: 41px;
	font-weight: normal;
	margin: 0;
}

.call-action a:hover{
	color: #5d8d00;
	text-decoration: underline;
}

/*------------------------------------*\
    $FAQ
\*------------------------------------*/

.faq_approve {display: none;}

ol.faq {
	list-style: none;
	margin: 0;
}

ol.faq > li {
	margin: 0 0 11px 0;
}

ol.faq li {padding: 0}

ol.faq h3 {
	line-height: 31px;
	padding: 0 11px 0 30px;
	background: #53534b url(/wp-content/themes/standard-theme/images/open.png) 10px 50% no-repeat;
	color: #fff;
	cursor: pointer;
}

ol.faq h3:hover {background-color: #a7bc19;}

ol.faq h3.active {background: #a7bc19 url(/wp-content/themes/standard-theme/images/close.png) 10px 50% no-repeat;}

ol.faq .answer {padding: 21px 21px 0 21px;}

ol.faq p, ol.faq p:last-child {margin: 0 0 21px 0;}

/*------------------------------------*\
    $BLOG
\*------------------------------------*/

.post-divider {
    display: block;
    height: 1px;
    background: #d5d5d5;
    margin: 0 0 21px 0;
}

.post-meta { 
	margin: 0 0 21px 0;
}

.post-meta p {
	font-size: 12px;
	line-height: 19px;
	margin: 0;
}

a.more-link {
    display: block;
    clear: both;
    margin: 14px 0;
    float: right;
    padding: 5px 10px;
    background: #808080;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
}

a.more-link:hover {
    background: #454545;
    text-decoration: none;
}

.post-navigation {
    overflow: auto;
    border-top: 1px solid #d5d5d5;
    font-size: 11px;
    text-transform: uppercase;
    padding: 14px 0;
}

.archive-navigation {
    display: block;
    clear: both;
    padding: 14px 0;
    text-align: center;
    border-top: 1px solid #d5d5d5;
}

.archive-navigation span, .archive-navigation a {
    padding: 3px 6px;
    border: 1px solid #d5d5d5;
    border-radius: 2px;
    font-size: 12px;
}

.post-share {
	border: dashed #d5d5d5;
	border-width: 1px 0;
	padding: 11px 11px 0 11px;
	margin: 0 0 21px 0;
}

.post-share h5 {
    float: left;
    font-weight: bold;
    margin: 0 10px 0 0;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 21px;
}

/*------------------------------------*\
    $COMMENTS
\*------------------------------------*/

#respond {
    background: #f5f5f5;
    border: 1px solid #d5d5d5;
    padding: 14px;
    position: relative;
    margin: 0 0 23px 0;
    color: #666;
}

#respond input, #respond textarea {
    display: block;
    clear: both;
}

#respond input {
    width: 50%;
    padding: 5px;
}

#respond textarea {
    width: 80%;
    padding: 5px 10px;
}

#respond label {
    font-weight: bold;
    color: #555;
}

#respond p { margin: 0 0 15px 0 }

#respond input#submit {
    width: auto;
    padding: 10px 15px;
}

.form-allowed-tags {
    font-size: 12px;
    line-height: 18px;
}

#comments { padding: 23px 0 0 0 }

ol.commentlist {
    margin: 0;
    padding: 0;
}

ol.commentlist .comment-body {
    padding: 10px;
    background: #EFEFEF;
    border: solid thin #DEDEDE;
    margin: 10px 0;
    position: relative;
}

ol.comment-body a.comment-reply-link {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #AEAEAE;
}

ol.commentlist li {
    list-style: none;
    margin: 0 0 5px 0;
}

ol.commentlist .thread-even { background: #f5f5f5 }

ol.commentlist .thread-odd { background: #e5e5e5 }

ol.commentlist img.avatar {
    padding: 5px;
    background: #fff;
    border: 1px solid #ccc;
    float: left;
    display: block;
    margin: 10px 15px 10px 10px;
    width: 40px;
    height: 40px;
}

ol.commentlist .comment-author {
    font-size: 11px;
    line-height: 30px;
}

.comment-body cite.fn {
    font-size: 14px;
    font-style: normal;
}

.commentmetadata a {
    margin: 0;
    font-size: 11px;
    color: #999;
}

.comment-body p { margin: 5px }

.comment-body .comment-author.vcard {
    margin: 0;
    font-size: 11px;
}

.comment-author, .comment-content { margin: 0 }

.reply {
    text-align: right;
    display: block;
    font-size: 12px;
    padding: 0 7px 5px 0;
}

.comment-content { margin: 0 0 0 77px }

/*------------------------------------*\
    $CONTENT IMAGES
\*------------------------------------*/

img.alignright {
    float: right;
    margin: 0 0 21px 21px;
    background: #fff;
    padding: 8px;
    border: 1px solid #ddd;
}

img.alignleft {
    float: left;
    margin: 0 21px 21px 0;
    padding: 8px;
    border: 1px solid #ddd;
}

img.aligncenter {
    display: block;
    margin: 0 auto 21px auto;
    padding: 8px;
    border: 1px solid #ddd;
}

a img.alignright {
    float: right;
    margin: 0 0 21px 21px;
}

a img.alignleft {
    float: left;
    margin: 0 21px 21px 0;
}

a img.aligncenter {
    display: block;
    margin: 0 0 21px 0;
}

.wp-caption {
    background-color: #f3f3f3;
    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;
}

#gallery-1 img {
    border: 1px solid #d5d5d5 !important;
    background: #fff;
    padding: 6px;
}

#gallery-1 img:hover { border: 1px solid #808080 !important }

/*------------------------------------*\
    $CONTACT FORMS
\*------------------------------------*/

.contact-forms {
    width: 100%;
}

.contact-forms small { font-size: 11px }

.contact-forms h3 {
	display: none;
}

.contact-forms h2 {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    margin: 15px 0;
    color: #444;
}

.contact-forms p {
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    color: #444;
}

.contact-forms label{
	font-size: 14px;
	color: black;
}

.contact-forms p.note { margin: 0 0 15px 0 }

.contact-forms input, .contact-forms select { padding: 5px }

.contact-forms input, .contact-forms select {
    margin: 8px 0 10px 0;
    width: 85%;
}

.gfield_description validation_message p {
	color: #e10000;
}

.contact-forms textarea {
    width: 95%;
    padding: 5px;
    margin: 8px 0 10px 0;
}

.contact-forms .captcha img, .contact-forms .captcha input {
	float: left;
	margin: 9px 8px 0 0;
}

.contact-forms .captcha input {
    width: 147px;
    margin: 8px 0 0 1px;
    padding: 6px 0;
}

.contact-forms input.gform_button {
    padding: 10px 20px;
    color: #fff;
    text-transform: uppercase;
    background: #A7BC19;
    border: none;
    font-weight: bold;
    font-size: 14px;
    text-shadow: 0 1px 0 rgba(0,0,0,.25);
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    width: auto;
    float: right;
}

.contact-forms input.gform_button:hover {
    cursor: pointer;
    background: #DAD9D4;
}

.gfield_captcha_container {
    width: 50%;
}

.gform_footer {
	padding-right: 23px;
}

.half {
    float: left;
    width: 50%;
}

.gfield_required { color: #e10000; }

.validation_message { color: #e10000; font-weight: bold;}

.required { color: #e10000; }

.headings{padding: 1px; clear: both;}

.tab-heading h2 {
    float: left;
    margin: 0;
    height: 35px;
    overflow: hidden;
    position: relative;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    color: #555;
    line-height: 35px;
    display: block;
    padding: 0 25px;
    outline: none;
    border: none;
    cursor: pointer;
}

.tab-heading h2.active {
    background: #eee;
    color: #333;
    border: none;
}

.tabs ul {
    margin: 0;
    overflow: hidden;
    clear: both;
    float: left;
    width: 100%;
    background: #eee;
}

.tabs ul li {
    list-style-type: none;
    margin: 0;
	overflow: auto;
}

.tabs > ul > li { padding: 15px; }


/*------------------------------------*\
    $RIGHT SIDEBAR
\*------------------------------------*/

.sidebar {
    float: left;
    width: 232px;
    padding: 0 20px 0 0;
    border-right: #fff 1px solid;
    margin: 0 20px 0 0;
}

.sidebar > div, .sidebar-blog > div { margin: 0 0 20px 0 }

.sidebar-blog > div { margin: 0 0 20px 0 ; width: 224px;}

.sidebar h3 {
    text-transform: uppercase;
    margin: 0 0 14px 0;
}

.sidebar h2 {
    text-transform: uppercase;
    margin: 0;
	color: #6e971c;
	line-height:33px;
	text-align: center;
	font-size: 14px;
}


.ask-team {
	width: 207px;
	background: #fff;
	padding: 16px 13px;
	text-align: center;
}

.ask-team p {
	color: #6e971c;
	text-align: center;
	font-size: 12px;
	margin: 0 0 14px 0;
}

.ask-team img {
	margin-bottom: 7px;
}

.ask-team a {
	color: #6c6c55;
	font-size: 28px;
	font-weight: normal;
	text-transform: lowercase;
}

.island {
	padding: 11px;
	background: #e87832;
	overflow: auto;
}

.island img {
	width: 100%;
	margin: 0 0 11px 0;
}

.island h3, .island p {
	color: #fff;
}

.island a {
	padding: 5px 15px;
	display: block;
	float: right;
	margin: 0 10px 0 0;
	background: #808080;
	color: #fff;
	border-radius: 3px;
}

.island a:hover {
	text-decoration: none;
	background: #444;
}

.island a:active {
	box-shadow: inset 1px 1px 10px rgba(0,0,0,0.6);
}

.list {
    padding: 15px;
}

.list h2 {
    font-size: 21px;
    text-transform: uppercase;
    color: #666;
    margin: 0 0 15px 0;
}

.list ul {
    list-style-type: none;
	margin: 0;
}

.list li {
    border-bottom: 1px solid #fff;
    font-size: 12px;
}

.list a {
	color: #464646; 
	font-weight: normal;
	font-size: 13px;
	margin: 5px 0;
	background: url(/wp-content/themes/standard-theme/images/tab-arrow.jpg) 205px 0 no-repeat;
	cursor: pointer;
	text-transform: uppercase;
	display: block;
	padding: 2px 0;
}

.list .current_page_item a {
    color: #5D8D00;
	background: url(/wp-content/themes/standard-theme/images/tab-arrow-active-01.jpg) 205px 0 no-repeat;
    text-decoration: underline;
}

.sidebar-blog ul {
    list-style: none;
    border-top: 1px solid #d5d5d5;
}

.sidebar-blog li {
    border-bottom: 1px solid #d5d5d5;
    font-size: 12px;
}

.sidebar-blog li a {
    display: block;
    padding: 5px 0;
	background: none;
}

.search {
	border: 1px solid #d5d5d5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

#s {
    display: block;
    padding: 5px 10px 5px 30px;
    color: #777;
	border: none;
    background: url(/wp-content/themes/standard-theme/images/icon-search.png) 10px 50% no-repeat;
	-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

#s:focus {
    background-color: #fff;
    outline: none;
}

#searchsubmit { display: none }

a.rss {
    display: block;
    border-radius: 3px;
    padding: 5px 10px 5px 30px;
    background: #a7bc19 url(/wp-content/themes/standard-theme/images/icon-rss.png) 10px 50% no-repeat;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(0,0,0,0.25);
    font-size: 12px;
}

a.rss:hover {
    background-color: #cac8c2;
    text-decoration: none;
}

.share {
    padding: 7px 0;
    background: url(/wp-content/themes/standard-theme/images/bg-share.jpg) 55px 50% no-repeat;
    overflow: auto;
    display: block;
    border: 1px solid #d5d5d5;
    border-radius: 3px;
}

.share h4 {
    float: left;
    margin: 0;
    font-size: 12px;
    line-height: 21px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 0 0 7px;
}

.share > div {
    float: left;
    margin: 0 0 0 30px;
}

/*------------------------------------*\
    $LEFT SIDEBAR TABS
\*------------------------------------*/

.contact-phone { background: url(/wp-content/themes/standard-theme/images/icon-phone.png) 15px 15px no-repeat }

.contact-fax { background: url(/wp-content/themes/standard-theme/images/icon-fax.png) 15px 15px no-repeat }

.contact-email { background: url(/wp-content/themes/standard-theme/images/icon-email.png) 15px 15px no-repeat }

.contact-address { background: url(/wp-content/themes/standard-theme/images/icon-location.png) 15px 15px no-repeat }

.contact-directions { background: url(/wp-content/themes/standard-theme/images/icon-location.png) 15px 15px no-repeat }

.contact-hours { background: url(/wp-content/themes/standard-theme/images/icon-hours.png) 15px 15px no-repeat }

.contact-payment { background: url(/wp-content/themes/standard-theme/images/icon-payment.png) 15px 15px no-repeat }

.contact-directions input.btn-directions {
	margin: 3px 0 0 0;
	border-radius: 0;
	padding: 4px 13px;
}

.contact-directions input.directions {
	width: 139px;
	height: 20px;
}

/*------------------------------------*\
    $BTM-LOGOS
\*------------------------------------*/

.payment {
	height: 74px;
	width: 980px;
	padding: 11px 0;
	margin: 0 auto;
}

.payment img {
	margin-right: 27px;
	float: left;
}

.payment img.last {
	margin-right: 0;
}

.payment:hover > div {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;}
.payment:hover > div:hover {filter: alpha(opacity=100); -moz-opacity: 1.0; opacity: 1.0;}

/*------------------------------------*\
    $NEWSLETTER SUBSCRIPTION
\*------------------------------------*/

.subscribe {
    width: 980px;
    height: 55px;
    padding: 5px 15px;
    background: url(https://www.bribiedental.com.au/wp_content/themes/standard_theme/images/newsletter.jpg) 50% 0 no-repeat;
    border-radius: 0px;
    margin: 0 auto;
}

.subscribe h6 {
    float: left;
    font-weight: bold;
    color: #666;
    line-height: 30px;
    font-size: 12px;
    margin: 0 15px 0 0;
}

.subscribe > div { float: right }

.subscribe form { height: 30px }

.subscribe form input {
    float: left;
    border: 1px solid #ccc;
    width: 165px;
    background: #fff;
    padding: 5px;
    float: left;
    color: #999;
    margin: 10px 5px 0 0;
}

.subscribe input.btn-subscribe {
    border: 0;
    float: left;
    text-align: center;
    width: 60px;
    height: 27px;
    padding: 5px 0;
    background: #a7bc19;
    color: #fff;
    text-transform: lowercase;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
	border-radius: 0px;
}

.subscribe input.btn-subscribe:hover {
    background: #dad9d4;
    cursor: pointer;
}



/*------------------------------------*\
    $FOOTER
\*------------------------------------*/

.footer {
    clear: both;
    overflow: auto;
    padding: 15px 0;
	background: #fff;
}

.footer p, .footer a {
    font-size: 11px;
    color: #777;
}

.footer a:hover { color: #444 }

.footer-nav { padding: 0 0 15px 0; width: 980px; margin: 0 auto; }

.footer-nav a {
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 25px;
}

.table {
    margin: 0 auto;
    display: table;
}

.footer ul {
    list-style-type: none;
    margin: 0 auto;
}

.footer ul li { float: left }

.footer ul li ul { margin: 10px 0 0 0 }

.footer ul li ul li {
    float: none;
    display: block;
}

.footer ul li ul li a {
    text-transform: none;
    font-size: 11px;
    line-height: 18px;
}

.copyright { text-align: center }
.copyright p {margin: 0;}
.copyright a {font-weight: normal;}