@import url(content_rte.css);

/*
** Common (overrides)
*/
h1, h2, h3, h4, h5, h6 {
	font-size: 160%;
	color: #cb034d;
	margin: 0.5em 0;
	padding: 0;
	font-weight: bold;
}

h2 {
  font-size: 140%;
}

h3 {
  font-size: 120%;
}

h3, h4, h5, h6 {
  font-size: 100%;
}

h4, h5, h6 {
  color: #000;
}

a {
	color: #d20040;
}

p {
	margin: 0;
	padding: 0 0 0.5em 0;
}

ul {
	margin: 0;
	padding: 0;
}

.subcolumns {
  margin: 10px 0;
}

/*
** Content Area: 1 Column Boxes
*/
.subcolumns.col1_gray {
	background: transparent url( images/content/contentbox_1col_bg.png ) repeat-y bottom;
	font-size: 90%;
}

.subcolumns.col1_gray .subcl {
	padding: 10px 10px 10px 10px;
}

/*
** Content Area: 2 Column Boxes
*/
.subcolumns.col2_default {
	background: none;
}

.subcolumns.col2_default .subcl {
}

.subcolumns.col2_gray {
	background: transparent url( images/content/contentbox_2col_bg.png ) repeat-y bottom;
	font-size: 90%;
}

.subcolumns.col2_gray .subcl {
	padding: 10px 10px 10px 10px;
}

/*
** Content Area: 3 Column Boxes
*/
.subcolumns.col3_default {
	background: none;
}

.subcolumns.col3_default .subcl {
}

.subcolumns.col3_gray {
	background: transparent url( images/content/contentbox_3col_bg.png ) repeat-y bottom;
	font-size: 90%;
}

.subcolumns.col3_gray .subcl {
	padding: 10px 10px 10px 10px;
}

/*
** Sidebar
*/
.sidebarbox {
	width: 248px;
	margin: 0 0 5px 0;
	padding: 0;
}

.sidebarbox .content {
	margin: 0;
	padding: 8px 15px 8px 15px;	
}

.sidebarbox .content h1, .sidebarbox .content h2,
	.sidebarbox .content h3, .sidebarbox .content h4,
	.sidebarbox .content h5, .sidebarbox .content h6 {
	font-size: 140%;
	margin: 0;
	padding: 0;
}

.sidebarbox.red .content {
	color: #fff;
	background: transparent url( images/sitebar/sidebarbox_red_bg.png ) no-repeat bottom;
}

.sidebarbox .content a {
	text-decoration: none;
}

.sidebarbox .content a:hover {
	background: none;
	text-decoration: underline;
}

.sidebarbox.red .content h1, .sidebarbox.red .content h2,
	.sidebarbox.red .content h3, .sidebarbox.red .content h4,
	.sidebarbox.red .content h5, .sidebarbox.red .content h6, 
	.sidebarbox.red .content a {
	color: #ffabca;
}

.sidebarbox.orange .content {
	color: #fff;
	background: transparent url( images/sitebar/sidebarbox_orange_bg.png ) no-repeat bottom;
}

.sidebarbox.orange .content h1, .sidebarbox.orange .content h2,
	.sidebarbox.orange .content h3, .sidebarbox.orange .content h4,
	.sidebarbox.orange .content h5, .sidebarbox.orange .content h6,
	.sidebarbox.orange .content a {
	color: #a45d11;
}

.sidebarbox.blue .content {
	color: #fff;
	background: transparent url( images/sitebar/sidebarbox_blue_bg.png ) no-repeat bottom;
}

.sidebarbox.blue .content h1, .sidebarbox.blue .content h2,
	.sidebarbox.blue .content h3, .sidebarbox.blue .content h4,
	.sidebarbox.blue .content h5, .sidebarbox.blue .content h6,
	.sidebarbox.blue .content a {
	color: #b3bcd6;
}

.sidebarbox.gray .content {
	color: #000;
	background: transparent url( images/sitebar/sidebarbox_gray_bg.png ) no-repeat bottom;
}

.sidebarbox.gray .content h1, .sidebarbox.gray .content h2,
	.sidebarbox.gray .content h3, .sidebarbox.gray .content h4,
	.sidebarbox.gray .content h5, .sidebarbox.gray .content h6 {
	color: #000;
}

.sidebarbox.default .content {
	padding: 0 15px 5px 7px;
}
