/*
Theme Name: Pathways Through Participation Website
Theme URI: http://www.iandrysdale.com
Description: A blank canvas WordPress theme for developers based on the 960 CSS framework.
Version: 1
Author: Ian Drysdale with modifications by Steph Gray
Author URI: http://www.iandrysdale.com
*/

/* for ease of updating into the future we use separate style sheets for colours and typography */

@import url(colours.css);
@import url(typography.css);

/* Begin Structure */

body {
		width: 100%;
		margin: 0;
		padding: 0;
		position: relative;
		}

#page {
		position: relative;
		margin: 0;
		padding: 0;
		width: 100%;
		}

#header {
		height: 241px;
		width: 960px;
		margin: 0 auto;
		background: url(images/walking_feet.gif) no-repeat top right;
}
		
#headerimg h2 a {
		background: url(images/ptp_logo.gif) no-repeat top left;
		display: block;
		height: 147px;
		width: 302px;
		text-indent: -9999px;
}

p.description {
		color: red;
		width: 619px;
		height: 28px;
		text-indent: -9999px;
		background: url(images/strapline.gif) no-repeat top left;
}

span.announcement {
		font-size: 1.22em;
		line-height: 1.22em;
}

#navigation {
		padding-left: 10px;
		height: 58px;
		list-style: none;
}

#navigation li {
	display: inline;
}

#navigation li a {
		float: left;
		width: 170px;
		padding-left: 5px;
		padding-right: 10px;
		margin-right: 5px;
		background: #ccc;
		padding-top: 5px;
		padding-bottom: 5px;
		display: inline;
}

#navigation li.current_page_item a, #navigation li.current_page_ancestor a {
		padding-bottom: 12px;
}

#navigation li.page-item-171 a {
		padding-bottom: 5px;		
}
		
/* This hides the 'skip to' links and maintains accessibility */
		
#skip {
		position: absolute;
		top: -500px;
		width: 1px;
		height: 1px;
		overflow: hidden;
		}

#content {
		margin-top: 20px;
		}

#sidebar
{
		text-align: left;
		margin-top: -9px;
		padding-bottom: 25px;
	}
		
#footersidebar p.partner_logo {
		float: left;
		margin-right: 30px;
}

#footer {
		margin: 40px 0 0 0;
		padding: 60px 0;
		}	

.post {
		margin: 0 0 40px;
		}

.postmetadata {
		margin: 30px 0;
		}

.smallattachment {
		float: left;
		width: 128px;
		margin: 5px 5px 5px 0px;
		}

.attachment {
		margin: 5px 0px;
		}

.postmetadata {
		clear: both;
		}

/* End Structure */

/* Begin Images */
p img {
		padding: 0;
		max-width: 100%;
		}

img.centered {
		display: block;
		margin-left: auto;
		margin-right: auto;
		}

img.alignright {
		padding: 4px;
		margin: 0 0 2px 7px;
		display: inline;
		}

img.alignleft {
		padding: 4px;
		margin: 0 7px 2px 0;
		display: inline;
		}

.alignright {
		float: right;
		}

.alignleft {
		float: left
		}
/* End Images */

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
		list-style: disc;
		margin-left: 10px;
		}

html>body .entry li {
		margin: 0px 0 8px 10px;
		}

.entry ol {
		padding: 0 0 0 35px;
		margin: 0;
		}

.entry ol li {
		margin: 0;
		padding: 0;
		}

.postmetadata ul, .postmetadata li {
		display: inline;
		list-style-type: none;
		list-style-image: none;
		}

.rss-logo {
	vertical-align: middle;
	padding-right: 5px;
	margin-bottom: 5px;
}

a.pdf-logo {
	background: url(images/page_white_pdf.png) 4px 1px no-repeat;
	width: 200px;
	display: block;
	padding-left: 25px;
}

/* End Entry Lists */

ul#home-page-logos {
	position: relative;
	height: 100px;
}

ul#home-page-logos li {
	position: absolute;
}

ul#home-page-logos li#ncvo {
	left: 160px;
	top: 30px;
}

ul#home-page-logos li#involve {
	left: 320px;
	top: 50px;
}

ul#home-page-logos li#ifvr {
	left: 480px;
	top: 30px;
}

/* Begin Form Elements */
#searchform {
		margin: 10px auto;
		padding: 5px 3px;
		text-align: left;
		}

#sidebar #searchform #s {
		width: 108px;
		padding: 2px;
		}

#sidebar #searchsubmit {
		padding: 1px;
		}

.entry form { /* This is mainly for password protected posts, makes them look better. */
		text-align:center;
		}

select {
		width: 130px;
		}

#commentform input {
		width: 170px;
		padding: 2px;
		margin: 5px 5px 1px 0;
		}

#commentform {
		margin: 5px 10px 0 0;
		}

#commentform textarea {
		width: 100%;
		padding: 2px;
		}

#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
		}

#commentform #submit {
		margin: 0 0 5px auto;
		float: right;
		}

/* End Form Elements */

/* Begin Comments*/

.alt {
		margin: 0;
		padding: 10px;
		}

.commentlist {
		padding: 0;
		text-align: justify;
		margin-bottom: 30px;
		}

.commentlist li {
		margin: 15px 0 10px;
		padding: 15px 5px 10px 10px;
		list-style: none;
		}

.commentlist li .avatar { 
		display: none;
		}

.commentlist li ul li { 
		margin-right: -5px;
		margin-left: 10px;
		}

.commentlist p {
		margin: 10px 5px 10px 0;
		}

.children {
		padding: 0;
		}

#commentform p {
		margin: 5px 0;
		}

.nocomments {
		text-align: center;
		margin: 0;
		padding: 0;
		}

.commentmetadata {
		margin: 0;
		display: block;
		}

/* End Comments */

/* Begin Calendar */
#wp-calendar {
		empty-cells: show;
		margin: 10px auto 0;
		width: 155px;
		}

#wp-calendar #next a {
		padding-right: 10px;
		text-align: right;
		}

#wp-calendar #prev a {
		padding-left: 10px;
		text-align: left;
		}

#wp-calendar a {
		display: block;
		}

#wp-calendar caption {
		text-align: center;
		width: 100%;
		}

#wp-calendar td {
		padding: 3px 0;
		text-align: center;
		}

/* End Calendar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
		cursor: help;
		}

blockquote {
		margin: 15px 30px 0 10px;
		padding-left: 20px;
		}

blockquote cite {
		margin: 5px 0 0;
		display: block;
		}

.center {
		text-align: center;
		}

.hidden {
		display: none;
		}

hr {
		display: none;
		}

.navigationTop {
		display: block;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 30px;
		}

.navigationBottom {
		display: block;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 10px;
		}

/* End Various Tags & Classes*/

/* Captions */
.aligncenter,
div.aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto;
		}

.wp-caption {
		text-align: center;
		padding-top: 4px;
		margin: 10px;
		}

.wp-caption img {
		margin: 0;
		padding: 0;
		}

.wp-caption p.wp-caption-text {
		padding: 0 4px 5px;
		margin: 0;
		}
/* End captions */

.cf-sb {
margin-top: -18px;
margin-bottom: -18px;
}

div.entry ul.split li {
  width: 230px;
  float: left;
}

div.entry ul.split {
  margin-bottom: 1em;
}

.pdfdocument {
	background: url('images/pdf.gif') no-repeat;
	padding: 2px 0 4px 24px;
}

.xlsdocument {
	background: url('images/xls.gif') no-repeat;
	padding: 2px 0 4px 24px;
}

.docdocument {
	background: url('images/doc.gif') no-repeat;
	padding: 2px 0 4px 24px;
}

.linklove {
	position: absolute;
	left: -9999em;
}

#newsswitcher {
	margin-bottom: 20px;
	padding: 0;
}

#newsswitcher li {
	float: left;
	display: block;
	color: white;
	text-align: left;
	width: 175px !important;
	height: 25px;
	background: #aaa;
	margin-right: 5px;
	padding-top: 5px;
}

#newsswitcher li.activeswitcher {
	background: #4BBB2C;
}

#newsswitcher li a {
	color: white;
	padding: 5px !important;
}

/* Slideshow styles */

div.tmpSlide {
	display: none;
	background: white;
}

div.tmpSlide img {
}

div#tmpSlideshow {
	overflow: hidden;
}

div#tmpSlideshowControls {
}

div.tmpSlideshowControl {
}

div.tmpSlideshowControlOn {
}

div.tmpSlideshowControlActive {
}

div.carousel-text {
	background: #aaa;
	padding: 10px;
}

div.carousel-text h2 {
	color: white !important;
	margin-bottom: 0.1em;
}

div.carousel-text p {
	color: white !important;
	margin: 5px 0;
	padding: 0;
}

div.carousel-text a:link, div.carousel-text a:visited {
	color: white !important;
	text-decoration: underline !important;
}

.tmpSlideImg {
	width: 100% !important;
	height: 150px !important;
	overflow: hidden;
	margin-bottom: 10px;
}