/*--- Generic Style -------------------------------------*/

#container a, #container a:link {
	color: #bb6f02;
}

#container a:hover, #container a:active {
	color: #e58802;
}


/*--- Header Style -------------------------------------*/

#header .style_content {
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
}

#header .style_content a, #header .style_content a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#header .style_content a:hover, #header .style_content a:active {
	color: #d0c7b9;
	text-decoration: none;
}

#header .style_content #blog_menu {
	background-image: url(header_menu.jpg);
	background-repeat: no-repeat;
}



/*--- Content Style -------------------------------------*/

#content .style_content {}

#content .prominent {
	background-color: #f7f5f1;
	background-image: url(back_prominent.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#content .prominent .inner {
	background-image: url(back_prominent_inner.gif);
	background-repeat: no-repeat;
	background-position: top;
}


#content #information {
	background-image: url(back_info.jpg);
}

#content #search {
	background-image: url(back_search.jpg);
}

#content #meta {
	background-image: url(back_prominent.jpg);
}


#content .comment .metadata {
	background-image: url(back_comment_meta.gif);
	background-repeat: no-repeat;
	background-color: #f7f5f1;
}

#content .comment .author {
	background-color: #e1dfdb;
}


/*--- Footer Style -------------------------------------*/

#footer .style_content {
	background-image: url(footer.jpg);
	background-repeat: no-repeat;
	background-position: top;
	color: #FFFFFF;
}

#footer .style_content a, #footer .style_content a:link {
	color: #FFFFFF;
}

#footer .style_content a:hover, #footer .style_content a:active {
	color: #d0c7b9;
}

#footer .style_content #footer_title a, #footer .style_content #footer_title a:link {
	text-decoration: none;
}

#footer .style_content #footer_title a:hover, #footer .style_content #footer_title a:active {
	text-decoration: none;
}

/*--- Big table of iPods -------------------------------------*/

sup {
color: #666;
}

tr.u2 {
background-color: #f66;
color: black;
}

tr.silver {
background-color: #e3e3e3;
}

tr.gold {
background-color: #e6dab1;
}

tr.green {
background-color: #c7ea91;
}

tr.blue {
background-color: #7fd3ed;
}

tr.pink {
background-color: #f699cd;
}

tr.u2 sup, tr.silver sup, tr.gold sup, tr.green sup, tr.blue sup, tr.pink sup, tr.red sup {
color: #333;
}

tr.black {
background-color: #999;
color: white;
}

tr.black sup {
color: #ddd;
}

tr.red {
background-color: #f33;
}

tr.orange {
background-color: #f4b080;
}

