/* 
  -----------------------------------
  PVII Affinity
  by Project Seven Development
  www.projectseven.com
  Custom CSS
  -----------------------------------
*/


/* Add your Exception and Custom Rules Here*/
 
.text-centered {
	text-align: center;
}
.center-youtube {
	width: 640px;
	margin: 0 auto;
}
.imageleft {
	margin-right: 10px;
	margin-bottom: 5px;
	float: left;
}
.imageright {
	margin-left: 10px;
	margin-bottom: 5px;
	float: right;
}
.imagecentered {
	display: block;
	margin: 10px auto;
}
.gray-banner {
	font-size: 1.1em;
	background-color: #cfd6d5;
	text-indent: 10px;
	width: 100%;
	border-top: thin solid #a3b1af;
	border-bottom: thin solid #a3b1af;
	margin-bottom: 10px;
}
.capital {
	font-size: 1.5em;
}
.emphatic-red {
	font-style: italic;
	color: #B7002D;
}
.calendar-roster {
	margin-right: auto;
	margin-left: auto;
	max-width: 700px;
}
.calendartable {
	border-collapse: collapse;
	width: 65%;
	text-align: left;
	margin: 20px auto 10px;
}
.calendartable td {
	border: 1px solid #000;
	padding: 5px;
}
.captain {
	background: #cfc;
}
.yellow-highlight {
	background-color: #E9F308;
}
.musky {
	background-image: url(../home/musky.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
label {
	cursor: pointer;
	display: inline-block;
	text-align: right;
	width: 150px;
	vertical-align: top
}

/*Media Query for all devices at screen/browser widths of 700px or less*/
@media only screen and (min-width: 0px) and (max-width: 700px) {
/*Add rules here*/
}

/*Media Query for smartphones*/
@media only screen and (max-device-width: 480px) {
/*Add rules here*/
}

/*Media Query for smartphones in landscape mode*/
@media only screen and (max-device-width: 480px) and (orientation : landscape) {
/*Add rules here*/
}
