/* Cambridge Rowing Club web site style sheet */

a {
	color:  black;
}

a:visited {
	color:  #666666;
}

a:active {
	color:  black;
}

body {
	margin: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 12px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: black;
	background-color: #990000;
}

strong, b {
	font-weight: bold;
}

p {
	font-size: 12px;
	line-height: 150%;
	/* margin-top: 10px; */
	margin-bottom: 10px; 
}

h1 {
	font-size: 24px;
	line-height: 150%;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
h2 {
	font-size: 18px;
	line-height: 150%;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
h3 {
	font-size: 16px;
	line-height: 150%;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
h4 {
	font-size: 14px;
	line-height: 150%;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
h5 {
	font-size: 12px;
	line-height: 150%;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
h6 {
	font-size: 10px;
	line-height: 150%;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
img {
	border: 0;
}

li {
	/* line-height: 150%;
	margin-top: 10px;
	margin-bottom: 10px; */
	line-height: 100%;
	margin-top: 3px;
	margin-bottom: 3px;
}

th, td {
	font-size: 12px;
}

/* Classes */

.barlink {
	padding-left: 10px;
	padding-right: 10px;
	color: #666666;
}

.block {
	background-color: #ffffff;
	border: 1px solid #666633;
	margin-bottom: 5px;
	/* margin-top: 5px; */
	padding: 10px;
	padding-top: 0px;
	font-size: 12px;
}

.block a:hover {
	background: #dfdfcc;
}

.block li a {
	text-decoration: none;
}

.even {
	background-color: #dfdfcc;
}

.even a:hover {
	background: #ffffff;
}

.footer {
	font-size: 10px;
	color: #ffffff;
	line-height: 150%;
}

.footer a {
	font-size: 10px;
	/* color: #666666; */
	color: #ffff66;
}

.footnote {
	font-size: 10px;
	line-height: 150%;
}

.gobutton {
	margin-left: 3px;
	/* margin-bottom: 1px; */
}

.headerline {
	/* margin: -10px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #ffffcc; */
	margin-top: 0px;
	margin-bottom: 2px;
	padding-bottom: 0px;
	border-bottom: 1px solid #666633;
	font-variant: small-caps;
}

.headlinetitle {
	font-weight: bold;
	line-height: 180%;
}

.headlinedate {
	font-style: italic;
	line-height: 180%;
}

.indent {
	margin-left: 10px;
}

.logo {
	margin: 10px;
}

.navbar {
	margin: -10px;
	margin-top: -5px;
	margin-bottom: 10px;
	border: 0;
	border-bottom: 1px solid #666633;
	background-color: #cccc99;
	padding: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	vertical-align: middle;
	white-space: nowrap;
}

.navbar a:hover {
	color: #ffff99;
}

.navbarsep {
	font-size: 12px;
	font-weight: normal;
	margin-left: 5px;
	margin-right: 5px;
}

.navbar p, .sitebar p {
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 2px;
	padding: 0px;
	font-size: 10px;
	font-weight: bold;
}	

.qa {
	font-size: 12px;
	font-weight: bold;
}

.releasetext {
	font-size: 12px;
	line-height: 120%;
	margin-top: 0px;
	margin-bottom: 0px; 
}

.sitebar {
	margin: -10px;
	margin-top: -5px;
	margin-bottom: 0px;
	border: 0;
	border-bottom: 1px solid #666633;
	color: #000000;
	/* background-color: #666633; */
 	background-color: #ffff66;
	padding: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	vertical-align: middle;
	white-space: nowrap;
}

.sitebar a {
	/* color: #ffff99; */
	color: 000000;
}

.sitebar a:visited {
	/* color: #ffff99; */
	color: #3366ff;
}

.sitebar a:hover {
	/* color: #ffff00; */
	color: #009900;
}

.sitebarsep {
	font-size: 12px;
	font-weight: normal;
	margin-left: 5px;
	margin-right: 5px;
}

.smalltext {
	font-size: 9px;
	line-height: 150%;
	margin-top: 5px;
	margin-bottom: 5px; 
}

.thumbnail {
	border: 1px solid #666633;
	width: 300px;
	height: 150px;
	float: left;
	margin-right: 10px;
}

.top {
        padding: 0px;
        margin: -10px;
        margin-bottom: 0px;
	border: 0;
	/* border-bottom: 1px solid #666633;
	background-color: #cccc99;
	background-color: #330099; */
	background-color: #990000;
}

.topformtext {
	margin: 0px;
	margin-top: 5px;
        padding: 2px;
	font-size: 12px;
	line-height: 150%;
        font-weight: bold;
}
