/*
Theme Name: WWAPA
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

html,body {
	margin:0;
	background-image: url("images/wwapa_bg.jpg");
	background-repeat: repeat-x;
	background-color: #02385e;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#doc {
	text-align: center;
	background: url("images/mid.jpg");
	background-repeat: repeat-y;
	background-position: top center;
}
.centered {
	margin: 0 auto;
	padding: 0;
	width: 760px;
}
/* button styling
http://www.oscaralexander.com/tutorials/how-to-make-sexy-buttons-with-css.html
ie needs:
<a class="button" href="#" onclick="this.blur();"> É </a>
<a class="button" href="#"><span>Bring world peace</span></a>
http://particletree.com/features/rediscovering-the-button-element/
*/
a.button {
	border: none;
	background: transparent url('images/bg_button_a.gif') no-repeat scroll top right;
	color: #9C1131;
	display: block;
	float: left;
	text-transform: lowercase;
	font-size: 114%;
	height: 32px;
	margin-right: 6px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
}
a.button em {
	color: #900;
}
a.button:hover {
	color: 00579e;
}
a.button span {
	background: transparent url('images/bg_button_span.gif') no-repeat;
	display: block;
	line-height: 22px;
	padding: 3px 0 6px 18px;
}
a.button:active {
	background-position: bottom right;
	color: #9C1131;
	outline: none; /* hide dotted outline in Firefox */
}
a.button:active span {
	background-position: bottom left;
	padding: 7px 0 3px 18px; /* push text down 1px */
}
#paging {
	font-size: small;
	font-family: "Times New Roman", Times, serif;
	color: #FF6633;
	margin-top: 20px;
	text-align: center;
}
#paging img {
	margin-top: -5px;
}
#yui-main .image {
	margin: 10px;
	border: 1px solid #ABAB84;
}
#bd {
	border-top: 1px solid #9a4a42;
	background-color: #f8fefe;
	padding: 20px;
	padding-top: 0;
	background: url("images/page_top.jpg");
	background-repeat: no-repeat;
	background-position: top center;
}
#ft {
	color: white;
	font-size: x-small;
	text-align: center;
	background-image: url('images/ft_bg.jpg');
	background-position: top center;
	background-repeat: repeat-y;
	padding-bottom: 20px;
}
#ft div {
	height: 103px;
	background-image: url('images/bottom.jpg');
	background-position: top center;
	background-repeat: no-repeat;
}
#ft p {
    margin: 20px;
}
#hd img {
	margin: 0;
	padding: 0;
	display: block;
}
#hd .borderline {
	background-image: url('images/banner_border.jpg');
	background-position: top left;
	background-repeat: repeat-x;
	border-top: 1px solid #8b683f;
	border-bottom: 1px solid #8b683f;
	height: 3px;
}
#sidebar li {
    list-style: none;
}
#donors {
	text-align: center;
align: center;
}
#donors img {
	margin: 10px auto;
	display: block;
}
#donors h2 {
	font-style: italic;
	font-weight: bold;
	color: #a4a483;
	font-family:"Times New Roman", Times, serif;
}
#topmenu {
	height: 32px;
	margin-bottom: 10px;
}
#topmenu img {
	float: left;
}
#topmenu a, #menu a, #paging a {
	font-size: small;
	font-family: "Times New Roman", Times, serif;
	color: #9C1131;
	text-decoration: none;
}
#topmenu a {
	line-height: 32px;
	padding: 0 10px;
	margin: 0;
	display: block;
	height: 32px;
	float: left;
	text-transform: uppercase;
	font-family: Helvetica;
	font-size: x-small;
	color: #FFF;
}
#topmenu a:hover, #menu a:hover, #paging a:hover {
	color: red;
}
#menu {
	
}
#menu ul, #menu li {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: left;
}
#menu img {
	margin: 12px 0;
}
#yui-main {
	text-align:left;
}
#yui-main p {
	margin: 10px 0;
}
#yui-main h1 {
	display: block;
	font-family:"Times New Roman", Times, serif;
	font-size: 148%;
	line-height: 148%;
	color: #9C1131;
	padding-left: 30px;
	background-image: url("images/star.gif");
	background-position: middle left;
	background-repeat: no-repeat;
}
#yui-main h2 {
	display: block;
	font-family:"Times New Roman", Times, serif;
	font-size: 128%;
	line-height: 128%;
	color: #9C1131;
}
.item {
	padding-top: 10px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #ABAB84;
}
.item h2 {
	display: inline;
	margin: 0;
	padding: 0;
}
.item .photo {
	float: right;
	padding: 2px;
	border: 1px dotted #ABAB84;
}
.banner {
	margin-right: 5px;
	text-align:right;
}
.caption {
	margin: 0 10px;
	padding: 0;
	text-align: right;
	font-size: x-small;
	color: #9C1131;
	font-family:"Times New Roman", Times, serif;
}
#overlay {
	display:none;
	position:absolute;
	opacity:0.6;
	filter:alpha(opacity=60);
	z-index:999;
	top:0;
	left:0;
	background:#000;
}
#lightbox {
	display:none;
	position:absolute;
	top:0;
	left:0;
	z-index:1000;
	text-align: center;
}
#lightbox img {
	border:2px solid #fff;
	cursor:pointer;
	background:#000;
	padding:2px;
	margin:40px auto;
	display:block;
}
