/*
Theme Name: sejfc_2010
Description: Stretton Eagles Junior Football Club 2010-11
Version: 1.0
Author: John Furzeman
Tags: green, three columns, fixed width
*/

@import url("pagenav.css");
@import url("sidebar.css");
@import url("post.css");
@import url("comment.css");

/* Begin layout & fonts */
* {
	font-family:verdana, arial, sans-serif;
	margin:0;
	padding:0;
}

BODY {
	font-size:75%;
	background-color:#c0c0c0;
	text-align:center;
}

#wrapper {
	text-align:left;
	width:960px;
	margin:0 auto; 
	background-color:#fff;
	position: relative;
	padding:0 10px;
}

#header {
	height:146px; 
	background-color:#366; 
	background-image:url(images/masthead.gif);
	border-bottom:solid 1px #060;
	margin-bottom:10px;
}

#header h1{
	display:none;
}

#toolbar {
	background-image:url(images/toolbar_bg.gif);
	height:19px;
	font-size:11px;
}

#toolbar ul {
	list-style:none;
	position:absolute;
	right: 15px;
	top: 2px;	
}

#toolbar li {
	list-style:none;
	display:inline;	
}

#toolbar a {
	text-decoration:none;	
	color:#363;
}

#toolbar a:hover {
	text-decoration:underline
}

#pagenav {
	width:180px; 
	float:left;
}

#page {
	width:770px; 
	float:right;
}

/* posts accompanied by sidebar*/
#posts {width:570px; float:left}

#bottom {         
         clear:both;
         margin-bottom:1em;
}

#backtotop {
         text-align:right;
         margin-bottom:0.5em;
}

#backtotop a{
         color:#06a;
         text-decoration:none;
}

#backtotop a:hover {
         text-decoration:underline
}
.wp-tag-cloud {
	margin-bottom:10px;
	padding:3px 0;
	text-align:center; 
	color: #000;
	background-color:#696;
         display:none;
}

.wp-tag-cloud a {
	color: #ccc;
	text-decoration:none;
}

.wp-tag-cloud a:hover {
	text-decoration:underline;
}

#footer{ 
         height:31px;
	padding:3px;
	color: #fff;
	background-color:#366; 
}

#footer p {
         line-height:31px;
}

#footer a {
	color: #fff;
}

#w3 {
         float:right;
}

/* Tabbed Interface */
#tabs {margin:2em 0 5px 0}
#card {background-color:#fff; color:#666; position:relative; z-index:1;}
#block1, #block2, #block3 {margin-left:15px}

.tab {font-size:1em; padding:3px 1em; margin:0 0.4em 0 0; display:inline; color:#666; cursor:pointer}
.active {border:solid 1px #999; border-bottom:0; background-color:#fff; position:relative; z-index:2}
.passive {background-color:#e0e0e0; position:relative; z-index:0}

.shadow {background-color:#c0c0c0; margin-left:3px; margin-top:3px}
.shadowed {padding:5px; border:solid 1px #999; background-color:#fff; position:relative; top:-3px;left:-3px}

.showblock {display:block}
.hide, .printonly {display:none}

/* Full-Time feeds */
.dataEntryTable TBODY {border:solid 1px black}
.dataEntryTable IMG {display:none}
.dataEntryTable A {text-decoration:none}
.dataEntryTable A:hover {text-decoration:underline}
























