@charset "UTF-8";

/* CSS Document */

/* @override 
	http://conferences.regent-college.edu/pastors2009/conference_styles.css
	http://conferences.regent-college.edu/tradition/conference_styles.css
*/

/* These styles are customized for each individual conference and override mainstyles.css */

/* Change the main page content background colour */

body #wrap {
	background-color: #501e13;
	border-bottom-color: #38281f;
}

/* Change the bottom border colour of the header */

#header {
	border-bottom: 4px solid #38281f;
}

/* Adjustments to #topcontent and change the main conference image */

#wrap #main.clearfix #topcontent {
	background: url(images/main_image.jpg) no-repeat 300px -20px;
	border-bottom-color: #70503e;
	margin-top: 20px;
}


/* Adjust the link colours to match the conference background colour */

#main #mainContent a {
	color: #bea95b;
}

#main #mainContent a:hover {
	color: #ffffff;
}

#main #topcontent #mainlinks a {
	border: 1px solid #501e13;
}

#main #topcontent #mainlinks  a:hover {
	color: #FFFFFF;
	background-color: #1c1e13;
	border: 1px solid #fff;
}

/* Change the content borders and breadcrumb colours to match conference colour scheme  */

#titlebar {
	border-top: 4px solid #261b15;
}

#titlebar #breadcrumb-bar {
	background-color: #261b15;
	border-bottom: 1px none #6A4F3D;
	color: #dbdbdb;
}

/* make changes to #mainCol and change the table row alt colour to complement the background colour */

#main #mainContent #mainCol td.altrow {
	background-color: #71291a;
}

#main #mainContent #mainCol {
	border-left-color: #70503e;
}

/* Adjust sidebar colours */

#main #mainContent #sidecolLeft h2 {

	background-color: #261b15;
	border: 2px solid #70503e;

}


/* Adjust Footer border colour */



#footer-border {
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #38281f;
}





