/*
-----------------------------------------------
Client:REDF
Project:Web Site Redesign (http://www.redf.org/)

Filename:tcon.css 
Notes:Styles all elements within the [t]ertiary [con]tent block.

Author:Dayspring Technologies, Inc.
Email:info@dayspring-tech.com
Web:http://www.dayspring-tech.com/
----------------------------------------------- */

/* Layout
----------------------------------------------- */
div.hilite {
  background:transparent url(/img/bg-grad-rt.gif) no-repeat top right;
	margin-bottom:10px;
	padding-right:6px;
	}
.hilite div.inner, div.farber-featured-alumni {
  background:transparent url(/img/bg-grad-lt.gif) no-repeat top left;
	padding:10px 4px 0 10px;
	}
#tcon p.caption {
	color:#8c8976;
	margin:0 10px 20px;
	}

/* Quote box styles
----------------------------------------------- */
div.quote {
  background:#f2f1df url(/img/bg-quote-bm.gif) no-repeat bottom left;
	margin-bottom:20px;
	padding:0;
	}
.quote div.inner {
  background:transparent url(/img/bg-quote-tp.gif) no-repeat top left;
	padding:10px 10px 15px;
	}
.quote p {
	color:#59574b;
	font-size:85%;
	line-height:123.1%;
	margin:0;
	}
.quote p strong {
	color:#f55d07;
	line-height:131%;
	}
.quote p em {
	display:block;
	font-family:georgia,"times new roman",serif;
	font-size:131%;
	line-height:138.5%;
	margin-bottom:10px;
	}

/* Widget styles
----------------------------------------------- */
div.widget {
	padding-bottom:15px;
	}
.widget img.left, .widget img.right {
	margin-bottom:5px;
	}
.widget h2 {
	color:#f55d07;
	font-size:138.5%;
	font-weight:normal;
	margin:5px 0 10px;
	}
.widget p {
	margin-bottom:10px;
	}
.widget ul {
  margin-bottom:10px;
	}
.widget ul li {
  margin-bottom:0;
	}
	
/* Network icon layout
----------------------------------------------- */
.widget ul.network {
	margin-left:0;
	}
.widget ul.network li {
	font-size:85%;
	float:left;
	list-style:none;
	margin-bottom:5px;
	margin-right:5px;
	width:87px;
	}
body#layout1 .widget ul.network li {
	margin-right:10px;
	width:auto;
	}

/* Link styles
----------------------------------------------- */
.widget ul li a {
  text-decoration:none;
	}
.widget a:hover, .widget a:active {
  color:#f55d07;
	}
