/*
Theme Name: chesterfieldsportsfusion
Theme URI: http://chesterfieldsportsfusion.com/
Description: custom theme by Bruce @ <a href="http://serafinistudios.com/">Serafini Studios</a>.
Version: 1.0
Author: Bruce Rea, Serafini Studios
Author URI: http://brucerea.com/ http://serafinistudios.com/
*/

body {
	font-size: 14px;
	font-family: Arial;
	font-weight: normal;
	background: #fff;
	color: #ff0;
	text-align: center;
	margin: 0; 
	padding: 0;	
	}

#page {
	width: 900px;
	margin: 0px auto;
	text-align: left;
	background: url('images/header-back.jpg') no-repeat;
	}

#header {
	margin: 5px 0px 5px 0px;	
	padding: 0px;
	}
	
h1 {
	font-size: 30px;
	font-weight: normal;
	color: #ff0;
	}
	
h2 {
	font-size: 25px;
	font-weight: bold;
	color: #fff;
	margin: 0;
	padding: 15px 0 15px 0;
	}
	
h3 {
	font-size: 14px;
	font-weight: normal;
	color: #369;
	}
	
#content {
	width: 900px;
	}

#sidebar {
	width: 150px; 
	float: right;
	padding: 0px 0px 10px 0px;
	margin: 0px 0 0 0;
	font-family: Arial;
	}

.entry {
	margin: 0;
	padding: 0;
	color: #ff0;
	}
	
.entry a{
	color: #ff0;
	}
	
#footer {
	clear: both;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	width: 900px;
	height: 51px;
	text-align: center;
	font-size: 16px;
	font-family: Arial;
	font-weight: normal;
	color: #999;
	background: url('images/footer.jpg') no-repeat;
	}

#footer p{
	color: #fff;
	padding: 15px 0px 15px 15px;
	text-align: left;
	}
	
#footer a{
	color: #fff;
	}
	
/* nav styling */
#navs {
	position: relative;
	width: 900px;
	height: 79px;
	margin: 0px 0 0 0px;
	padding: 0px;
	text-align: left;
	font-weight: normal;
	font-size: 16px;
	/*background: url('images/nav-back.jpg') no-repeat;*/
	}

#navs ul {
	padding: 0px 0px 0px 0px;
	margin: 0 0 0 0px;
	list-style: none;
	display: inline;
	}

#navs li {
	color: #fff;
	display: inline;
	margin: 0px 20px 0px 0px;
	}

#navs a {
	text-decoration: none;
	color: #fff;
	}
/* /nav styling */


/* edit button */
.edit-link-container {
	margin: 24px 0px 0px 0px;
	clear: both;
	padding: 10px 0 0 0;
	}

.edit-link img {
	margin: 0px 0px -3px 0px;
	}

.edit-link a {
	padding: 4px 8px 4px 8px;
	text-decoration: none;
	background: #ff9;
	border-top: 1px solid #cc9;
	border-right: 1px solid #996;
	border-bottom: 1px solid #996;
	border-left: 1px solid #cc9;
	color: #660;
	}

.edit-link a:hover {
	border-top: 1px solid #996;
	border-right: 1px solid #cc9;
	border-bottom: 1px solid #cc9;
	border-left: 1px solid #996;
	}

.edit-link a span {
	text-decoration: none;
	}

.edit-link a:hover span {
	color: #330;
	text-decoration: none;
	}

.add-entry-container {
	margin: 25px 0px 5px 0px;
	}

.add-entry img {
	margin: 0px 0px 0px 0px;
	}

.add-entry a {
	padding: 4px 8px 4px 8px;
	text-decoration: none;
	font-size: 18px;
	background: #9f9;
	border-top: 1px solid #9c9;
	border-right: 1px solid #696;
	border-bottom: 1px solid #696;
	border-left: 1px solid #9c9;
	color: #060;
	}
/* / edit button */


#home_picture {
	width: 900px;
	height: 245px;
	margin: 3px 0px 5px 0px;	
	padding: 0px 0px 0px 0px;
	background: url('images/slideshow.jpg') no-repeat;
	}

#home_main {
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 900px;
	height: 326px;
	background: url('images/home-menu2.jpg') no-repeat;
	}

#home_main h2{
	text-align: center;
	color: #ff0;
	font-size: 23px !important;
	}
	
#home_main p {
	color: #fff;
	padding: 0px 10px 5px 25px;
	}
	
#home_main li {
	color: #fff;
	}
	
	
#home_main a {
	color: #fff;
	}
	
#block_1 {
	position: absolute;
	top: 0px;
	left: 5px;
	width: 445px;
	height: 230px;
	}
	
#block_1 p {
	margin: 0px 10px 12px 10px;
	padding: 0px;
	color: #fff;
	}
	
#block_2 {
	position: absolute;
	top: 0px;
	left: 450px;
	width: 445px;
	height: 160px;
	}

#block_2 ul {
	margin-top: -10px;
	}	

#block_3 {
	position: absolute;
	top: 240px;
	left: 5px;
	width: 445px;
	height: 80px;
	}
	
#block_4 {
	position: absolute;
	top: 160px;
	left: 450px;
	width: 445px;
	height: 160px;
	}

#block_4 ul {
	margin-top: -10px;
	}
	
#page_main {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 900px;
	background: url('images/page-back.png') repeat-y;
	}
	
#page_main_header {
	background: url('images/page-back-top.png') no-repeat;
	height: 20px;
	}
	
#page_main_footer {
	clear: both;
	background: url('images/page-back-bottom.png') no-repeat;
	height: 20px;
	margin: 0px;
	padding: 0px;
	}
	
#page_main h2{
	text-align: center;
	}
	
#page_main p {
	padding: 0px 10px 5px 10px;
	}
	
hr {
	display: none;
	}

a img {
	border: none;
	}
	
a {
	color: #900;
	}
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */


/* Begin Calendar styles */

.phpc-navbar a {
}

.phpc-navbar a:hover {
}

.phpc-navbar {
  margin: 1em 0 2em 0;
  text-align: center;
}

.phpc-navbar a {
  font-size: 90%;
  text-decoration: none;
  margin: 0;
  padding: 2px;
}

.phpc-main {
  font-size: 90%;
  border-style: solid;
  border-collapse: collapse;
  border-color: #fff;
  border-width: 2px;
  margin: 4px;
}

table.phpc-main {
  width: 99%;
}

.phpc-main > h2 {
  margin: 0;
  text-align: left;
  padding: .25em; 
  border-color: #fff;
  border-style: solid;
  border-width: 0 0 2px 0;
}

.phpc-main > div {
  margin: .5em;
  font-weight: bold;
}

.phpc-main > p {
  border-style: solid;
  border-width: 2px 0 0 0;
  border-color: #fff;
  padding: .5em;
  margin: 0;
  text-align: justify;
}

caption {
  font-size: 175%;
  color: #000;
  background-color: inherit;
  padding: 2px;
  font-weight: bolder;
}

thead th {
  background-color: #333;
  color: #fff;
}

thead {
  border: 1px solid #fff;
}

thead, tfoot {
  text-align: center;
}

#calendar td, #calendar th {
  border-style: solid;
  border-collapse: collapse;
  border-color: #fff;
  border-width: 2px;
  padding: .5em;
}

table.phpc-main tbody th {
  text-align: right;
}

#calendar {
  table-layout: fixed;
}

#calendar td {
  text-align: left;
  height: 80px;
  overflow: hidden;
}

td.past {
  background-color: inherit;
  color: inherit;
}

td.future {
  background-color: inherit;
  color: inherit;
}

td.none {
  background-color: inherit;
  color: inherit;
}

table.phpc-main ul {
  margin: 2px;
  padding: 0;
  list-style-type: none;
  border-color: #99f;
  border-style: solid;
  border-width: 1px 1px 0 1px;
}

table.phpc-main li {
  font-size: 80%;
  font-weight: normal;
  padding: 0;
  border-color: #99f;
  border-style: solid;
  border-width: 0 0 1px 0;
  margin: 0;
}

table.phpc-main li a {
  display: block;
  text-decoration: none;
  padding: 2px;
}

table.phpc-main li a:hover {
  background-color: #fff;
  color: #000;
}

.phpc-list {
  border: 1px solid #fff;
}

.phpc-footer {
  text-align: center;
}

.phpc-button {
  text-align: center;
}

.phpc-add {
  float: right;
  text-align: right;
}

