@import url(reset.css); 

/* import layout css */
@import url(framed.css);

/* typography & basic elements */

html { height: 100%; }

body {
	color: #444;
	font-family: tahoma, arial, sans-serif;
	font-size: 75%;
	line-height: 1.7em;
	background-color: #0E0E0E;
	height: 100%;
}

a:link, a:visited {
	color: #920202;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	color: #c00c0c;
	font-size: 250%;
	margin-bottom: 20px;
	background: transparent url(../images/framed/horizontal-sep.gif) repeat-x bottom left;
	padding-bottom: 15px;
}

h2 {
	color: #666;
	font-size: 140%;
	letter-spacing: .125em;
	text-transform: uppercase;
	margin-left: .25em;
}

h3 {
	color: #ee1717;
	font-size: 145%;
	letter-spacing: .13em;
	text-transform: uppercase;
	background: transparent url(../images/framed/horizontal-sep-red.png) repeat-x bottom left;
	padding: 0 0 3px 0;
	margin: 10px auto 0 auto;
}

hr {
	background: transparent url(../images/framed/horizontal-sep.gif) repeat-x top left;
	border: none;
	height: 1px;
	margin: 25px auto;
	width: 100%;
}

li {
	margin: 1em 1.75em;
}

ul.arrow {
	margin-top: .75em;
}

ul.plain {
	margin: 0 0 0 1.5em;
}

.star li {
	background: transparent url(../images/framed/red-star.png) no-repeat 0 5px;
	padding-left: 20px;
}

.arrow li {
	background: transparent url(../images/framed/arrow.png) no-repeat 0 7px;
	padding-left: 15px;
	margin: .5em 1.25em 0 1.25em;
}

.plain li {
	background-image: none;
	list-style-type: disc;
	margin: 0 0 0 .25em;
	padding: 0;
}

.star .arrow {
	margin-top: 0;
}

.star .arrow li {
	margin: 0 0 .15em 1em;
}

.star strong {
	color: #e31515;
	font-size: 130%;
}

.star small {
	font-size: 90%;
	color: #666;
	display: block;
}

.arrow strong {
	color: #c40909;
	font-size: 110%;
}

p {
	margin: 1em .25em;
}

#sub-footer {
	color: #ee1717;
	font-size: 90%;
}

#footer {
	color: #8b8a8a;
	font-size: 90%;
}

a:link.attn, a:visited.attn {
	background: transparent url(../images/framed/grey-arrow.png) no-repeat right .35em;
	color: #666;
	padding-right: 15px;
}

.right {
	text-align: right;
}

.clear {
	height: 0;
	clear: both;
}

.secret {
	display: none;
}
