/*
Wincantores Music Society
Written by Ian Collier, of lidd Consulting on behalf of Atonic Limited
This work copyright lidd Consulting/Atonic Limited
Please do not copy or modified this work without seeking the express permission of
the copyright holders beforehand.
Thank you
*/

/* default style attibutes */

body {
	background-color : #e7f0f7;
	background-image : url('../images/music.png');
	background-repeat : repeat;	
	background-attachment : fixed;
	margin-top : 5px;
	margin-left : 5px;
	margin-right : 5px;
	margin-bottom : 5px;
}

a {
	color : #0000ff ;
	cursor : pointer;
	text-decoration : none;
}

img {
	float : center;
	border : 0px;
}

h1 {
	font-family : "Comic Sans MS";
	color : #000000;
	font-size : 18pt;
	font-weight : bold;
	text-align : center;
}

p, span {
	font-family : "Comic Sans MS";
	color : #000000;
	font-size : 12pt;
	font-weight : normal;
	text-align : left;
}

span.warning  {
	font-weight : bold;
	color : #FF0000;
	font-size : 14pt;
}

/* site heading */
table.heading, table.events, table.contact {
	margin-left: auto;
	margin-right: auto;
}

table.heading tr, table.events tr {
	vertical-align : middle;
}

table.heading td {
	vertical-align : middle;
	border : 0px;
	padding-left : 10px;
	padding-top : 10px;
	padding-right : 10px;
	padding-bottom : 10px;
}

table.heading td.ends {
	width : 25%;
	border : 0px;
	text-align : center;
}

table.heading td.middle {
	width : 50%;
	border : 0px;
	text-align : center;
}

table.events td {
	width : 25%;
	vertical-align : top;
	text-align : left;
	border : 0px;
	padding-left : 2px;
	padding-top : 2px;
	padding-right : 2px;
	padding-bottom : 2px;
}

table.contact td {
	vertical-align : top;
	text-align : left;
	border : 0px;
	padding-left : 2px;
	padding-top : 2px;
	padding-right : 2px;
	padding-bottom : 2px;
}

hr {
	border-top : 1px solid #e7f0f7;
	border-bottom : 3px solid #2164d9;
	width : 100%;
}

div.centered {
	width : 50%;
	margin-left : auto;
	margin-right : auto;
}

input.inputboxes, textarea {
	background-color : #2164d9;
}

input.actionbuttons {
	background-color : #2164d9;
	font-family : "Comic Sans MS";
	font-size : 10pt;
	font-weight : bold;
	float : right;
	cursor : pointer;
	color : #ffffff;
}

span.musthave {
	font-size : 10pt;
	color : red;
	font-weight : bold;
}

/* end of default style attributes */
