/* CSS Document */

div.wolfhead {
        font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
        background-color: #d5d6d7;
	background: url(/images/wolfcbar.jpg) top center no-repeat;
	font-size: 10pt;
	color: white;
	text-align: right;
	height: 200px;
	border: outset 10px white;
	margin-left: 15%;
	margin-right: 15%;
}
div.wolfhead h1 {
	font-size: 25pt;
	font-weight: bolder;
	text-align: right;
}


.subsites {
	background: White;
	border-bottom: solid 1px Black;
	font-size: 200%;
	text-align: left;
	padding-right: 1em;
}

.subsites h2 {
	display: none;
}

.subsites ul, .subsites li {
	padding: 0;
	margin: 0;
}

.subsites li {
	display: inline;
}

div.subsites {
	margin-left: 15%;
	margin-right: 15%;
	margin-top: 1em;
	margin-bottom: 1em;
	border: solid 2px gray;
	border-radius: 1em;
	-moz-border-radius: 1em;
	padding: 1.5em;
}

div.subsites ul {
	list-style: none;
}

div.subsites li {
	padding: 1em;
	vertical-align: bottom;
}

div.subsites a {
	display: block;
	border: solid 1px #47a;
	border-radius: 1em;
	-moz-border-radius: 1em;
	width: 100%;
	text-decoration: none;
	text-indent: 0.5cm;
	text-align: left;
	vertical-align: bottom;
}

div.subsites a#subsites-pics {
	height: 200px;
	background: url(/images/cameraD.jpg) 90% 50% no-repeat;
}

div.subsites a#subsites-pics:hover {
	height: 200px;
	background: url(/images/cameraC.jpg) 90% 50% no-repeat;
}

div.subsites a#subsites-pics:active {
	height: 200px;
	background: url(/images/cameraS.jpg) 90% 50% no-repeat;
}
div.subsites a#subsites-contact {
	height: 200px;
	background: url(/images/phoneD.jpg) 90% 50% no-repeat;
}

div.subsites a#subsites-contact:hover {
	height: 200px;
	background: url(/images/phoneC.jpg) 90% 50% no-repeat;
}

div.subsites a#subsites-contact:active {
	height: 200px;
	background: url(/images/phoneS.jpg) 90% 50% no-repeat;
}
div.subsites a#subsites-diary {
	height: 200px;
	background: url(/images/diaryD.jpg) 90% 50% no-repeat;
}

div.subsites a#subsites-diary:hover {
	height: 200px;
	background: url(/images/diaryC.jpg) 90% 50% no-repeat;
}

div.subsites a#subsites-diary:active {
	height: 200px;
	background: url(/images/diaryS.jpg) 90% 50% no-repeat;
}
div.subsites a#subsites-home {
	height: 200px;
	background: url(/images/homeD.jpg) 90% 50% no-repeat;
}

div.subsites a#subsites-home:hover {
	height: 200px;
	background: url(/images/homeC.jpg) 90% 50% no-repeat;
}

div.subsites a#subsites-home:active {
	height: 200px;
	background: url(/images/homeS.jpg) 90% 50% no-repeat;
}
div#rights {
	text-align: center;
	width: 100%;
}
