/*
Theme Name: sejfc
Description: New theme for Stretton Eagles Junior Football Club
Version: 1.0
Author: John Furzeman
Tags: green, three columns, fixed width
*/

@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%;
}

#toolbar {
	display:none;
}

#header {
	height:146px; 
	background-color:#366; 
	background-image: url(images/masthead.gif);
	border-bottom:solid 1px #060;
	margin-bottom:10px; 
}

#header {
	display:none;
}

#pagenav {
	display:none;
}

/* posts accompanied by sidebar*/
#posts {float:left}
.sidebar {display:none}
.printme {display:block}

#comments-title {
         font-size:1.4em;
	color: #090;
	font-family: Georgia, Times New Roman, serif;
	font-weight:normal;
}

.sejfc-comment-meta {
	display:none;
}

#respond {display:none}

#bottom {         
         clear:both;
         margin:1em 0;
}

#backtotop {
        display:none;
}

#footer{ 
         height:31px;
	padding:3px;
	color: #fff;
	background-color:#366;
	display:none;
}

#footer p {
         line-height:31px;
}

#footer a {
	color: #fff;
}

#w3 {
         display:none;
}

/* fulltime */
.tab, .dataEntryTable .dataEntryTable {display:none}
.dataEntryTable A {text-decoration:none}
.dataEntryTable IMG {display:none}
.printonly {display:block}

