/*
Theme Name: ENT Surgeons of Melbourne
Theme URI: http://www.entsurgeonsofmelbourne.com.au/
Description: A WordPress theme designed and built by Surf Pacific.
Author: Surf Pacific
Author URI: http://www.surfpacific.com.au
Version: 2.1
*/

/*------------------------------------*\
    CONTENTS
\*------------------------------------*/

/*

1. BASE........Resets and default styles
2. LAYOUT.......Main and unique elements
3. MODULE............Reusable components
4. STATE..................Current states
5. THEME............Branding and colours

*/

/*------------------------------------*\
    1. $BASE
\*------------------------------------*/

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: #fafafa;
    font: normal 16px/1.618em "Droid Sans", Arial, Helvetica, sans-serif;
    color: #555;
    overflow-y: scroll; 
}

/* Give elements the same bottom margin to create consistent vertical rhythm */

p, ul, ol, blockquote, table, hr, iframe, .grid, .cta, .message, .button, .promo, .banner, .content, .has-mb { margin-bottom: 1.1618em; } 

/*------------------------------------*\
    $TYPOGRAPHY
\*------------------------------------*/

h1, h2, h3, h4, h5, h6 { 
	font-weight: normal; 
	font-family: "Droid Serif", Georgia, serif;
	color: #00a1e5;
}

.serif, .button, .cta { font-family: "Droid Serif", Georgia, serif; }

h1, .alpha {
    font-size: 29px;
    line-height: 37px;
	margin-bottom: 18px;
}

h2, .beta {
    font-size: 21px;
    line-height: 29px;
	margin-bottom: 18px;
}

h3, .gamma {
    font-size: 19px;
    line-height: 27px;
	margin-bottom: 18px;
}

h4, .delta {
    font-size: 16px;
    line-height: 24px;
	margin-bottom: 18px;
}

h5, .epsilon {
	font-size: 15px;
    line-height: 23px;
	margin-bottom: 18px;
}

h6, .zeta {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 18px;
}

small, .small {
    font-size: 0.875em;
    line-height: 1.4em;
}

a:link, a:visited {
    text-decoration: none;
    color: #00a5ea;
    font-weight: normal;
	-webkit-transition: all .1s linear;
       -moz-transition: all .1s linear;
        -ms-transition: all .1s linear;
         -o-transition: all .1s linear;
            transition: all .1s linear;
}

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

a:focus, a:active { outline: none }

a.link-reversed { color: #2084b6; }
a.link-reversed:hover { color: #00a5ea; }

a.button {
    display: inline-block;
    zoom: 1;
    *display: inline;
    font-size: 1em;
    line-height: 1em;
    padding: 0.75em 1.618em;
    color: #fff;
    background-color: #00a5ea;
}

a.button:hover {
    text-decoration: none;
    color: #fff;
    background-color: #2084b6;
}

a.button:active {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.25);
       -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.25);
            box-shadow: inset 0 0 5px rgba(0,0,0,0.25);
}

a.button-alt {
	background-color: #fff;
	color: #00a1e5;
}

.button + .button { margin-left: 0.75em; }

/*------------------------------------*\
    $FORMS
\*------------------------------------*/

input, select, textarea {
    font-family: inherit;
	font-size: inherit; 
    line-height: 1em;
    border-top: 1px solid #d5d5d5;
    border-right: 1px solid #d5d5d5;
    border-bottom: 1px solid #b5b5b5;
    border-left: 1px solid #b5b5b5;
	padding: 3px 5px;
}

input[type="submit"] {
    line-height: 1em;
    padding: 1em 1.618em;
    cursor: pointer;
    border: none;
    text-transform: uppercase;
    color: #fff;
    background-color: #00a5ea;
    -webkit-transition: all .1s linear;
       -moz-transition: all .1s linear;
        -ms-transition: all .1s linear;
         -o-transition: all .1s linear;
            transition: all .1s linear;
}

input[type="submit"]:hover { background-color: #2084b6 }

/*------------------------------------*\
    $OTHER ELEMENTS
\*------------------------------------*/

hr {
	border: solid #d5d5d5;
    border-width: 1px 0 0 0;
    clear: both;
}

img { vertical-align: top; }





/*------------------------------------*\
    2. $LAYOUT
\*------------------------------------*/

.container, .header, .navigation, .main, .content-full, .footer { width: 980px; }

.container { margin: 0 auto; }

.top { padding: 1em 0;}

.contact h2 {
	font-size: 19px;
	line-height: 1em;
	margin-bottom: 0.5em;
}

.contact h3 { font-size: 15px; }

/*------------------------------------*\
    $PRIMARY NAVIGATION
\*------------------------------------*/

.navigation { margin-bottom: 1em; }

.nav-primary { font-size: 15px; }

.nav-primary li {
    position: relative;
    z-index: 500;
}

/* 1st level links */

.nav-primary a {
    display: block;
    line-height: 30px;
    padding: 0 11px;
    text-decoration: none;
	-webkit-transition: color .1s linear, background-color .1s linear;
       -moz-transition: color .1s linear, background-color .1s linear;
        -ms-transition: color .1s linear, background-color .1s linear;
         -o-transition: color .1s linear, background-color .1s linear;
            transition: color .1s linear, background-color .1s linear;
}

.nav-primary > li > a {	background: url(images/divider-nav.jpg) 100% 50% no-repeat; }

.nav-primary li.last-menu-item a { background: none; }

.nav-primary li:hover > a { color: #2084b6; }

/* 2nd level links */

.nav-primary li:hover > ul { display: block }

.nav-primary ul {
	display: none;
    position: absolute;
    top: 100%;
    left: 0;
    float: left;
    width: 270px;
    z-index: 99999;
    -webkit-box-shadow: 0px 5px 5px rgba(0,0,0,0.15);
	   -moz-box-shadow: 0px 5px 5px rgba(0,0,0,0.15);
	        box-shadow: 0px 5px 5px rgba(0,0,0,0.15);   
}

.nav-primary ul li { 
	min-width: 270px;
}

.nav-primary ul a {
    background: #fafafa;
	color: #1b7eb1;
    line-height: 1.4em;
    padding: 7px 11px;
    width: 248px;
    height: auto;
	border-bottom: 1px solid #eee;
}

.nav-primary ul :hover > a {
    background-color: #00a1e5;
	color: #fff;
}

/* 3rd level links */

.nav-primary ul ul {
    left: 100%;
    top: 0;
}

/* Current menu items */

.nav-primary li.current_page_item > a, .nav-primary li.current-menu-ancestor > a, .nav-primary li.current-menu-item > a, .nav-primary li.current-menu-parent > a {
    color: #2084b6;
}

* html .nav-primary li.current_page_item a, * html .nav-primary li.current-menu-ancestor a, * html .nav-primary li.current-menu-item a, * html .nav-primary li.current-menu-parent a, * html .nav-primary li a:hover {
    color: #2084b6;
}

.nav-primary > li.current-menu-item > a span, .nav-primary > li.current-menu-ancestor > a span { border-bottom: 1px solid; }

/* 2nd level current menu items */

.nav-primary ul li.current-menu-item a { 
	background-color: #00a1e5; 
	color: #fff;
}
	

/*------------------------------------*\
    $CAROUSEL
\*------------------------------------*/

.feature-primary {
	float: left;
	width: 661px;
}

.feature-secondary {
	float: right;
	width: 316px;
}

.feature { margin-bottom: 10px; }

.feature, .feature ul, .feature li, .feature img {
    width: 661px;
    height: 509px;
}

.feature, .feature ul { position: relative; }

.feature ul {
    list-style: none;
    z-index: 1;
}

.feature li { display: none; }

.feature .first { display: block }

.feature img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.feature .feature-content {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    width: 100%;
	padding: 1em 0;
	background: #00a1e5;
	background: rgba(0,161,229,0.9);
	text-align: center;
}

.feature h2 {
	color: #fff;
	font-weight: bold;
	font-style: italic;
	line-height: 1em;
	margin-bottom: 0.5em;
}

.feature p {
    font-size: 17px;
    line-height: 1.4em;
	padding: 0 20px;
	color: #fff;
}

.carousel-pager {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 5px;
    left: 0;
    z-index: 3;
}

.carousel-pager a {
    display: inline-block;
    zoom: 1;
    *display: inline;
	width: 13px;
	height: 13px;
	border-radius: 100%;
	cursor: pointer;
	background: #808080;
	border: 1px solid #fff;
	-moz-box-shadow: inset 1px 1px 4px rgba(0,0,0,0.5);
	     box-shadow: inset 1px 1px 4px rgba(0,0,0,0.5);	
	margin-left: 5px;
}

.carousel-pager a:hover, .carousel-pager .activeSlide { background: #222; }

.carousel-nav {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -16px;
	z-index: 3;
	width: 100%;
	height: 32px;
}

.carousel-nav a {
	display: block;
	float: left;
	width: 33px;
	height: 32px;
	background: url(images/sprite.png) -50px -100px no-repeat;
	text-indent: -9999em;
	margin: 0 15px;
}

a.carousel-nav-next { 
	background-position: -100px -100px; 
	float: right;
}

.feature .button {
	border: 1px solid #fff;
	margin-bottom: 0;
	background-color: transparent;
}

.feature .button-alt { background-color: #fff; }

/*------------------------------------*\
    $FEATURE SECONDARY
\*------------------------------------*/

.feature-secondary-top {
	width: 286px;
	height: 233px;
	padding: 15px 15px 20px 15px;
	margin-bottom: 7px;
	overflow: hidden;
	font-size: 0.875em;
	line-height: 1.6em;
}

.feature-secondary-top h1 {
	font-size: 18px;
	line-height: 1em;
	margin-bottom: 0.5em;
}

.feature-secondary-top .button {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	padding: 10px 0;
	font-size: 1.5em;
	margin: 0;
}

.feature-secondary-bottom {
	width: 316px;
	height: 234px;
}

.feature-secondary-bottom img {
	width: 100%;
	height: 142px;
	margin-bottom: 5px;
}

.feature-secondary-bottom h3 { margin-bottom: 5px; }

.feature-secondary-bottom p {
	padding: 0 10px;
	margin-bottom: 0;
}

/*------------------------------------*\
    $PROMO
\*------------------------------------*/

.promo-item {
	width: 312px;
	margin-right: 21px;
    text-align: center;
}

.promo a {
	display: block;
	float: left;
	width: 312px;
	text-decoration: none;
	font-weight: normal;
}

.promo a:hover { color: inherit; }

.promo-image { margin-bottom: 1em; }

.promo-heading { margin-bottom:  0.75em; }

.promo p {
    font-size: 0.875em;
    line-height: 1.5em;
}

/*------------------------------------*\
    $BANNER
\*------------------------------------*/

.banner {
    width: 980px;
    height: 305px;
	position: relative;
}

.banner-content {
	position: absolute;
	z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
	padding: 1em 0;
	background: #00a1e5;
	background: rgba(0,161,229,0.9);
	text-align: center;
}

.banner h2 {
	color: #fff;
	font-weight: bold;
	font-style: italic;
	line-height: 1em;
	margin-bottom: 0.5em;
}

.banner p {
    font-size: 17px;
    line-height: 1.4em;
	padding: 0 20px;
	margin-bottom: 0;
	color: #fff;
}

.banner img { 
	position: absolute;
	z-index: 1; 
}

/*------------------------------------*\
    $CONTENT
\*------------------------------------*/

.content {
    float: left;
    width: 650px;
}

.content-full {
	float: none;
	width: 980px;
}

.content-right { float: right; }

.page-title { 
	font-weight: bold; 
	color: #1b7eb1;
}

.content p strong, .content li strong { color: #666; } /* Make bold text slightly darker than the body copy */

.content table {
    border-top: 1px solid #d5d5d5;
    border-right: 1px solid #d5d5d5;
    border-collapse: collapse;
}

.content table th {
	color: #fff;
	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-bottom: 14px;
}

.content li > ul, .content li > ol { 
    margin-top: 10px; 
    margin-bottom: 0;
}

/* Styling for call to action links */

a.cta {
	clear: both;
	color: #fff;
    display: block;
    padding: 1em 1.618em 1em 4em;
	line-height: 1.4em;
    background: #1b7eb1 url(images/cta.png) 1em 50% no-repeat;
    -webkit-transition: all .25s ease-in-out;
	   -moz-transition: all .25s ease-in-out;
	        transition: all .25s ease-in-out;
}

a.cta:hover { 
	text-decoration: none;
	background-color: #00a1e5;
}

/* Two column list */

ul.list-double {
	margin-left: 0;
	clear: both;
	overflow: hidden;
}

ul.list-double li {
	float: left;
	width: 40%;
	margin-left: 10%;
}

/* Page lists displayed with [child-pages] */

ul.child-pages, ul.list-pages {
	list-style: none;
	margin-left: 0;
	border-top: 1px solid #d5d5d5;
	font-size: 16px;
}

ul.child-pages li, ul.list-pages li { 
	border-bottom: 1px solid #d5d5d5; 
	margin-bottom: 0;
}

ul.child-pages a, ul.list-pages a { 
	display: block; 
	padding: 10px 5px;
}

blockquote {
	border: double #d5d5d5;
	border-width: 4px 0;
	padding: 1.618em;
	font-size: 1em;
	line-height: 1.618em;
	text-align: center;
}

blockquote p { margin: 0 }

/*------------------------------------*\
    $MESSAGES
\*------------------------------------*/

.message {
    padding: 0.875em 1.618em;
    border: 1px solid;
    color: #555;
}

.note {
	background: #fcffc5;
	border-color: #fbffa3;
}

.highlight {
	background: #A9E8FA;
	border-color: #79dbf7;
}

.warning {
    background-color: #ef1000;
    border-color: #cf0000;
    color: #fff;
}

/*------------------------------------*\
    $BLOG
\*------------------------------------*/

.post-divider {
    display: block;
    height: 1px;
    background: #ccc;
    margin-bottom: 23px;
}

.post-meta p {
	font-size: 0.875em;
	line-height: 1.4em;
}

a.more-link {
    display: block;
    clear: both;
    margin: 14px 0;
    float: right;
    padding: 5px 10px;
    background: #808080;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
}

a.more-link:hover {
    background: #454545;
    text-decoration: none;
}

.post-navigation {
    font-size: 0.875em;
    list-height: 1.5em;
    border-top: 1px solid #d5d5d5;
    text-transform: uppercase;
    padding: 1em 0;
}

.archive-navigation {
    display: block;
    clear: both;
    padding: 1em 0;
    text-align: center;
    border-top: 1px solid #d5d5d5;
}

.archive-navigation span, .archive-navigation a {
    padding: 3px 6px;
    border: 1px solid #d5d5d5;
	-webkit-border-radius: 2px;
     -opera-border-radius: 2px;
     -khtml-border-radius: 2px;
 	   -moz-border-radius: 2px;
            border-radius: 2px;
    
}

.post-share h5 {
    float: left;
    margin: 0 10px 0 0;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 23px;
}

/*------------------------------------*\
    $CONTENT IMAGES
\*------------------------------------*/

.alignright {
    float: right;
    margin: 0 0 23px 23px;
    padding: 8px;
	background-color: #fff;
    border: 1px solid #ddd;
}

.alignleft {
    float: left;
    margin: 0 23px 23px 0;
    padding: 8px;
	background-color: #fff;
    border: 1px solid #ddd;
}

.aligncenter {
    display: block;
    margin: 0 auto 23px auto;
    padding: 8px;
	background-color: #fff;
    border: 1px solid #ddd;
}

.alignnone {
    display: block;
    margin-bottom: 23px;
    padding: 8px;
	background-color: #fff;
    border: 1px solid #ddd;
}

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

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

a .aligncenter {
    display: block;
    margin: 0 auto 23px auto;
}

a .alignnone {
    display: block;
    margin-bottom: 23px;
}

.wp-caption {
	margin-bottom: 23px;
    padding: 8px;
    border: 1px solid #ddd;
}

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

.wp-caption p.wp-caption-text {
    font-size: 12px;
    line-height: 17px;
    margin: 5px 0 0 0;
	padding: 10px 0 5px 0;
	text-align: center;
}

#gallery-1 img {
    border: 1px solid #d5d5d5 !important;
    background: #fff;
    padding: 6px;
}

#gallery-1 img:hover { border: 1px solid #808080 !important }

#sb-wrapper-inner { border: 10px solid #fff !important; } /* Border around lightbox */

/*------------------------------------*\
    $RIGHT SIDEBAR
\*------------------------------------*/

.sidebar {
    float: right;
    width: 280px;
}

.sidebar > div, .sidebar-blog > div { margin-bottom: 23px; }

.sidebar-cta img {
	width: 100%;
}

.sidebar-cta h3 { margin-bottom: 5px; }

.feature-secondary-bottom, .sidebar-cta {
	-webkit-transition: all .1s linear;
       -moz-transition: all .1s linear;
        -ms-transition: all .1s linear;
         -o-transition: all .1s linear;
            transition: all .1s linear;	
}

.feature-secondary-bottom:hover, .sidebar-cta:hover { background-color: #2084b6; }

.island {
	padding: 23px;
	background-color: #aaa;
	color: #fff;
}

.list ul {
    list-style-type: none;
    border-top: 1px solid #ddd;
	margin: 0;
}

.list li { border-bottom: 1px solid #ddd; }

.list a {
    display: block;
    padding: 10px 5px;
	line-height: 1.4em;
}

.list a:hover, .list .current_page_item a { text-decoration: none; }

.search {
	border: 1px solid #d5d5d5;
	-webkit-border-radius: 20px;
     -opera-border-radius: 20px;
     -khtml-border-radius: 20px;
 	   -moz-border-radius: 20px;
            border-radius: 20px;
}

#s {
    display: block;
	width: 83%;
    padding: 5px 10px 5px 30px;
    color: #777;
	border: none;
    background: url(images/icon-search.png) 10px 50% no-repeat;
	-webkit-border-radius: 20px;
     -opera-border-radius: 20px;
     -khtml-border-radius: 20px;
 	   -moz-border-radius: 20px;
            border-radius: 20px;
}

#s:focus {
    background-color: #fff;
    outline: none;
}

#searchsubmit { display: none }

/*------------------------------------*\
    $LEFT SIDEBAR
\*------------------------------------*/

.sidebar-left {
    float: left;
    width: 280px;
}

.sidebar-left-section {
	border: solid #d5d5d5;
    border-width: 1px 1px 0 1px;
	background-color: #fff;
	margin-bottom: 1.618em;
}

.sidebar-left-section div {
    padding: 15px 15px 15px 45px;
    border-bottom: 1px solid #d5d5d5;
}

.sidebar-left h4 {
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 5px 0;
    color: #333;
}

.sidebar-left .icon {
    margin-left: -30px;
    position: absolute;
}

.sidebar-left p {
    font-size: 14px;
    line-height: 18px;
    margin: 0;
}

.sidebar-left p + p { margin: 10px 0 0 0 }

.sidebar-left hr {
    color: #fff;
    background-color: #fff;
    border-bottom: 1px solid #d5d5d5;
    margin: 0 0 10px 0;
    height: 1px;
    border-style: solid;
    border-width: 1px;
    margin-left: -15px;
    margin-right: -15px;
}

/*

.contact-phone { background: url(images/icon-phone.png) 15px 15px no-repeat }

.contact-fax { background: url(images/icon-fax.png) 15px 15px no-repeat }

.contact-email { background: url(images/icon-email.png) 15px 15px no-repeat }

.contact-address { background: url(images/icon-location.png) 15px 15px no-repeat }

.contact-hours { background: url(images/icon-hours.png) 15px 15px no-repeat }

.contact-payment { background: url(images/icon-payment.png) 15px 15px no-repeat }
*/
/*------------------------------------*\
    $NEWSLETTER SUBSCRIPTION
\*------------------------------------*/

.subscribe {
    width: 950px;
    height: 30px;
    padding: 5px 15px;
    background-color: #ccc;
    float: left;
}

.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: 218px;
    background: #fff;
    padding: 5px;
    float: left;
    color: #999;
    margin: 0 5px 0 0;
}

.subscribe input.btn-subscribe {
    float: left;
    width: 60px;
    height: 27px;
    padding: 5px 0;
    background: #666;
    border: 1px solid #666;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0,0,0,.25);
	-webkit-appearance: none; /* Remove iOS default styles */
}

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

/*------------------------------------*\
    $FOOTER
\*------------------------------------*/

.footer {
    clear: both;
	text-align: center;
    font-size: 0.75em;
    line-height: 3em;
}

.footer p, .footer a { color: #777; }

.footer a:hover { color: #444 }





/*------------------------------------*\
    3. $MODULE
\*------------------------------------*/ 

/*------------------------------------*\
    $NAV
\*------------------------------------*/ 

ul.nav, .nav ul { 
    list-style: none; 
    margin: 0;
    padding: 0;
}

.nav li { float: left; }

.nav a { display: block; }

ul.nav-secondary {
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 1.618em;
}

.nav-secondary li { 
    float: none;
    display: inline; 
}

.nav-secondary a {
    display: inline-block;
    zoom: 1;
    *display: inline;
    padding: 0 1.5em;
}

ul.nav-stacked li { float: none; }

/*------------------------------------*\
    $ACCORDION
\*------------------------------------*/ 

.list-accordion .icon-collapse {
    float: right;
    width: 17px;
    height: 17px;
    background: url(images/icon-collapse.jpg) 0 0 no-repeat;
    margin: 5px;
}

.list-accordion h3.open .icon-collapse { background-position: -17px 0; }

/*------------------------------------*\
    $PADDING
\*------------------------------------*/

.has-padding-all { padding: 1em 1.618em; }
.has-padding-v { padding: 1em 0; }
.has-padding-h { padding: 0 1.618em; }

/*------------------------------------*\
    $HELPER
\*------------------------------------*/

.clr { clear: both }

.left { float: left }

.right { float: right }

.text-center { text-align: center; }

.text-right { text-align: right; }

.upper { text-transform: uppercase; }

.lower { text-transform: lowercase;}

.under { border-bottom: 1px solid; }

.spaced { letter-spacing: 2px; }

.no-mb { margin-bottom: 0; }

.relative {
	position: relative;
}

.inline-block {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.cf:before, .cf:after, .grid:before, .grid:after, .main:before, .main:after, .content:before, .content:after, .nav-primary:before, .nav-primary:after {
    content: " ";
    display: table;
}
.cf:after, .grid:after, .main:after, .content:after, .nav-primary:after { clear: both; }
.cf, .grid, .main, .content, .nav-primary { *zoom: 1; }

/*------------------------------------*\
    $GRID
\*------------------------------------*/ 

.grid-item { float: left; }

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

.one-third {
    width: 30%;
    margin-right: 5%;
}

.two-thirds {
    width: 65%;
    margin-right: 5%;
}

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

/*------------------------------------*\
    $ICONS
\*------------------------------------*/

.icon {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background: url(images/sprite.png) 0 0 no-repeat;   
}

.icon-m {
	width: 24px;
	height: 24px;
}

.icon-fax { background-position: -50px 0; }
.icon-email { background-position: -100px 0; }
.icon-address { background-position: -150px 0; }
.icon-hours { background-position: -200px 0; }
.icon-payment { background-position: 0 -50px; }
.icon-call { background-position: 0 -100px; }

/*------------------------------------*\
    $FEED
\*------------------------------------*/

.feed { padding: 0.5em 0; }

.feed-title { width: 36%; }

.feed-content { width: 53%; }

.feed-link { width: 11%; }

/*------------------------------------*\
    $PREVIEW
\*------------------------------------*/

.grid-preview .one-third {
	width: 33%;
	margin-right: 0;
	margin-bottom: 1em;
	background: url(images/line.jpg) 322px 0 repeat-y;
	font-size: 14px;
	line-height: 1.5em;
}

.grid-preview .one-third.last { background: none; }

.grid-preview-item {
	margin: 0 11px;
	border-bottom: 7px solid #dcdcdc;
	padding-top: 10px;
	-webkit-transition: all .1s linear;
       -moz-transition: all .1s linear;
        -ms-transition: all .1s linear;
         -o-transition: all .1s linear;
            transition: all .1s linear;
}

.grid-preview-item:hover {
	background-color: #fff; 
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.15);
	   -moz-box-shadow: 0 0 10px rgba(0,0,0,0.15);	
	        box-shadow: 0 0 10px rgba(0,0,0,0.15);
}

.grid-preview-item h4 { margin-bottom: 5px; }

.grid-preview img { margin-bottom: 10px; }

.grid-preview-item p { padding: 0 1em; }

.grid-preview a:hover { text-decoration: none; }

/*------------------------------------*\
    $LOCATIONS
\*------------------------------------*/

.list-location-heading {
	text-align: center;
	text-transform: uppercase;
}

.list-locations iframe { 
	margin-bottom: 0; 
	vertical-align: top;
}

.list-location-content {
	padding: 1em 1.1618em;
	background-color: #fff;
	border: 1px solid #eee;
	border-top: 0;
}

.list-locations p { margin-bottom: 0; }





/*------------------------------------*\
    4. $STATE
\*------------------------------------*/

.is-hidden { display: none; }





/*------------------------------------*\
    5. $THEME
\*------------------------------------*/

/*------------------------------------*\
    $COLOURS
\*------------------------------------*/

/* Brand primary and secondary colours */
.bpc { color: #00a1e5; }
.bsc { color: #1b7eb1; }

.text-light { color: #fff; }
.text-dark { color: #00070a; }
.text-neutral { color: #808080; }

/*------------------------------------*\
    $BACKGROUNDS
\*------------------------------------*/

/* Brand primary and secondary background colours */
.bpb { background-color: #00a1e5; }
.bsb { background-color: #1b7eb1; }

.bg-light { background-color: #f1f1f1; }
.bg-white { background-color: #fff; }

.has-shadow {
	-webkit-box-shadow: inset 0 5px 10px rgba(208,209,210,.75);
	   -moz-box-shadow: inset 0 5px 10px rgba(208,209,210,.75);
	        box-shadow: inset 0 5px 10px rgba(208,209,210,.75);
}

::-moz-selection, ::selection {
    background: #1dbdef;
    color: #fff;
    text-shadow: none;
}

/*------------------------------------*\
    $BORDERS
\*------------------------------------*/

.has-border-all { border: 1pxs solid #d5d5d5; }

.has-border-v {
    border: solid #d5d5d5;
    border-width: 1px 0;
}

.has-border-h {
    border: solid #d5d5d5;
    border-width: 0 1px;
}

.has-border-alt {	
	border: solid #838383;
	border-width: 2px 0;
}

.bar {
	height: 17px;
	background-color: #1b7eb1;
	border-bottom: 12px solid #00a1e5;	
}

.bar-single {
	height: 8px;
	background-color: #2084b6;
}



