/* Color / Size Changes
------------------------------------- */ 
body {
	background-color: #ffffeb;
}

h1, h2, h3, h4, h5, h6 {
	color: #E08153; 
}

/* Used to make lower headers same size as top header to avoid having a duplicate title header */
h2 {
	font-size: 3.6rem;
}

/* Border below banner image */
.zone-branding-wrapper {
	background-color: #ffffeb;
	border-bottom: 2px double #DA7346;
}

a, #section-footer a { color: #500500; text-decoration: none; line-height: inherit; outline: none; }
a:hover, #section-footer a:hover { color: #DA7346; }

/* Margin to space body content evenly among pages */
#zone-content {  
	margin-top: 1.5em;
}
/* Table modification */
.region-content table td {
	border-bottom: 0 none;
}

/* Remove site-name, zone-topper-wrapper & breadcrumbs
------------------------------------- */ 
.site-name {
	display: none;
}

.zone-topper-wrapper {
	display: none;
}

.breadcrumb {
	display: none;
}

/* Left sidebar (main menu) modifications
------------------------------------- */ 
#region-sidebar-first ul.menu a {
	text-decoration: underline;
	line-height: 20px;
	font-size: 18px;
}

#region-sidebar-first ul.menu a:hover {
	color: #DA7346;
}

#region-sidebar-first ul.menu li {
	border-bottom: 0 none;
}

#region-sidebar-first ul.menu {
	border-top: 0 none;
}

#region-sidebar-first ul.menu a:hover {
	background: none;
}

/* Footer modification */
.zone-wrapper.zone-footer-wrapper.clearfix {
	background-color: #ffffeb;
}

.copyright.spacer {
	color: #000000 !important;
	font-size: 13px !important;
	text-align: right;
}

#region-footer-first h1 a {
	background: 0 none !important;
}

/* Change colors when logged as admin, etc */
ul.tabs {
	border-bottom: 1px solid #DA7346 !important;
}
ul.tabs li a {
	background-color: #FFFEEE;
	border: 1px solid #505050;
}
/* Remove border between content and user menu when user is not logged in */
#region-content:after {
	border-right: 0 none;
}