/* charitybuzz - View Causes */


/* ===========================================
         CONTENT HEADER
==============================================*/

#contentHd a {
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.3em;
	color: #59453c;
	text-transform: uppercase;
	text-decoration: none;
	}

#contentHd a:hover {
	color: #f00;
	}

#contentHd a strong {
	color: #c52200;
	}

#contentHd .pagination {
	margin-left: 9px;
	}


/* ===========================================
         CELEBRITIES
==============================================*/

#celebrities {
	padding: 20px 0 20px 11px;
	border-top: 13px solid #dedbd4;
	}

#celebrities table {
	font-size: 1.1em;
	line-height: 1.3em;
	color: #59453c;
	border-top: 1px solid #dedbd4;
	background-color: #f6f1e2;
	}

#celebrities table tr {
	vertical-align: top;
	}

#celebrities table td {
	width: 152px;
	padding: 12px 8px 40px;
	border-bottom: 1px solid #dedbd4;
	}

#celebrities table .photo {
	display: block;
	width: 150px;
	height: 150px;
	margin-bottom: 6px;
	overflow: hidden;
	background-color: #000;
	border: 1px solid #efe8d1;
	}

#celebrities table .photo img {
	width: 100%;
	}

#celebrities table h3 {
	min-height: 2.4em;
	_height: 2.4em; /* Win/IE6 */
	margin-bottom: 0.4em;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.2em;
	color: #f65e48;
	text-align: center;
	}

#celebrities table a {
	text-decoration: none;
	}

#celebrities table ul {
	list-style: disc;
	margin-left: 0;
	padding-left: 1.4em;
	color: #f65e48;
	}

#celebrities table li {
	margin-bottom: 0.4em;
	/* padding-left: 14px;
	background: url(../images/icons/redArrow-whitebg.gif) 0 2px no-repeat; */
	}

#celebrities table li a {
	color: #46352E;
	}

#celebrities .viewAllItems a {
	color: #c52200;
	}

#celebrities table li a:hover {
	color: #f00;
	}


/* ===========================================
         PAGINATION
==============================================*/

#pagination {
	padding: 16px 0 29px 20px;
	font-weight: bold;
	color: #59453c;
	text-transform: uppercase;
	border-top: 13px solid #dedbd4;
	}

#pagination a {
	margin-right: 0.3em;
	font-weight: bold;
	color: #59453c;
	text-transform: uppercase;
	text-decoration: none;
	}

#pagination a:hover {
	color: #f00;
	}

#pagination a strong {
	color: #c52200;
	}

#pagination a.on {
	color: #c52200;
	text-decoration: underline;
	}

#pagination .ftr-displayClosed {
	margin-left: 3em;
	}

#pagination .label-displayClosed {
	float: none;
	margin-left: 0;
	font-size: 1em;
	}

#pagination  #causesPerPage {
	display: inline;
	margin-left: 4em;
	}

#pagination  #causesPerPage label {
	margin-right: 0.6em;
	}
