/* Start of CMSMS style sheet 'elpihv - content' */
.content{
}

.content h1{
	font-size: 200%;
	font-weight: bold;
	padding-bottom: 10px;
}

.content h2{
	font-size: 150%;
	font-weight: bold;
	color: #555;
	padding-bottom: 10px;
}

.content .floatLeft{
	float: left;
	padding: 5px 10px 10px 0;
}

.content .floatRight{
	float: right;
	padding: 5px 0 10px 10px;
}

.content .workDetail{
	font-style: italic;
	color: #666;
	padding-bottom: 10px;
}

.content p{
	padding-bottom: 0.8em;
}

.content .contentRule{
	height: 1px;
	font-size: 1px;
	line-height: 0;
	width: 250px;
	margin: 0 auto;
	background-color: #ccc;
}

.content .captionedImage .caption{
	color: #555;
	font-size: 95%;
	font-style: italic;
}

.content .workThumbnails p{
	padding-top: 10px;
}

.content .workThumbnails p{
	padding-bottom: 5px;
	font-size: 90%;
	color: #555;
}

.content .workThumbnails ul{
	list-style-type: none;
}

.content .workThumbnails ul li{
	float: left;
	padding-right: 8px;
	padding-bottom: 8px;
}

.content .workThumbnails ul li a img{
	padding: 5px 4px 4px 5px;
	background-color: #ddd;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	vertical-align: top;
}

.content .workThumbnails ul li a:hover img{
	background-color: #ccc;
}


.content .workBodyImage{
	margin-bottom: 10px;
	padding: 6px 5px 5px 6px;
	background-color: #ddd;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.content .workBodyImage p{
	text-align: right;
	font-size: 90%;
	font-style: italic;
	color: #555;
	padding-top: 3px;
	padding-bottom: 0;
}

.content .workBodyImage img{
	vertical-align: top;
	width: 343px;
}

.bannerFullWidth .content .workBodyImage img{
	width: 718px;
}

.content .sponsors{
	padding-bottom: 10px;
	font-size: 90%;
	color: #777;
}

.content .sponsors h2{
	font-size: 100%;
	font-weight: bold;
	padding-bottom: 10px;
}

.content .sponsors ul.sponsorsList{
	list-style-type: none;
}

.content .sponsors ul.sponsorsList li{
	padding-bottom: 10px;
}


.content .workCategory h2{
	text-align: center;
	padding: 5px 0;
}

.content .workCategory ul{
	list-style-type: none;
}

.content .workCategory ul li{
	padding-bottom: 5px;
}

.content a{
	text-decoration: none;
	color: #444444;
}

.content a:hover{
	text-decoration: underline;
}


/* HOME PAGE */


.content .NewsSummaryLink{
	font-size: 110%;
	font-weight: bold;
	padding-bottom: 3px;
	border-bottom: 1px solid #666;
	margin-bottom: 4px;
}

.content .NewsSummaryPostdate{
	font-style: italic;
	color: #666;
}

.content .NewsSummary{
	font-size: 95%;
	padding-bottom: 15px;
}


/* BIOGRAPHY PAGE */

.content table.biographyTable{
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 15px;
}

.content table.biographyTable tr{
	padding-bottom: 5px;
}

.content table.biographyTable td.biographyDates{
	width: 5.5em;
	vertical-align: top;
}


/* LINKS PAGE */

.content ul.linksList{
	padding-bottom: 10px;
}

/* PRESS PAGE */

.content ul.pressList{
	padding-bottom: 20px;
}



/* End of 'elpihv - content' */

/* Start of CMSMS style sheet 'elpihv - base layout' */
html{
	min-width: 970px;
}


body{
	background-color: #d6d6d6;
	font-size: 80%;
	font-weight: normal;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-image: url( uploads/images/layout/background.jpg );
	background-repeat: no-repeat;
	background-position: 50% 0;
	min-width: 970px;
}


.header{
	min-width: 970px;
	background-color: #000;
}

.headerImage{
	height: 80px;
	background-image: url( uploads/images/layout/header.jpg );
	background-position: 50% 0;
	background-repeat: no-repeat;
}

.headerImageOverlay{
	width: 970px;
	margin: 0 auto;
}

.headerImageOverlay img{
	padding-left:20px;
	padding-top:35px;
}

.headerNavigation{
	width: 970px;
	margin: 0 auto;
}

.headerNavigation ul{
	list-style-type: none;
	line-height: 110%;
}

.headerNavigation ul li{
	float: left;
}

.headerNavigation ul li a{
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 2px 20px 3px 20px;
}

.headerNavigation ul li a:hover{
	background-color: #333;
}

.headerNavigation ul li.selected a{
	font-weight: bold;
	background-color: #444;
}

.main{
	width: 970px;
	margin: 0 auto;
}

.pageWrapper{
	float: left;
	width: 770px;
	background-color: #fff;
}

/* single column layout */

.pageColumn{
	float: left;
	width: 730px;
	padding: 20px 20px 20px 20px;
}

/* two column layout */

.bannerFullWidth{
	float: left;
	width: 730px;
	padding: 20px 20px 0px 20px;
}


.pageColumnLeft{
	float: left;
	width: 355px;
	padding: 20px 10px 20px 20px;
}

.pageColumnRight{
	float: left;
	width: 355px;
	padding: 20px 20px 20px 10px;
}

/* three column layout */

.pageColumn1of3{
	float: left;
	width: 230px;
	padding: 20px 10px 20px 20px;
}

.pageColumn2of3{
	float: left;
	width: 230px;
	padding: 20px 10px 20px 10px;
}

.pageColumn3of3{
	float: left;
	width: 230px;
	padding: 20px 20px 20px 10px;
}

/* front page layout */

.pageFrontMain{
	float: left;
	width: 500px;
	padding: 20px 10px 20px 20px;
}

.pageFrontNews{
	float: left;
	width: 210px;
	padding: 20px 20px 20px 10px;
}



/* side column */

.tertiaryColumn{
	float: left;
	width: 200px;
}

.tertiaryColumnPadder{
	padding: 20px 0 0 20px;
}

/* End of 'elpihv - base layout' */

/* Start of CMSMS style sheet 'elpihv - global' */
*{
	margin: 0;
	padding: 0;
	border: 0;
}

ul, ul li{
	list-style-type: none;
}

/* CLEARFIX */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* End of 'elpihv - global' */

