﻿/* Cavaliers style sheet - ï¿½ Simon Gilhooly 2007
		Colours: dark green = #345A45, light green = #E8FFE8 , red = #BD3644 */

* { font-family: Tahoma;
	font-size: 10pt;
	margin: 0;
	padding: 0; }

body {
	background-color: rgb(233,231,218);
	margin: 4px auto;
	padding: 0px 16px;
	width: 932px; 
}
p { 
	padding: 4px;
}

a { text-decoration: none;
	color: #BD3644; }

a:hover {
	text-decoration: underline; }

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #BD3644;
	margin: 4px;
}

input {
	display: block;
	margin: 12px 120px;
	padding: 4px;
	width: 200px;
}
label {
	float: left;
	width: 100px;
}
/* table styles */

table {
	border-collapse: collapse;
	border: 1px solid #BD3644;
	margin: 6px;
}

thead, tr.head {
	background-color: #345A45;
	color: #FFFFFF; }
	
th { border:1px solid #BD3644;
	padding: 4px;
	vertical-align: middle; }

th img {margin: 2px; border: 0px; }

tbody {
	background-color: #FFF;
	color: #000; }

td {border: 1px solid #BD3644; 
	padding: 4px; }

.alignRight { text-align: right; }
.alignCenter { text-align: center; }

tr .mon p {
	background-color: #345A45;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center; }

tfoot {
	border: 1px solid #BD3644;
	background-color: #345A45;
	color:#FFF; }

img { margin: 2px;
	border: 0px; }
	

/* banner -	this is the simple ribbon at the very top of the page */

#banner {
	text-align: center;
	height: 116px;
	width: 900px;
	color: #FFF;
	margin: 0 auto;
	padding: 0px;
	background: transparent url('images/cavaliers-banner.png') no-repeat left 24px; }

	#banner a { color: #345A45;
		font-size: 9pt;
		margin: 4px; }
		
		#banner a:hover { text-decoration: underline; }
	
	#banner h1 { 
		float: left;
		height: 88px;
		width: 80px;
		text-indent: -9000px;
 }

/* nav - this is the section with the main navigation icons */
	
#nav { 	background: transparent url('images/nav-bg.png') no-repeat left -2px;
	height: 48px;
	margin: 0 auto; }
	
	#nav ul { 
		list-style: none;
		margin: 0;
		padding: 0; }
	
	#nav li { 
		float: left;
		margin: 8px;
		width: 160px; }
	
	#nav a { 
		color: #FFF;
		display: block;
		font-size: 12pt; 
		line-height: 30px;
		padding: 0 4px;
		margin: 0px; 
		text-align: center;
	}
		
	#nav a:hover {
		text-decoration: none;
		background-color: #D56A75;
		border: 1px #BD3644 solid;
	}
	

/* sub-nav - tab style secondary navigation, used to move between similar content type */

#sub-nav { 	position: relative;
	margin: 0px 16px; }
	
	#sub-nav ul {
		width: 100%;
		float: left;
		margin: 0;
		padding: 0;
		list-style: none; 
		background-color: white;
		border-bottom: 4px solid #BD3644; }
	
	#sub-nav ul li {float: left; }
	
	#sub-nav ul a {
		display: block;
		width: 142px;
		height: 37px;
		line-height: 37px;
		text-align: center; }
	
	#sub-nav a:link, #sub-nav a:visited {
		color: #000000;
		background: #FFF url('images/white-btn.png') no-repeat left top; }
	
	#sub-nav .selected a {
		color: #FFFFFF;
		background: #FFF url('images/red-btn.png') no-repeat left top; }
	
	#sub-nav a:hover {
		text-decoration: underline; }

.dropmenu ul {
	display: none;
}
.dropmenu li.dropitem a {
	display: none;
	width: 80px;
}
.dropmenu a:hover {
	height: 100px;
	float: left;
}
/* content styles -
	cavs-content - this is a wrapper used on all pages
	content-full - used for pages spanning full width
	content-left - used for section on left, two-thirds width
	content-right - users for section on right, one-third width */
		
#cavs-content {
	background-color: #FFF;
	border-left: 1px solid #345A45;
	border-right: 1px solid #345A45;
	margin: 0px 16px;
	width: 900px;
}

#cavs-content ul {
	margin-left: 12px;
}
#cavs-content li { 
	list-style: circle;
	text-indent: 16px;
	margin: 4px; 
	padding-left: 2px; }

.content-full { 
	float: left; 
	width: 99%;
	background-color: #FFF;
}

.content-left {
	float: left;
	width: 64%;
	background-color: #FFF; }

.content-right {
	float: right;
	width: 34%;
	background-color: #FFF; }

.content-left50 {
	float: left;
	width: 50%;
	background-color: #FFF; }

.content-right50 {
	float: right;
	width: 50%; 
	background-color: #FFF;}

#cavs-content h2 {color: #BD3644;
	background: url('images/section.png') repeat-x 0 0;
	padding: 6px;
	margin-bottom: 2px; }
	
#cavs-content h2 span { 
	background: #FFFFFF;
	border: 1px solid #345A45;
	margin-left: 4px;
	padding: 0px 4px 0px 4px; }

fieldset { padding: 4px; margin: 4px; }
label 	{ margin: 0px 4px 0px 4px; }

.section { 
	margin: 8px;
	padding: 0 0 2px 0;
	font-size: 11pt; }
	
.report { 
	border: 1px solid #CCCCCC;
	margin: 4px;
	background-color: #E8FFE8; }

.report h4 {
	font-weight: bold;
	font-size: 11pt;
	padding: 4px; }

.report img {
	margin: 2px;
	padding: 2px; }

.newsitem {
	padding: 4px;
	margin: 4px;
	border-bottom: 1px dotted #345A45; }

.lastnewsitem {
	padding: 4px;
	margin: 2px; }

.profile {
	width: 100%;
	margin-top: 2px;
	border: solid 1px #CCCCCC; }

.profile img { 
	border: 1px solid #CCCCCC;
	padding: 2px; }

.profile h3 { 
	font-size: 12pt;
	color: #BD3644; }

.profile h5 {
	font-size: 10pt;
	font-weight: bold;
	margin: 2px; }
	
.profile td {
	text-align: right; }
	
.profile .picture {
	position: absolute;
	margin: 4px; }
	
.profile .facts {
	position: relative;
	left: 160pt; }

.date {
	font-size: 8pt;
	font-style: italic;
}

.img-wrapper { float: left; }

#pavilion.section img {
	float: left;
	padding: 4px 0px;
}

#calendar {
	margin-left: 10px;
}

#calendar ul {
	padding-left: 8px;
	list-style-type: disc;
}

#calendar li {
	padding-left: 0px;
}

/* Blogger styles */
.post-title {
	background-color: white;
}
.author {
	text-align: right;
	font-size: 9px;
}
#navbar-iframe {
	display: none !important;
	height: 0px;
}

/* Supporters page */
#supporters {
	padding: 20px;
}
div.supporter {
	border-bottom: 1px gray dotted;
	padding: 12px;
}
div.supporter img {
	float: left;
	margin-right: 12px;
	margin-bottom: 4px;
}

/* Result page */
select {
	margin-left: 12px;
}
option {
	padding: 4px;
}
#results {
	margin: 4px;
}

/* Membership database */
#cavs-content ul.menu {
	display: block;
	list-style: none;
}
#cavs-content ul.menu li {
	float: left;
	list-style: none;
	padding: 12px;
	text-indent: 0px;
}
#cavs-content ul.menu li a {
	color: white;
	font-family: Calibri, Arial;
	font-weight: bold;
}

/* Footer styles */
#footer {
	background-color: #FFF;
	border-top: 1px dotted #345A45;
	border-left: 1px solid #345A45;
	border-right: 1px solid #345A45;
	border-bottom: 1px solid #345A45;
	height: 40px;
	margin: 0px 16px;
	position: relative;
	text-align: right;
	width: 900px;
}

#footer p, #footer a {
	font-size: 10px; 
}

/* Utility Styles */
.clear {
	clear: both;
}
.hidden {
	display: none;
}
