/*this is the outside div */
.projectcurrent {
	padding: 0px;
	margin: 0px;
	margin-bottom: 1em;
}

.projectcomplete {
	padding: 0px;
	margin: 0px;
	margin-bottom: 1em;
}

.projectpotential {
	padding: 0px;
	margin: 0px;
	margin-bottom: 1em;
}
.projectwithoutend {
	padding: 0px;
	margin: 0px;
	margin-bottom: 1em;
}

/*this is the title bar effect layout div */
/*.projecttop, .projecttoppotential, .projecttopcomplete  are for the old page */
.projecttop, .projecttoppotential, .projecttopcomplete,
.projectcurrenttop, .projectpotentialtop, .projectwithoutendtop,
.projectcompletetop {
	background: url(http://www.rotarycanterburysunrise.org/images/sliding-top-right.png) right top no-repeat;
	border-left-color: #0b3d91;
	border-left-style: solid;
	border-left-width: 3px;
	border-bottom-color: #0b3d91;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 0.3em;
	padding-bottom: 0px;
        margin: 0px;
	margin-bottom: 0px;
}

.projectcurrenttop, .projecttop {
	background-color: #ffd939;
}

.projectcompletetop, .projecttopcomplete {
	background-color: #98fb98;
}

.projectpotentialtop, .projecttoppotential  {
	background-color: #b0e0e6;
}
.projectwithoutendtop {
	background-color: #0b3d91;
}

/*this is the text content div. It's a div so you can format multiple paragraph tags for the content section.*/
.projecttext {
	border-top-color: #0b3d91;
	border-top-width: 1px;
	border-top-style: solid;
	padding-left: 0.5em;
	padding-bottom: 0.4em;
	padding-top: 0px;
	margin: 0px;
	border-right-color: #0b3d91;
	border-right-style: solid;
	border-right-width: 3px;
	background: url(http://www.rotarycanterburysunrise.org/images/sliding-bot-left.png) left bottom no-repeat;
}
/* these are the inner block elements */
.projecttitle, .projectcurrenttitle, .projectpotentialtitle, .projectcompletetitle {
	font-size: x-large;
	color: #0b3d91;
	margin: 0px;
}
 .projectwithoutendtitle {
	font-size: x-large;
	color: #ffd939;
	margin: 0px;
}

.projectcharity {
	font-size: small;
        text-align:left;
}

.projectdue {
	float: right;
	padding-right: 0.3em;
	font-size: small;
	text-align: right;
}

.projectmore {
	padding-left: 1.2em;
	padding-right: 0.3em;
	font-size: small;
	text-align: right;
	text-decoration: none;
	font-weight: bold;
}

.projectref {
	float: right;
	text-align: right;
	padding: 2px;
	margin-left: 1em;
	margin-top: 0px;
	font-size: xx-small;
	border-width: 0px;
	border-style: solid;
	border-color: gray;
	background-color: #d3d3d3;
}
