/* 1. GENERAL
-----------------------------------------------------------------------------------------------
===============================================================================================*/	
@import url(textsize.php);
/* Global reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd,q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit;  font-family: inherit; vertical-align: baseline; }

body {
	line-height: 1;
	background: #828a97;
	padding: 30px;
	}	
	
ol, ul {
	list-style: none; }
	
table {
	border-collapse: separate; 
	border-spacing: 0;  /* tables still need 'cellspacing="0"' in the markup */
}

caption, th, td {
	text-align: left; 
	font-weight: normal;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	/* font-size: 62.5%; */ /* 1em = 10px \ 1.1em = 11px \ 1.2em = 12px */
	text-align: center;
}

/* 1.1	Headings and paragraphs
-----------------------------------------------------------------------------------------------*/	

h1 {}

h2 {}

h3 {}

h4 {}

p  {}


/* 1.2	Forms
-----------------------------------------------------------------------------------------------*/	

input, textarea, select {
	font: 95% Arial, Helvetica, sans-serif;
	background-color: #ddd;
	border-top: 1px solid #0092dd;
	border-left: 1px solid #0092dd;
	width: 250px;

}
label
{
	font-weight: normal;
}
input#submit, input#notspam, input#unsubscribe, input#contactsubmit
{
width: auto;
}

input#submit, input#unsubscribe, input#contactsubmit
{
	border: 1px solid #ddd;
	background: #0092dd;
	color: #fff;
	padding: 2px 4px;

}


	
legend
{
margin-bottom: 1em;
}
table#formtable td
{
padding: .5em;
vertical-align: top;
}



/* 1.3	Links
-----------------------------------------------------------------------------------------------*/	

a {
	color: #208b7f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/* 1.4	Miscellaneous
-----------------------------------------------------------------------------------------------*/	

hr { 
	display: none; }
		
strong {
	font-weight: bold; }
		
em {
	font-style: italic; }
	
abbr, acronym {
	border-bottom: 1px dotted #999; 
	cursor: help;
}


/* 2. GENERAL ELEMENTS
-----------------------------------------------------------------------------------------------
===============================================================================================*/	

.hide {
	position: absolute;
	left: -9999px;
}

.clear {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
	overflow: hidden;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block; }
	
/* Hides from IE-mac \*/ 
* html .clearfix {
	height: 1%; }

.clearfix {
	display: block; }
/* End hide from IE-mac */


/* 3. LAYOUT
-----------------------------------------------------------------------------------------------
===============================================================================================*/	

#container {
	width: 100%;
	min-width: 760px;
	max-width: 950px;
	position: relative;
	margin: 0 auto;
	text-align: left;
	background: #fff url(http://www.northlanarkshirefederation.org.uk/images/container_shadow.gif) repeat-y right;
}
	#container .corner{
		position: absolute;
		width: 40px;
		height: 40px;
		z-index: 5;
	}
	#container .top-left{
		top: 0;
		left: 0;
		background: url(http://www.northlanarkshirefederation.org.uk/images/container_top_left.gif) no-repeat;
	}
	#container .top-right{
		top: 0;
		right: 0;
		background: url(http://www.northlanarkshirefederation.org.uk/images/container_top_right.gif) no-repeat;
	}
	#container .bottom-left{
		bottom: 0;
		left: 0;
		background: url(http://www.northlanarkshirefederation.org.uk/images/container_bottom_left.gif) no-repeat;
	}
	#container .bottom-right{
		bottom: 0;
		right: 0;
		background: url(http://www.northlanarkshirefederation.org.uk/images/container_bottom_right.gif) no-repeat;
	}


#header {
	background: url(http://www.northlanarkshirefederation.org.uk/images/header_bg.gif) no-repeat left top;
	height: 170px;
	z-index: 10;
	position: relative;
	margin: 0 0 30px;
}

#menu{
	float: left;
	width: 170px;
	left: 25px;
	top: 198px;
}

#content{
	margin: 0 40px 20px 210px;
	min-height: 15em;
	
}
	#homepage #content{
		margin: 0 355px 40px 210px;
		
	}

#map{
	position: absolute;
	z-index: 30;
	right: 25px;
	top: 90px;
	width: 315px;
}

#quicklinks{
	clear: both;
	padding: 0px 40px 10px 25px;
	margin: 0 0 10px;
	overflow: hidden;
}

#footer{
	clear: both; 
	position: relative;
	padding: 0 40px 60px 25px;
	background: url(http://www.northlanarkshirefederation.org.uk/images/container_shadow_bottom.gif) repeat-x bottom;
	min-height: 5em;
	z-index: 10;
}
	


/* 3.1	Accessibility menu
-----------------------------------------------------------------------------------------------*/	

#accessibility-menu {
	position: absolute;
	left: -1000em;
	text-align: left;
}


/* 3.2	Header
-----------------------------------------------------------------------------------------------*/	

/* Logo -> Image replacement. */
#header h1, #header h1 a, #header h1 a span {
	display: block;
	width: 100px;
	height: 50px;
	overflow: hidden;
}

#header h1 {
	position: absolute;
	top: 40px;
	left: 61px;
	width: 303px;
	height: 109px;
	display: block;
}

#header h1 a { 
	width: 303px;
	height: 109px;
	display: block;
	overflow: hidden;
	font-size: 18px;
	font-weight: bold;
}

#header h1 a span {	
	position: absolute; 
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
	background: url(http://www.northlanarkshirefederation.org.uk/images/logo_nlf.gif) no-repeat;
}

#page-options{
	color: #828a97;
	font-weight: bold;
	text-align: right;
	position: absolute;
	right: 25px;
	top: 10px;
}
	#page-options a{
		color: #828a97;
		text-decoration: none;
	}


/* 3.3	Menu
-----------------------------------------------------------------------------------------------*/	
ul#menu li{
	display: block;
	width: 170px;
	padding-left: 25px;

}
	ul#menu li a{
		display: block;
		border: 1px solid #fff;
		width: 150px;
		padding: 10px 10px;
		background: #0092dd;
		color: #fff;
		font-size: 90%;
		font-weight: 700;
		line-height: 1.2em;
		text-decoration: none;
		position: relative;
	}
		ul#menu li.first a{
			background: #0092dd url(http://www.northlanarkshirefederation.org.uk/images/menu_first_bg.gif) no-repeat top;
			padding: 15px 10px 10px;
		}
		ul#menu li.last a{
			background: #2aa294 url(http://www.northlanarkshirefederation.org.uk/images/menu_last_bg.gif) no-repeat bottom;
			padding: 10px 10px 15px;
		}
			ul#menu li a span.arrow{
				position: absolute;
				right: 10px;
				bottom: 10px;
				text-align: right;
			}
		ul#menu li a:hover, ul#menu li a.current{
			background: #e96146;
		}
			ul#menu li.first a:hover{
				background: #e96146 url(http://www.northlanarkshirefederation.org.uk/images/menu_first_active_bg.gif) no-repeat top;
			}
			ul#menu li.last a:hover, ul#menu li.last a.currentlast{
				background: #764b95 url(http://www.northlanarkshirefederation.org.uk/images/menu_last_active1_bg.gif) no-repeat bottom;
			}


/* 3.4	Content
-----------------------------------------------------------------------------------------------*/	
#content p{
	font-size: 90%;
	color: #4b4844;
	line-height: 1.5em;
	margin: 0 0 1em;
}
	#content h2{
		font-size: 110%;
		color: #00398a;
		margin: 0 0 1em;
	}

#quicklinks h3{
	font-size: 220%;
	color: #ff6141;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 .5em;
}
	#quicklinks .row{
		width: 100%;
		clear: both;
		overflow: hidden;
		padding: 0 0 2em;
	}
		#quicklinks .col{
			width: 33%;
			text-align: center;
			float: left;
		}
	#quicklinks .link{
		margin: 0 auto;
		width: 225px;
		/*padding: 0 4px 15px 2px;*/
		color: #fff;
	}
		#quicklinks .link p{
			padding: 0 0 5px 0;
		}
		#quicklinks .link a{
			display: block;
			padding: 7px 2px 5px 8px;
			color: #fff;
			font-size: 115%;
			font-weight: 700;
			text-decoration: none;
		}
			#quicklinks .link a:hover{
				text-decoration: none;
			}
		#quicklinks #discussion p{
			background: #6e5b62 url(http://www.northlanarkshirefederation.org.uk/images/discussion_area_bg.gif) no-repeat bottom;
		}
		#quicklinks #problem-solving p{
			background: #bf1120 url(http://www.northlanarkshirefederation.org.uk/images/problem_solving_area_bg.gif) no-repeat bottom;
		}
		#quicklinks #feedback p{
			background: #f7b100 url(http://www.northlanarkshirefederation.org.uk/images/feedback_area_bg.gif) no-repeat bottom;
		}
		#quicklinks #latest-news p{
			background: #764b95 url(http://www.northlanarkshirefederation.org.uk/images/latest_news_bg.gif) no-repeat bottom;
		}
		#quicklinks #whats-on p{
			background: #29a294 url(http://www.northlanarkshirefederation.org.uk/images/whats_on_bg.gif) no-repeat bottom;
		}
		#quicklinks #photographs p{
			background: #56595c url(http://www.northlanarkshirefederation.org.uk/images/photographs_bg.gif) no-repeat bottom;
		}

#map p{
	position: absolute;
	width: 160px;
	left: 140px;
	top: 255px;
	text-align: right;
}
	#map p span{
		display: block;
		height: 1em;
		float: left;
		clear: left;
	}
		#map p span.first{
			width: 75px;
		}
		#map p span.second{
			width: 60px;
		}
		#map p span.third{
			width: 30px;
		}
	#map p a{
		font-weight: 700;
	}



/* 3.5	Footer
-----------------------------------------------------------------------------------------------*/	
#footer .logo{
	position: absolute;
	z-index: 10;
	left: 25px;
	bottom: 20px;
}
#footer .address{
	position: absolute;
	z-index: 10;
	right: 25px;
	bottom: 20px;
	text-align: right;
	color: #4b4844;
	font-weight: bold;
	padding-left: 200px;
}
#footer .contact{
	border-top: 6px solid #e3e2e1;
	padding: 10px 0 0;
	text-align: right;
	font-size: 220%;
	font-weight: 700;
}
	#footer .contact a{
		color: #ff6141;
	}
		#footer .contact a:hover{
			text-decoration: none;
		}


/* 4. LAYOUT ELEMENTS
-----------------------------------------------------------------------------------------------
===============================================================================================*/	
	

.contentbox
{
border-left: 1px solid #0092dd; 
display: block; 
width: 25%; 
float: right; 
margin-bottom: 1em; 
margin-left: 15px; 
margin-top: 0px; 
padding-left: 10px; 
padding-right: 10px; 
font-size: 95%;
}
.contentbox p, .contentbox h2, .contentbox h3, .contentbox h4, .contentbox ul
{
padding-left: 10px;
}

.contentbox ul
{
padding-top: .5em;
}

.contentbox ul li
{
padding-bottom: .5em;
}

.contentbox ul li a
{
color: #166157;
}

h3.group, h2.pubstitle, h3.organgeheading  {
	font-size: 130%;
	color: #ff6141;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 .5em;
}
h3.righcolumnlink
{
color: #ff6141;
font-weight: 700;
}

#content ul
{
padding-top: .75em;
}

#content ul#problemsolving
{
padding-top: .75em;
list-style: circle;
margin-left: 1em;
}

#content ul li
{
padding-bottom: .75em;
}
#content ul#problemsolving li ul
{
padding-top: .5em;
padding-left: 1.5em;
list-style: decimal;
}

/* Events */
div#monthtablewidth
{
width: 360px;
}
table
{
border-collapse: collapse;
}

table#eventstable
{

border-spacing: 1px;
width: 90%;
background: #fff;
margin: 1em 0 0 0;
padding:0;
}
#eventstable td
{
text-align: left;
padding-top: 2px;
padding-bottom: 2px;
padding-left: 2px;
padding-right: 2px;
border: 1px solid #0092dd;
}

table#eventstable td h4
{
padding: 0;
margin: 0;
font-size: 80%;
}
table#eventstable td a
{
color: #00398A;
text-decoration: none;
font-weight: 700;
}

table#eventstable td a:hover
{
color: #009999;


}
.eventmonth
{
border: 0;
font-size: 110%;
padding: .3em 0 0 0;
}
.eventtitle
{
padding: 1em 0 0 0;
margin: 0;
color: #009999;
border: 0;
}

p.eventdate
{
padding: 0;
margin: 0;
color: #009999;
border: 0;
font-weight: 700;
font-family: Helvetica, Arial, Verdana, sans-serif;
}
p.eventsummary
{
padding: 0;
margin: 0;
}
p.noevents
{
padding-top: 1em;
}


#communitylist
{
background-color: #ddd;
padding: 3px;
}

#comlist
{
padding-left: 0;
margin-left: 0;
border-bottom: 1px solid #0092dd;
width: 200px;
}

#comlist li
{
list-style: none;
margin: 0;
padding: 0.25em;
border-top: 1px solid #0092dd;
}

#comlist li a { text-decoration: none; }
#comtitle
{
padding-left: 0;
color: #ff6141;
font-weight: 700;

}

table#committeetable th
{
padding: .75em;
font-weight: 700;
}

table#committeetable td
{
padding: .5em;
font-weight: normal;
border: 1px dotted #ccc;
}

/* Group forms */
div#groupform form input, div#groupform form textarea, div#groupform form input, div#groupform form select
{
margin-bottom: 1em;
font-size: 85%;
padding: 2px;
color: #333;
width: 300px;
}
div#groupform form label
{
font-size: 80%;
color: #666;
}

div#groupform form #groupsubmit
{
width: auto;
background-color: #0092dd;
}

div#groupform form #Month, div#groupform form #Day, div#groupform form #Year
{
width: auto;

}

ul.listgroupsclass
{
font-size: 95%;
margin-left: 1.5em;
padding-left: .5em;
list-style-type: circle;
}

table#gallerytable
{
padding: 0;
margin: 0;
border-spacing: 2px;
}
table#gallerytable td
{
padding: 0;
margin: 0;
}

.weblogItemDate
{
font-size: 85%;
font-weight: normal;
}

h4.weblogItemTitle
{
margin-top: 1em;

}

div#contentmaxwidth
{
max-width: 450px;
}

img.gallerypic
{
margin: 0 5px 0 0;
padding: 2px;
border: 1px solid #D9E0E6;
border-bottom-color: #C8CDD2;
border-right-color: #C8CDD2;
background: #fff;
height: 114px; 
width: 170px;
}

p.imagedescript
{
clear: left; 
max-width: 160px; 
width: 160px;
}

select.photoselect
{
font-size: small;
width: 200px;
padding: 2px;
}
form#photoform #submit
{
font-size: small;
}