/*
 * HaCIRIC Stylesheet v1.0
 *
*/

@font-face {
       font-family: "officina";
       src: local("officina"), url("/static/fonts/officina.ttf") format("truetype");
       font-weight: normal;
       font-style: normal;
}

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Georgia, Times;
}

img {
	border: 0;
}

p {
	font-family: Arial;
	font-size: 12px;
	line-height: 16px;
	color: #333;
	margin-bottom: 12px;
}

a {
	color: #EF2F24;
}

ol {
	font-family: Arial;
	font-size: 12px;
	line-height: 16px;
	color: #333;
	margin-bottom: 12px;
}

ol li {
	margin-left: 20px;
}

hr {
	border: 0;
	border-top: 1px dotted #666;
	color: #fff;
	background-color: #fff;
	height: 1px;
	width: 100%;
	text-align: left;
	padding-bottom: 10px;	
}

hr.quotes {
	border: 0;
	border-top: 1px dotted #666;
	color: #fff;
	background-color: #fff;
	height: 1px;
	width: 100%;
	text-align: left;
	padding-bottom: 0px;
}

.font-replace {
	font-family: Times;
}

#project-intro-h1 {
	font-family: Times;
}


.font-replace:nth-of-type(1n) {
	font-family: "officina", Georgia, Times;
}



h1 {
	font-weight: normal;
	font-size: 24px;
	line-height: 27px;
	margin-bottom: 10px;
	font-family: Times;
}

h1:nth-of-type(1n) {
	font-family: "officina", Georgia, Times;
	font-size: 27px;
	line-height: 30px;
}

h2 {
	font-size: 16px;
	line-height: 20px;
	padding-top: 5px;
	color: #EF2F24;
	font-weight: normal;
	padding-bottom: 10px;
}

h3 {
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;
	background: #fff url('/static/img/hx-bg.jpg') repeat-y;
	line-height: 15px;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 10px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-family: "officina", Georgia, Times;
	padding-top: 2px;
}

h3.newsheader {
	border: 0;
	border-top: 1px dotted #666;
	background: none;
	padding-bottom: 2px;
	padding-left: 5px;	
}

h3:nth-of-type(1n) {
	line-height: 16px;
	font-size: 14px;
}

.small-bg {
	background: #fff url('/static/img/hx-bg-small.jpg') repeat-y;
}

h3 img {
	padding-top: 0px;
	padding-right: 5px;
}

h3.big-issues  {
	background: none;
	color: #EF2F24;
	padding: 5px;
}

h4 {
	font-size: 16px;
	line-height: 19px;
	font-weight: normal;
	font-family: "officina", Georgia, Times;
	color: #EF2F24;
	margin-bottom: 10px;
}

.lhpr {
	padding-top: 0px;
}

.main-intro-text {
	font-family: "officina", Georgia, Times;
	font-size: 16px;
	line-height: 20px;
	/* padding-left: 10px;  Not sure why I did this? */
}

.main-intro-text-projects {
	font-family: "officina", Georgia, Times;
	font-size: 22px;
	line-height: 25px;
	/* padding-left: 10px;  Not sure why I did this? */
}


.news-intro-text {
	font-family: "officina", Georgia, Times;
	font-size: 16px;
	line-height: 20px;
	padding-top: 5px;
}

.red {
	color: #EF2F24;
}

#wrapper {
	overflow: hidden;
	width: 980px;
	margin: 0 auto;
}


#header, #navigation, #content-wrapper, #footer {
	width: 980px;
	overflow: hidden;
}


#header {
	border-top: 5px solid #000;
	margin-bottom: 22px;
}

#logo {
	float: left;
	margin-left: 10px;
	margin-top: 38px;
	width: 231px;
	height: 95px;
}

#intro {
	float: left;
	width: 330px;
	margin-left: 60px;
	margin-top: 64px;
}

#intro p {
	font-size: 15px;
	line-height: 19px;
	color: #444;
	font-family: Georgia, Times;
	margin-bottom: 0;
}

#intro p:nth-of-type(1n) {
	font-family: "officina", Georgia, Times;
	font-size: 16px;
	line-height: 19px;
}


#header-right {
	float: right;
	width: 300px;
	margin-top: 27px;
}
#header-right p {
	margin-bottom: 7px;
}

#site-updated p {
	font-family: "Arial";
	font-size: 10px;
	text-align: right;
	color: #666;
}
#site-updated span {
	background-image: url(/static/img/red-bullet.jpg);
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding-left: 10px;
}


#site-updated p strong {
	color: #000;
}
#site-updated img {
	vertical-align: middle;
} 

#follow-us-container {
	overflow: hidden;
	width: 100%;
	margin-top: 19px;
}
#follow-us-container p{
	margin-bottom: 10px;
}
#follow-us-container a {
	color: #666666;
	text-decoration: none;
	font-family: "officina", Georgia, Times;
	font-size: 13px;
}

#follow-us-container a:nth-of-type(1n) {
	font-size: 15px;
}

#follow-us-container a:hover {
	color: #F1483E;
}

#follow-us-container img {
	vertical-align: middle;
}

#twitter, #forum {
	float: left;
	width: 140px;
	font-size: 14px;
	text-align: right;
}

#forum {
	float: right;
	width: 170px;
}

#search {
	overflow: hidden;
	text-align: right;
}


#search #search_text {
	background: #EEEEEE;
	border: 1px solid #CDCDCD;
	font-size: 12px;
	width: 204px;
	height: 23px;
	line-height: 23px;
	vertical-align: middle;
	padding-left: 5px;
	font-family: Arial;
	color: #444;
}

#search #search_button, #newsletter-signup #newsletter-signup-button {
	vertical-align: middle;
}

#navigation ul li{
	display: inline;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: -1px;
	word-spacing: 4px;
}





#navigation ul li a {
	background-image:url("/static/img/nav-seperator.jpg");
	background-position:left center;
	background-repeat:no-repeat;
	display:block;
	float:left;
	padding: 12px 23px 9px;
	text-decoration:none;
	color:#333;
	font-family: "Times New Roman";
}
#navigation ul li a:nth-of-type(1n) {
	 font-family: "officina";
	 font-size: 15px;
	 padding: 12px 29px 9px;
	letter-spacing: 0;
	color: #555;
}
#navigation ul a.active, #navigation ul li a.active:nth-of-type(1n) {
	color: #F1483E;
}

#navigation ul #home a {
	background: none;
}

#navigation ul li a:hover {
	color: #7C7C7C;
}

#content {
	float: left;
	width: 720px;
	margin-bottom: 0px;
}

#glider {
	margin-bottom: 20px;
}

#two-cols-even {
	overflow: hidden;
}

#two-cols-even .left-col {
	float: left;
	width: 350px;
}

#two-cols-even .right-col {
	float: right;
	width: 350px;
}

#sidebar {
	float: right;
	width: 240px;
}

#navigation {
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;
}

.widget {
	overflow: hidden;
	margin-bottom: 10px;
}


#partners p {
	padding-top: 20px;
	padding-left: 5px;
}

.widget dl {
	padding-top: 15px;
	padding-left: 5px;
	padding-right: 5px;
}

.forum-date {
	font-size: 10px;
	font-family: Arial;
	font-weight: bold;
	color: #000;
	font-family: Arial;
}

.forum-topic {
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	font-family: Arial;
}

.forum-topic a {
	color: #3074AA;
	font-weight: normal;
}

.news-date {
	font-size: 10px;
	font-family: Arial;
	font-weight: bold;
	color: #666666;
	margin-bottom: 5px;
}

.news-date strong {
	color: #000;
}

.news-description {
	color: #444;
}

.news-item-container {
	overflow: hidden;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
}

.news-item-details {
	overflow: hidden;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
}

.author-picture {
	float: left;
	width: 43px;
	margin-bottom: 7px;
}

.news-item-headline {
	float: right;
	width: 180px;
}

.item-date {
	font-size: 10px;
	font-family: Arial;
	font-weight: bold;
	color: #666666;
	font-family: Arial;
}

.item-date strong {
	color: #000;
}

.item-headline {
	padding-left: 5px;
	margin-bottom:0px;
}

.item-date {
	padding-left: 5px;
	color: #666666;
}

.item-headline a {
	font-size: 12px;
	line-height: 17px;
	font-family: Arial;
	color: #3074AA;
}

.author-picture img{
	border-left: 3px solid #EF2F24;
}

.view-more-news {
	text-align: right;
}

.item-thumbnail {
	float: left;
	width: 85px;
	border: 1px solid #ccc;
}

.item-thumbnail img {
	border-bottom: 3px solid #EF2F24;
}

.item-description {
	float: right;
	width: 240px;
}

.item-thumbnail-small {
	float: left;
	width: 59px;
	border: 1px solid #ccc;
}

.item-description-small {
	float: right;
	width: 270px;
}

.item-wrapper {
	clear: both;
	overflow: hidden;
	padding-bottom: 20px;
}

.item-container, .event-date-container {
	overflow: hidden;
}

.item-container {
	width: 345px;
	padding-bottom: 10px;
	padding-left: 5px;
}

.event-date-container {
	width: 59px;
}

.cal-date {
	background: url('/static/img/cal-bg.jpg');
	height: 40px;
	color: #333333;
	font-size: 25px;
	line-height: 35px;
	text-align: center;
	margin-bottom: 2px;
	font-family: "officina", Georgia, Times;
}

.cal-date:nth-of-type(1n) {
	font-size: 30px;
	padding-top: 2px;
}

.cal-month {
	background: #EF2F24;
	color: #fff;
	font-size: 12px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 2px;
	font-family: "officina", Georgia, Times;
}

#newsletter-signup input{
	background: #E6E6E6;
	border: 1px solid #343434;
	height: 20px;
}

#newsletter-signup .button {
	background: #343434;
	color: #fff;
	height: 20px;
}

.item-container-latest-haciric-press-release, .item-container-latest-haciric-newsletter {
	float: right;
	width: 170px;
}

.item-description-small-latest-haciric-press-release {
	float: right;
	width: 170px;
}

.description-padding {
	padding-top: 10px;
	padding-left: 5px;
}

#latest-press-release, #latest-newsletter {
	overflow: hidden;
	width: 235px;
	margin-top: 20px;
	padding-left: 5px;
}

.item-container-latest-haciric-newsletter {
	width: 280px;
}

#latest-newsletter  {
	width: 100%;
}

#footer {
	color: #444;
	margin-bottom: 50px;
	width: 960px;
	overflow: hidden;
	padding: 12px 10px;
	margin-top: 10px;
	background: #fff url('/static/img/footer-bg.jpg') no-repeat;
	border-top: 1px dotted #666;
}



#footer-left {
	float: left;
	width: 380px;
}
/*
#footer-haciric-brochure {
	float: left;
	width: 250px;
}
*/

#footer-partner-organisations {
	float: left;
	width: 370px;

}

#footer-join-the-hacric-network {
	float: right;
	width: 210px;
}

#footer-join-the-hacric-network p {
	color: #444;
}



#footer p {
	margin-bottom: 0px;
	color: #666;
	font-size: 11px;
}
	
#footer-right p {

}

#footer a.secondary {
	text-decoration: none;
	color: #666;
}



#partners-organisations, #join-the-haciric-network, #haciric-brochure {
	background: none;
	border: 0;
	padding-left: 0;
	margin-bottom: 5px;
}



/* Gilder */

#glider {
	height: 300px;
	width: 720px;
}

#mainmovie {
	position: relative;
	height: 300px;
	width: 720px;
}

#mainmovie img {
	height: 300px;
	width: 720px;
}

.faderPager {
	height: 300px;
	width: 720px;
}

div.teaserNavi {
	font-family: arial;
	font-weight: bold;
	font-size: 9px;
	background: url('/static/img/glider-bar.png');
	position: absolute;
	z-index: 199;
	left: 0;
	bottom: 0;
	width: 100% !important;
	text-align: left;
	/* line-height: 21px; */
	height: 21px;
}

.teaserNavi a {
	float: left;
	color: #000;
	list-style: none;
	margin-right: 5px;
	text-decoration: none;
	background: url('/static/img/teasernav.jpg') no-repeat top center;
	height: 9px;
	width: 9px;
	margin-left: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.teaserNavi a:first-child {
	margin-left: 10px;
}

.teaserNavi a.activeSlide, .teaserNavi a:hover {
	color: #EF2F24;
	background: url('/static/img/teasernav.jpg') no-repeat bottom center;
}

/* Other pages */

#content-wrapper {
	overflow: hidden;
	width: 980px;
	padding-top: 20px;
}

#sidebar-other {
	float: left;
	width: 240px;
}

#sidebar-other ul, #sidebar-authors ul {
	padding-bottom: 20px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

#sidebar-authors ul {
	text-transform: none;
}

#sidebar-other ul li a, #sidebar-authors ul li a {
	background: url('/static/img/sidebar-bg.jpg') no-repeat;
	display: block;
	line-height: 18px;
	padding-left: 12px;
	text-decoration: none;
	color: #666666;
	font-size: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-bottom: 5px;
}

#sidebar-authors ul li a {
	text-transform: uppercase;
}

#sidebar-authors ul li a {
	margin-left: 30px;
}

#sidebar-other ul li a:nth-of-type(1n), #sidebar-authors ul li a:nth-of-type(1n), .eventheadings h2:nth-of-type(1n) {

	font-family: "officina", Georgia, Times;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
}

#sidebar-authors ul li {
	list-style: none;
}

#sidebar-other ul li a.active {
	background: url('/static/img/sidebar-bg-active.jpg') no-repeat;
	color:#EF2F24;
}

#sidebar-other ul li ul li, #sidebar-authors ul li {
	padding-left: 20px;
	border-bottom: 1px dotted #ccc;
}

#sidebar-authors ul li {
	padding-left: 0px;
}

#sidebar-other ul li ul li a, #sidebar-authors ul li a {
	background: none;
	padding-top: 6px;
	padding-bottom: 0px;
}

#sidebar-other ul li ul li .active, #sidebar-authors ul li .active {
	background: none;
}

#sidebar-authors ul li a.active {
	color:#EF2F24;
}

#sidebar-other ul li ul, #sidebar-authors ul {
	padding-bottom: 0px;
}

.sidebar-authors-tags {
	background: none;
	display: block;
	line-height: 18px;
	padding-left: 12px;
	text-decoration: none;
	font-size: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-bottom: 5px;
	border-bottom:1px dotted #CCCCCC;
	color:#EF2F24;
}

.sidebar-authors-tags:nth-of-type(1n) {
	font-family: "officina", Georgia, Times;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
}


#main {
	float: right;
	width: 720px;
}

#main-news {
	padding-left: 20px;
	float: left;
	width: 460px;
}

#main-events {
	padding-left: 20px;
	float: left;
	width: 460px;
}

/* About us page */

#people-container {
	overflow: hidden;
	width: 720px;
}

.people-row {
	overflow: hidden;
	width: 720px;
	padding-bottom: 20px;
}

.person-left {
	float: left;
	width: 340px;
	margin-right: 20px;
}

.person-right {
	float: right;
	width: 340px;
}

.person-thumbnail {
	float: left;
	width: 78px;
	border-left:3px solid #EF2F24;
	margin-bottom: 40px;
}

.bottom-border {
	border-bottom: 3px solid #EF2F24;
}

.person-details {
	float: right;
	width: 252px;
}

.person-details a {
	color: #3074AA;
	text-decoration: none;
}

.person-name {
	color: #3074AA;
}

/* The Big Issues */

.two-columns {
	overflow: hidden;
	width: 720px;
	padding-top: 10px;
}

.two-columns .left img {
	text-align: center;
}

.two-columns .left {
	float: left;
	width: 350px;
}

.two-columns .right {
	float: right;
	width: 350px;
}

#better-decision-making, #home-not-hospital, #safter-patients, #smarter-purchasing {
	background: url('/static/img/the-big-issues/better-decision-making.jpg') no-repeat top;
	width: 720px;
	height: 220px;
	background-color: #fff;
	position: relative;
}

#home-not-hospital {
	background: url('/static/img/the-big-issues/home-not-hospital.jpg') no-repeat top;
} 

#safter-patients {
	background: url('/static/img/the-big-issues/safer-patients.jpg') no-repeat top;
}

#smarter-purchasing {
	background: url('/static/img/the-big-issues/smarter-purchasing.jpg') no-repeat top;
}


#better-decision-making .box1, #home-not-hospital .box1, #safter-patients .box1, #smarter-purchasing .box1 {	
	position: absolute;
	top: 85px;
	left: 0;
	/*width: 120px; */
	z-index: 10;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background: url('/static/img/the-big-issues/title-bg.jpg');
	font-family: "officina", Times;
}

#better-decision-making .box2, #home-not-hospital .box2, #safter-patients .box2, #smarter-purchasing .box2 {	
	position: absolute;
	top: 110px;
	left: 0;
	background-color: #EF2F24;
	z-index: 5;
	padding: 10px;
	color: #fff;
	text-transform: uppercase;
	font-family: "officina", Times;
}


#better-decision-making .box3, #home-not-hospital .box3, #safter-patients .box3, #smarter-purchasing .box3 {	
	position: absolute;
	top: 140px;
	left: 0;
	background-color: #FFF;
	width: 410px;
	font-size: 25px;
	line-height: 30px;
	padding-left: 10px;
	padding-top: 10px;
	font-family: "officina", Times;
}

#the-big-issues-content {
	overflow: hidden;
	width: 710px;
	padding-left: 10px;
}

/* Project Page */


#project-intro-container {
	overflow: hidden;
	width: 100%;
}
#project-intro-container #intro-header {
	float: left;
	width: 400px;
}

#project-intro {
	margin-top: 10px;
	overflow: hidden;
	width: 100%;
}
#project-intro .col1 {
	float: left;
	width: 480px;
}
#project-intro .col2 {
	float: right;
	width: 487px;
}


#project-intro p {
	font-family: "officina", Georgia, Times;
	font-size: 16px;
	line-height: 19px;
}







.project-container {
	clear: both;
	overflow: hidden;
	border-top: 1px dotted #666;
	margin-top: 20px;
	
}

.project-row {
	overflow: hidden;
	width: 980px;
	padding-bottom: 10px;
}

.project-item {
	float: left;
	width: 232px;
	margin-right: 15px; 
}

.last-item {
	margin-right: 0px;
}

.project-img, .event-img {
	height: 247px;
	background: url('/static/img/projects/project-img-bg.jpg') no-repeat bottom;
	margin-bottom:20px;
}

.project-description {
	margin-top: 10px;
	border-top: 1px dotted #666;
	padding-top: 10px;
}

.project-description a {
	text-decoration: none;
}


/* Individual Project Pages */

#project-menu {
	overflow: hidden;
	width: 980px;
}

#project-status {
	float: left;
	width: 121px;
}

#project-select {
	width: 330px;
}

#project-select option {
	padding-left: 20px;
}

#change-project {
	float: right;
	background-image: url('/static/img/projects/change-projects-bg.jpg');
	background-position: right top;
	background-repeat: no-repeat;
	width: 487px;
	height: 28px;
}

#change-project select {
	float: left;
	margin-left: 150px;
	margin-top: 5px;
}

#project-content {
	overflow: hidden;
	width: 980px;
}

#project-main {
	float: left;
	width: 980px;
}

#project-sidebar {
	float: right;
	width: 240px;
	margin-top: 30px;
}

#events-sidebar {
	float: right;
	width: 240px;
}

#project-navigation {
	overflow: hidden;
	width: 980px;
	/*height: 88px; */
	background: url('/static/img/projects/project-menu-bg.jpg') no-repeat bottom center;
}

#project-title, #events-title {
	padding-left: 10px;
	margin-top: 20px;
	margin-bottom: 0px;
	font-size: 25px;
}

#project-tabs, #events-tab {
	float: left;
	width: 720px;
	margin-top: 15px;
}

#project-tabs ul, #events-tab ul {
	float: left;
	background: #fff;

}

#project-tabs ul li, #events-tab ul li{
	display: inline;

}

#project-tabs ul li a, #events-tab ul li a {
	font-family: "officina", Georgia, Times;
	text-decoration: none;
	color: #fff;
	background: url('/static/img/projects/tab-bg.jpg') repeat-x;
	padding: 5px 10px;
	line-height: 28px;
}

#project-tabs ul li .active, #events-tab ul li .active {
	color: #EF2F24;
	background: none;
}

#project-content-wrapper {
	float: left;
	width: 720px;
	margin-top: 30px;
}

#project-content-left {
	float: left;
	width: 450px;
	padding-left: 0px;
}

#project-content-publications {
	float: left;
	width: 720px;
}

#project-content-right {
	float: right;
	/*width: 225px;*/
	width: 232px;
}

#project-facts {
	overflow: hidden;
	width: 720px;
	background: url('/static/img/projects/facts-bg.jpg') repeat-x bottom;
	border-top: 1px dotted #666;
	margin-bottom: 10px;
}

#project-facts-left {
	float: left;
	width: 225px;
	padding-left: 10px;
	padding-top: 10px;
}

#project-facts-left p, #project-facts-right p, #project-facts-contact-info p, #project-facts-right ul li {
	font-size: 11px;
	line-height: 14px;
}

#project-facts-right {
	float: left;
	width: 225px;
	padding-top: 10px;
	padding-left: 15px;
}

#project-facts-contact-info {
	float: right;
	width: 225px;
	padding-top: 10px;
}

#project-facts img {
	padding-top: 10px;
}

#project-overview-bottom {
	float: left;
	width: 470px;
}

#quote-container {
	float: right;
	width: 230px;
}

#project-quote {
	/*background: url('/static/img/projects/quote-mark.jpg') no-repeat top left; */
	/* margin-top: 10px; */
}

#project-quote p {
	font-size: 16px;
	line-height: 19px;
	/* background: url('/static/img/projects/quote-mark.jpg') no-repeat bottom right; */
	padding-left: 0px;
	font-family: "officina", Georgia, Times;
}

#project-quote-author {
	margin-left: 0px;
}

#project-quote-author p {
	font-family: "officina", Georgia, Times;
}

.project-text {
	/* font-family: "officina", Georgia, Times;
	font-size: 15px;
	line-height: 18px; */
	font-family: arial;
	font-size: 14px;
	line-height: 17px;
}

#project-content-wrapper ol li, #project-content-wrapper ul {
	font-family: arial;
	font-size:12px;
	line-height:16px;
	margin-bottom:12px;
}

#member-logos img{
	padding-bottom: 5px;

}

#project-content-wrapper ol {
	padding-left: 20px;
}

#project-content-wrapper ul {
	padding-left: 10px;
}

.publications-item-wrapper {
	overflow: hidden;
	width: 720px;
	padding-bottom: 10px;
}

.publications-item-wrapper .left-column {
	float: left;
	width: 350px;
}

.publications-item-wrapper .right-column {
	float: right;
	width: 350px;
}

.publication-title {
	color: #3074AA;
}

.publication-title a {
	color: #3074AA;
}

.related-resources-date {
	font-size: 10px;
	font-family: Arial;
	font-weight: bold;
	color: #666666;
	font-family: Arial;
	padding-bottom: 10px;
	padding-left: 5px;
}

.related-reousrces-title {
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	font-family: Arial;
	padding-left: 5px;
	padding-bottom: 5px;
}

.related-reousrces-title a {
	color: #3074AA;
}

.related-links {
	list-style-image: url('/static/img/black-bullet.jpg');
	padding-left: 20px;
}

.related-links a {
	color: #3074AA;
	font-size: 12px;
	font-family: Arial;
}

/* events */

.eventheadings {
	width: 720px;
	overflow: hidden;
}

.eventheadings h2 {
	color: #444;
	margin-bottom: 0;
	font-family: Times;
	padding-bottom: 0px;
	padding-left: 5px;
}

.date-heading {
	float: left;
	width: 85px;
}

.event-heading {
	float: left;
	width: 380px;
}

.location-heading {
	float: right;
	width: 235px;
}

.eventmonth {
	padding-top: 10px;
}

.eventmonth .item-container {
	border-top: 1px dotted #000;
	padding-top: 10px;
	width: 720px;
}

.eventmonth .item-headline {
	padding-left: 0px;
}

.item-description-event {
	float: right;
	width: 640px;
}

.event-name-container {
	float: left; 
	width: 380px;
}

.event-date-container-main {
	float: right;
	width: 240px;
	color: #000;
}

.event-date-container-main p {
	color: #000;
}

/* News items */

#sidebar-authors {
	width: 240px;
	float: right;
}

#news-items-container {
	overflow: hidden;
	width: 460px;
}

#news-items-container .item .thumb img {
	border-left: 3px solid #EF2F24;
	margin-bottom: 5px;
}

#news-items-container .item .thumb .news-date img {
	border: 0px;
	margin: 0;
}

#news-items-container .item{
	overflow: hidden;
	width: 460px;
	padding-bottom: 10px;
}

.thumb {
	float: left;
	width: 90px;
}

.news-item-title {
	font-weight: normal;
	font-size:12px;
	font-family: Arial;
}

.news-item-title a {
	color: #3074AA;
}

.news-detail {
	float: right;
	width: 360px;
}

.news-excerpt {
	padding-top: 5px;
}

/* Media Area Items */

#media-area{
	overflow: hidden;
	width: 720px;
	padding-bottom: 10px;
}

.media-item {
	overflow: hidden;
	width: 350px;

}

.media-title {
	font-weight: normal;
	font-size: 16px;
	font-family: Arial;
	padding-bottom: 2px;
}

.media-title a {
	color: #3074AA;
	font-size: 12px;
}

.media-date {
	font-size: 10px;
	font-family: Arial;
	font-weight: bold;
	color: #666666;
	font-family: Arial;
	padding-bottom: 10px;
}

/* Library */

#library-items {
	overflow: hidden;
	width: 720px;
}

.library-title {
	width: 720px;
	font-weight: normal;
	font-size: 12px;
	font-family: Arial;
	padding-bottom: 2px;
	color: #3074AA;
}

.library-title a {
	color: #3074AA;
}


/* Contact us */

#contact-us, #join-our-network-container, #feedback-form-container {
	overflow: hidden;
	width: 720px;
	padding-bottom: 10px;	
}

#contact-us-left{
	float: left;
	width: 480px;
}

#contact-us-right{
	float: right;
	width: 220px;
	padding-top: 35px;
}

#feedback-form-left, #join-our-network-container-left  {
	float: left;
	width: 350px;
}

#feedback-form-right, #join-our-network-container-right {
	float: right;
	width: 350px;
}

.item-wrapper h3 {
	margin-bottom: 20px;
}

/* Misc */

.quote-mark {
	color: #EF2F24;
	font-size: 30px;
}

#download-haciric-pdf {
	overflow: hidden;
	width: 100%;
	padding-bottom: 10px;
}

.download-haciric-pdf-title {
	color: #000;
	font-family: "Officina", Times;
	font-size:20px;
	line-height:23px;
}

#people-container h2 {
	padding-bottom: 20px;
}

#download-haciric-image {
	float: left;
	width: 80px;
	border: 1px solid #ccc;
	border-bottom: 3px solid #EF2F24;
}

#download-haciric-description {
	float: right;
	width: 250px;
	margin-top: 120px;
}

.row {
	overflow: hidden;
	width: 720px;
	padding-bottom: 10px;
}

#partners-container {
	overflow: hidden;
	width: 720px;
}

.partners-logo {
	float: left;
	width: 220px;
}

.partners-link {
	float: right;
	width: 500px;
}

.partners-link a {
	color: #5C74AA;
}

.content-item {
	padding-bottom: 10px;
}

#join_our_network_form label, #feedback-form-container label {
	float: left;
	width: 100px;
}

#join_our_network_form input, #feedback-form-container input {
	width: 200px;
}

#join_our_network_form textarea, #feedback-form-container textarea {
	width: 204px;
}

#receive_events_information input {
	border: 1px solid orange;
}

.big-issues-item {
	padding-bottom: 22px;
}

.library-item {
	float: left;
	width: 330px;
	padding-right: 20px;
}

.media-thumbnail {
	float: left;
	width: 69px;
}

.media-thumbnail img {
	border:1px solid #CCCCCC;
	border-bottom: 3px solid #EF2F24;
}

.media-description {
	float: right;
	width: 280px;
}

.library-title {
	width: 330px;
}

#tags p {
	padding-left: 40px;
	font-size: 11px;	
}

#tags p a {
	color: #000;
}

#pagination-create-links {
	text-align: right;
	
}

#pagination-create-links a {
	color: #3074AA;
	text-decoration: none;
}

.haciric-publications-library-item {
	float: left;
	width: 340px;
	padding-right: 20px;
}
                     
.haciric-publications-library-item .thumb {
	float: left;
	width: 69px;
}

.haciric-publications-library-item .thumb img {
	border:1px solid #CCCCCC;
	border-bottom: 3px solid #EF2F24;
}

.haciric-publications-library-item .library-title {
	float: right;
	width: 260px;
}

.haciric-publications-library-item .library-title {
	padding-bottom: 10px;
}

.event-heading h2 {
	padding-left: 0px;
}

/* Phase 2 amends/additions */

#featured-event-container, #home-events-container {
	overflow: hidden;
	width: 100%;
}

#featured-event-container .row {
	padding: 0px;
}

#featured-event-container .row, #home-events-container .row{
	overflow: hidden;
	width: 100%;
}

#home-events-container .row:first-child {
	margin-bottom: 15px;
}

#featured-event-container .left, #home-events-container .left {
	float: left;
	width: 95px;
	padding-left: 5px;
}

#home-events-container .left:first-child {
	width: 165px;
	border-bottom: 0px dashed #C4C4C4;
	margin-bottom: 20px;
}

#home-events-container .left {
	width: 165px;
	margin-bottom: 0px;
}

#featured-event-container .right, #home-events-container .right {
	float: right;
	width: 245px;
}

#home-events-container .right {
	width: 165px;
	margin-bottom: 0px;
}

#home-events-container .right_2 {
	border-bottom: 0px dashed #C4C4C4;
}

.event-date {
	float: left;
	width: 41px;
	height: 26px;
	background: url('/static/img/cal-bg.jpg') repeat;
	font-family: "officina", Georgia, Times;
	text-align: center;
	font-size: 20px;
	line-height: 23px;
	margin-right: 4px;
	padding-top: 4px;
}

.event-day {
	float: left;
	width: 41px;
	height: 23px;
	background: #EF2F24;
	color: #fff;
	font-family: "officina", Georgia, Times;
	text-align: center;
	font-size: 12px;
	padding-top: 7px;
}

#events-menu {
	background:url("/static/img/projects/project-menu-bg.jpg") no-repeat scroll center bottom transparent;
	overflow:hidden;
	width:100%;
}

#event-item-date {
	float: left;
	padding: 5px;
	background: #EF2F24;
	color: #fff;
	font-family: "officina", Georgia, Times;
	text-align: center;
	font-size: 14px;
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 12px;
}

#event-content {
	overflow: hidden;
	width: 100%;
	margin-top: 20px;
	padding-bottom: 20px;
}

#venue-content-container {
	overflow: hidden;
	width: 100%;
	padding-bottom: 20px;
}

#venue-content-container .left {
	float: left;
	width: 480px;
}

#venue-content-container .right {
	float: right;
	width: 220px;
}

.item-date-event-home {
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}

.event-year-home {
	color: #999999;
	font-weight: bold;
}

#download-haciric-brochure {
	overflow: hidden;
	width: 239px;
	height: 87px;
	background: url('/static/img/download-the-haciric-brochure.jpg') no-repeat;
}

#latest-haciric-press-release {
	overflow: hidden;
	width: 239px;
	height: 60px;
	background: url('/static/img/latest-press-release.jpg') no-repeat;
}

#latest-haciric-newsletter {
	overflow: hidden;
	width: 239px;
	height: 60px;
	background: url('/static/img/HaCIRIC-Newsletter.jpg') no-repeat;
}

#haciric-brochure-thumb {
	float: left;
	width: 85px;
	margin-left: 10px;
	margin-top: 15px;
}

#hacric-brochure-download {
	float: left;
	width: 130px;
	font-size: 12px;

	padding-left: 15px;
}

#haciric-press-release-thumb, #haciric-newsletter-thumb {
	float: left;
	width: 40px;
	margin-left: 8px;
	margin-top: 14px;
}

#hacric-press-release-download, #hacric-newsletter-download {
	float: right;
	width: 180px;
	font-size: 12px;
	margin-top: 35px;
}

.event-name-container .item-headline, #home-events-container .item-headline {
	color: #000;
}

#event-slogan {
	font-family:"officina",Georgia,Times;
	line-height:28px;
	font-size:25px;
	padding-left:10px;
	padding-bottom: 0px;
}

#venue-content-container .right p {
	padding-left: 5px;
}

#event-content ul {
	padding-left: 30px;
	padding-bottom: 20px;
}

#event-content ul li {
	color:#333333;
	font-family:Arial;
	font-size:12px;
	line-height:16px;
}

.col1 {
	float: left;
	width: 48%;
}

.col2 {
	float: right;
	width: 48%;
}

.tiny-thumb {
	width: 53px;
	margin-top: 0px;
}

#event-details {
	overflow: hidden;
	width: 100%;
}

#event-details .left {
	float: left;
	width: 470px;
}

#event-details .right {
	float: right;
	width: 232px;
}

.event-img {
	width: 232px;
}

.sub_page .left, .sub_page .right {
	float: left;
	width: 48%
}

.sub_page .right {
	float: right;
} 

.row-items {
	padding-top: 10px;
	overflow: hidden;
	width: 100%;
}





.presentation-link {
	background: url('/static/img/sidebar-bg-active.jpg') no-repeat;
	background-position: right;
	color:#666;
	font-family:"officina",Georgia,Times;
	font-size:14px;
	margin-bottom: 4px;
	padding: 5px 30px 5px 10px;
	text-align:center;
	width:auto;
	text-transform: uppercase;
}

.presentation-link a {
	color:#666;
	text-decoration: none;
}

.presentation-link a:hover {
	color:#666;
	text-decoration: none;
}

.section {
	margin-bottom: 30px;
}
.presentation {
	border: 1px dotted #ddd;
	border-bottom: none;
	padding: 10px 10px 5px;
	margin-bottom: 5px;
}
.presentation .summary {
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}
.presentation .col1 {
	width: 130px;
	float: left;
}
.presentation .col2 {
	padding-left: 10px;
	width: 390px;
	float: left;
}
.presentation .col3 {
	width: 160px;
	float: right;
	text-align: right;
}
a.trigger {
	color: #3099DA;
	/* text-decoration: none; */
}

.toggle_container {
	overflow: hidden;
	width: 100%;
}

.toggle_container .left {
	float: left;
	width: 530px;
}

.toggle_container .right {
	float: right;
	width: 160px;
}



.presentation .trigger {
	margin-bottom: 5px;
}
.presentation .speakers {
	margin-bottom: 5px;
}


/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#fff;
	
	width:500px;	
	min-height:200px;
	border:1px solid #666;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(/static/img/overlay/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}
