﻿/* Colchester & East Essex Cricket Club print style sheet - ©Atom14 Ltd 2009
	colour palette: black, grey = rgb(181,181,181), purple = rgb(139,69,98)
	
*/
* { 	font-family: Arial;
		font-size: 12px;
		margin: 0;
		padding: 0; }

body { 	background-color: black; }

a { 	text-decoration: none;
		color: rgb(139,69,98); }

a:hover {	text-decoration: underline; }

h2 { 	color: rgb(139,69,98);
		font-size: 16px;
		padding: 4px; }

h4 {	padding: 4px; }

h5 {	padding: 4px;
		font-size: 11px;
		font-weight: bold; }

p {		font-size: 12px;
		margin: 6px; }

ul {	margin-left: 4px;
		list-style-type: none; }

li {	padding-left: 30px; }

img {	float: left; 
		padding: 8px;
		border: 0px; }

#wrapper {	background: rgb(181,181,181) url('images/bg.gif') repeat-x 0 0; }

#smallnav {	width: 877px;
			margin: 0 auto;
			height: 36px; }

#smallnav p {	text-align: center; color: #FFF; }

#picnav {	position: relative;
			top: 0px;
			width: 877px;
			margin: 0 auto;
			height: 218px;
			border-bottom: black 2px solid; }

#picnav h1 { 	position: absolute;
				top: 0px;
				left: 0px;
				text-indent: -5000px;
				background: url('images/cee-logo.jpg') no-repeat left top;
				width: 877px;
				height: 218px;
				z-index: 10; }

#picnav ul {	position: absolute;
				top: 182px;
				left: 0px;
				display: block;
				width: 877px;
				list-style: none; }

#picnav ul li {float: right; }

#picnav ul a {	display: block;
				width: 122px;
				height: 37px;
				line-height: 37px;
				text-align: center; }

#picnav .club a {	position: absolute;
					right: 6px;
					top: 0px;
					color: black;
					background: transparent url('images/button.png') no-repeat left top;
					z-index: 20; }

#picnav .ladies a {	position: absolute;
					right: 126px;
					top: 0px;
					color: black;
					background: transparent url('images/button.png') no-repeat left top;
					z-index: 20; }

#picnav .colts a {	position: absolute;
					right: 246px;
					top: 0px;
					color: black;
					background: transparent url('images/button.png') no-repeat left top;
					z-index: 20; }

#picnav .stats a {	position: absolute;
					right: 366px;
					top: 0px;
					color: black;
					background: transparent url('images/button.png') no-repeat left top;
					z-index: 20; }

#picnav a:hover {	text-decoration: underline; }

#content {	position: relative;
			top: 0px;
			background-color: white;
			width: 875px;
			margin: 0 auto;
			border-left: 1px solid rgb(139,69,98);
			border-right: 1px solid rgb(139,69,98); }

.content-left {
	padding: 4px;
	float: left;
	width: 48%;
	border-right: 1px rgb(139,69,98) dotted;
}
.content-right {
	padding: 4px;
	float: right;
	width: 49%;
}

.photoSet { margin: 8px;
			border-bottom: 1px dotted rgb(139,69,98); }

.photoSet img { float: left;
				padding: 8px; }

.date {		font-size: 9px;
			color: rgb(139,69,98); }

.newsitem {	border-bottom: 1px dotted rgb(181,181,181); }

.newsitem p {	text-align: justify;
				padding: 0px 4px 0px 2px; }

#footer {	background-color: black;
			border-top: 8px solid rgb(139,69,98); }

#footer p { text-align: right;
			font-size: 10px;
			color: white; }

.clear { clear: both; }