/* ------------------- LINKS AND COLOR ------------------- */
/* body links */ a:link, a:visited, a:active {color: #000000; font-weight: normal; text-decoration: underline;}
/* ------------------- HEADER ------------------- */
/* gradiant for header and footer regions */
#section-header{
	background: -moz-linear-gradient(center top , rgba(0,0,0,0) 0%, rgba(0,0,0,0.15) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.15) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.15) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.15) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0); /* IE10+ */
	position: relative;
/*	height: 160px; */
	 height: 140px;
	 
}

/* site name */
#region-branding h2 {
	padding-top: 5px;
	font-size: 3.4em;
	text-align: right;
	color: #000000;
}

/* information on Ian */
#region-branding p {
	text-align: right;
	font-family: "YaleDesign",Georgia,"Times New Roman",Times,serif;
	color: #000000;
}

/* link colors for top */
#section-header a:link, #section-header a:visited, #section-header a:hover, #section-header h2 a:hover {
	color: #000000;
	text-decoration: none;
}

/* ------------------- MENU ------------------- */
div#region-menu.grid-12.region.region-menu{ /***change width size menu ***/
width:1000px;
}
/* link colors for top */
.menu a:link, .menu a:visited, .menu a:active {
	color: #eeeeee !important;
	text-decoration: none;
	font-weight: bold;
}

.yale-wide-menu, .yale-boxed-menu {
    /* background: 0 none; */
    /* top: -108px; */ 
	border-bottom: 1px solid #585858;
	border-top: 1px solid #585858;
}
#zone-menu ul.menu{
font-size:1.3rem;
}
.sf-depth-2, .sf-depth-3 { background-color: #FFFFFF; font-weight: normal !important;}

/* ------------------- BODY ------------------- */
h1,h2,h3,h4,h5 {
	color: #000000;
}

body.front #page-title {
	display: none;
}

#page-title {
	padding-top: 15px;
}
/* ------------------- TABLE PROPERTIES ------------------- */
.region-content table td {
    border-bottom: 0 none;
}

tr:hover td {
background: 0 none;
}

/* ------------------- SIDEBAR SECOND IMAGE BLOCK ------------------- */
/* padding at top */
#region-sidebar-second {
padding-top: 50px;
}

/* padding between images */
#region-sidebar-second img {
padding-bottom: 15px;
}

/* remove after line */
#region-content:after {
	border-right: 0 none; /* border color on right side when using sidebar second */
}

/* ------------------- IMAGE BLOCK PAGE VIEW ------------------- */
.teaser-list .views-row {
    border-bottom: 0 none;
}

.teaser-list img {
padding-right: 25px;
}

.teaser-list {
    border-top: 0 none;
}