@charset 'utf-8';
@import url(reset.css);
@import url(lightbox.css);

/* ----------------------------------------------------- Page layout */

body{
	background: #dadada;
}

#page{
	font-family: sans-serif;
	font-size: 1em;
}

#breadcrumbs{
	background: black;
	color: #dadada;
	font-size: 0.7em;
	padding: 0.7em 0.7em 0.7em 60px;
	border-bottom: 1px solid #717171;
}

#header{
	height: 131px;
	background: #383838 url('/wp-content/themes/ppv2/images/headerbackground.gif') no-repeat top left;
	border-bottom: 1px solid white;
}

#footer{
	float: left;
	clear: both;
	width:100%;
	height: 20em;
	background: #dadada;
	font-size: 0.7em;
	/* padding: 3em 0 0 0; */
	border-top: 5px solid #fff;	
}

#footer-innerframe{
	padding: 3em 0 0 0;
}

#upper-content{
	clear: both; 
	display: block;
	float: left;
	width: 100%;
	background: white;
	padding: 0 0 2em 0;
}

#lower-content{
	clear: both; 
	display: block;
	float: left;
	width: 100%;
	background: #eee;
	padding: 0 0 2em 0;
	border-bottom: 1px solid #cccccc;
}



/* ----------------------------------------------------- Classes */

.white{
	background: #fff;
	color: #6c6969;
}

div.video{
	margin:  0 0 2em 0;
}

br.clear{
	clear: both;
}

.box{
	font-size: 0.75em;
	padding: 1em 1em 1em 1em;
	margin: 0 1em 1em 0;
	width: 35em;
	color: white;
}

.frontpage .widebox{
	width: 45em;
	margin: 0 1.3em 1em 0;	
}

.grey{
	background: #b5b5b5;
}

.lightgrey{
	background: #eee;
	color: #b6b5b5;
	padding: 1em;
	width: 25em;
}

.innerbox{
	background: white;
	border: 1px solid #ddd;
}

.right{
	width: 25em;
}

.row{
	padding: 1em;
	border-bottom: 1px solid #eee;
}

.border{
	border-bottom: 1px solid #ccc;
}

.noborder{
	border-bottom: 0px;
}

.content-innerframe{
	padding: 2em 0 0 60px;
}

.subpage{
	padding: 2em 0 0 50px;
}

.subpage .leftpane .wide{
	width: 55em;	
}

.row:hover{
	background: #fcfcfc;
	border-bottom: 1px solid #ccc;
}

div.row-right h3.orange, .box .row p.orange{
	color: #fa9d1e;
}

div.row-right p{
	margin: 0 0 1em 0;
}

.largerfont{
	font-size: 0.95em;
}

div.event{
	display: block;
	clear: both;
	padding: 0 0 2em 0;
}

.rightpane{
	float: left;
}

.leftpane{
	float: left;
}




/* ----------------------------------------------------- Links */

a{
	color: #900;
}

a, a:link {
	color: #000;
}   

#lower-content div.box a.morelink {
	display: block;
	margin: 0 0 1.5em 0;
}            

#breadcrumbs a{
	color: #dadada;
}

.innerbox h3 a{
	text-decoration: none;
	font-weight: normal;
}

.grey a{
	color: white;
}

p.totop a{
	color: black;
	text-decoration: none;
}

p.totop a:hover{
	color: black;
	text-decoration: underline;
}


.white h3 a, .white h3 a:link{
	color: black;
}


/* ----------------------------------------------------- Headings */


h1.logo a{
	color: transparent;
}


h1.logo{
	color: transparent;
	display: none;
}

h4{
	color: #900;
	font-size: 1.1em;
	line-height: 130%;
	margin: 0 0 1em 0;
}

.box h2.largerheader{
	font-size:2.4em;
	margin-bottom:0.5em;
}

.box h2.sub{
	font-size: 1.4em;
	line-height: 120%;
}

.box h2{
	margin: 0 0 1em 0;
	font-size: 1.8em;
	line-height: 130%;
}

.box h3{
	margin: 0 0 1em 0;
	font-weight: normal;
	font-size: 1.1em;
	line-height: 120%;
}

.white h2{
	color: #a9001b;
	font-size: 1.5em;
}

.white h3{
	color: black;
	font-size: 1.2em;
}

.innerbox h3{
}

/* ----------------------------------------------------- Paragraphs */

p{
	line-height: 130%;
}

p.bc{
	font-size: 0.75em;
	padding: 0 0 1em 1em;
}

p.totop{
	font-size: 0.75em;
}

.box .row p{
	margin: 0 0 0.5em 0;
	padding: 0 0 0 0;
	color: #666;
}

div.row-left{
	float: left;
}

div.row-right{
	float: left;
	clear: none;
}

div.event div.row-right{
	float: left;
	width: normal;
}

div.event br.clear{
	clear: none;
}

div.event img{
	float: left;
	margin-right: 1em;
}

div.row-right h3{
	float: none;
	display: block;
	color: #666;
}

div.row-right h3 a{
	color: #666;
}

.grey p{
	font-size: 1.1em;
}

.box p{
	margin: 0 0 1em 0;
}

.frontpage p{
	font-size: 1em;
}

.white p{
	margin: 0 0 2em 0;
	color: #6c6969;
	line-height: 130%;
}



/* ----------------------------------------------------- Images */

div.ngg-galleryoverview{
	margin: 0 0 2em 0;
}

div.ngg-gallery-thumbnail img {
background-color:#FFFFFF;
border:1px solid #A9A9A9;
display:block;
margin:4px 0px 4px 0px;
padding:5px;
position:relative;
}

img.alignright{
	float: right;
	padding:  5px;
	border:  1px solid #c9c9c9;
}

img.alignright:hover, img.alignleft:hover{
	background:  #eee;
}

img.alignleft{
	float: left;
	padding:  5px;
	border:  1px solid #c9c9c9;
}


.box img{
	/*float: right;*/
	margin: 0 1em 1em 1em;
}

div.gallery{
	margin: 0 0 1em 0;
}

div.gallery img{
	float: none;
	border: 1px solid #c9c9c9;
	padding: 0 0 0 0;
	margin: 0 0.4em 0 0;
}

.events img{
	border: 1px solid #c9c9c9;
	padding: 5px;
	float: right;
	margin: 0 0 0 0;
}

.innerbox div.row img{
	clear: left;
	display: block;
	float: left;
	margin: 0 1em 1em 0;
	padding: 5px;
	border: 1px solid #c9c9c9;
}


/* ----------------------------------------------------- Navigation */


#navigation{
	font-size: .75em;	
}

#navigation ul{
	display: block;
	background: #e9e9e9;
}

#navigation ul li{
	display: inline;
	float: left;
	/*background: #e9e9e9;*/
	/*padding: 1em 2em 1em 1em;	*/
}

#navigation ul li.first{
	/*padding: 1em 2em 1em 0em;	*/
}

#navigation ul li a{
	color: #7e7e7e;
	text-decoration: none;
	font-size:1em;
	padding: 1em;	
	display: block;
	float: left;
}

#navigation ul li.current_page_item a,
#navigation ul li.current_page_ancestor a{
	color: #232323;
	text-decoration: none;
}

#navigation a:hover{
	color: black;
}

#navigation ul li.current_page_item,
#navigation ul li.current_page_ancestor{

}

#navigation ul li.current_page_item a,
#navigation ul li.current_page_ancestor a{
	padding: 1em 1em 0.8em 1em;	
	border-bottom: 5px solid #fff;
}

#navigation ul{
	margin: 0 0 0 60px;	
}

div.footer-links ul{
	margin: 0 0 1em 0;
}

div.footer-links a{
	color: #900;
	text-decoration: none;
}

div.footer-links a:hover, div.footer-nav a:hover{
	text-decoration: underline;
}


div.footer-nav ul li,
div.footer-links ul li{
	display: block;
	padding: 0 0 0.3em 0;
}

div.footer-nav{
	width: 52em;
	float: left;
	padding: 0 0 0 60px;
}

div.footer-nav ul li a,
div.footer-links ul li a{
	color: #373737;
	text-decoration: none;
}

div.footer-nav ul li.current_page_item a,
div.footer-links ul li.current_page_item a,
div.footer-nav ul li.current_page_ancestor a{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

ul.subnav li a,
ul.subnav li a:link{
	color: #666;
	text-decoration: none;
	line-height:130%;
	font-size: 1.2em;
}

ul.subnav li.current_page_item a,
ul.subnav li.current_page_item a:link{
	color: #000;
}


/* ----------------------------------------------------- Lists */

.box ul li{
	line-height: 130%;
	list-style: square;
	color: black;
}

.box ul{
	margin: 0 0 1em 1.2em;
}

.right ul li{
	line-height: normal;
	list-style: none;
	color: #666;
}

.right ul{
	margin: 0 0 0 0;
}

ul ul{
	font-size: 0.75em;
}

/* ----------------------------------------------------- Inline text elements */

em{
	font-style: italic;
}

strong{color:#000;font-weight:bold;}

strong.pp{
	color: #900;
	font-weight: normal;
	text-transform: uppercase;
}

strong.pp span{
	color: white;
}

strong.ppi{
	color: #900;
	font-weight: normal;
	text-transform: uppercase;
}

strong.ppi span{
	color: black;
}

span.grey-font{
	color: #666;
	font-weight: normal;
}

a.teasericon{
	display: block;
	float: left;
}

div.inline-text{
	float: right;
	width: 180px;
}

img.borderedimage{
	padding: 5px;
	border: 1px solid #ccc;
}