/*
   COLOR INDEX
   #86022f - red - headlines, links
   #ffe5b0 - yellow - border
*/

/*
   BODY
-------------------------------------------------------*/
body {
   text-align: center;
   background: #840227 url(../images/bg-body.gif) repeat-x top left;
   /*background: #fff;*/
   font-size: 12px;
   font-family: Arial, Helvetica, sans-serif;
   color: #000;
}

/*
	CLEAR FIX
--------------------------------------------------*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/*
   TYPOGRAPHY and BASIC ELEMENTS
-------------------------------------------------------*/
/* headings */
h1 {
	text-indent: -9999px;
	width: 216px;
   height: 125px;
}

	/* requires w, h  */
	h1 a {
	   display: block;
	   position: absolute;
	   width: 216px;
	   height: 125px;
	   top: 18px;
	   left: 5px;
	   background: url(../images/bg-h1.gif) no-repeat top left;
	}

h2, h3, h4, h5, h6 {
   font-weight: bold;
   color: #86022f;
   padding-bottom: 5px;
}

h2 {
   font-size: 18px;
   padding-bottom: 15px;
}

h3 {
   font-size: 16px;
   padding-top: 10px;
   color: #000;
/*   clear: both;*/
}

h4 {
   font-size: 13px;
   color: #000;
}

   #content-2 h4 {
      padding-left: 11px;
   }

h5 span {
   font-weight: normal;
   color: #000;
}

	h2 span a, h3 span a {
		background: #FFF6BF;
		font-size: 60%;
		font-weight: normal;
		padding: 2px 4px;
	}

/* paragraphs etc. */
p {
   line-height: 1.2;
   padding-bottom: 10px;
}

	p.left {
	   text-align: left;
	}

	p.right {
	   text-align: right;
	}

	p.center {
	   text-align: center;
	}

	p.caption {
	  text-align: right;
	  color: #86022f;
	  font-size: 11px;
	  padding: 5px 10px 0;
	}

big {
   font-size: 125%;
}

small {
   font-size: 75%;
}

strong {
   font-weight: bold;
}

em {
   font-style: italic;
}

blockquote {
   padding: 10px 20px 0;
   margin-bottom: 10px;
   border: 1px solid #ffe5b0;
   background: #fffefd;
}

/* lists - usually have to put #content in front */
#content-1 ul, #content-2 ul {
   list-style: square outside;
   margin-left: 36px;
   padding-bottom: 15px;
   line-height: 1.2;
}

#content-1 ol, #content-2 ol {
   list-style: decimal outside;
   margin-left: 36px;
   padding-bottom: 15px;
   line-height: 1.3;
}

#content-1 ul.three-col-list {
   width: 180px;
   float: left;
}

#content-1 #newsletter-list {
   font-size: 16px;
   font-weight: bold;
   padding-top: 10px;
   color: #000;
   list-style: none;
   margin-left: 0;
}

#content-1 #newsletter-list li ul {
   list-style: square outside;
   margin-left: 36px;
   padding-bottom: 15px;
   line-height: 1.2;
   font-weight: normal;
   font-size: 12px;
   margin-left: 36px;
}

/* links */
a, a:visited {
   color: #86022f;
   text-decoration: none;
}

a:hover {
   text-decoration: underline;
}

a.btn, a:visited.btn {
   float: right;
   display: block;
   height: 25px;
   line-height: 25px;
   margin-bottom: 10px;
   padding: 0 15px;
   background: url(../images/bg-link-btn.gif) repeat-x top left;
   border: 1px solid #CD96A8;
}

a:hover.btn {
   border: 1px solid #86022f;
   text-decoration: none;
}

a.anniv, a:visited.anniv {
   display: block;
   width: 201px;
   height: 170px;
   margin: 10px auto;
   background: url(../images/img-anniv-logo.gif) no-repeat top left;
}

a:hover.anniv {
   background: url(../images/img-anniv-logo.gif) no-repeat bottom left;
}

a.member-logo {
	background: #fff;
	height: 142px;
	width: 192px;
}

#tooltip {
	text-align: left;
	line-height: 1.3;
	width: 600px;
	position: absolute;
	z-index: 3000;
	border: 1px solid #86022F;
	background-color: #fff;
	padding: 5px;
}

#tooltip h3, #tooltip div { margin: 0; }

/* images */
img.left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

img.right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

img.center {
	margin: 0 auto 10px;
	display: block;
}

   p img.center {
      margin-bottom: 0;
   }

   .entry img.square {
      padding: 4px;
      background: #fffefd;
      border: 1px solid #ffe5b0;
   }

   .hilite img.center {
      border: 1px solid #ffe5b0;
   }

.img-wrapper {
   position: relative;
   float: left;
}

.img-wrapper span {
   position: absolute;
   top: 0;
   left: 0;
   background: #ffe5b0;
   display: block;
   width: 24px;
   height: 24px;
   line-height: 24px;
   text-align: center;
   font-weight: bold;
}

/* horizontal rule */
hr {
	color: #eee;
	background-color: #eee;
	border: 0;
	height: 1px;
	clear: both;
}

/* tables */
table.prdvp, table.expert-table {
   border-collapse: collapse;
   border: 1px solid #ffe5b0;
   background: #fffefd;
   margin-bottom: 10px;
   width: 97%;
}

table.expert-table {
   width: 97%;
}

tr.odd {
   background: #fffaf0;
}

.prdvp th, .expert-table th {
   text-align: center;
   font-weight: bold;
   padding: 5px;
   color: #86022f;
}

.prdvp td, .expert-table td {
   padding: 5px;
   border-top: 1px solid #ffe5b0;
}

.expert-table td {
   border: 1px solid #ffe5b0;
   vertical-align: top;
}

.prdvp td.name {
   font-weight: bold;
   white-space: nowrap;
}

table.donors {
	margin-bottom: 10px;
}

.donors td {
	text-align: center;
	width: 135px;
	vertical-align: middle;
	padding: 5px 0;
}

/* forms */
form {

}

fieldset {
   border: 1px solid #ffe5b0;
   padding: 20px;
   margin-bottom: 15px;
}

legend {
   color: #000;
   font-size: 16px;
   font-weight: bold;
}

label {
   font-weight: bold;
}

input {

}

textarea {

}

#entryform select {
   width: 330px;
}

#entryform p {
   padding-top: 10px;
}

.error {

}

.required {
   color: #86022f;
   font-weight: bold;
}

#searchform, #expertsearch {
   height: 24px;
   border: 1px solid #ffe5b0;
   background: #fffefd;
   margin-bottom: 15px;
}

#expertsearch {
   width: 213px;
}

#searchform input.search-txt, #expertsearch input.search-txt {
   float: left;
   border: 0;
   margin: 0;
   padding: 0;
   width: 185px;
   height: 20px;
   padding: 2px;
   font-size: 12px;
   color: #555;
}

#searchform input.search-btn, #expertsearch input.search-btn {
   float: left;
   margin: 0;
   padding: 0;
   width: 23px;
   height: 24px;
}

#expert-search {
   margin: 0 auto 15px;
}

/*#expert-search label {
   float: left;
   width: 150px;
}

#expert-search p {
   clear: both;
}*/

/*
   CONTAINER and BOTTOM
-------------------------------------------------------*/
#container {
   width: 975px;
   margin: 0 auto;
   background: url(../images/bg-container.png) repeat-y top left;
   text-align: left;
}

#bottom {
   width: 975px;
   height: 12px;
   margin: 0 auto;
   background: url(../images/bg-bottom.png) no-repeat top left;
}

/*
	BRANDING
--------------------------------------------------*/
#branding {
   position: relative;
	float: left;
	width: 962px;
	height: 143px;
	margin-left: 6px;
	display: inline; /*IE6*/
	background: url(../images/banners/rotate.php) no-repeat top left;
}

.lang {
   position: absolute;
   right: 0;
   bottom: 1px;
   background: #000;
   padding: 3px 5px;
   color: #FFF;
   text-align: center;
}

.lang a,
.lang a:visited,
.logged-in a,
.logged-in a:visited {
   color: #FFF;
   text-decoration: none;
}

.lang a:hover,
.logged-in a:hover {
   text-decoration: underline;
}

.logged-in {
   position: absolute;
   left: 225px;
   bottom: 1px;
   background: #000;
   padding: 3px 5px;
   color: #FFF;
   text-align: center;
}

/*
   COL-1 / 227px
-------------------------------------------------------*/
#col-1 {
   float:left;
   width: 206px;
   padding-left: 21px;
}

/*
   SIDENAV
-------------------------------------------------------*/
#sidenav {
   width: 201px;
   margin: 20px 0;
}

#sidenav ul li a {
   display: block;
   width: 181px;
   padding: 9px 10px 10px;
   background: url(../images/bg-sidenav-a.gif) no-repeat bottom left;
   text-decoration: none;
}

#sidenav li ul {
   padding: 10px 0;
   background: url(../images/bg-sidenav-a.gif) no-repeat bottom left;
}

#sidenav ul li a:hover {
   background: #EEE url(../images/bg-sidenav-a.gif) repeat-y bottom left;
}

#sidenav li ul li a {
   width: 161px;
   padding: 3px 10px 3px 30px;
   background: none;
}

#sidenav li ul li a:hover {
}

/*
   COL-2 / 741px
-------------------------------------------------------*/
#col-2 {
   float:left;
   width: 741px;
   background: url(../images/bg-col-2.gif) repeat-y top left;
}

/*
   MAIN NAVIGATION
-------------------------------------------------------*/
#mainnav {
   float: left;
   width: 741px;
   height: 58px;
   background: url(../images/bg-mainnav.gif) no-repeat top left;
   text-align: center;
}

#mainnav ul li {
   display: inline;
}

#mainnav li a {
   line-height: 54px;
   padding: 0 17px 0 15px;
   font-size: 14px;
   font-weight: bold;
   text-transform: uppercase;
   text-decoration: none;
   background: url(../images/bg-mainnav-a.gif) no-repeat right center;
}

   #mainnav li a.last-link {
      background: none;
   }

#mainnav li a:hover {
   text-decoration: underline;
}


/*
   CONTENT 1 / 480px
-------------------------------------------------------*/
#content-1 {
   width: 475px;
   margin-left: 5px;
   display: inline; /*IE6*/
   float: left;
}

   #forums #content-1,
   .past-rd-vp #content-1,
   .past-presidents #content-1,
   .members #content-1,
   .member-libraries #content-1,
   #applications #content-1,
   .lpac #content-1,
   #map #content-1,
   #photo-competition #content-1 {
      width: 736px;
      background: #FFFAF0;
   }

#content-1 .padding {
   padding: 25px;
}

   #forums .padding {
      padding: 0 25px 25px;
   }

.page-subnav {
/*   float: left;*/
/*   width: 425px;*/
   text-align: center;
   margin: -15px 0 15px 0;
   font-size: 11px;
}

   #newsletter .page-subnav {
      margin: 0 0 15px 0;
   }

div.impact-img {
   position: relative;
}

div.impact-img div {
   position: absolute;
   bottom: 20px;

   line-height: 30px;

   background: #86022f;

   width: 340px;
   padding-left: 35px;
   padding-right: 15px;

   text-align: right;

   font-family: Georgia,"Times New Roman", serif;
   font-style: italic;
   font-size: 18px;
   font-weight: normal;
   color: #FFF;
}

div.hilite {
   width: 192px;
   padding-right: 10px;
   float: left;
}

.attachment {
   float: right;
   height: 33px;
   line-height: 32px;
   clear: both;
   margin: 0 0 10px 115px;
}

#programmes .attachment {
   margin-left: 0;
   float: none;
}

.entry {
   float: left;
   width: 425px;
   padding-bottom: 30px;
   margin-right: -3px;
}

span.date, .comment-date {
   color:#666666;
   display:block;
   font-size:11px;
   letter-spacing:1px;
   text-transform:uppercase;
   margin-bottom: -5px;
}

.meta {
   color:#666666;
   font-size:11px;
   clear: both;
}

.comment {
   padding-left: 30px;
}

/*.profiles .entry {
   width: 192px;
   height: 175px;
   padding: 10px;
}*/

/*
   CONTENT 2 / 260px
-------------------------------------------------------*/
#content-2 {
   width: 214px;
   margin-left: 1px;
   padding: 25px 23px;
   display: inline; /*IE6*/
   float: left;
}

.box {
   float: left;
   border: 1px solid #ffe5b0;
   background: #fffefd;
   width: 192px;
   padding: 10px 10px 0;
   margin-bottom: 15px;
   color: #555;
}

#content-2 h5.profile {
   width: 194px;
   padding: 5px 10px;
   margin: -3px 0 10px;
   background: #86022f;
   font-family: Georgia,"Times New Roman", serif;
   font-style: italic;
   font-size: 18px;
   font-weight: normal;
   color: #FFF;
}


/*
   FOOTER / 740px
-------------------------------------------------------*/
#footer {
   float: left;
   width: 715px;
   height: 30px;
   margin: 0 -3px 0 5px;
   padding: 0 10px;
   display: inline; /*IE6*/
   background: #fffaf0;
   border-top: 2px solid #ffe5b0;
}

#footer p {
   font-family: Georgia, serif;
   font-size: 11px;
   color: #000;
   line-height: 30px;
   padding: 0;
}

#footer p.copyright {
   float: left;
}

#footer p.footernav {
   float: right;
}

#footer a {
   text-decoration: none;
}

#footer a:hover {
   text-decoration: underline;
}

#admin {
   background: #000;
   color: #fff;
   font-size: 11px;
   height: 30px;
   line-height: 30px;
   position: fixed;
   bottom: 0;
   text-align: center;
   width: 100%;
}

#admin strong {
   color: orange;
}