/* vim: set expandtab tabstop=4 shiftwidth=4 foldmethod=marker: */
/* Common stylesheet used by every pages of the website */
/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.3.1
*/
body{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup,sub{line-height:-1px;vertical-align:text-top;}sub{vertical-align:text-bottom;}input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/* Copyright (c) 2006, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.net/yui/license.txt version: 0.12.0 */
body {font:13px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}pre, code {font:115% monospace;*font-size:100%;}body * {line-height:1.22em;}
/* Copyright (c) 2006,Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.net/yui/license.txt version: 0.12.0 */
body{text-align:center;}#ft{clear:both;}#doc,#doc2,#doc3,.yui-t1,.yui-t2,.yui-t3,.yui-t4,.yui-t5,.yui-t6,.yui-t7{margin:auto;text-align:left;width:57.69em;*width:56.3em;min-width:750px;}#doc2{width:73.074em;*width:71.313em;min-width:950px;}#doc3{margin:auto 10px;width:auto;}.yui-b{position:relative;}.yui-b{_position:static;}#yui-main .yui-b{position:static;}#yui-main{width:100%;}.yui-t1 #yui-main,.yui-t2 #yui-main,.yui-t3 #yui-main{float:right;margin-left:-25em;}.yui-t4 #yui-main,.yui-t5 #yui-main,.yui-t6 #yui-main{float:left;margin-right:-25em;}.yui-t1 .yui-b{float:left;width:12.3207em;*width:12.0106em;}.yui-t1 #yui-main .yui-b{margin-left:13.3207em;*margin-left:13.0106em;}.yui-t2 .yui-b{float:left;width:13.8456em;*width:13.512em;}.yui-t2 #yui-main .yui-b{margin-left:14.8456em;*margin-left:14.512em;}.yui-t3 .yui-b{float:left;width:23.0759em;*width:22.52em;}.yui-t3 #yui-main .yui-b{margin-left:24.0759em;*margin-left:23.52em;}.yui-t4 .yui-b{float:right;width:13.8456em;*width:13.512em;}.yui-t4 #yui-main .yui-b{margin-right:14.8456em;*margin-right:14.512em;}.yui-t5 .yui-b{float:right;width:18.4608em;*width:18.016em;}.yui-t5 #yui-main .yui-b{margin-right:19.4608em;*margin-right:19.016em;}.yui-t6 .yui-b{float:right;width:23.0759em;*width:22.52em;}.yui-t6 #yui-main .yui-b{margin-right:24.0759em;*margin-right:23.52em;}.yui-t7 #yui-main .yui-b{display:block;margin:0 0 1em 0;}#yui-main .yui-b{float:none;width:auto;}.yui-g .yui-u,.yui-g .yui-g,.yui-gc .yui-u,.yui-gc .yui-g .yui-u,.yui-ge .yui-u,.yui-gf .yui-u{float:right;display:inline;}.yui-g div.first,.yui-gc div.first,.yui-gc div.first div.first,.yui-gd div.first,.yui-ge div.first,.yui-gf div.first{float:left;}.yui-g .yui-u,.yui-g .yui-g{width:49.1%;}.yui-g .yui-g .yui-u,.yui-gc .yui-g .yui-u{width:48.1%;}.yui-gb .yui-u,.yui-gc .yui-u,.yui-gd .yui-u{float:left;margin-left:2%;*margin-left:1.895%;width:32%;}.yui-gb div.first,.yui-gc div.first,.yui-gd div.first{margin-left:0;}.yui-gc div.first,.yui-gd .yui-u{width:66%;}.yui-gd div.first{width:32%;}.yui-ge .yui-u{width:24%;}.yui-ge div.first,.yui-gf .yui-u{width:74.2%;}.yui-gf div.first{width:24%;}.yui-ge div.first{width:74.2%;}#bd:after,.yui-g:after,.yui-gb:after,.yui-gc:after,.yui-gd:after,.yui-ge:after,.yui-gf:after{content:".";display:block;height:0;clear:both;visibility:hidden;}#bd,.yui-g,.yui-gb,.yui-gc,.yui-gd,.yui-ge,.yui-gf{zoom:1;}

/* LAYOUT */
body {
    font-size: 90%;
    background:#fbddeb url('/images/layout/body-background.gif');
    color:#464646;
}
h1 { font-weight: bold; font-size: 18px; margin-bottom: 5px; }
h2 { font-family: Bambi bold; }
a { color: #f174ad; font-weight:bold; text-decoration:none; }

p { margin: 1em 0; }
strong, b { font-weight: bold; }

#doc {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    position: relative;
}

#bd { margin:33px auto; }

/* General Classes */
.typeface-js { font-family: Bambi bold; font-weight:normal; }
.typeface-js:hover{ text-decoration: none !important; }
.rounded { -moz-border-radius:4px; -webkit-border-radius:4px; }
.top-rounded {
  -moz-border-radius-topleft:4px;
  -moz-border-radius-topright:4px;
  -webkit-border-top-left-radius:4px;
  -webkit-border-top-right-radius:4px;
}
.clear { clear: both; height: 0px; line-height: 0px; }
.colored { color:#f174ad !important; }
.top { vertical-align: top; }
.right { text-align: right; }
.floatRight {  float: right; }
.floatLeft {  float: left; }
.firstItem { border: 0 !important; }
.lastItem { border: 0 !important; }
div.errors { margin: 15px 0; background: #f5e3f4; color: #a61c35; padding: 10px; font-weight: bold; }
div.errors ul { margin-left:20px; }
.success {
    background-color:#DCF3C5;
    border:1px solid #99CC66;
    color:green;
    font-weight:bold;
    margin:15px 0;
    padding:10px;
}

/* Sidebar */
#sidebar { width:155px;}

/* Header */
#hd { padding-top:25px; height: 170px; background:white url('/images/layout/hd-background.gif') repeat-x; }
#innerhd { width:850px; margin:auto; }

#innerhd .contactUs { text-align:right; }
#innerhd .contactUs img{ float:right; margin-left:5px; margin-top:3px; }
#innerhd .contactUs a{ font-size:92%; color:#898989; }
#hd #logo { position:relative; }
#hd #logo .slogan { color:#555555; font-size:155%; position:absolute; top:45px; right:0px; }
#hd #logo .slogan span { font-weight:bold; }
#mainMenu { margin-top:24px; }
#mainMenu ul li { float:left; padding:8px 6px 2px; margin-right:3px; background-color:#f174ad; }
#mainMenu ul li a{ color:white; font-size:115%; }
#mainMenu ul li a:hover { text-decoration: none; }
#mainMenu ul li.donate { padding:8px 9px 0px; margin-left:6px; margin-right:0px; background-color:#2a002f; float:right; }

/* Footer */
#ft { width:830px; margin:auto auto 50px; border-top: 1px dotted black; color:#2a002f; }
#ft #main { width:635px; }
#ft #siteMap { margin:auto; padding-top:40px; text-align:center; width:540px; }
#ft #siteMap  ul li { float:left; padding-right:7px; padding-left:7px; border-left:1px solid #2a002f; }
#ft #siteMap a{ color:#2a002f; font-weight: normal; font-size:95%; }
#ft .content { text-align:center; margin-top:15px; font-size:83%; }
#ft #footerLogo { float:right; width:159px; margin-top:15px; height:0px; line-height:0px; }
#ft #tclFooter { margin-top: 10px; font-size: 12px; text-align: center; } 

/* Right Panel */
#rightPanel { float:right; width:184px; }
.rightPanelBox { background-color:white; border:1px solid #d7d7d7; padding:10px; }