/*
Theme Name:	Shades of Blue Child
Description:	Child theme of Shades of Blue for personal modifications.
Author:		gerjomarty
Author URI:	http://www.anientity.co.uk/
Template:	shades-of-blue
Version:	0.1
*/

@import url("../shades-of-blue/style.css");

.headerleft {
    padding: 25px 0 0 20px;
    width: 430px;
}

.headerright {
    clear: right;
    padding: 0;
}

.headerright h3 {
    float: right;
    color: #FFFFFF;
    padding-right: 20px;
}

.headerright h3 a:link, .headerright h3 a:hover, .headerright h3 a:visited {
    color: #FFFFFF;
    text-decoration: none;
}

.headerright #nav {
    clear: right;
    padding-top: 66px;
}

#header {
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    height: 140px;
	background-repeat: no-repeat;
}

.highlight {
    background-color: #01678F;
    padding: 0 4px;
}

