﻿/* CSS styles for Stourbridge Fanzine */

/* layout styles */
body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: small;
	background-color: #E4E4E4;
	line-height: 125%;
	padding: 0;
	margin: 0;
}
#wrapper {
	border: 2px solid #C0C0C0;
	width: 974px;
	margin: 0 auto 0 auto;
	background-color: #FCFCFC;
}
#header {
	height: 110px;
	background-color: #C52910;
}
#menu {
	margin: 0;
	padding: 0 0 0 5px;
	background-color: #801605;
	height: 24px;
	border-top: solid 2px #801605;
}
#content {
	margin: 20px;
	padding: 0;
	width: 934px;
}
#leftcol {
	width: 684px;
	float: left;
}
#rightcol {
	float: right;
	width: 230px;
	margin-left: 20px;
}
#footer {
	height: 30px;
	background-color: #801605;
	clear: both;
}
/* heading styles */
h1, h2, h3, h4 {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}
h1 {
	font-size: xx-large;
	color: #FFFFFF;
	margin: 0;
	padding: 35px 30px 15px 30px;
}
h2 {
	color: #C52910;
	font-size: x-large;
	margin-top: 0;
}
h3 {
	color: #C52910;
	font-size: large;
}
h4 {
	font-size: medium;
	margin-bottom: -10px;
}
caption {
	font-weight: bold;
	padding-bottom: 5px;
}
/* header styles */
.tagline {
	font-family: Georgia, Times, serif;
	font-style: italic;
	color: #000000;
	padding: 0;
	margin: 0 0 0 70px;
	font-size: 1.2em;
}
/* menu styles */
#menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#menu li {
	float: left;
	position: relative;
	width: 121px;
}
#menu li a:link, #menu li a:visited {
	display: block;
	padding: 3px 0 3px 5px;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #801605;
	font-weight: normal;
}
#menu li a:hover {
	background-color: #C52910;
	color: #FFFFFF;
}
#menu ul ul {
	position: absolute;
	display: none;
}
#menu li:hover ul {
	display: block;
}
/* footer style */
#footer p {
	font-size: 0.8em;
	color: #FFFFFF;
	padding: 5px;
	margin: 0px 0px 0px 20px;
}
/* link styles */
a:link, a:visited {
	color: #801605;
	text-decoration: none;
	font-weight: bold;
}
a:hover, a:active {
	text-decoration: underline;
}
/* table styles*/
table.main {
	border-collapse: collapse;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
}
table.main th {
	border: 1px solid #C0C0C0;
	padding: 3px 5px 3px 5px;
	background-color: #C52910;
	color: #FFFFFF;
	text-align: left;
	font-size: 95%;
}
table.main td {
	padding: 5px;
	border: 1px solid #C0C0C0;
	background-color: #FAEADC;
}
table.league {
	border-collapse: collapse;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	text-align: center;
}
table.league th {
	padding: 3px 5px 3px 5px;
	background-color: #C52910;
	border: 1px solid #C0C0C0;
	color: #FFFFFF;
	font-size: 95%;
}
table.league td {
	padding: 4px 7px 4px 7px;
	border: 1px solid #C0C0C0;
}
table.league tr:hover {
	background-color: #E2E2E2;
}
table.cups {
	border-collapse: collapse;
	margin-bottom: 40px;
}
table.cups th {
	border: 1px solid #C0C0C0;
	padding: 2px;
	background-color: #C52910;
	color: #FFFFFF;
	font-size: 90%;
}
table.cups td {
	padding: 5px 6px 5px 6px;
	border: 1px solid #C0C0C0;
	background-color: #FAEADC;
}
table.cups caption {
	text-align: left;
	padding-bottom: 6px;
}
/* general styles*/
#news {
	margin-right: 150px;
	margin-left: 150px;
	padding: 15px;
	background-color: #FAEADC;
}
.box {
	border: 2px solid #808080;
	margin-bottom: 20px;
	text-align: center;
}
.photo p {
	font-size: 80%;
	font-weight: bold;
	margin-top: 2px;
	width: 480px;
	line-height: normal;
}
.credit {
	font-weight: normal;
	color: #666666;
}
.imgleft {
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 0;
}
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}
.aligncenter {
	text-align: center;
}
.justify {
	text-align: justify;
}
.bold {
	font-weight: bold;
}
.bold_red {
	font-weight: bold;
	color: #C52910;
}
.left_red {
	color: #C52910;
	text-align: left;
	font-weight: bold;
}
.right_red {
	text-align: right;
	color: #C52910;
	font-weight: bold;
}
.italic {
	font-style: italic;
}

