/* Start of CMSMS style sheet 'oakhill_typography' */
/* A CSS Framework by Mike Stenhouse of Content with Style */

/* TYPOGRAPHY */
	body {
		text-align: center;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 62.5%;
        line-height: 1.2em;
		color: #666666;
	}
	div {
		font-size: 1em;
	}
	img {
		border: 0;
	}
	
	
/* TEXT */
	p {
		font-size: 1em;
		margin: 0 0 1.4em 0;
		padding: 0;
		line-height:1.2em;
	}
	
#text {
	font-size: 1.1em
	}
	
#text a {
	color: #666666;
	text-decoration: underline;
	}
	
#text a:hover {
	text-decoration: none;
	}

.orange {
	color: #0033ff;
	font-weight: bold;
}
	
	


	
/* HEADINGS */
	h1 {
		font-size: 2em;
		line-height: 1em;
		margin: 0;
		padding: 0;
	}
	h2 {
		font-size: 2.0em;
        line-height: 1.5em;
		margin: 0 0 0.5em 0;
		padding: 0;
		color: #006A3A;
	}
	h3 {
		font-size: 1.3em;
		line-height: 1.3em;
		margin: 0 0 0.5em 0;
		padding:0;
	}
	h4 {
		font-size: 1.2em;
		line-height: 1.3em;
		margin: 0 0 0.25em 0;
		padding: 0;
	}
	h5 {
		font-size: 1.1em;
		line-height: 1.3em;
		margin: 0 0 0.25em 0;
		padding: 0;
	}
	h6 {
		font-size: 1em;
		line-height: 1.3em;
		margin: 0 0 0.25em 0;
		padding: 0;
	}

/*	END HEADINGS */

/* TEXT */
	p {
		font-size: 1em;
		margin: 0 0 1.5em 0;
		padding: 0;
		line-height:1.4em;
	}
	blockquote {
		border-left: 10px solid #ddd;
		margin-left: 10px;
	}
	pre {
		font-family: monospace;
		font-size: 1.0em;
	}
	strong, b {
		font-weight: bold;
	}
	em, i {
		font-style:italic;
	}
    code {
        font-family: "Courier New", Courier, monospace;
        font-size: 1em;
        white-space: pre;
    }
/* END TEXT */

	.breadcrumbs {
		font-size: 1.0em;
		}
	
	.breadcrumbs a{
		color: #666666;
		text-decoration: underline;
		}
		
	.breadcrumbs a:hover {
		text-decoration: none;
		}
	
/* LISTS */
	#main ul {
        line-height:1.4em;
		margin: 0 0 1.5em 0;
		padding: 0;
	}
	#main ul li {
		margin: 0 0 0.25em 30px;
		padding: 0;
	}
	ol {
		font-size: 1.1em;
		line-height: 1.4em;
		margin: 0 0 1.5em 0;
		padding: 0;
	}
	ol li {
		font-size: 1.1em;
		margin: 0 0 0.25em 30px;
		padding: 0;
	}
	dl {
		margin: 0 0 1.5em 0;
		padding: 0;
		line-height: 1.4em;
	}
	dl dt {
		font-weight: bold;
		margin: 0.25em 0 0.25em 0;
		padding: 0;
	}
	dl dd {
		margin: 0 0 0 30px;
		padding: 0;
	}
/* END LISTS */
	
	
/* TABLE */
	table {
        font-size: 1em;
		margin: 0 0 0.5em 0;
        padding: 0;
	}
	table caption {
		font-weight: bold;
		margin: 0 0 0 0;
		padding: 0 0 1.5em 0;
	}
	th {
		font-weight: bold;
		text-align: left;
	}
	td {
		font-size: 1em;
	}
/* END TABLE */	
	
	hr {
		display: none;
	}

	div.hr {
		height: 1px;
		margin: 1em 10px;
		border-bottom: 1px dotted #666666;
	}


/*news summary links*/

.NewsSummary {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
    line-height: 1.1em;
	}

.NewsSummaryLink a {
	font-weight: bold;
	color: #0033ff;
	text-decoration: none;
	}
	
.NewsSummaryLink a:hover {
	text-decoration: underline;
	}
	
.NewsSummaryMoreLink a {
	font-weight: bold;
	color: #0033ff;
	text-decoration: none;	
	}
	
.NewsSummaryMoreLink a:hover {
	text-decoration: underline;
	}
	

/* NEWS POST DETAIL */

#NewsPostDetailTitle {
	font-weight: bold;
	color: #0033ff;
	font-size: 1.2em;
    line-height: 1.4em;
	}

#NewsPostDetailCategory {
	font-size: 1.1em;
	}
	
#NewsPostDetailDate {
	font-size: 1.1em;
	}
	
#NewsPostDetailContent {
	font-size: 1.1em;
	}
	
#NewsPostDetailSummary {
	font-size: 1.1em;
	}

	
/* END TYPOGRAPHY */	
/* End of 'oakhill_typography' */

/* Start of CMSMS style sheet 'News' */
.NewsSummary {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 1.1em;
	line-height: 120%;
 }

.NewsSummaryCategory {
  font-style: italic;
 }

.NewsSummaryPostdate {
  font-size: 1.1em;
  font-weight: bold;
 }

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 120%;
 }

.NewsSummaryLink a {
	font-weight: bold;
	color: #0033ff;
	text-decoration: none;
             font-size: 1.2em;
	}
	
.NewsSummaryLink a:hover {
	text-decoration: underline;
	}
	
.NewsSummaryMoreLink a {
	font-weight: bold;
	color: #0033ff;
	text-decoration: none;	
	}
	
.NewsSummaryMoreLink a:hover {
	text-decoration: underline;
	}

#NewsPostDetailTitle {
  font-weight: bold;
  color: #0033ff;
  font-size: 2.2em;
  }

#NewsPostDetailDate {
  font-size: 1.1em;
  font-style: italic;
  margin-bottom: 5px;
  }
  
#NewsPostDetailAuthor {
  font-size: 1.1em;
  margin-bottom: 15px;
  }

#NewsPostDetailSummary {
   margin-bottom: 10px;
  line-height: 150%;
   }

#NewsPostDetailCategory {
  font-size: 1.3em;
  margin-bottom: 5px;
  }

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 140%;
  }
  
#NewsPostDetailContent div {
  margin-bottom: 10px;
  }


	


/* to add specific style to the below div, uncomment them. */
/* 
.NewsSummaryLink {}
.NewsSummaryAuthor {}
.NewsSummaryMorelink {}
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailCategory {}
#NewsPostDetailAuthor {}
#NewsPostDetailAuthor {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'News' */

/* Start of CMSMS style sheet 'oakhill_nav_vertical_0708' */
#menu_vert, #menu_vert ul {
  margin: 0;
  padding: 0;
  }

#menu_vert ul {
  width: 100%; /* Width of Menu Items */
  background: #ffffff;
  font-size: 1.1em;
  }
  
#menu_vert li {

  width: 140px;
list-style: none;
  }

#menu_vert li a {
  display: block;
  text-decoration: none;
  padding: 5px 0px 5px 10px;
  color: #0033FF;
  }

/* Fix IE. Hide from IE Mac \*/
* html #menu_vert li { float: left; height: 1%; }
* html #menu_vert li a { height: 1%; }
/* End */



#menu_vert li a:hover {
    color: 0033ff;
	text-decoration: underline;
}

.current
{
	list-style-type: square;
	display: inline;
	background-color: green;
}


#menu_vert li.activeparent {
   background-color: white;
}


li.sectionheader {
  margin: 0;
  margin-right: -1px;
  color: #0033ff;
 }
li.sectionheader  {
   margin: 5px 0 0 0;
   padding: 0.5em 10px 0.5em 10px;
   border: none;
   /* background-color: #0033FF; */
   z-index: 90;
   font-weight: bold;
}

li.separator {
   height: 1px;
   padding: 0;
   margin: 0;
   width: 100%;
   border-bottom: 1px dotted black;
}


li.currentpage {
	color: #0033FF;
	font-weight: bold;
             padding: 5px 5px 5px 10px;
             text-decoration: underline;
	}
	

/* End of 'oakhill_nav_vertical_0708' */

/* Start of CMSMS style sheet 'oakhillGlobalStyles0809' */
*          {
            box-sizing: border-box; 
			-moz-box-sizing: border-box;
           padding: 0px;
           margin: 0px;
           }

body { 
             background-color: white; 
background: url(http://www.oakhillunited.streamlinenettrial.co.uk/cms/uploads/images/08-09/images/bg_grass.jpg);
background-position: center;
	}
	
#wrapper { 
	width: 900px;
             text-align: left;
             margin-left: auto;
             margin-right: auto;
             margin-top: 20px;
			 margin-bottom: 0px;
             
	}
	
#header {
	float: left;
	width: 900px;
	height: 120px;
	margin-left: 0px;
	}
	
#logo {
	float: left;
	margin-left: 10px;
	}
	
#leftCol {
	float: left;
	width: 150px;
	margin-left:8px;
	}
	
#mainCol {
	float: left;
	width: 582px;
    margin: 0px 0px 0px 0px;

	
	}
	
#rightCol {
	float: left;
	width: 135px;
    text-align: center;
	}
	
#footer {
             text-align: center;
             width: 900px;
             margin-left: auto;
             margin-right: auto;
             margin-bottom: 0px;
	}
	
	
.newsBox { 
	width: 560px;
             text-align: left;
             background: url(http://www.oakhillunited.streamlinenettrial.co.uk/cms/uploads/images/07-08/newsbox/news_box_bg.jpg);
	}


.newsBox .NewsSummary {
             padding-left: 20px;
             padding-right: 20px;
             }


.cleaner {
	clear:both; height:1px; font-size:1px; border:none; margin:0; padding:0; background:transparent;
	}

	
/* End of 'oakhillGlobalStyles0809' */

