/*
Theme Name: ETCP Default
Theme URI: http://www.eppingtcp.co.uk/
Description: The default ETCP theme
Version: 1.0
Author: Mark Boyce
Author URI: http://www.eppingtcp.co.uk/
Tags: fixed width, two columns

	Unsure what goes here :-)

*/


/* Main Body Common Bits ------------------------------------------------ */

html, body {
	height: 100%;
}

body {
	background: url('images/background.png');
	color: #333;
	background-position: left top;
	background-repeat: repeat-x;	
	font-family: "Lucida grande",Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	padding: 0;
	margin: 0;
}


h1 {
	font-size: 15px;
}

a {
	text-decoration: none;
	color: #333;
}

a img {
	border: 0;
}

a:hover {
	color: #207000;
}


/* -------------------------------------------------------------------- */

#page_container {
	margin-left: auto;
	margin-bottom: 0;
	margin-right: auto;
	margin-top: 0;
	position: relative;
	width: 780px;
	min-height: 100%;
	padding: 0;
}

#page_top {
	background: transparent url('images/background_top.png');
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 30px;
}

#logo {
	background: transparent url('images/tcp_round_logo-v1.png');
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 150px;
	width: 150px;
	float:left;
	margin-left: -50px;
	margin-top: 0px;
	background-color: none;
	position: absolute;
}

#page_main {
	background: transparent url('images/background_vert.png');
	background-repeat: repeat-y;
	background-position: left top;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
}


#page_banner {
	background-image: url('images/banner_2.png');
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-top: 10px;
	height: 75px;
}

#search_box {
	padding-top: 10px;
	float: right;
}

#search_box input[type=text] {
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	color: #909090;
}

#search_result_title {
	font-size: 14;
	font-weight: bold;
	padding-top: 10px;
}

#page_bottom {
	background: transparent url('images/background_bottom_2.png');
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 10px;
}

#page_title {
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;	
}

/* Main Menu	-------------------------  */	


ul#menu_main {
	height: 20px; 
	margin: 0;
/*	margin-right: 65px; */
	padding-top: 4px ; /* 4px; */;
	padding-bottom: 0;
	padding-left: 45px;
	padding-right: 0;
	background-color: #207000;
	list-style: none;
	width: 705px;
}

ul#menu_main li {
	margin-left: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-top: 0;
	float: left;
	padding: 0; 
	padding-right: 10px;
	white-space: nowrap;
	border-left: 0;
	border-top: 0;
	border-bottom: 0;
	border-right: 1px;
	border-style: solid;
	border-color: #ffffff;

}


ul#menu_main ul li a:link,
ul#menu_main ul li a:visited,
ul#menu_main ul li a:hover,
ul#menu_main ul li a:active {
	width: 8em;
	line-height: 2;
}


ul#menu_main li a:link,
ul#menu_main li a:visited,
ul#menu_main li a:hover,
ul#menu_main li a:active{
	display: block;
	text-decoration: none;
}


ul#menu_main li a {
	color: #ffffff; 
}

/* 
ul#menu_main li:hover {
	background-color: #f4f4f4;
}
*/

ul#menu_main li a:hover {
	color: #bbb;
}


ul#menu_main ul li {
	float: none;
	position: relative;
/*	border-bottom: 1px solid #7EAED7; /* fixes gap problem in IE */ 
	z-index:1000;
	
}

/* Submenus */
ul#menu_main li ul {
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-top-width: 0px;
	border-style: solid;
	border-color: #909090;
	padding: 0px;
	margin: 0px;
	margin-left: -10px;
	padding-left: 10px;
	display:none;
	list-style: none;
	position: absolute; 
	background-color: #207000;
	width: 200px;
}

ul#menu_main li ul li {
	border: 0;
}


ul#menu_main ul ul{
	margin-left: .2em;
	position: absolute;
}


/* Right Side bar content windows ---------------- */
#side_content_right {
	width: 160px;
	margin: 0;
	padding: 0;
	
	float: right; 
	border: 0px;
	background-color: white; /* #eaeaea; */
	


}

#whats_on {
	list-style-type: none;
	padding: 0;
	margin-top: 10px;
	text-align: center;
	word-wrap: break-word;
	background-color: #eaeaea;
	border: 1px;
	border-style: solid;
	border-color:  #207000 ;
	font-size: 10px;
}

#whats_on_list {
	padding-bottom: 5px;
}
/* hacks for event list */
#whats_on_list ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	padding-bottom: 5px;
}

#whats_on_list_entry {
	padding-top: 5px;
	padding-bottom: 5px;
}


#whats_on_list_date {
	font-weight: bold;
}

#whats_on_list_item {
}

#whats_on_title {
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	border-bottom: 1px;
	border-style: solid;
}

#whats_on_calendar {
	margin-left: 10px;
	margin-right: 10px;
}



#page_main_left {
	float: left;
	padding: 0;
	margin-left: 5px;
	margin-top: 5px;
	width: 580px; /* 590 avail */
}

#page_main_left a {
	font-style: italic;
}

#just_clear {
	clear: both;
}

#iis {
	float: right;
	padding-right: 10px;
	padding-bottom: 10px;
	font-size: 10px;
	color: #666;
}

#etcp {
	float: left;
	padding-left: 10px;
	padding-bottom: 10px;
	font-size: 10px;
	color: #666;
}

/* Misc bits&bobs ------------------------- */
#edit_page {
	padding: 0.5em;
	float: right;
	border-style: ridge;
	font-style: italic;
	font-weight: bold;
	clear: both;
	text-align: right;
	
}
