body
{
	width: 960px;
	margin: 0 auto;
	padding: 0;
	color: #000;
	background-color: #fff;
	font: 12px arial, Helvetica, sans-serif;
	border: solid 1px #666;
	border-top: none;
}
h2 
{
	font-size:12px;
}
/*header */
#header
{
	padding: 0 0 0 32px;
	background-color: #69c;
	width: 100%;
}
#orangebar
{
	background-color: #004477;
	height: 8px;
}
.site-name
{
	padding: 14px 0 0 10px;
	font-size: 18px;
}
.site-name a:link, .site-name a:visited
{
	color: #fff;
	text-decoration: none;
}
.site-name a:hover
{
	color: #369;
	text-decoration: none;
}

/* top menu */
#menu
{
	width: 200px;
	padding: 0.5em 0.5em 0 0.5em;
	text-align: right;
	vertical-align: middle;
}
#primary
{
	font-size:11px;
	color: #9cf;
}
#primary a
{
	font-weight: bold;
	color: #fff;
}

/* left menu*/
.menu
{
		
	width: 180px;
}
.block-menu 
{
	padding: 10px;
}
.menu a
{
	line-height:normal;
	font-size: 10px;
	font-weight: normal;
}

/* QL */
div.ql 
{
	padding:4px;
	padding-top:6px;
	padding-left:105px;
	color:white;
	border-top:solid 3px orange;
	border-bottom:solid 3px orange;
}

/* main content */
#main
{
	padding: 16px;
}
.breadcrumb 
{
	margin-bottom:10px;
}
.title, .title a
{
	font-weight: bold;
	color: #777;
	margin: 0 auto 0 auto;
	font-size:16px;
}

p
{
	margin-top: 0.5em;
	margin-bottom: 0.9em;
}
a
{
	text-decoration: underline;
	font-weight: bold;
}
a:link
{
	color: #000;
}
a:visited
{
	color: #000;
}
a:hover
{
	color: #000;
	text-decoration: underline;
}

pre
{
	background-color: #eee;
	padding: 0.75em 1.5em;
	font-size: 12px;
	border: 1px solid #ddd;
}
.links 
{
	display:none;
}

/* sidebar */
#sidebar-left, #sidebar-right
{
	background-color: #ddd;

	vertical-align: top;
}
#sidebar-right 
{
	display:none;
}
.sep
{
	background-color: #004477;
	padding:4px 0 4px 10px;
	color:White;
	font-weight:bold;
}
#mission, .node .content, .comment .content
{
	line-height: 18px;
}
.item-list .title
{
	color: #222;
}

#footer
{
	background-color: #eee;
	padding: 1em;
	font-size: 0.8em;
}