/* 
CCI CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/
h4 {
	font-size:1.25em;
	font-weight:bold;
	margin:5px 0;
}

/* ######################################## QUOTE WIDGET STYLES #### */
.header-bar {
	line-height: 1.02em;
}

#quote {
	width: 345px;
	height: 90px;
	background: transparent url(images/quote-back.png) no-repeat 0 0;
	color: #fff; /*#766a06;*/
	margin-top: 54px;
	margin-left: 30px;
	padding: 10px 35px 0 35px;
}

#quote h2 {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
}

#quoteauthor {
	display: block;
	font-style: italic;
	font-weight: 600;
	text-align: right;
}
/* ####################################### Gallery Sidebar Styles ### */


#gallery {
	float:left;
	width: 180px;
	margin: 10px 0 0;
	min-height: 392px;
	background: none repeat scroll 0 25px #644A36;
	/* background: #332e24 url(images/gallery-back.jpg) no-repeat 0 25px; */
}

/* ######################################## Award and Affiliations WIDGET STYLES #### */
#body-awards, #body-partners {
	margin-top: 25px;
	text-align: center;
}

#body-awards img, #body-partners img {
	display:inline;
	padding: 0;
	margin: 0;
	border: 0;
}

.image-list {
	margin: 0;
	padding: 0;
}

.image-list li {
	display: block;
	margin: 0;
	padding: 0 0 10px 0;
	list-style-image: none;
	list-style-type: none;
}

/* Page Navi Styles */
.page-nav {
	font-size: 0.7em;
}

.wp-pagenavi a, .wp-pagenavi span {
	border-color: #8F5A2C;
}
