/* Presentation Stylesheet for Barnsley Civic Trust website

  (c) Colin Sewell, 2007
------------------------- */

/* colour crib :
   008dc3 = Strong Blue
   a29201 = Acid Green / Brown */


html { font-size: 100%; /* IE hack */ }

body {
	margin: 0px;
	padding: 0px;
	background-color: white;
/*	background-image: url(../images/decorations/bodyBG.jpg); */
	background-repeat: repeat;

	font-family: verdana, arial, helvetica, sans-serif, serif;
/*	font-size: 0.8em; */	/* 1 em = 16 px by default */
	font-size: 75%;		/* scale down default font */
	font-size: 62.5%;
	color: #4a4a4a;
}

#home-page, #about-page, #news-page, #pride-page, #resources-page {
	background-color: #f7f5e8;
}
#join-page, #projects-page, #contacts-page {
	background-color: #eff5f8;
}

#home-page #BCT-outer, #about-page #BCT-outer, #news-page #BCT-outer, #pride-page #BCT-outer, #resources-page #BCT-outer {
	border-left: 1px solid #c1b400;
	border-right: 1px solid #c1b400;
}
#join-page #BCT-outer, #projects-page #BCT-outer, #contacts-page #BCT-outer {
	border-left: 1px solid #33a4cf;
	border-right: 1px solid #33a4cf;
}


h1, h2, h3, h4 {
	font-family: verdana, arial, helvetica, sans-serif, serif;
	color: #a29201;
    margin: 0 0 10px 10px;
	padding-top: 10px;
}

h1 {
    font-size: 1.8em;
}

h2 {
    font-size: 1.6em;
}

h3 {
    font-size: 1.3em;
}

h4 {
    font-size: 1.1em;
}


p {
	font-family: verdana, arial, helvetica, serif, sans-serif;
/*	font-size: 0.8em; */	/* 1 em = 16 px by default */
	font-size: 110%;
	margin: 8px 10px;
}

strong {
	color: #555;
}

.TextBlue {
	color: #008dc3;
}


ul, li {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}


#colright p {
	font-family: verdana, arial, helvetica, serif, sans-serif;
/*	font-size: 0.8em; */	/* 1 em = 16 px by default */
	font-size: 80%;		/* scale down default font */
	margin: 8px;
}


.ImgBorder {
	border: 1px solid #777;
}

.ImgPaddingSides {
	padding: 2px 10px;
	vertical-align: middle;
}

.ImgNewsThumbnail {
	float: left;
	margin: 4px 10px 10px 0;
}


.BoldTextLight {
	font-weight: bold;
	color: #777;
}

.BoldTextDark {
	font-weight: bold;
	color: #5e5e5e;
}

.BoldHeading {
	font-weight: bold;
	font-size: 150%;
	color: #555;
}


hr {
	margin: 15px;
	border: none;
    border-bottom: 1px solid #c1b400;
	height: 1px;
}

.HR-Dashed {
	border: none;
    border-bottom: 1px dashed #c1b400;
	height: 1px;
}


.HR-Dotted {
	border: none;
	height: 1px;
    border-bottom: 1px dotted #c1b400;
}

.HR-Footer {
	width: 500px;
	margin-left: 250px;
	margin-right: 0;
	border: none;
	height: 1px;
    border-bottom: 1px dotted #ab8d19;
}

#BCT-footer p {
	font-size: 90%;
	color: #444;
	margin: 1px;
	padding: 1px;
}

#BCT-footer .DesignCredits {
	color: #8e8e8e;
}


.BulletList {
	font-family: verdana, arial, helvetica, serif, sans-serif;
	font-size: 110%;
	color: #555;
	list-style-image: url(../images/decorations/bullet-brown.gif);
	margin: 2px;
	margin-left: 0px;
	padding-left: 40px;
}

.BulletList li {
	margin-bottom: 8px;
	list-style-image: url(../images/decorations/bullet-brown.gif);
}

.BulletList a {
	font-size: 90%;
}

.BulletList p {
	background-color:#fcfcfc;
	font-size: 100%;
	margin: 4px;
}
