/* sydney welsh choir website styles */

body {
	padding: 0;
	margin: 0;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	background: url("../images/image001.jpg");
}

td.greentop {
	padding: 0;
	background: #009900;
	border: 1px solid #7FCC7F;
	color: #FFFFFF;
	padding-top: 7px;
	padding-left: 46px;
	font-size: 13px;
	vertical-align: top;
	font-weight: bold;
}

td.plain {
	background: none;
}

td.header {
	background: #CCFF66 url("../images/header-bg.gif") no-repeat top right;
	text-align: right;
	padding: 0;
	vertical-align: bottom;
}

h1 {
	color: #FF0000;
	font-style: italic;
	font-size: 60px;
	margin: 0;
	font-family: "Times New Roman", times, georgia, serif;
	font-weight: normal;
	margin-right: 98px;
}

h2 {
	margin: 0;
	font-size: 18px;
	color: #399900;
	text-transform: lowercase;
	margin-right: 31px;
	margin-bottom: 15px;
	font-style: italic;
}

h3 {
	margin: 0;
}

h4 {
	font-size: large;
	color: red;
	text-decoration: underline;
	margin: 0;
	font-weight: normal;
}

td.footer {
	padding: 8px;
	text-align: center;
	font-size: smaller;
}

td.content {
	padding-top: 4px;
	font-size: smaller;
	vertical-align: top;
}

td.content p, td.footer p {
	margin: 0;
	padding: 0;
}

td.footer a {
	color: #666633;
}

div.red {
	border-color: #FF0000;
}

div.green {
	border-color: #008000;
}

div.border {
	border-width: 5px;
	border-style: solid;
}

td.footer div.border {
	height: 118px;
	font-size: medium;
}

td.content div.border {
	padding: 4px;
	padding-bottom: 48px;
}

td.nav {
	vertical-align: top;
}

.plain p {
	padding: 0;
	margin: 0;
	margin-top: 4px;
	margin-bottom: 6px;
	font-size: smaller;
}

span.large {
	font-size: larger;
	font-weight: bold;
}

div.imageleft {
	float: left;
	margin-right: 5px;
}

div.imageright {
	float: right;
	margin-left: 5px;
}

.xcontent {
	padding: 2px;
}

/* this section clears the floated images and stops the border breaking up */
.xcontent:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.xcontent {display: inline-table;}

/* Hides from IE-mac \*/
* html .xcontent {height: 1%;}
.xcontent {display: block;}
/* End hide from IE-mac */

/* end border breaking fix */

.center {
	text-align: center;
}

div.pad {
	margin: 0 8px;
}

.right {
	text-align: right;
}

div.greenlinks {
	font-size: large;
	margin: 25px 100px;
}

div.greenlinks a {
	color: #606633;
}

h3.greenwide {
	background-color: #99CC00;
	border: 3px solid #008000;
	padding: 3px;
	text-align: center;
	margin-top: 8px;
}

table.events {
	border: 1px solid #000;
	border-width: 1px 0 0 1px;
	margin-bottom: 20px;
}

table.events td, table.events th {
	font-size: smaller;
	border: 1px solid #000;
	border-width: 0 1px 1px 0;
	padding: 2px;
	text-align: left;
}

table.events thead th {
	padding-bottom: 6px;
	text-align: center;
}

table.events tbody th {
	background-color: #99CC00;
	text-align: left;
}
