/* main printing style sheet for hollymason.org */
/* for printer version use <link rel="stylesheet" type="text/css" href="print.css" media="print">  */


/* hide layout objects when printing */
#donate_button,
div#navigation,
img.nav_button,
div#flags,
div#navigation p,
div#events,
div#footer,
div#footer a {
	display:none;
	}

/* make the content as wide as the page */
div#content {
	/* position:absolute;
	top:150px; */
	margin-left:12px;
	margin-right:12px;
	}
	
table.invisible_layout {
	margin:25px;
	}

table.invisible_layout p {
	border:2px #000000 solid;
	margin:6px;
	padding:4px;
	text-align:center;
	font-weight:bold;
	}



/* copied from default.css */
/* main default style sheet for hollymason.org */
/* link to style sheet in <head> using <link rel="stylesheet" type="text/css" href="filename.css"> */
/* add css for individual html document using <style type="text/css">css code</style> in <head> */
/* for printer version use <link rel="stylesheet" type="text/css" href="default.css" media="print"> (instead of media="screen" */

body {
	background-color:#ffffcc;
	}

div#header {
	background-color:#ffffcc;
	height:150px;
	}

div.multimedia { /* made to get index page with images displaying properly on multiple browsers */
	float:left;
	clear:both;
	width:100%;
	}

a:link {
	color:#009933;
	font-weight:bold;
	}

a:visited {
	color:#006633;
	font-weight:bold;
	}

a:hover {
	color:#ff9900;
	}

a:active {
	color:#ff9900;
	}

a img {
	border:none;
	}

p {
	text-align:justify;
	}

p.centered {
	text-align:center;
	}

p.infobox {
	border:1px #000000 solid;
	width:150px;
	padding:6px;
	text-align:left;
	background-color:#ffe052;
	}

div.banner_content_top {
	border:1px #000000 solid;
	padding:5px;
	margin-top: 15px ;
	width: 500px;
	}
	
div.banner_content_top p {
	font-size:0.8em;
	}

div.introbox {
	border:2px #000000 solid;
	padding:15px;
	margin:20px;
	background-color:#fff082 ;
	}

div.de-notranslation {
	border:2px #000000 solid;
	padding:5px;
	margin:20px;
	background:#ffffcc url(/flag_de.gif) no-repeat 6px 23px;
	}

div.de-notranslation p {
	margin-left: 46px ;
	}

div.newsbox {
	border:2px #000000 solid;
	padding:15px;
	margin:20px;
	background:#cccc99 url(newspaper_small.gif) no-repeat 10px 10px;
	clear:both;
	}

div.newsbox img {
	padding-right:15px;
	padding-bottom:10px;
	float:left;
	}

.newstitle {
	text-align:left;
	font-size:1.3em;
	font-weight:bold;
	height:45px;
	padding-left: 115px;
	}

div.photobox {
	float:left;
	margin:30px;
	text-align:center;
	}

div.photobox p {
	text-align:center;
	font-size:1.7em;
	}

div.donations {
	background-color:#fff082; /* #ffe052 is a good colour */
	color:#000000;
	padding:10px;
	padding-top:0px;
	text-align:left;
	width:80%;
	border:3px #996633 solid;
	}

div.donations_inner {
	background-color:#ffffcc;
	position:relative;
	border:2px #996633 solid;
	padding:15px;
	margin:15px;
	}

h1 {
	color:#660000;
	}

.edit {
	color:#026066;
	font-weight:bold;
	font-style:italic;
	}