/* $Id: style.css,v 2.0 2006/06/01 00:00:00 unconed Exp $ */

* {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top : 0px;
	padding-bottom: 0px;
	border: 0;
}
body {
	margin-left: 5px;
	margin-right: 5px;
	background-color: #ffffff;
	font-family: arial, helvetica, sans-serif;
	font-size: 75%;
	color: #333333;
}
h1 {
	font-size: 1.3em;
}
h2 {
	font-size: 1.2em;
}
h3 {
	font-size: 1.1em;
}
table {
	font-size: 1em;
}
p {
	margin-top: .5em;
}
a, a:visited {
	color: #406070;
	text-decoration: none;
}
a:hover {
	color: #406070;
	text-decoration: underline;
}
input, textarea, select {
	font-size: 11px;
	color: #666666;
}

fieldset {
	margin-top: .5em;
	margin-bottom: 1em;
	border: 1px solid #ccc;
}
pre {
	background-color: #eee;
	padding: 0.75em 1.5em;
	font-size: 12px;
	border: 1px solid #ddd;
}

ul li, ul p {
	margin-top: 5px;
}


.form-item {
	margin-top: .5em;
	margin-bottom: 0;
}
.form-item .form-text {
	display: inline;
	border: 1px solid #cccccc;
	width: 95%;
}
.form-item .form-textarea {
	border: 1px solid #cccccc;
}

.form-item label {
  font-size: 1em;
  color: #222;
}

.form-item .description {
	clear: both;
  font-size: 0.85em;
}

.links {
  margin-bottom: 0px;
  font-size: .8em;
}
.comment .links {
  margin-bottom: 0px;
}

/*
** Page layout blocks / IDs
*/
#page {
	background-image: url('/misc/bkhead.jpg');
	background-repeat: repeat-x;
	background-position: top;
	min-width: 900px;
/*	width: 100%;
	max-width: 990px;
	min-width: 770px;
	width:expression(document.body.clientWidth > 990 ? "990px" : "auto" ); */
}
#content, #header {
	width: 100%;
}

#header {
	background-image: url('/misc/bkheader.jpg');
	background-repeat: no-repeat;
	height: 135px;
}
#menu {
	margin-left: 120px;
}
#logo {
	float: left;
	text-align: left;
}
#primary {
	float: right;
	text-align: right;
	font-family: arial, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	margin-right: 0.2em;
	color: #b8e8f8;
}
#primary a {
	color: #506080;
	color: #52768E;
}
#primary a:hover, #primary a:active {
	color: #907060;
	text-decoration: none;
}
#secondary {
  padding: 0 1em 0.5em 0;
  font-size: 0.8em;
  color: #9cf;
}
#secondary a {
  font-weight: bold;
  color: #9cf;
}
#search  {
	padding: 12px 10px 0px 10px;
	text-align: right;
	height: 96px;
}
#search .form-item  {
	display: inline;
}
#search .form-text  {
	border: 1px solid #cccccc;
	color: #666666;
	width: 125px;
}
#search .form-submit {
	margin-left: 3px;
	width: 16px;
	height: 16px;
	border: 0;
	background: transparent url(/misc/search.gif) no-repeat center center;
	cursor: pointer;
	cursor: hand;
}
#sidebar-left {
	vertical-align: top;
	width: 20%;
}
#sidebar-left .sidebar-data {
	clear: both;
	padding: 0px 5px 10px 5px;
}
#sidebar-right {
	vertical-align: top;
	width: 21%;
	background-color: #f4f4f4;
}
#sidebar-right .sidebar-data {
	clear: both;
	padding: 0px 10px 10px 10px;
}
#main {
	vertical-align: top;
	padding: 5px 15px 5px 15px;
}
#footer {
	margin-top: 1em;
	margin-bottom: 1em;
	padding: .5em;
	background-color: #eeeeee;
	font-size: 0.8em;
}

#mission {
	padding: 0px 3px 12px 3px;
	font-size: 8pt;
	color: #396278;
	color: #607080;
}

.node .content, .comment .content {
	text-align: justify;
}
.help {
	margin-bottom: 1.5em;
}
.breadcrumb {
	margin-bottom: .5em;
}
.messages {
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 0.3em;
	margin-bottom: 1em;
}
.error {
	border: 1px solid red;
}

/*
** Common declarations for child classes of node, comment, block, box, etc.
** If you want any of them styled differently for a specific parent, add
** additional rules /with only the differing properties!/ to .parent .class.
** See .comment .title for an example.
*/

h1.page_title {
	font-family: tahoma, verdana, helvetica, arial, sans-serif;
	font-size: 1em;
	font-weight: normal;
/*	letter-spacing: -1px;
	color: #304050; */
}
h1.page_title span {
	display: block;
	margin-bottom: 2px;
	font-size: 11px;
	font-weight: bold;
	color: #ac8840;
}
h1.admin_title {
	margin-bottom: .6em;
	font-weight: bold;
	font-size: 13pt;
	color: #bbc0cc;
}
div.block h2.title, div.block h2.title a, div.block h2.title a:visited {
	font-weight: bold;
	font-size: 13pt;
	color: #bbc0cc;
}
div.block h2.title a:hover {
	color: #bbc0cc;
	text-decoration: underline;
}

div.node h2.title {
	font-family: tahoma, verdana, helvetica, arial, sans-serif;
	font-size: 1em;
	font-weight: normal;
}

div.addrh {
	color: #909090;
	font-size: 10px;
}

.links {
  color: #999;
}
.links a {
  font-weight: bold;
}

.node, .box {
	margin: 0 0 1.6em 0;
}
.block {
	margin-bottom: 10px;
	text-align: left;
	font-size: 8pt;
}
.box .title {
	font-family: arial, helvetica, 'arial narrow';
	font-weight: normal;
	font-size: 14pt;
	font-size: 1.1em;
	letter-spacing: -1px;
	color: #ccd0dd;
}
.sticky {
  padding: .5em;
  background-color: #eee;
  border: solid 1px #ddd;
}
.node .content, .comment .content {
	margin: .4em 0 .4em 0;
}
.node .taxonomy {
	padding-left: 1.5em;
}
.node .picture {
  border: 1px solid #ddd;
  float: right;
  margin: 0.5em;
}
.comment {
  border: 1px solid #abc;
  padding: .5em;
  margin-bottom: 1em;
}
.comment .title a {
  font-size: 1.1em;
  font-weight: normal;
}
.comment .new {
  text-align: right;
  font-weight: bold;
  font-size: 0.8em;
  float: right;
  color: red;
}
.comment .picture {
  border: 1px solid #abc;
  float: right;
  margin: 0.5em;
}

/*
** Module specific styles
*/
#aggregator .feed-source {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 1em;
  margin: 1em 0 1em 0;
}
#aggregator .news-item .categories, #aggregator .source, #aggregator .age {
  color: #999;
  font-style: italic;
  font-size: 0.9em;
}
#aggregator .title {
  margin-bottom: 0.5em;
  font-size: 1em;
}
#aggregator h3 {
  margin-top: 1em;
}
#forum table {
  width: 100%;
}
#forum td {
  padding: 0.5em 0.5em 0.5em 0.5em;
}
#forum td.forum, #forum td.posts {
  background-color: #eee;
}
#forum td.topics, #forum td.last-reply {
  background-color: #ddd;
}
#forum td.container {
  background-color: #ccc;
}
#forum td.container a {
  color: #555;
}
#forum td.statistics, #forum td.settings, #forum td.pager {
  height: 1.5em;
  border: 1px solid #bbb;
}
#forum td .name {
  color: #96c;
}
#forum td .links {
  padding-top: 0.7em;
  font-size: 0.9em;
}
#profile .profile {
  clear: both;
  border: 1px solid #abc;
  padding: .5em;
  margin: 1em 0em 1em 0em;
}
#profile .profile .name {
  padding-bottom: 0.5em;
}
.block-forum h3 {
  margin-bottom: .5em;
}

.calendar {
	text-align: center;
}
.calendar a,.calendar a:hover {
	text-decoration: none;
}
.calendar table {
	width: 75%;
	margin: auto;
	border-collapse: collapse;
	border-bottom: 1px solid #c0c0c0;
	font-size: 10px;
	color: #666666;
}
.calendar caption a {
	font-size: 1.3em;
}
.calendar td a {
	display: block;
	width: 100%;
}
.calendar td, .calendar th {
	padding: 1px;
	text-align: center;
}
.calendar th {
	border-bottom: 1px solid #c0c0c0;
}
.calendar .header-week {
	background-color: #e8e8e8;
}
.calendar .day-link {
	background-color: #d0e0f0;
}
.calendar .day-today {
	border: 1px solid #c0c0c0;
}
.calendar .day-selected {
	background-color: #c0d0e0;
}

.block ul {
	padding-left: 1em;
}
.block-taxonomy_block ul, .block-aggregator ul, ul.menux {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}
.block-taxonomy_block ul li, .block-aggregator ul li, ul.menux li {
	margin-top: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.linetop {
	margin-top: 5px;
	border-bottom: 1px solid #cccccc;
}
.linebottom {
	margin-top: 2px;
	padding-bottom: 5px;
	border-top: 1px solid #cccccc;
}
.corner-tl {
	float: left;
	width: 7px; height: 7px;
	background-image: url(/misc/corner_tl.gif);
	background-repeat: no-repeat;
}
.corner-tr {
	float: right;
	width: 7px; height: 7px;
	background-image: url(/misc/corner_tr.gif);
	background-repeat: no-repeat;
}
.corner-bl {
	float: left;
	width: 7px; height: 7px;
	background-image: url(/misc/corner_bl.gif);
	background-repeat: no-repeat;
}
.corner-br {
	float: left;
	width: 7px; height: 7px;
	background-image: url(/misc/corner_br.gif);
	background-repeat: no-repeat;
}
.description {
	margin-bottom: 1em;
	font-style: italic;
	color: #808080;
}
.question {
	color: #303080;
}
.se_cat {
	float: left;
	width: 260px;
	padding-left: 10px;
	padding-right: 0px;
}
.se_res {
	height: 16px;
	background: url(/images/bksection.gif);
	background-repeat: repeat-x;
	padding: 1px 5px 1px 5px;
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
}

.block-flag {
	border: 1px solid #005187;
	background: #2f74a0 url(/misc/flag.jpg) no-repeat top right;
	color: #ffffff;
	margin: 20px 0px 20px 0px;
	padding: 0;
}

.block-flag h2 {
	font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
	margin: 0;
	padding: 10px 10px 10px 10px;
}
.block-flag h2 span.soft {
	font-size: 20px;
	color: #90b3cb;
}

.block-flag ul {
	margin: 0;
	padding: 0;
}
.block-flag ul li {
	list-style-type: none;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	border-bottom: 1px solid #5d91b4;
	padding: 0;
	margin: 0;
}

.block-flag ul li a {
	display: block;
	font-size: 12px;
	color: #90b3cb;
	padding: 4px 8px 4px 8px;
	margin: 0;
}
.block-flag ul li a.sublink {
	display: block;
	font-size: 10px;
	color: #90b3cb;
	padding: 0px 8px 4px 16px;
	margin: 0;
}
.block-flag ul li a:hover {
	text-decoration: none;
	background-color: #275b7f;
	color: #90b3cb;
}

.block-flag ul li span.nolink {
	display: block;
	padding: 4px 8px 4px 8px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #90b3cb;
}
.block-flag ul li span.nolink_item {
	display: block;
	padding: 0px 8px 4px 16px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #d0e0f0;
}
