

/*=============================================================
main layout styles
=============================================================*/

/* FFB900 */

p {
	color: #444;
}

a:link, a:hover, a:visited {
	color: #015C8A;
}

#page {
	padding: 20px 20px;
}

/*=============================================================
headings
=============================================================*/

h1 {
	font-family: "helvetica neue", helvetica, arial, verdana, sans-serif;
	color: #999;
	border-bottom: 1px solid #999;
	padding-bottom: 5px;
	margin-top: 0;
}

h1 a {
	text-decoration: none;
	color: #999 !important;
}

h1 a:hover {
	text-decoration: underline;
}

h1 span {
	color: #444;
}

h2 {
	font-family: "helvetica neue", helvetica, arial, verdana, sans-serif;
	border-bottom: 1px solid #CCC;
	padding-bottom: 5px;
	margin-bottom: 0.9em;
	color: #444;
}

h3 {
	font-family: "helvetica neue", helvetica, arial, verdana, sans-serif;
	color: #444;
	margin-top: 1.0em;
	font-weight: bold;
}

/*=============================================================
content
=============================================================*/

#nav {
	background: #333;
	padding: 7px 20px;
}

#nav a {
	color: #FFB900;
	text-decoration: none;
}

#nav a:hover {
	text-decoration: underline;
}

li {
	list-style: none;
	padding-left: 18px;
	background: url('../cssimages/boxed_arrow.png') no-repeat 0 3px;
}

li a {
	
}

code {
	font-weight: normal !important;
}

span.old {
	text-decoration: line-through;
}

/* download */

ul.download {
	color: #666;
	font-style: italic;
}

ul.download a {
	font-style: normal;
}

/* hilite */

div.note {
	background: #EEE;
	padding: 10px 14px;
	border: 1px solid #DDD;
}

.note h3 {
	margin: 0 0 10px 0;
}

p.notice {
	background: #FFFEC3;
	border-top: 1px solid #FCCF80;
	border-bottom: 1px solid #FCCF80;
	color: #E37500;
	padding: 10px 10px;
font-weight: bold
}

ul span.comment {
	color: #999;
}

/*=============================================================
footer
=============================================================*/

#footer {
	border-top: 1px solid #999;
	margin-top: 15px;
}

#footer p, #footer p a {
	color: #888;
}