/* Calvary01 - css website layout by Caroline St.Clair 
Version 1.0  March 21, 2007 
http://www.episcopalchurch.org/imageshop_13597_ENG_HTM.htm?menupage=22110
http://www.episcopalchurch.org/imageshop_10675_ENG_HTM.htm  */

/*************** Universal Styles *************************/


h1, h2{
font-family: "Calligraph421 BT", "lucida calligraphy", arial, 'sans serif'; 
}

h3, h4, h5, p, p2, a, fn{
font-family:  Garamond, "Goudy Old Style", arial, 'sans serif'; 
}


/**************** TOPBAR Styles ****************/

#topbar1
{position:absolute; top:0px; left:0px; width:140px; height:130px; 
	background: url(img/episcopalwelcome.jpg) top left; border:solid 8px #250517;
	
	
}
/* IE Fix */ 	
body > #topbar1
{position:fixed;}

#topbar2
{position:absolute; top:0px; left:150px; width:130px; height:130px; 
	background: url(img/altar2.jpg) top left; border:solid 8px #250517;
}

#topbar3
{position:absolute; top:0px; left:290px; width:130px; height:130px; 
	background: url(img/jesuschild2.jpg) top left; border:solid 8px #250517;
}

#topbar4
{position:absolute; top:0px; left:430px; width:130px; height:130px; 
	background: url(img/goodshepherd2.jpg) top left; border:solid 8px #250517;
}

#topbar5
{position:absolute; top:0px; left:570px; width:130px; height:130px; 
	background: url(img/sheep2.jpg) top left; border:solid 8px #250517;
}

#topbar6
{position:absolute; top:0px; left:710px; width:130px; height:130px; 
	background: url(img/marychild2.jpg) top left; border:solid 8px #250517;
}

#topbar7
{position:absolute; top:0px; left:850px; width:130px; height:130px; 
	background: url(img/diologo1.jpg) top left; border:solid 8px #250517;
}
/**************** SIDEBAR Styles ****************/
	
#sidebar
{position:absolute; top:130px; left:0px; width:140px; height:100%; overflow:auto;
	background: url(img/door2.jpg) top left repeat-y; border:solid 8px #250517;
}

/* IE Fix */ 	
body > #sidebar
{position:fixed;}

#sidebar h1
{margin:20px 18px 0 5px; color:#ffffff; font-size:x-large; text-align:right;}

#sidebar a
{color:#f0f0c0;  text-decoration:none;}

#sidebar a:hover
{color:#ffffcc; font-weight:600; }


/**************** Content area styles ****************/

/*{position:absolute; top:155px; left:215px; width:836px; background:#ffffcc top left repeat-y;  border-right:solid 7px #250517;}*/

#content
{width:814px; margin:110px 0px 0px 145px; padding: 20px 0px 0px 20px; background:#ffffcc; border-right:solid 7px #250517;}

#content h1
{margin:10px; color:#d85d5d; font-size:2.5em;  text-align:center;  }

#content h2
{margin:10px; color:#d85d5d; font-size:1.2em;  text-align:center;  }

#content h3
{margin:20px 10px 10px 20px; color:#d85d5d; font-size:x-large; text-align:left;}

#content h4
{margin:10px 10px 10px 20px; font-weight:bold; text-align:left;}

#content h5
{margin:10px 10px 10px 70px; text-align:center; font-size:medium; font-weight:normal; }

#content a
{color:black; text-decoration: none;}

#content p
{margin:10px 30px 10px 40px;}

#content fn
{margin:0 0 20px 0; text-align:left; font-size:smaller;}

#rightpic
{position: absolute; top:375px; left:690px; width:300px; height:228px; overflow:auto;
	background: url(img/calvarybuilding.jpg); 
}

