/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.2
*/
/*reset.css*/body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,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;}ol,ul {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;}
/*fonts.css*/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;}
/*grids.css*/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;}
a {
	color: #2A65AD;
	text-decoration:none;
	border-bottom: 1px dotted #95b2d6; 
}
a:hover {
	border-bottom: 1px solid #2A65AD; 
}

abbr, acronym, .help {
  border-bottom: 1px dotted #CFD6D0;
  cursor: help;
}


/********************************
			Body            
********************************/

body {
	background: #c7da8d url("http://images.pipra.org/backgrounds/headergradient2.png") repeat-x; /* Gradient background across the top */
	line-height: 1.5;
	color: #333333	;
}


#doc3 {margin:auto;} /* Center the layout */



/********************************
			Yui Header            
********************************/
#hd {
	height: 150px;
	position: relative; /* see http://www.badboy.ro/articles/2005-02-20/vertical_align_with_css/ */
	/*
	background-image: url("http://images.pipra.org/logo.png");
	background-position: 30px 18px;
	background-repeat: no-repeat;	
	*/
}

/*  The logo and name PIPRA are served in an h1/h2 combo on the
	 home page for SEO.  On the rest of the pages they are served
	 in id'd p's for the same reason.  On those pages, the tag line
	 for the page is served h1'd. See
	 http://www.pearsonified.com/2007/04/definitive-guide-to-semantic-markup.php
*/
#hd h1, #logo {
	overflow: hidden;
	position: absolute;
	left: 20px;
	top: 9px;
	background: url("http://images.pipra.org/logo2.png") no-repeat;
	width: 195px;
	height: 87px;
	text-indent: -9000px;
}

#hd h2, #pipra{
	width: 10em;
	padding-top: 20px;
	margin-left: 220px;
	font-size: 122%;
	font-variant: small-caps;
	color: #fff;
	font-weight: 500;
	line-height: 1.35em;
}
#hd .subpagetitle{
	font-size: 80%;
	color:#728c40;
	font-variant: small-caps;
}

#languages {
	position: absolute;
	top: 5px;
	right: 10px;
	font-size: 80%;
	color: #839a55;
}
#languages li {
	float: left;
	margin: 0; 
	padding: 0;
	display: inline;
	list-style: none;
	margin: 0 10px 0 10px;
	}
#languages a{
	color: #839a55;
	border-bottom: 0px;
}
#languages a:hover {
	color: #505e34;
	border-bottom: 1px solid #505e34; 
}


#headermenu{
	position: absolute;
	bottom: 0px;
	left: 20px;
}

#index #miniflex a.index:link, #index #miniflex a.index:visited,
#resources #miniflex a.resources:link, #resources #miniflex a.resources:visited,
#whatwedo #miniflex a.whatwedo:link, #whatwedo #miniflex a.whatwedo:visited,
#blog #miniflex a.blog:link, #blog #miniflex a.blog:visited,
#about #miniflex a.about:link, #about #miniflex a.about:visited,
#contact #miniflex a.contact:link, #contact #miniflex a.contact:visited,
#news #miniflex a.news:link, #news #miniflex a.news:visited
{
	border-bottom: 5px solid #fff;
	padding-bottom: 3px;
	color: #333;
}

#miniflex {
	font-size: 107%;
	margin: 0;
	padding: 0;
	}

#miniflex li {
	float: left;
	margin: 0; 
	padding: 0;
	display: inline;
	list-style: none;
	}
	
#miniflex a:link, #miniflex a:visited {
	float: left;
	font-size: 85%;
	line-height: 20px;
	font-weight: 700;
	margin: 0 15px 0 15px;
	text-decoration: none;
	color: #868f60;
	border-bottom: 2px solid #f0f3ea;
	padding: 0 0.1em 4px 0.1em;
}

#miniflex a.active:link, #miniflex a.active:visited, #miniflex a:hover {
	border-bottom: 5px solid #fff;
	padding-bottom: 3px;
	color: #333;
	}




/********************************
			Yui Body 
********************************/
.yui-g {
	padding-right: 2em;
}

.yui-b h5.navigation {
	text-align: right;
	border-bottom: 1px solid #CFD6D0;
	font-size: 136%;
	margin-bottom:0.735em;
}
iframe{
	margin:1.5em 0;
}
#bd {
	min-height: 200px;
	background-color: #fff;
	padding: 3em 50px;
}
#bd h1, #bd h2, #bd h3, #bd h4, #bd h5, #bd h6 {
	font-size: 122%;
	color:#728c40;
	padding: 0.5em 0 0 0;	
	margin-top: 1.5em;
}
#bd h1 a, #bd h2 a, #bd h3 a, #bd h4 a, #bd h5 a, #bd h6 a {
	color: #728c40; 
	border-bottom: 0;
}
#bd h1 , #bd p.tagsentence, #bd p.tagline {
	font-size: 167%;
	color: #728c40; 
	text-indent: 0;
	line-height: 1.5;
}
#bd p.tagline {
	font-size: 182%;
}
#bd h2 {
	font-size: 136%;
}
#bd h3{
	font-size: 136%;
}
#bd img.right, .right {
	float:right;
	/* border:1px solid #eeeeee; */
	margin-left:1em;
	margin-bottom:0.5em;
}

#bd p.largetext {
	margin-top: 2em;
	font-size: 107%;
	margin-bottom: 2em;
	text-indent: 0;
}
#bd p {
	font-size: 107%;
	line-height: 1.5;
	color: #333333	;
	text-indent: 0;
	margin: 0.66em 0 0.66em 0;
}
#bd p .title{
	font-weight: bolder;
}
#bd p .staffname{
	font-weight: bolder;
}

div.vn-slideshare{
	display:inline;
}

.yui-g ul{ 
        font-size: 107%;
	color: #333333	;
        list-style-type: disc;
        list-style-position: inside;
	padding-left: 1em;
	margin: 1em 0 1em 0;
}

form.google-cse {
    text-align:right;
}

div.vevent {
	font-size: 107%;
	margin-top: 1em;
}
div.vevent abbr {
	border:0;
}
div.vevent span.summary, div.vevent span.location {
/*	margin: 1em 0 1em 0;*/
/*	float: left;*/
/*	clear: both;*/
}
div.vevent a{
	border-bottom: 0px; 
}
div.vevent a:hover {
	border-bottom: 0px; 
}

ul.sidenav {
	list-style-position: inside;
	margin-bottom: 3em;
	margin-top: 0.5em;
	font-size: 107%;
        list-style-type: none;
}
ul.sidenav li{
	margin-top: 1em;
	background-image: url("http://images.pipra.org/backgrounds/rightarrow.png");
	background-repeat: no-repeat;
	background-position: center right;
}
ul.subsidenav {
	margin-bottom: 0;
}
ul.subsidenav li{
	padding-left: 1em;
	margin: 0;
	font-size: 85%;
	background-image: url("http://images.pipra.org/backgrounds/rightarrow2.png");
	background-position: 95% 50%;
}

ul.members {
	list-style-position: inside;
	margin-bottom: 3em;
	margin-top: 0.5em;
	font-size: 100%;
	padding-left: 1em;
}
ul.members li{
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	line-height: 150%;
}
ul.members li.even{
	background-color: #F5F5F5;
}
ul.members li.odd{
}

p.listtitle {
	font-size: 136%;
	color:#728c40;
}

span.firstword {
	font-size: 90%;
	position: relative;
	top: -0.5em;
	padding-right: 0.2em;
}

img.register {
	float: right;
	padding: 2em 0em 1em 2em;
}


/********************************
			Yui Header            
********************************/

#ft {
	height: 150px;
	background: url("http://images.pipra.org/backgrounds/footergradient2.png") repeat-x;
	padding: 1em 10px;
	color: #839a55;
	text-align: right;
}

#ft a{
	color: #839a55;
	border-bottom: 0px; 
}
#ft a:hover {
	color: #505e34;
	border-bottom: 1px solid #505e34; 
}
