/*
Theme Name: Nuclear Medicine
Theme URI: http://www.reviveweb.com.au
Description: A custom designed theme by revive
Version: 1.0
Author: revive
Tags: custom header and footer design, simple posts, widgets, dynamic menus, feature images
*/
/*
background: 
Font: 
Google font: 
Colors:
header blue #2497a9
green #4fb758
blue #0066a4
text grey #58585a
lt grey #dfe0e2

*/
/*
CURVED CORNERS http://www.css3.info/preview/rounded-border/
border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;

BOX SHADOWS - Shadow: -left or right | -up or down | blur radius (0 is sharp) | spread radius (negative for 1 side shadow) | color
box-shadow: 0px 2px 10px #999;
    -moz-box-shadow: 0px 2px 10px #999;
    -webkit-box-shadow: 0px 2px 10px #999;

TEXT SHADOW -left/+right -up/+down fuzziness color
text-shadow: 1px 1px 2px #bbb;
*/

/* --- BACKGROUND & BORDER --- */
body {
    background: #dfe0e2 url('images/background.jpg') top repeat-x;
    padding-top: 40px;
    padding-bottom: 40px;
}
/* container for border below */
.container{
    background: #fff; /* page background */
    box-shadow: 0px 3px 8px #aaa;
}
#content{
    min-height: 600px;
}

/* ------- LAYOUT ------- */
/* to change page width (ie-fix.css too)
body > .container {max-width: 1200px;}
.row {max-width: 1200px;}
*/

/* --- BRANDING AREA --- */
#branding{
    padding:0; /* cancel default 12col padding */
    margin-top: 95px;
}

/* banner */
#banner {
    background: url('images/banner.jpg') no-repeat;
    height: 324px;
}
#banner.pet{
    background: url('images/banner-pet.jpg') no-repeat;
}

/* logo */
#logo {
    background: url('images/logo.jpg') left no-repeat;
    height: 95px;
    width: 100%;
    position: absolute;
        top: -95px;
        left: 0;
    z-index: 2;
}

/* square cutout */
#big-square {
    background: url('images/background.jpg') top repeat-x;
    height: 100px;
    width: 100px;
    position: absolute;
        top: -95px;
        right: 0;
    z-index: 3;
}
/* square */
#little-square {
    background: url('images/background.jpg') top repeat-x;
    height: 50px;
    width: 50px;
    position: absolute;
        top: -95px;
        right: 0;
    z-index: 3;
}

/* HOME BANNER TITLE */
.title{
    font-size: 75px;
    font-family: 'Lato', Arial, sans-serif;
    position: absolute;
    /*text-shadow: 1px 1px 1px #aaa;*/
    z-index: 99;
}
.title.nuclear{
    color: #4fb758;
    top: 70px;
    left: 39%;
}
.title.medicine{
    color: #0066a4;
    top: 145px;
    left: 51%;
}
.title.pet{
    color: #4fb758;
    top: 90px;
    left: 47%;
}

/* big scans */
#branding > .extra {
    background: url('images/scans.png') no-repeat;
    height: 288px;
    width: 294px;
        top: -95px;
        right: 0;
    z-index: 4;
}
/* little scans */
#branding > .extra-2 {
    background: url('images/scans-subpage.png') no-repeat;
    height: 142px;
    width: 145px;
        top: -95px;
        right: 0;
    z-index: 4;
}
#branding > .spacer{
    height: 50px;
}

/* --- MAIN CONTENT AREA --- */

/* sidebar */
#sidebar {
    min-height: 400px;
    margin-right: 25px;
}

/* breadcrumbs */
#breadcrumbs{
    position: absolute;
        left: 40px;
        bottom: 0px;
}
/* page / post */
#page, #post {
    margin: 25px 0 40px 0;
    min-height: 0;
}


/* ----- FOOTER AREA ----- */
#before-footer{
    
}

#footer {
    background: #4fb758;
    height: auto;
    padding: 5px 0;
}

#copyright{
    
}


/* ----- MENUS ----- */
#menu{
    margin-top: 25px;
    margin-left: 15px;
}
.flyout-menu > li > a{
    background-image: url('images/bullet.png') !important;
    background-repeat: no-repeat;
    background-position: 0px 9px !important; /* from left / top */
    padding-left: 18px;
    list-style-type: none;
}
/* CUSTOM QUICK LINKS MENU */


/* --- WIDGETS --- */
ul.widget > li {
    border: 1px solid #4fb758;
    border-radius: 10px;
        moz-border-radius: 10px;
        webkit-border-radius: 10px;
    box-shadow: 0px 3px 6px #ddd;
    margin-top: 35px;
    padding: 20px;
    position: relative;
}
h3.widget-title {
    background: #fff;
    color: #4fb758;
    font-size: 20px;
    padding: 0 10px;
    margin: 0;
    position: absolute;
        top: -12px;
    text-shadow: none;
}


/* ------- TEXT ------- 
Sans: Tahoma, Geneva, Helvetica, Arial, 'Trebuchet MS', Calibri, 'Century Gothic', 'Gill Sans MT', Verdana
Serif: Georgia, Garamond, 'Times New Roman'
*/
body * {
    color: #58585a;
    font-family: Arial, sans-serif
}
/* Reversed text */
.reversed, .reversed * {
    color: #fff;
}

/* --- LINKS --- */
a {
    color: #0066a4;
}
/* on hover and click */
a:hover, a:active {
	color: #4fb758;
}
/* Reversed anchors */
.reversed a {
    color: #fff;
}
.reversed a:hover {
    color: #0066a4;
}

/* --- HEADINGS & GOOGLE FONTS --- */
/* All headings */
h1, h2, h3, h4, h5, h6{
    color: #0066a4;
    font-family: 'Lato', Arial, sans-serif;
    margin: 0.7em 0 0.6em 0;
}
h1 *, h2 *, h3 *, h4 *, h5 *, h6 *{
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    margin: inherit;
}
h1, h2, h3{
    /*text-shadow: 1px 1px 1px #aaa;*/
}
h4, h5, h6{
    font-family: inherit;
}
/* Major headings */
h1, td h1 {
    font-size: 2.0em;
}
/* Sub headings */
h2, td h2 {
    font-size: 1.75em;
}
/* Minor headings */
h3, td h3 {
    font-size: 1.5em;
}
h4, td h 4{
    font-size: 1.25em;
}
h5, td h5 {
    color: #4fb758;
    font-size: 1.25em;
}
h6, td h6 {
    font-size: 1.1em;
}

/* --- FORM INPUTS --- */
/* inputs */
input, textarea, select {
    border: 1px solid #999;
    box-shadow: 0px 2px 3px #ddd;
    margin: 5px 0;
}
/* Submit button */
input[type="submit"],
input[type="button"]{
    
}
/* Hover effect */
input[type="submit"]:hover,
input[type="button"]:hover{
    background: #4fb758;
    color: #fff;
    cursor: pointer;
}

/* --- SERVICES TABLE --- */
#post td{
    border-bottom: 1px solid #eee;
    padding: 10px 10px 10px 0;
    margin-bottom: 15px;
}
td,
td *{
    font-size: 12px;
}
#services td{
    padding-left: 0;
}
#services img{
    border: 1px solid #aaa;
    border-radius: 3px;
    margin: 7px 0 0 0 !important;
    width: 75px !important;
    height: 75px !important;
}
.size-thumbnail{
    width: 100px;
    height: 100px;
}

.widget img{
    margin:0 !important;
}
/* image widget image */
.widget widget_sp_image img{
    margin: 0 auto;
}
/* image widget caption */
.widget_sp_image-description p{
    margin-top: 7px;
    padding-bottom: 0;
    text-align: center;
}
/* text widget */
.textwidget p{
    text-align: left;
    text-indent: 0;
}
