/* 
CSS Document for brucepeterkin.co.uk
*/

body {
	padding:				0;
	margin:					0;
	font-family: 			Verdana, Arial, Helvetica, sans-serif;
	font-size:				smaller;
	text-align:				left;
	background-color:		#FFF;
	color:					#333;
}

body#homepage {
	background-image: 		url(../images/wallpaper-15.gif);
}
body#plays {
	background-color: 		#FF3300;
}
body#gallery {
	background-image: 		url(../images/wallpaper-16-faded.gif);
}
body#buddhism {
	background-color: 		#0000FF;
	background-image: 		url(../images/00-star-space-hubble-tile1.jpg);
}

* {
	padding:				0;
	margin:					0;
	border:					0;
}



#framework {
	width:					640px;
	height:					100%;
	margin:					6px auto 26px;
}

/*\ MAC IE HACK */
#framework { height: inherit; }
/* END MAC IE HACK */

#layout {
}

#layout:after {
	content:				".";
	display:				block;
	font-size:				0;
	line-height:			0;
	clear:					both;
	visibility:				hidden;
} * html .layout { height: 1%; }


/****************************************************************************
	=header contains main page heading and top-left link to homepage
*****************************************************************************/
#header {
	display: 				inline;
	clear:					both;
	width:					640px;
	height:					91px;
}
#header h1 {
	width:					640px;
	height:					91px;
	background:				url(../images/h1-banner.gif) 0 0 no-repeat;
	margin-bottom:  		6px;
}
#header h1 strong {
    position:   absolute;
    left: -9999px;
    top: -9999px;
}


#content {
	display:				block;
	width:					640px;
	border:					1px solid #003;
	float:					right;
	text-align: 			center;
	padding-bottom:			12px;
	background-color:		#FFF;
	position: relative;
}
#content h1, h2, h3, h4, h5, h6 {
	text-align:				left;
	font-family:			Arial, Helvetica, sans-serif;
}
#content h1 {
	text-align:				center;
}
#layout h2 {
	margin: 				4px auto;
	text-align: center;

}
#content h2#sarvananda {
	width:					506px;
	height:					73px;
	background:				url(../images/h2-sarvananda.gif) 0 0 no-repeat;
}
#content h2 strong {
    position:   absolute;
    left: -9999px;
    top: -9999px;
}
#content h3 {
	font-size:				200%;
	margin:					10px 0;
}
#content h4 {
	font-size:				150%;
	margin-bottom:			0px;
}
#content h5 {
	font-size:				120%;
	margin:					5px 0 0 0;
	text-align:				left;
}
#content p {
	text-align:				left;
	margin-bottom:			12px;
}

#main {
	margin:					15px 10px;
}

#main h3 {
	text-align: center;
}

#footer {
	clear: 					both;
	margin:					10px 10px 5px 10px;
	text-align: 			left;
	font-size:				90%;
}

#topnav {
	clear: 					both;
	background-color:		#FF8D00;
	border:					2px solid #000033;
	padding:				8px;
	margin:					4px 0;
}
#topnav ul{
	display: 				block;
}
#topnav ul li{
	margin-right:			10px;
	display: inline;	
}
#topnav ul li a{
	padding:				2px;
	border:					1px solid #000033;
	color:					#000033;
	text-decoration:		none;
	font-weight:			bold;
}
#topnav ul li a:hover, #topnav ul li a.selected{
	padding:				2px;
	color:					#FF8D00;
	background-color:		#000033;
}

table#gallery-thumbnails {
	margin-top: 5px;
}


ul#prog-info {
	width: 455px;
	margin: 20px auto 10px auto;
	display: block;
	list-style: none;
	text-align: left;
	border: 2px dashed #006600;
	background-color: #99FFFF;
}
ul#prog-info li {
	padding:				4px;
	color:					#000033;
}

h4.plays{
	margin-top: 			16px;
	border-top: 			1px solid #CCCCCC;
	padding-top:			8px;	
}

.w3c {
	position:				absolute;
	top:					-1000px;
	left:					-1000px;
}
