/* @override http://localhost/limonade-php.net/examples/limonade-wiki-example/public/screen.css */

html {
	background-color: #b4a689;
	text-align: center;
	}
	body {
		width: 630px; /* 16 col */
		margin: 0 auto;
		text-align: left;
		/*background: #fff url(blueprint/src/grid.png);*/
		font-family: Verdana, Geneva, sans-serif;
		color: #303030;
		}
		a, a:hover, a:visited {
			color: #6e000a;
			}
		a:hover {
			text-decoration: none;
			}
		#header, h1, h2, h3, h4 {
			font-family: "Arial Black", Gadget, sans-serif;
			}
		h1 {
			color: #b4a689;
			font-size: 2em;
			line-height: 2;
			border-bottom: 7px solid #000;
			margin-bottom: 0.75em;
			}
		h2 {
			font-size: 1.5em;
			color: #eb638a;
			margin-top: 2em;
			line-height: 0.8;
			margin-bottom: 1.2em;
			}
		h3 {
			font-size: 1.33em;
			line-height: 0.89;
			margin-top: 2.66em;
			margin-bottom: 1.33em;
			color: #d4a3a4;
			}
		pre {
			background-color: #eb638a;
			font-size: 12px;
			padding: 1.5em;
			margin-bottom: 1.5em;
			overflow: auto;
			}
		code {
			font: 12px Monaco, "Courier New", Courier, monospace;
			color: #560d0e;
			}
		#header {
			position:relative;
			height: 210px; /* 12 lines */
			background: transparent url(bg_header_wikir.jpg) no-repeat 0 0;
			}
			#header h1 {
				border: 0;
				}
			#header h1 a {
			   display:block;
				width:630px;
				height:210px;
            text-indent: -9999px;
				}
			#header p {
			   position:absolute;
			   left: -9999px;
			   }
		#footer {
			padding: 0 55px;
			background-color: #1a1818;
			color: #999;
			height: 2em;
			line-height: 2em;
			text-align: right;
			font-size: 0.8em;
			}
			#footer a {
				color: #f1e6e1;
				text-decoration: none;
				}
			#footer a:hover {
				color: #fff;
				}
		#content {
			padding: 0 55px;
			margin-top: 1.5em;
			min-height: 400px;
			}
			#buttons {
				margin:  1em 0;
				padding: 0.5em 0;
				}
				#buttons p {
					display: inline;
					border-left: 10px solid #f1e6e1;
					background-color: #55423a;
					padding: 4px 10px;
					color: #fff;
					}
					#buttons a, #buttons a:hover, #buttons a:visited {
						color: #fff;
						}
			#pages_cloud {
				background-color: #f1e6e1;
				padding: 0.75em 0;
				}
				#pages_cloud h5 {
					text-align:center;
					padding:  0 55px;
					border-bottom:0px solid #000000;
					color: #bc8778;
					}
				#pages_cloud p {
					text-align: center;
					margin: 0px 55px;
				}