/*--CUSTOMN-LAYOUT-START--*/

table {
	background: #fff;
	
}

.sidebar .block {
  border: none;
  padding: 10px 10px;
  margin: 0 0 20px;
  width: 300px;
}

.one-sidebar #content {
    width: 632px;
}
.panel-col-seven {
    width: 10%;
}

.panel-col-thirtyone {
	width:34%;	
	}

.panel-col-sixtytwo {
	width:54%;
	border: solid 1px #000;
	padding: 5px;
	}


/*--CUSTOMN-LAYOUT-END--*/



/*--MAGAZINES — START--*/

#magcovers td {
	background: #fff;
}

/*--MAGAZINES — END--*/

/*--Writer START--*/

#writertable td {
	background: #fff;
}

#writercontent {
	width:610px;
}

#writercontent td {
	background: #fff;
}

#tablewriter {
	text-align:left;
	vertical-align:top;
	padding-bottom:35px;
}

#writerred {
	color:#C00;
}

#authorarticle {
	text-align:center;
	vertical-align:top;
	line-height:.9em;
	font-size:.85em;
}




/*—-—Writers Layout END-—-*/


.bryant-flipped-content {
    float: left;
	width:68%;
}


/*---Rollover---*/

#rollover-1 * {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#rollover-1 {
  height:200px;
  width:200px;
  display:block;
  position:relative;
  overflow:hidden;
}

#rollover-1 img {
  width:100%;
  height:100%;
}

.overlay {
  height:0;
  width:100%;
  background:rgba(0,0,0,0.8);
  position:absolute;
  bottom:0px;
  right:0px;
}

#rollover-1:hover .overlay  {
  height:100%;
}

.expand {
  color:#fff;
  width:48px;
  height:48px;
  text-decoration:none;
  border:5px solid #fff;
  border-radius:100%;
  font-size:40px;
  position:absolute;
  top:50%;
  left:50%;
  margin:0 0 0 -24px;
  text-align:center;
}

#rollover-1:hover .expand {
  margin:-24px 0 0 -24px;
}

.links ul li.node-readmore {
  display: none;
}



/*—300x70 Slideshow—*/

.panels-ipe-portlet-content {
margin:18px 0 8px 5px;
}

.bartlett-flipped-content-container .bartlett-flipped-content-column1 {
    margin-top: -20px;
    width: 51.613%;
}

.bartlett-flipped-content-container .bartlett-flipped-content-column2 {
    margin-top: -20px;
    width: 48.387%;
}

.field .field-name-field-date-of-news .field-type-datetime .field-label-hidden {
	font-size: 0.5em;
	color:#fof;

}

span.date-display-single {
    color: #999;
font-style:italic;
line-height:1.9em;
font-size:.8em;
padding-bottom:10px;
padding-top:-30px;
}





