/*
Theme Name:     loyaltyten
Theme URI:      
Description:    Child theme for the Twentyten theme
Author:         Karl Johnson
Author URI:     http: //beachdog.com/
Template:       twentyten
Version:        0.1.0
*/

@import url("../twentyten/style.css");

body {
	background: url("images/loyalty-background.png") repeat 0 0;
	}
		
a {
    color: #cd363b;
}

a:link {
	color: #cd363b;
	}
	
a:visited {
	color: #cd363b;
	}

#wrapper {
	margin-top: 25px;
	}

#branding img {
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:0px;
	clear:both;
	display:block;
}

#access {
	background: #4376b9;
	}
	
#access a {
	color: #ffffff;
	}

#access ul ul a {
	background: #cd363b;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #cd363b;
	color: #fff;
}

#colophon {
	border-top-color: #cd363b;
	}
