/* Stylesheet for Long Crendon Parish Council - R Williams, Oxford IT Solutions   15:07 02 November 2008 */


/* style the main body of the page */
body
{
			    text-align: left;
				background-color: #fff;
				color: #000000;
				font-size: 0.8em;
				font-family: "Trebuchet MS", verdana, arial, "Times New Roman";
				margin: 0px;
}


/* style the header section of the site */
img, #banner
{		
				display: none;
}

#headertextonly
{
				padding: 20px;
}

/* style the content body section of the site */
#contentbody
{		
				padding: 19px;
				width: 850px;
}

/* style the header section of the site */
#header
{		
				width: 854px;
				color: #000;
				text-align: left;
				margin: 10px;
}


/* style the content body left hand column */
#contentleftcol
{
				text-align: left;
				width: 600px;
}


/* style the content body right hand column */
#contentrightcol
{
				text-align: left;
				float: right;
}


/* style the footer section of the site */
#footer
{		
				color: #666666;
				padding: 10px;
}

.item
{	
				padding-top: 2px;
				padding-left: 5px;
				padding-right: 5px;
				padding-bottom: 2px;
				background-color: #E6F4FE;
				border-bottom: 2px solid #000;
}

.insetitem
{	
				padding: 5px;
				margin-left: 5px;
				margin-bottom: 5px;
				width: 200px;
				background-color: #E6F4FE;
				float: right;
}

.errorbox
{	
				width: 570px;
				margin-top: 10px;
				background-image: url(../images/error_box_bg.jpg);
				background-repeat: no-repeat;
				padding: 10px;
				border: 2px solid #ff0000;
				margin-bottom: 10px;
}

.successbox
{	
				width: 570px;
				margin-top: 10px;
				background-image: url(../images/success_box_bg.jpg);
				background-repeat: no-repeat;
				padding: 10px;
				border: 1px solid #ccc;
				margin-bottom: 10px;
}
				




/* style top level headings */
h1		
{
				font-size: 1.8em;
				margin: 0px;
				padding: 0px;
				color: #006699;
				font-weight: bold;
}


/* style sub level headings */
h2	
{
				font-size: 1.3em;
				margin-top: 10px;
				padding: 0px;
				font-weight: bold;
}

p.error
{
				color: #ff0000;
}




.boxbody
{
				width: 577px;
				padding-top: 2px;
				padding-bottom: 2px;
				padding-left: 10px;
				padding-right: 10px;
				background-color: #B8E2FC;
				color: #000;
				margin-bottom: 5px;
				background-image: url(../images/box_bg.jpg);
				background-repeat: no-repeat;
}

.listings
{
				width: 577px;
				padding-left: 5px;
				padding-right: 5px;
				margin-bottom: 5px;
				padding-bottom: 5px;
				padding-top: 0px;
				background-image: url(../images/mlc_lisitngs_box_bg.jpg);
				background-repeat: no-repeat;
				border: 1px solid #ccc;
}


/* style the menu items held in the right col */
#navcontainer 
{ 
				width: 200px; 
}

#navcontainer ul
{
				margin-left: 0;
				padding-left: 0;
				list-style-type: none;
				font-family: Arial, Helvetica, sans-serif;
}

#navcontainer li ul {
	padding-left: 15px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	}


#navcontainer a
{
				display: block;
				padding: 2px;
				width: 95%;
				background-color: #E6F4FE;
				border-bottom: 1px solid #B8E2FC;
}

#navcontainer a:link, #navlist a:visited
{
				color: #000000;
				text-decoration: none;
				padding-left: 5px;
}

#navcontainer a:hover
{
				background-color: #B8E2FC;
				color: #000000;
				padding-left: 5px;
}





/* style non main menu links */
a:link, a:visited, a:active
{
				color: #000000;
				text-decoration: underline;
				font-weight: bold;
}

a:hover
{
				background-color: #B8E2FC;
				color: #000000;
				font-weight: bold;
				text-decoration: underline;
}



/* Style the forms */
.lcpcform p{
width: 450px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
}

.lcpcform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.lcpcform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.lcpcform textarea{
width: 250px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}





table.listings { 
width: 100%;
background-color: #fff;
border: 1px #000 solid;
border-collapse: collapse;
border-spacing: 0px; 
}

td.listingsheading
{ 
background-color: #B8E2FC;
color: #000; 
border: 0px;
text-align: left;
border-bottom: 1px solid #000;
border-left: 1px solid #000;
padding-left: 10px;
padding-right: 10px;
height: 20px;
font-weight: bold;
}

td
{ 
background-color: #fff;
color: #000; 
border: 0px;
text-align: left;
border-bottom: 1px solid #000;
border-left: 1px solid #000;
padding-left: 10px;
padding-right: 10px;
height: 20px;
}

















/* produce a clear line after the two floating cols to keep the contentbody background and border. */
.clearer
{
				clear: both;
}
