
/* Layout Stylesheet for SRBA

  (c) Colin Sewell, 2006
------------------------- */

body {
	margin: 10px;
	padding: 0px;
	text-align: center;		/* center main page content (older browsers like IE 5.5) */
 	background-color: #f8f8f8;
}


#Outer {	/* outer whole container */
/* 	background-color: #cccc00; */
	position: relative;
	width: 755px;
	text-align: left;	/* reset align left for page content that follows (IE) */
	margin: 0 auto;		/* center main page content (FireFox etc. ) */
	padding: 0px;
	border: 0px solid #eaeaea;
 	background-color: #fff;
}



#Header {
/* 	background-color: #e8e8e8; */
 	background-color: #fff;
	background-image: url(../images/misc/bg-header-nav.gif);
	position: relative;
	width: 750px;
	border: 0px solid #ccc;
	margin-bottom: 1px;
	padding-left: 5px;
}


#PageContent {
 	background-color: #fff;
/*	background-image: url(../images/misc/bg-feint-bees-4.gif); */
	background-position: right bottom;
	background-repeat: no-repeat;
	position: relative;
	width: 540px;
	text-align: left;
	margin-left: 200px;
	margin-top: 10px;
	padding-left: 10px;
	border-left: #339943 1px dotted;
}


/* backgrounds for various pages */

#SiteMap #PageContent {
	background-image: url(../images/misc/bg-feint-bees-1.gif);
}

#AboutUs #PageContent, #ContactUs #PageContent, #Members #PageContent, #HoneyRecipes #PageContent, #NewsView #PageContent {
	background-image: url(../images/misc/bg-feint-bees-2.gif);
}

#Apiary #PageContent, #AboutBees #PageContent, #DidYouKnow #PageContent {
	background-image: url(../images/misc/bg-feint-bees-4.gif);
}

#OtherInfo #PageContent, #Meetings #PageContent {
	background-image: url(../images/misc/bg-feint-beehive-2.gif);
}


#SideBar {	/* any additional content */
	background-color: #fff; 
	position: absolute;
	overflow: visible;
	width: 180px;
	left: 5px;
	top: 112px;		/* for IE */
	height: 50%;
	min-height: 50%;
}

#SideBar p {
	margin: 0;
}


body > div > div#SideBar {	/* ignored by IE, seen by 'proper' browsers' */
	top: 110px;
}


#AdminBar {	/* admin menu options */
	background-color: #fff; 
	position: absolute;
	overflow: visible;
	width: 180px;
	left: 5px;
	top: 12px;		/* for IE */
	height: 50%;
	min-height: 50%;
}

#AdminBar p {
	margin: 0;
}


body > div > div#AdminBar {	/* ignored by IE, seen by 'proper' browsers' */
	top: 10px;
}


#Footer {
	position: relative;
	width: 755px;
	height: 25px;
	text-align:center;
	background-color: #fcfcfc; /* ffffcc = yellow */
	background-image: url(../images/misc/bg-footer-yellow.gif);
	background-repeat: no-repeat;
}

body > div#Footer {	/* ignored by IE, seen by 'proper' browsers' */
	top:0px;
}


#SideBarTopImage {
}


#SideBarHome {	/* home page left bar */
	background-color: #efefef;
	position: absolute;
	overflow: visible;
	width: 180px;
	left: 20px;
	top: 150px;
	height: 50%;
	min-height: 50%;
	padding-left: 5px;
}

body > div > div#SideBarHome {	/* ignored by IE, seen by 'proper' browsers' */
	top: 125px;
}


.HomeNewsBox {
	background: #fcf9ef;
	background-image: url(../images/misc/bg-news-box-green.gif);
	border: 1px solid #e4b659;
	margin: 10px 0px;
	padding: 0px;
	font-size: 90%;
}

.HomeNewsBox2 {
	background: #fffff5;
	background-image: url(../images/misc/bg-news-box-blue.gif);
	border: 1px solid #cfd16a;
	margin: 10px 0px;
	padding: 0px;
	font-size: 90%;
}


#SideColBox1, #SideColBox2, #SideColBox3, #SideColBox4 {
	width: 145px;
	float: left;
/*	color: #333333; */
	font-size: 70%;
	text-align: left;
	margin: 0 0 12px 0;
	padding: 4px;
}


#NewsBox {
	position: relative;
	width: 120px;
	float: left;
	background-color: #FCFCFC;
	font-size: 70%;
	padding: 0;
}



#ImageFloatLeft
{
	float: left;
	margin: 4px 8px 8px 4px;
	border: 1px solid #000055;
}

#ImageFloatRight
{
	float: right;
	margin: 4px;
	margin-bottom: 20px;
	padding: 2px;
}


#AdminContent {
	width: 630px;
	background-color: #FAFAFA;
	color: #333333;
	text-align: left;
	padding: 4px;
	margin-left: 5px;
	border: 1px solid #888888;
}


/* Other Layout Bits
   ----------------- */

/* Div Clear space after Float fix  -  to stretch a container div to contain floated elements */
.ClearFix:after {
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility: hidden;
}


.ClearFix  {display: inline-table;}  /* fix for IE Mac only */

/* Hide from IE Mac, IE Win Only \*/
	* html .ClearFix  {height: 1%;}
	.ClearFix {display:block;}
/* End IE Mac Hack */


div.DivShow {	/* for design debugging, shows the divs ! */
	border: 1px solid #cccc00;
	background-color: #cfcfcf;
}

div.DivBorder {
	border: 1px solid #cccccc;
}


div.Spacer {
	clear: both;
	height: 1px;
}

div.DivFloatLeft {
	float: left;
	margin: 1px;
}

div.DivCenter {
	text-align: center;
}


br.ClearBoth {
	clear: both;
	display: none;
}


img.ImgPadding
{
	padding-left: 4px;
	padding-right: 4px;
}

img.ImgFloatLeft {
	float: left;
	margin: 4px;
}

img.ImgFloatRight {
	float: right;
	margin: 4px;
}


img.ImgFloatLeftMargin {
	float: left;
	margin-right: 8px;
}

img.ImgFloatRightMargin {
	float: right;
	margin-left: 8px;
}

img.ImgMarginLeft {
	margin-left: 20px;
	margin-bottom: 2px;
}

img.ImgClear {
	margin-bottom: 2px;
	clear: both;
}

img.NewsImgFloatLeft {
	float: left;
	margin: 0 8px 8px 8px;
}

img.NewsImgFloatRight {
	float: right;
	margin: 0 8px 8px 8px;
}
