/* CSS Document */
/* phpwebgallery CSS sheet
 * From: pfrize - www.frize.de
 * Further adpated by : mathiasm mathiasm@phpwebgallery.net
 *
 *
 * Most declarations are embedded in #wrapper
 * This is done in order to avoid propagation of styles outside
 * the header when this file is used to embed another template
 */
#wrapper {
	font-family: verdana, arial, helvetica, sans-serif !important;
	line-height: 1.5em;
	width: 68em;
	margin: 0px auto 1em ;
	padding: 5px;
	text-align: justify;
	background: white;
	border: 5px solid #69c;
}
#wrapper h1, #wrapper h2,
#wrapper h3, #wrapper h4,
#wrapper h5, #wrapper h6 {
	color: #69c;
	font-family: arial;
	font-weight: bold;
}
#wrapper h1, #wrapper h2,
#wrapper h3 {
	letter-spacing: -0.05em;
}
#wrapper h1 {
	font-size: 3em;
	text-align: center;
	margin: 0;
}
#wrapper h2 {
	font-size: 1.8em;
	margin-top: 10px;
	line-height: 1.2em;
}
#wrapper h3 {
	font-size: 1.5em;
	font-style: italic;
}
#wrapper h4 {
	font-size: 1.2em;
	font-weight: bold;
	font-family: verdana, arial, helvetica, sans-serif;
}
#pwgmenu {
	display: table;
	padding: 0;
	margin: 0 auto;
	list-style-type: none;
	list-style-image: none; /* for firefox */
	white-space: nowrap;
}
/* html #pwgmenu { margin:0;}*/
#pwgmenu li {
	/*display: table-cell;*/
	float: left;
}
* html #pwgmenu li {
	float: left;
}
#wrapper a, #wrapper a:link {
	color: #c60;
	text-decoration:none;
}
#wrapper a:hover {
	color: #930;
}
#pwgmenu a {
	width: auto;
	display: block;
	padding: 4px 8px;
	margin-right: 3px;
	background: #69c;
	color: white !important;  /* important because of the use in other websites*/
	text-decoration: none;
	font-weight: bold;
	border:none;
}
* html #pwgmenu a {
	float: left;
	margin-right: 2px;
}
#pwgmenu a:hover {
	background: #f92;
	color: white;
	text-decoration: none !important; /* idem */
}
.container {
	/*clear: both;*/
	text-decoration: none;
	margin:0;
}
* html .container {
	display: inline-block;
}
#welcome {
	padding: 1em 1em 0;
	clear: both;
}
#left {
	padding: 10px;
	width: 47%;
	float: left;
	border-right: 1px solid #c7d3df;
}
#right {
	padding: 10px;
	width: 46%;
	float: right;
}
.category {
	text-align: left;
}
.clear {
	clear: both;
	background:transparent;
}
.center {
	text-align: center;
}
.floatright {
	border: 1px solid silver;
	margin-bottom: 20px;
	float: right;
}
.floatleft {
	float: left;
}
.bold {
	font-weight: bold
}
.straight {
	font-style: normal;
}
.italic {
	font-style: italic;
}
.right {
	text-align: right;
}
ul {
	margin-bottom: 5px;
	list-style-type: square;
}
.download {
	border: 3px dotted #f93;
	padding: 10px;
}
.release {
	color: #69c;
	margin: 0;
	padding: 2px;
	float: right;
	font-size: 1.2em;
	font-weight: bold;
  text-align:center;
}
/* MINES */
.p {
	color: #F93;
}
.w {
	color: #ccc;
}
.g {
	color: #69C;
}
.pwg {
	font-weight: bold;
}
#pwgheader #title {
	font-size: 4em;
	font-weight: bold;
	letter-spacing: -3px;
	/*display: inline-block;*/
	margin: 0.2em auto 0.6em;
	text-align: left;
	padding-left: 145px; /* 125 of the picture + 20 */
}
/*#pwgheader IMG {*/
#wrapper IMG {
	vertical-align: middle;
}
IMG {border:0;} /* for IE 5-6 */
DEL { text-decoration : none; margin:0; }
#pwgsection {
		padding: 0 3px 0 0;
	/*	display: block;                  */
		margin : -0.6em auto 0.3em;
		font-weight:bold;
		font-size: 1.6em;
		/*height: 0.3em;*/
		font-style: italic;
		color: #69c;
		text-align:center;
		width : 50%;
		border : none; /*1px solid black;*/
}
