body{
	margin: 5px;
}
#instructions{
	margin: 5px;
	padding: 2px;
}
#advancedsearch{
	display: none;
	padding: 5px;
	background-color:#f9f497;
	margin-left: 15px;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-right: 5px;
}
table.opportunities{
	width: 100%;
}
table.opportunities tr,td{
	border: 1px solid black;
	border-collapse: collapse;
}
div.opportunity{
	display: none;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 2px;
	padding: 5px;
	-webkit-border-radius: 0px 0px 20px 20px;
	-moz-border-radius: 0px 0px 20px 20px;
	border-radius: 0px 0px 20px 20px;
	border-right:3px solid #683135;
	border-left:3px solid #683135;
	border-bottom:3px solid #683135;
	background-color:#FFFFFF;
	-webkit-box-shadow: #B3B3B3 10px 10px 10px;
	-moz-box-shadow: #B3B3B3 10px 10px 10px;
	box-shadow: #B3B3B3 10px 10px 10px;
}
div.details{
	width: 49%;
	padding: 5px;
	float: left;
	position: relative;
}
div.description{
	width: 49%;
	float: left;
	padding: 5px;
	position: relative;
}
div.odd{
	padding: 2px;
	margin-top: 3px;
	background-color: #f9f497;
}
div.odd:hover, div.even:hover{
	cursor: pointer;
	cursor: hand;
}
div.even{
	padding: 2px;
	margin-top: 3px;
	background-color: #f5c943;
}
div#syndication{
	display: none;
	margin: 5px;
	padding: 5px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border:3px solid #683135;
	background-color:#FFFFFF;
	-webkit-box-shadow: #B3B3B3 10px 10px 10px;
	-moz-box-shadow: #B3B3B3 10px 10px 10px;
	box-shadow: #B3B3B3 10px 10px 10px;
}
dt{
	font-weight: bold;
	text-decoration: underline;
}
dd{
	margin: 0;
	padding: 0 0 0.5em 0;
}


.panel-default > .panel-heading-custom1 {
	background: #3b971a; color: #000;
}
.panel-default > .panel-heading-custom2 {
	background: #479c61; color: #000;
}
.panel-default > .panel-heading-custom3 {
	background: #55a08c; color: #000;
}
.panel-default > .panel-heading-custom4 {
	background: #5fa3ac; color: #000;
}
.panel-default > .panel-heading-custom5 {
	background: #6ca5e8; color: #000;
}
.panel-default > .panel-heading-custom6 {
	background: #64a5cb; color: #000;
}
.panel-default > .panel-heading-custom7 {
	background: #ffffcc; color: #000;
}


/* Overrides for WP theme elements I didn't like */
.main-navigation {
	max-width: 5000;
}
/*
button, input[type="submit"], input[type="button"], input[type="reset"]{
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
}

.site-header {
	background: url('http://volunteermountpearl.ca/wp-content/themes/twentythirteen/images/headers/star.png') no-repeat scroll top;
	background-size: 1600px auto;
	margin-top: -5px;
}
@media (max-width: 767px) {
	.site-header {
		background-size: 768px auto;
	}
}
@media (max-width: 359px) {
	.site-header {
		background-size: 360px auto;
	}
}*/