/* 
 * Styling for Ringing In Northampton Ringing Site
 * (c) 2007 Robin Hickmott
 *
 * Revisions 
 * ====================================
 * 15/08/2007 - Style Sheet Created
 *
 */


/* ----------------------- Page / Element Setup --------------------- */

A:link		{color: #0F5992}
A:visited	{color: #0F5992}
A:active	{color: #0F5992}
A:hover		{color: #FF0000}


body, HTML {
	background: white;
	font: 14px Tahoma, Verdana, sans-serif;
	height: 100%;
	margin: 0;
	padding: 0;
}



h1 {
	color: #0F5992;
	margin-top: 0px;
}

h2 {
	color: #0F5992;
}

h3 {
	color: #0F5992;
	font: 15px Verdana, Tahoma, sans-serif;
	font-weight: bold;
	margin-bottom: 3px;
	margin-top: 20px;
}


/* ------------------------ Link Page Stylings ------------------- */

.link {
	padding-bottom: 30px;
	text-align: justify;
	width: 600px;
}

.link_title {
	color: #0F5992;
	font: 15px Verdana, Tahoma, sans-serif;
	font-weight: bold;
	padding-bottom: 3px;
	background-image: url(../images/link.jpg);
    background-repeat: no-repeat;
    padding-left: 20px;
	
}

.link_title a {
	text-decoration: none;
}


.link_footer {
	font-size: 10px;
	padding-top: 3px;
	
}

.link_footer a {
	text-decoration: none;
}


/* ------------------------ Main Page Stylings ------------------- */

#wrapper {
	border-left: 3px solid #000000;
    	border-right: 3px solid #000000;
}


#header {
	height: 108px;
	background-image: url(../images/header.png);
    	background-repeat: repeat-x;
}

td.content {
	padding: 16px
}

td.navigation {
	text-align: center;
	padding-top: 16px;
}

p.navigation {
	margin: 12px;
}


p.navigation img {
	border: none;
}

.error {
	border: 3px solid #FF0000;
	background-color: #FFBDC8;
	margin:10px;
	padding: 10px;
	
}


#footer {
	clear: left;
	width: 100%;
	height: 19px;
	text-align: center;
	padding-top: 8px;
	background-image: url(../images/footer.png);
    	background-repeat: repeat-x; 
	color: #FFFFFF;
	font: 10px Verdana, Tahoma, sans-serif;
	border-bottom: 1px solid #000000;	
}

#footer a {
	color: #FFFFFF;
}



/* ----------------------------- Table Stylings ---------------------- */


table.data, table.stats { 
	background-color: #FFFFE1; 
	border: 1px #000000 solid; 
	border-collapse: collapse; 
	border-spacing: 0px; 
	margin-bottom: 15px;
}

table.stats td {
	border-bottom: 1px #808080 dotted;
}

td.data_header {
	background-color: #0F5992;
	border: 1px #000000 solid; 
	color: #FFFFFF;
	font-weight: bold;
	height: 16px;
}

td.data_second {
	background-color: #BFE0F9;
}


/* ----------------------- News Stylings --------------------- */

.news {
	width: 95%;
	background-color: #FFFFE1;
	margin-top: 20px;
	border: 1px #000000 dotted;
	padding: 5px;
}

p.news_footer {
	color: #0F5992;
	font: 10px Verdana, Tahoma, sans-serif;
	font-style:italic; 
	margin-bottom: 0px;
}

.news h2 {
	margin-top: 0px;
}

.news_input {
	color: #0F5992;
	font: 15px Verdana, Tahoma, sans-serif;
	background-color: #FFFFE1;	
	border: 1px #000000 dotted;
}



/* ----------------------- Contact Page Stylings --------------------- */

input, select, textarea {
	font: 14px Tahoma, Verdana, sans-serif;
}

/* ----------------------- Other Tower Stylings --------------------- */

.tower img, img.tower {
	background-color: #FFFFE1;
	margin-right: 10px;
	border: 2px #000000 dotted;
	padding: 6px;
}

.tower h1 {
	margin-bottom: 0px;
}

.tower h3 {
	margin-top: 0px;
}
