@charset "utf-8";

body {
	color: #2560ab;
	color: black;
	background: #a9c0de url("../pic/bgbody.gif") repeat left top;
background: #254976 url("../pic/bgbody2.gif") repeat-x left top;
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
}

a img {
	border: none;
}

address {
	font-style: normal;
}

.comment {
	font-size: 0.85em;
}

.logo,
.image,
.banner {
	margin: 3px 20px;
	color: #254976;
	font-size: 0.8em;
	font-style: italic;
	line-height: 105%;
}

.logo {
	margin: 3px;
}

.banner {
	margin: 0;
}

.logo.left,
.image.left {
	float: left;
	margin-left: 0;
}

.logo.right,
.image.right {
	float: right;
	margin-right: 0;
}

.banner.right {
	text-align: right;
}


/**
 * view
 */
#view {
	width: 720px;
	margin: 10px auto 0 auto;
	padding: 0;
	background: #2560ab url("../pic/bgheader.jpg") no-repeat right top;
}

/* logo */
#logo {
	position: relative;
	z-index: 1;
	top: 9px;
	right: 30px;
	float: right;
	margin: 0;
	padding: 0;
	border: 2px solid #2560ab;
}

/* copy */
#copy {
	clear: all;
	width: 720px;
	margin: 0 auto 10px auto;
	color: #d7e2ef;
color: #7096c8;
	font-size: 0.75em;
	text-align: right;
}

#copy a {
	color: #d7e2ef;
color: #7096c8;
	text-decoration: none;
}

#copy a:hover {
	color: #7096c8;
color: #d7e2ef;
}


/**
 * header
 */
#header {
	height: 87px;
	overflow: hidden;
	margin: 0;
	padding: 20px 20px 0 20px;
	color: #bed0e6;
color: white;
	font-weight: bold;
}

#header p {
	position: relative;
	display: inline;
	bottom: -4px;
	margin: 0;
}

#header h1 {
	display: inline;
	margin: 0 10px 0 0;
	color: #bed0e6;
}
/*
#header em {
	color: white;
	font-style: normal;
}
*/

/* main menu */
#menu {
}

#menu ul {
	float: left;
	width: 504px;
	margin: 10px 0 0 0;
	padding: 0;
	list-style-type: none;
}

#menu ul li {
	float: right;
	width: 174px;
	margin: 0 0 0 -10px;
	padding: 0;
}

#menu ul li a {
	display: block;
	float: right;
	width: 164px;
	height: 50px;
	min-height: 50px;
	margin: 0;
	padding: 10px 5px 0 5px;
	color: white;
	text-decoration: none;
	background: url("../pic/bgitem.gif") no-repeat center top;
	text-align: center;
}

#menu ul li a:hover {
	background-image: url("../pic/bgitem.a.gif");
}

#menu ul li.active a {
	color: #fdf02b;
	background-image: url("../pic/bgitem.a.gif");
}


/**
 * main
 */
#main {
	clear: both;
	float: left;
	width: 720px;
	overflow: hidden;
	margin: -16px 0 0 0;
	padding: 20px 0;
	background: #fdf02b;
}

/* sidebar */
#sidebar {
	float: left;
	width: 150px;
	height: 220px;
	overflow: hidden;
	margin: 0;
	padding: 140px 0 0 0;
	background: no-repeat center 5px;
}

.main #sidebar { background-image: url("../pic/side/sb03.jpg") }
.topical #sidebar { background-image: url("../pic/side/sb06.jpg") }
.personal #sidebar { background-image: url("../pic/side/sb08.jpg") }
.political #sidebar { background-image: url("../pic/side/sb09.jpg") }

/* submenu */
#submenu {
	margin: 0 0 70px 0;
	padding: 0;
	font-size: 0.9em;
	font-weight: bold;
	border-bottom: 1px solid #2560ab;
}

#submenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#submenu ul li {
	display: inline;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

#submenu ul li a {
	display: block;
	padding: 5px 10px;
	color: #2560ab;
	background: #fef9b0;
	border-top: 1px solid #10468b;
	text-decoration: none;
}

#submenu ul li a:hover {
	color: #fdf02b;
color: white;
	background: #2560ab;
}

#submenu ul li.active a {
	color: #fdf02b;
	background: #2560ab;
}

#submenu ul li.active ul {
	margin: 0;
}

#submenu ul li.active ul li {
}

#submenu ul li.active ul li a {
	color: black;
	background: #fef9b0;
}

#submenu ul li.active ul li a:hover {
	color: #bed0e6;
	background: #2560ab;
}

#submenu ul li.active ul li.active a {
	color: #bed0e6;
	background: #2560ab;
}


/**
 * content
 */
#content {
	float: left;
	width: 522px;
	min-height: 320px;
	overflow: hidden;
overflow: visible;
	margin: 0;
	padding: 0 24px;
	font-size: 0.95em;
	letter-spacing: 0.1em;
	line-height: 1.15em;
}

#content * {
/*margin-top: 0;*/
}

#content a {
	color: blue;
	text-decoration: none;
}

#content a:visited {
	color: #2560ab;
}

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

#content h1 {
	clear: right;
	font-size: 1.9em;
	font-weight: bold;
	letter-spacing: 0.2em;
	line-height: normal;
}

#content h2 {
	font-size: 1.55em;
	font-weight: bold;
	letter-spacing: 0.15em;
	line-height: normal;
}

#content h3 {
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 0.15em;
	line-height: normal;
}

#content em {
	border-left: 3px solid #ff6;
	border-right: 3px solid #ff6;
	color: #254976;
	color: black;
	background: #ff6;
	font-style: normal;
}

#content p {
/*	text-align: justify;*/
}

#content q {
	font-style: italic;
}

/* lists */
#content ul {
	margin-left: 40px;
	margin-right: 40px;
	padding: 0;
}

#content ul.event {
	margin: 0;
}

#content ul li {
	margin: 0;
	padding: 0;
}

#content dl {
	margin-left: 20px;
}

#content dl dt {
	float: left;
	width: 100px;
	margin: 0;
	padding-top: 5px;
}

#content dl dd {
	width: 325px;
	margin: 0;
	padding-top: 5px;
}

/* vote */
#vote {
	position: relative;
	left: -110px;
	margin: -10px 0;
}


/**
 * footer
 */
#footer {
	clear: both;
	margin: 0;
	padding: 0;
	border-top: 1px solid #2560ab;
	color: #2560ab;
	background: #fdf02b;
}

#footer p {
	margin: 0;
	padding: 1px 0;
	font-weight: bold;
}

#footer p em {
	color: #c30;
	font-style: normal;
}

#footer ul {
	overflow: hidden;
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
	list-style-type: none;
}

#footer ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#footer ul li a {
	display: block;
	float: left;
	width: 90px;
	margin: 0;
	padding: 1px 5px;
	border-right: 1px solid #2560ab;
	color: #2560ab;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

#footer ul li a:hover {
	color: #fdf02b;
	background: #2560ab;
}

#footer ul li.active a {
	color: #fdf02b;
	background: #2560ab;
background: #255490;
background: #254976;
}


/**
 * event
 */
#content .event em {
	border: none;
	color: black;
	background: transparent;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}

.event .date,
.event .time,
.event .place,
.event .location,
.event .unit,
.event .author {
	font-size: 0.85em;
}

.event .unit,
.event .author {
	display: none;
}

.event .unit {
	font-style: italic;
}

/* dates */
.dates ul.event {
	border-bottom: 1px solid #254976;
}

.dates ul.event li {
	border-top: 1px solid #254976;
}