/* @group Default Colors */
a,
a:link, 
a:visited, 
a:active,
a.active{
	color: #A33F1F;
}
a:hover{
	color: #603417;
}

.intro-text{
	color: #A33F1F;
}

div#site-name-overlay{
	background-color: #603417;
}

h1.title{
	color: #603417;
}

div#page{
	background-color: #f2f3ee;
}

div#syndication{
	background-color: #e5e6dd;
}
/* @end */

/* @group Gradient Backgrounds */

.branding-blue-gradient #page{
	background: #f4f9fa url(../images/backgrounds/blue-fade.jpg) repeat-x left 210px;
}

.branding-tan-gradient #page{
	background: #f5f5f1 url(../images/backgrounds/tan-fade.jpg) repeat-x left 210px;
}

/* @end */

/* @group Color Sets */

/*Use ".branding-COLORSETNAME" to target links and other elements for a specific colour set.*/

/* @group pdx_1 */
.branding-pdx_1 a,
.branding-pdx_1 a:link,
.branding-pdx_1 a:visited,
.branding-pdx_1 a:active,
.branding-pdx_1 a.active{
	color: #A8B400;
}
.branding-pdx_1 a:hover{
	color: #6A7F10;
}
/* @end */

/* @group pdx_2 */
.branding-pdx_2 a,
.branding-pdx_2 a:link,
.branding-pdx_2 a:visited,
.branding-pdx_2 a:active,
.branding-pdx_2 a.active{
	color: #A33F1F;
}
.branding-pdx_2 a:hover{
	color: #603417;
}
/* @end */

/* @group pdx_3 */
.branding-pdx_3 a,
.branding-pdx_3 a:link,
.branding-pdx_3 a:visited,
.branding-pdx_3 a:active,
.branding-pdx_3 a.active{
	color: #A1D8E0;
}
.branding-pdx_3 a:hover{
	color: #00759A;
}
/* @end */

/* @group pdx_4 */
.branding-pdx_4 a,
.branding-pdx_4 a:link,
.branding-pdx_4 a:visited,
.branding-pdx_4 a:active,
.branding-pdx_4 a.active{
	color: #6A7F10;
}
.branding-pdx_4 a:hover{
	color: #374615;
}
/* @end */

/* @end */