/*
stylesheet for http://webfonts.biz
*/

body {
	font-family: Trebuchet MS,Verdana,Arial,sans-serif;
	padding: 0;
	margin: 0;
	width: 100%;
}
fieldset {
	border: inset 1px #004575;
	padding: 10px;
	margin: 1em 0 0 0;
	clear: left;
}
legend {
	padding: 3px 19px;
	background-color: #ccc;
}
input {
	display: block;
	clear: both;
}
pre {
	border: solid 1px #aaa;
	background-color: #fff;
}
h2,h3,h4,h5 {
	float: left;
	clear: left;
}
h2:after, h3:after, h4:after, h5:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}

.trash b {
	color: red; font-weight: bold; padding: 1px 3px;
}
.message {
	background-color: orange;
	padding: 2px 5px;
	margin: 5px auto;
}
.wfnt-orig {padding:0;border:none;}
.wfnt-text {display:none;visibility:hidden;}
.wfnt-image {border:none;position:relative;}

#header-container {
	width: 100%;
	margin: 0;
	padding: 0;
	border: solid 1px transparent;
	background: url(/topgloss.png) repeat-x 0 0 #004575;
}
#header {
	width: 1024px;
	margin: 0 auto;
}
#content-container {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
#content {
	width: 1024px;
	height: 100%;
	margin: 0 auto;
	background-color: #eee;
	padding: 0 10px 30px 22px;
	border: solid 1px transparent;
}
#content P {
	clear: left;
}
#footer {
	background: url(/topgloss.png) repeat-x 0 100% #004575;
	width: 100%;
	clear: both;
}
#footer span {
	width: 1024px;
	margin: 0 auto;
	display: block;
	height: 50px;
	text-align: center;
	padding-top: 10px;
	color: #ddd;
	font-size: 8px;
}
#footer span A {
	text-decoration: none;
	color: #ddd;
}
#footer .center {
        clear: both;
        text-align: center;
}
#footer .center A {
        text-decoration: none;
        color: #ddd;
        margin-right: 10px;
        font-size: 10px;
}
#tabs {
	float: right;
}

#tabs LI {
	float: right;
	list-style: none;
	margin-right: 20px;
}
#tabs LI A {
	font-size: small;
	font-variant: small-caps;
	color: #ccc;
}

h1#logo {
	background: url(/logo.png) no-repeat 0 0;
	width: 424px;
	height: 146px;
}
h1#logo span {
	display: none;
}
A#logo_area {
	display: block;
	position: absolute;
	top: 20px;
	height: 146px;
	width: 424px;	
}

#collection-list A,
#collection-list A.selected {
	display: block;
	width: 100%;
	text-decoration: none;
	color: black;
	padding-left: 3px;
}

#collection-list A:hover {
	background-color: #aaf;
}
#collection-list A.selected {
	background-color: orange;
}

A.bigbutton {
	color: white;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-variant: small-caps;
	padding: 6px 6px;
	margin: 30px auto;
	background-image: url(/bigbutton.png);
	background-repeat: no-repeat;
	background-position: 100% -44px;
	background-color: transparent;
	display: block;
	height: 35px;
	width: 210px;
}
A.bigbutton SPAN {
	background-image: url(/bigbutton.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	width: 210px;
	display: block;
	position: relative;
	padding: 6px 0;
}
.demo {
	font-size: 24px;
}

.callout {
	font-size: 22px;
	color: #ddd;
	text-align: center;
	font-style: italic;
	width: 60%;
	margin: 50px auto;
}
.btw {
	font-size: 10px;
	color: #ccc;
	text-align: center;
}
.btw A {
	color: white;
	text-decoration: none;
	font-weight: bold;
}
.visual-clear {
	display: block;
	clear: both;
}
.portlet-container {
	width: 735px;
	margin: 0 auto;
}
.info-portlet {
	width: 225px;
	float: left;
	padding: 0 10px;
	margin: 0 auto;
	font-size: 14px;
}
.info-portlet H2 {
	font-size: 20px;
	text-align: center;
	padding: 5px 0;
}

#dummy {
	width: 200px;
	height: 200px;
	float: right;
	border: solid 1px black;
	background-color: #ccc;
}
