@CHARSET "UTF-8";
/** -------------------------------- site related -------------------------------- */

body {
	margin: 10;
	text-align: center;
	color: purple;
	background: url('background.jpg');
}

h1 {
	color: navy;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: xx-large;
    font-style: italic;
}

/** -------------------------------- CSS ids -------------------------------- */

div#container {
	margin: 0 auto 0 auto;
	width: 1000px;
	text-align: left;
	background-color: #fff;
	
	box-shadow: 7px 7px 8px #818181;
	-webkit-box-shadow: 7px 7px 8px #818181;
	-moz-box-shadow: 7px 7px 8px #818181;
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=7, offY=7, positive=true);
	background-color: #FFFACF;
	-moz-border-radius-topleft: 9px;
	-moz-border-radius-topright: 9px;
	-moz-border-radius-bottomleft: 9px;
	-moz-border-radius-bottomright: 9px;
	-webkit-border-top-left-radius: 9px;
	-webkit-border-top-right-radius: 9px;
	-webkit-border-bottom-left-radius: 9px;
	-webkit-border-bottom-right-radius: 9px;
	border-radius: 9px 9px 9px 9px;
}

div#header {
	background-color: black;
	background: url('Purple_Fabric_Texture.jpg');
	border-bottom: 1px solid silver;
	font-size: xx-large;
	font-weight: bold;
	line-height: 130px;
    text-indent: 40px;
	width: 100%;
	height: 140px;
	
	-moz-border-radius-topleft: 9px;
	-moz-border-radius-topright: 9px;
}

div#middle {
	background-color: #fff;
	border-left: 1px solid silver;
	min-height: 650px;
	overflow: auto;
}

div#navigation {
	float: left;
	float: left;
	width: 280px;
	padding-left: 10px;
	padding-right: 10px;
}

div#navigation ul {
	list-style-type: none;
}

div#navigation a:link {
	text-decoration: none;
	color: purple;
}

div#navigation a:hover {
	text-decoration: underline;
	color: purple;
	background-color: #ffddee;
}

div#content a:link {
	color: purple;
}

div#content a:hover {
	color: #886677;
	text-decoration: none;
	background-color: #ffddee;
}

div#content {
	float: left;
	float: left;
	width: 665px;
	padding-left: 30px;
}

div#footer {
	clear:both;
	background-color: white;
	background: url('Purple_Fabric_Texture.jpg');
	border-top: 1px solid silver;
	float: left;
	width: 980px;
	height: 30px;
	color: white;
	line-height: -25px;
	padding-left: 20px;	
	
	-moz-border-radius-bottomleft: 9px;
	-moz-border-radius-bottomright: 9px;
} 

div#footer a:link {
	color: pink;
	
}

div#footer a:hover {
}

div#footer a:active {
}

div#footer a:visited {
	color: pink;
}

#popup_form, #description, #link_form {
	display: none;
}

/**	-------------------------------- CSS classes -------------------------------- */
.hostname {
	color: white;
}

.identity {
	color: blue;
}

.nl {
	color: pink;
}

.requiredSuffix {
	color: red;
}

.row {
	clear: both;
}

.elem {
	float: left;
	width: 200px;
}

.hint {
	float: left;
	width: 20px;
}

.errors {
	clear: both;
	color: red;
	list-style-type: none;
}

.error {
	color: red;
	font-weight: bold;
}

.edit {
	width: 90%;
	color: red;
}


/** -------------------------------- picture gallery -------------------------------- */
div.img {
	margin: 2px;
	border: 1px solid purple;
	height: auto;
	width: auto;
	float: left;
	text-align: center;
}

div.img img {
	display: inline;
	margin: 3px;
	border: 1px solid #ffffff;
}

div.img a:hover img {
	border: 1px solid purple;
}

div.desc {
	text-align: center;
	font-weight: normal;
	width: 120px;
	margin: 2px;
}
