@import url( forms.css );
@import url( lightbox.css );

* { margin: 0; padding: 0 }
body {
	height: 100%; background: #E1E0D5 url( ../images/background.gif );
	font: 0.75em "Trebuchet MS", Arial; line-height: 1.5; color: #000;	
}

a, a:link, a:visited { color: #000; }
a:hover { color: #2a8fca; }

p { margin: 3px 0 6px 0; }

div.clear { clear: both; }
ul { margin-left: 15px; }

/*
*/

h1 { 
	color: #2a8fca; font-weight: normal;
	background: transparent url( ../images/bg_h1.gif ) no-repeat 0 13px;
	padding-left: 20px; font-size: 2em;
}
/* h2 { font-size: 1.4em; }*/
h2 { font-size: 1.1em; }

a.back { 
	padding-left: 20px;
	background: transparent url( ../images/bg_back.gif ) no-repeat 0 4px;
}

/*
*/
div#container {
	position: absolute; top: 0; left: 50%;
	width: 964px; min-height: 100%;
	margin-left: -480px; padding-bottom: 100px;
	background: #FFF url( ../images/bg_container.gif ) repeat-y;
}

/* 
*	Header
*/
div#container div#header {
	position: relative; width: 964px; height: 92px;
	background: transparent url( ../images/bg_header.jpg ) no-repeat;
}

div#container div#header div#subtitle {
	position: relative; float: left;
	top: 50px; left: 365px;
	font-size: 1.2em;
	color: #FFF;
}

div#container div#header ul { position: absolute; top: -10px; left: 320px; list-style: none; }
div#container div#header ul li {
	position: relative; float: left; width: 95px; height: 50px;
	background: transparent url( ../images/bg_menu.png ) no-repeat;
	cursor: pointer;
}
div#container div#header ul li.selected { background-image: url( ../images/bg_menu_highlight.png ); }
div#container div#header ul li.active { background-image: url( ../images/bg_menu_highlight.png ); margin-top: 10px; }

div#container div#header ul li a { 
	display: block; width: 75px; height: 30px;
	background: transparent url( ../images/bg_menu_text.gif ) no-repeat 12px 26px; color: #FFF;
	padding: 20px 10px 0 15px; opacity: .8; text-decoration: none;
	text-transform: uppercase; text-align: center;
}

div#container div#header ul li.active a { opacity: 1; font-weight: bold; }

/* 
*	Content
*/
div#container div#content {
	width: 914px; padding: 20px 25px 0 25px;
}
div#container div.content-news { background: transparent url(../images/bg_back_news.gif) no-repeat 688px 0; }
div#container div.content-theme {background: transparent url(../images/bg_back_theme.gif) no-repeat 703px 0; }
div#container div.content-mailing {background: transparent url(../images/bg_back_mailing.gif) no-repeat 645px 0; }
div#container div.content-pabo {background: transparent url(../images/bg_back_pabo.gif) no-repeat 626px 0; }

div#container div#content div#content-left {
	float: left; 
	width: 270px;
}
div#container div#content div#content-right {
	float: left;
	margin-left: 14px;
	width: 630px;
}


div.box {
	background-color: #F9F9F9; border: 1px solid #EAEAEA;
	padding: 12px; margin-bottom: 10px;
}
div.box strong.box-title {
	display: block; color: #2a8fca; text-transform: uppercase;
	background: transparent url( ../images/bg_boxform.gif ) no-repeat 0 4px;
	padding-left: 15px;
}
div.box a.button { float: right; }

div.files ul { list-style: none outside; margin-left: 0px; }
div.files ul li a {text-decoration: none;}
div.files ul li a.pdf { background: transparent url(../images/bg_pdf.gif) no-repeat; padding-left: 20px; }
div.files ul li a.doc { background: transparent url(../images/bg_doc.gif) no-repeat; padding-left: 20px; }
div.files ul li a.xls { background: transparent url(../images/bg_xls.gif) no-repeat; padding-left: 20px; }
div.files ul li a.ppt { background: transparent url(../images/bg_ppt.gif) no-repeat; padding-left: 20px; }

/*
*	Footer
*/
div#footer {
	position: absolute; bottom: 0px; left: 2px; width: 940px; height: 65px;
	color: #757575; background-color: #dbdbdb;
	padding: 10px;
}
div#footer span.copyright {float: left; width: 230px; }
div#footer ul {
	float: left; list-style: none inside;
	border-left: 1px solid #BBB; padding-left: 30px;
}
div#footer a { color: #757575; }
div#footer a.rss {float: right; padding-right: 20px; background: transparent url(/images/bg_rss.gif) no-repeat 100% 0; }
div#footer a.twitter {float: right; padding-right: 20px; background: transparent url(/images/icons/twitter_16x16.gif) no-repeat 100% 0; margin-right: 20px;}

/*
*	Home
*/
div.item { 
	position: relative; margin-top: 10px;
	border-bottom: 1px solid #2a8fca; padding-bottom: 5px; padding-right: 10px;
}
div.item h2 { display: inline; }
div.item h2 a { text-decoration: none; }
div.item small { color: #848484; }
div.item a.item-link { 
	display: block; position: absolute; right: 5px; bottom: 10px; 
	width: 11px; height: 11px;
	background: transparent url( ../images/bg_item_link.gif ) no-repeat;
}
div.item a.newsmore { color: #2a8fca; text-decoration: none; }
div.item a.newsmore:hover { text-decoration: underline; }

h1.themas { margin-top: 30px; }
ul#themas { list-style: none; width: 46%; margin-top: 10px; margin-left: 0; float: left; margin-right: 2%; }
ul#themas li { 
	border-left: 5px solid #2a8fca; 
	padding: 0 0 5px 5px; margin-bottom: 10px;
}
ul#themas li a { font-weight: bold; }
ul#themas li span { color: #848484; display: block; }

ul#themas.spotlight li { border-color: #f37221;}
hr {height: 1px; border: 0; border-bottom: 1px solid #2a8fca;}
span.agenda-pipe { color: #2a8fca; }

/*
*	News
*/
div.full { margin-top: 0; margin-bottom: 10px; }
div.full div.photos img { margin: 5px 5px 5px 0; border: 1px solid #EAEAEA; }
div.item p { margin: 10px 0; }
a.totop { float: right; }

/*
*	Mailing
*/
div.mailing small {display: block; color:#848484; margin-bottom: 10px;}

/*
*	Pabo's
*/
h3.pabo-group {
	padding: 10px; margin-top: 20px; 
	background-color: #2A8FCA; color: #FFF;
	
}
div.pabo {position: relative; height: 85px;}
div.ceo {position: relative;}
div.pabo address, div.ceo address {font-style: normal; margin-bottom: 10px;}
div.pabo div.logo {float: right; height: 80px; overflow: hidden;}
div.ceo div.logo {float: right;}
/*div.pabo img{position: absolute; right: 10px; bottom: 10px;}*/

.flash {font-weight: bold; padding: 1em; width: 95%;}
.notice {color: green; background-color: #DFD; border: 1px solid green;}
.error {color: red; background-color: #FDD; border: 1px solid red;}

div#comments, div#new_comment {margin-top: 10px; border-top: 1px solid #2a8fca; padding-top: 1em;}
div#comments h2, div#new_comment h2{display: block; margin-bottom: 10px;}
div#comments div.comment {background-color: #F9F9F9; border: 1px solid #EAEAEA; padding: 5px; margin-bottom: 10px; padding-top: 0;}
div#comments div.comment div.name {font-weight: bold;}
div#comments div.not_ok {float: right;}
div#comments div.not_ok a {color:#848484; text-decoration: none;}
div#comments div.not_ok a:hover {color: #000; text-decoration: underline;}
div#new_comment form {clear: both; height: 200px;}

div#new_comment label {padding-top: 2px;display: block; float: left; width: 50px; clear: left; margin-bottom: 10px;}
div#new_comment input, div#new_comment textarea {display: block; float: left; clear: right;}
div#new_comment textarea {height: 80px; width: 500px; margin-top: 5px;}
div#new_comment input[type=submit] {clear: left; margin-top: 10px;}
div#new_comment textarea, div#new_comment input[type=text]{	font: 1em "Trebuchet MS", Arial; line-height: 1.5; color: #000;	}
div#new_comment input[type=text]{ width: 495px;}

div.approve, div.delete {height: 30px; border: 1px solid black; width: 50%; text-align: center;}
div.approve {color: green;}
div.delete{color: red;}

.submit_link {
	border: 0; 
	background: transparent; 
	font-size: 12px; 
	text-decoration: underline;
	float: right;
	margin-top: .2em;
}

.submit_link:hover{
	color: #2a8fca;
}

div.newsicon{
  width: 64px;
  height: 64px;
  float: left;
  margin-right: 1em;
}

div.newsicon .square{
  width: 24px;
  height: 24px;
  float: left;
  margin: 2px;
}

div.newsicon .left{
  margin-left: 6px;
}

div.newsicon .top{
  margin-top: 6px;
}

div.newsicon .blue {
  background-color: #2a8fca;
}

ul.uploaded_documents{
  list-style: none;  
  margin-top: 1em;
  margin-bottom: 1em;
}

li.uploaded_document a{
  text-decoration: none;
  display: block;
  padding-top: .7em;
  padding-bottom: .7em;
  margin-bottom: .5em;
  background-image: url("/images/icons/document-icon.png");
  background-repeat: no-repeat;
  padding-left: 55px;
  background-position:0px 0px;
}

div.content-theme div#content-right p{
  margin-bottom: 1em;
  line-height: 1.3em;
}