/*
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 {
        padding: 110px 0 0;
}

#header {
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	height: 140px;
	background-image: url(rotate.php);
	background-repeat: no-repeat;
}

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