/*
Theme Name: Grauser

*/

* {
	padding: 0;
	margin: 0;
	}
	
body {
	text-align: center;
	font-family: Georgia, serif;
	font-size: 87.5%; /* Resets 1em to 14px */
	color: #333;
	}

#rap {
	}
	
#content {
	overflow: hidden;
	position: relative;
	width: 940px;
	margin: 0 auto;
	text-align: left;
	}
	
#mainpanel {
	float: left;
	width: 480px;
	margin: 0 0 0 32px;
	padding-bottom: 18px;
	border-bottom: 1px solid #444;
	}


/* Basic Text
-----------------------------------------------------------------------------*/		
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	}
#mainpanel h2 {
	font-size: 1.1em;
	margin-bottom: 18px;
	}
p, ul, ol, dl, blockquote, h1, h2, h3, h4, h5, h6 {
	margin-bottom: 1em;
	}
p, ul, ol, dl {
	font-size: 1em;
	line-height: 1.42857143 /* 20px */
	}
ul, ol {
	padding-left: 20px;
	}
dl dd {
	margin-left: 40px;
	}
blockquote {
	margin: 0 20px;
	}
	

/* Links
-----------------------------------------------------------------------------*/	
h1 a:link, h1 a:visited,
h2 a:link, h2 a:visited,
h3 a:link, h3 a:visited,
h4 a:link, h4 a:visited,
p a:link, p a:visited,
li a:link, li a:visited,
dl a:link, dl a:visited,
blockquote a:link, blockquote a:visited {
	color: #C8001E;
	text-decoration: none;
	border-bottom: 1px dotted #666666;
	}
h1 a:hover, h1 a:active,
h2 a:hover, h2 a:active,
h3 a:hover, h3 a:active,
h4 a:hover, h4 a:active,
p a:hover, p a:active,
li a:hover, li a:active,
dl a:hover, dl a:active,
blockquote a:hover, blockquote a:active {
	color: #C8001E;
	text-decoration: none;
	border-bottom: 1px solid #C8001E;
	}

/* GNTML features
-----------------------------------------------------------------------------*/	
.gntml_left {
	width: 150px;
	float: left;
	margin: 0 18px 18px 0;
	}
.gntml_right {
	width: 150px;
	float: right;
	margin: 0 0 18px 18px;
	}
	
/* Header
-----------------------------------------------------------------------------*/	
#header {
	text-align: center;
	margin: 42px 0 60px;
	}
#header h1 {
	height: 60px;
	width: 490px;
	text-indent: -99999px;
	background: transparent url('/statics/img/logo.gif') no-repeat;
	margin: auto;
	}
#selectors {
	overflow: hidden;
	position: relative;
	font-size: 1.14285714em;
	margin-top: 40px;
	background: #ddd;
	padding: 3px 0;
	font-size: 1em;
	border-top: 1px solid #C8001E;
	border-bottom: 1px solid #C8001E;
	}
#selectors select {
	width: 170px;
	border: 1px solid #666;
	padding: 2px 0 2px 4px;
	font-family: Georgia, serif;
	font-size: 0.9em;
	background: #fff;
	}

/* Sidebar 1
-----------------------------------------------------------------------------*/
#sidebar1 {
	float: left;
	width: 200px;
	}
#sidebar1-inner {	
	}
#sidebar1 ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	border-top: 1px dotted #999;
	}
#sidebar1 ul ul {
	border-top: none;
	margin-left: 10px;
	}
#sidebar1 li {
	padding: 4px 0px 4px 4px;
	border-bottom: 1px dotted #999;
	}
#sidebar1 li li {
	border-bottom: none;
	padding-bottom: 0;
	}
/* Nav links */
#sidebar1 li a:link, #sidebar1 li a:visited {
	color: #555;
	text-decoration: none;
	border-bottom: none;
	}
#sidebar1 li a:hover, #sidebar1 li a:active {
	color: #C8001E;
	text-decoration: none;
	border-bottom: none;
	}
/* Navparent links */
#sidebar1 li strong a:link, #sidebar1 li strong a:visited {
	color: #000;
	font-weight: normal;
	text-decoration: none;
	border-bottom: none;
	}
#sidebar1 li strong a:hover, #sidebar1 li strong a:active {
	color: #C8001E;
	font-weight: normal;
	text-decoration: none;
	border-bottom: none;
	}
/* Navcurrent links */
#sidebar1 li strong em a, #sidebar1 li strong em a:link, #sidebar1 li strong em a:visited {
	color: #C8001E;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	border-bottom: none;
	}
#sidebar1 li strong em a:hover, #sidebar1 li strong em a:active {
	color: #C8001E;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	border-bottom: none;
	}


/* Sidebar 2
-----------------------------------------------------------------------------*/
#sidebar2 {
	float: right;
	width: 200px;
	}
#sidebar2 p, #sidebar2 ul, #sidebar2 ol, #sidebar2 dl {	
	font-size: 0.85714286em; /* 12px */
	line-height: 1.25; /* 15px */
	}
#sidebar2 h2 {
	font-size: 1.14285714em;
	line-height: 1;
	margin-bottom: 9px;
	}
#sidebar2 .related-pages h2 {
	margin-bottom: 9px;
	}
.f_search {
	margin-bottom: 18px;
	}
.f_search input#s {
	width: 120px;
	margin-right: 5px;
	}
#sidebar2 ul.sidebar-related {
	padding-left: 0;
	list-style: none;
	}
#sidebar2 ul.sidebar-related li {
	margin-bottom: 9px;
	}
#sidebar2 ul.sidebar-related span {
	display: block;
	}
#sidebar2 ul.sidebar-related span.page-description {
	color: #666;
	}
#sidebar2 img {
	margin-bottom: 0;
	}
#sidebar2 p.image-caption {
	font-size: 0.75em;
	}
	
/* Mainpanel
-----------------------------------------------------------------------------*/		
#mainpanel h2 {
	margin-top: 18px;
	margin-bottom: 9px;
	}
#mainpanel h1 {
	font-size: 1.3em;
	line-height: 28px;
	margin-bottom: 6px;
	text-transform: capitalize;
	}
.grantee-search {
	margin-bottom: 18px;
	padding: 12px 20px 10px 20px;
	background: #ccc;
	}
.grantee-search label {
	float: left;
	width: 130px;
	}
.grantee-search .w_labelWidget, #mainpanel .grantee-search h3 {
	margin-bottom: 9px;
	}
.grantee-search .w_widget {
	margin-left: 150px;
	}
.grantee-search .w_submit {
	margin-left: 150px;
	}
.grantee-search .input-widget input#name {
	width: 196px;
	background: #fff;
	border: 1px solid #666;
	padding-left: 3px;
	}
.grantee-search select {
	width: 200px;
	background: #fff;
	border: 1px solid #666;
	}
.grantee-search input#keywords {
	width: 194px;
	}
input#grantee-searchsubmit, input#searchsubmit {
	cursor: pointer;
	font-family: Arial, sans-serif;
	background: #fff;
	height: 20px;
	border: 1px solid #777;
	padding: 0 5px;
	}
.f_search p {
	margin-bottom: 5px;
	}
.location, .themes, .website, .related {
	margin-top: 18px;
	border-top: 1px solid #ccc;
	padding-top: 18px;
	}
#mainpanel .related h3 {
	margin-bottom: 10px;
	}
.image-left {
	float: left;
	margin: 0 20px 18px 0;
	}
.image-right {
	float: right;
	margin: 0 0 18px 20px;
	}
.image-right p, .image-left p {
	margin-bottom: 0;
	}
	
/* Listing
-----------------------------------------------------------------------------*/	
div.numPaginator {
	margin-bottom: 18px;
	clear: both;
	}
div.abcPaginator {
	margin-bottom: 18px;
	}
.abcPaginator li {
	text-align: left;
	padding-left: 2px;
	}
.abcPaginator li strong {
	font-style: italic;
	}
div.f_paginator p,
#mainpanel ul.newsListing h3.f_title,
#mainpanel ul.newsListing p.f_summary,
#mainpanel ul.newsListing p.date {
	margin-bottom: 0;
	}
ul.grantees, ul.newsListing {
	clear: both;
	list-style: none;
	padding-left: 0;
	}
ul.grantees li.grantee, ul.newsListing li {
	margin-bottom: 18px;
	}
span.granteeName {
	text-transform: capitalize;
	}
span.granteeName, span.news-title {
	font-size: 1.14285714em;
	}
span.granteeTheme, span.granteeSub-theme, span.programmeDescription, p.f_summary {
	color: #666;
	}
span.news-date {
	color: #333;
	}

.granteeData dl {
  overflow: hidden;
  padding-bottom: 1px;
}

.granteeData dt {
  float: left;
  clear: left;
  font-weight: bold;
  padding-right: 0.5em;
  margin: 0;
}

.granteeData dd {
  float: left;
  clear: right;
  padding: 0;
  margin: 0;
}

.granteeData ul,
.granteeData li {
  display: inline;
  padding: 0;
  margin: 0;
  border: 0;
}

.granteeData li:first-child:before {
  content: "";
}
.granteeData li:before {
  content: ", ";
}
ul.f_listing {
	list-style: none;
	padding-left: 0;
	}
	
/* News items
-----------------------------------------------------------------------------*/
p.news-date {
	color: #666;
	}
p.news-summary {
	color: #333;
	padding-bottom: 1em;
	border-bottom: 1px solid #666;
	}

/* Contact form
-----------------------------------------------------------------------------*/
table.contact-form span.your-name input,
table.contact-form span.your-email input,
table.contact-form span.your-phone-number input,
table.contact-form span.your-comment textarea {
	width: 250px;
	}
table.contact-form td {
	padding-right: 10px;
	padding-bottom: 18px;
	vertical-align: top;
	}

/* Sitemap
-----------------------------------------------------------------------------*/	
dl.sitemap dt {
	float: left;
	padding-right: 0.5em;
	}
dl.sitemap dd {
	color: #666;
	}
dl.sitemap dl {
	margin-left: 40px;
	}
	
/* Footer
-----------------------------------------------------------------------------*/	
.footer {
	width: 940px;
	margin: 36px auto;
	text-align: left;
	}
.footer p {	
	color: #777;
	font-size: 0.85714286em; /* 12px */
	line-height: 1.25; /* 15px */
	}
	
/* Images
-----------------------------------------------------------------------------*/
.gntml_image {
	margin-bottom: 1em;
	}
.gntml_image h4 {
	margin-bottom: 0;
	background: #ccc;
	padding: 2px 5px;
	font-size: 0.9em;
	}
img {
	border: none;
	}

	
/* NDML
-----------------------------------------------------------------------------*/
.clear {
	clear: both;
	}
	

/* Editing widgets
-----------------------------------------------------------------------------*/

.widgetGrouping,
.widgetGrouping select,
.widgetGrouping input,
.widgetGrouping textarea {
  font-size: 8pt;
}
	
