/*
Theme Name: score
Theme URI: http://www.johncoppa.com/
Description: A custom theme developed for the Portland SCORE Website.
Version: 1.0
Author: John Coppa
Author URI: http://www.johncoppa.com
Tags: blue, fixed width, two columns, widgets

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, ul, li, ol, img {
	margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;
}

body {
	margin: 0 0 20px 0;
	font-family: Arial, Helvetica, sans-serif;
	background: #ffffff url('images/page-bg.gif') repeat;
	color: #43464c;
	text-align: center;
}

ol, ul {
	list-style: none;
}


#page {
	background-color: white;
	text-align: left;
	position: relative;
	background-color: white;
	width: 960px;
	margin: 20px auto;
	border: 1px solid #aab1bb;
	font-size: 12px;
	line-height: 1.4em;
}

a {
	color: #5081b3;
}

a:hover {
	color: #354256;
}

#header {
	position: relative;
	background-color: #5081b3;
	height: 150px;
	width: 960px;
}

#headerimg {
	position: absolute;
	top: 29px;
	left:29px;
}

#header-quote {
	position: absolute;
	top: 45px;
	left: 390px;
	color: #43474d;
	z-index: 2;
}

#header-quote-bg {
	position: absolute;
	top: 35px;
	left: 360px;
	z-index: 1;
}

#right-header-image {
	position: absolute;
	right: 0;
	width: 238px;
	height: 119px;
	overflow: hidden;
	z-index: 1;
}

#right-header-image img {
	width: 238px;
	height: 119px;
}

#right-header-gradient {
	position: absolute;
	height: 118px;
	left: 722px;
	top: 0;
	z-index: 4;
	overflow: hidden;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 960px;
	height: 32px;
	background: #43464c;
	clear: both;
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
}


.content-column {
	float: right;
	margin-right: 15px;
	width: 700px;
}

.narrow-content-column {
	float: right;
	margin-right: 30px;
	width: 670px;
}

.wide-content-column {
	width: 940px;
	padding: 0 20px 0 20px;
}

#content-container {
	position: relative;
}

.post {
	margin: 0 0 20px;
}

.post hr {
	display: block;
}

.clear {
	clear: both;
}

.toggle-handle {
	cursor: pointer;
}

.a-a-title {
	color: #5081b3;
	font-size: 14px;
	line-height: 20px;
}

/* page nav */

#header-nav-container {
	position: absolute;
	bottom: 0;
	height: 32px;
	width: 960px;
	background: #43464c;
	z-index: 3;
}

#nav {
	position: absolute;
	padding: 0;
	right: 0;
	list-style: none;
}

#nav li {
	position: relative;
	display: block;
	float: left;
	padding-right: 20px;
	line-height: 32px;
}

#nav li a {
	color: #ffffff;	
	text-decoration: none;
}

#nav li a:hover {
	color: #bed1e6;
	text-decoration: underline;
}

#nav ul {
    position: absolute;
    padding: 0 0 5px 0;
	list-style-type: none;
	z-index: 4;
    white-space: nowrap;
    top: 32px;
    left: 0px;
    background: #43464c;
    display: none;
}

#nav ul li {
	display: block;
	float: none;
	padding: 0px 15px 0 15px;
	height: 20px;
	line-height: 20px;
}

.pagenav {
	position: absolute;
	bottom: 0;
	height: 32px;
	width: 960px;
	background: #43464c;
	z-index: 3;
}

#nav li.current_page_item > a {
	color: #bed1e6;
	text-decoration: underline;
}

#nav li.current_page_parent > a {
	color: #bed1e6;
	text-decoration: underline;
}

/*
.pagenav ul {
	position: absolute;
	padding: 0;
	right: 0;
	list-style: none;
}

.pagenav ul li {
	display: block;
	float: left;
	padding-right: 20px;
	line-height: 32px;
}

.pagenav a {
	color: #ffffff;	
	text-decoration: none;
}

.pagenav a:hover {
	color: #bed1e6;
}
*/
/* footer nav */
.footernav {
	position: relative;
	height: 32px;
}

.footernav ul {
	padding: 0;
	width: 100%;
	list-style: none;
	margin: 0 auto;
	text-align: center;
}

.footernav ul li {
	display: inline;
	padding-right: 20px;
	line-height: 32px;
}

.footernav ul li:last-child {
	padding-right: 0;
}

.footernav a {
	color: #bed1e6;
	text-decoration: none;
}

.footernav a:hover {
	color: #ffffff;
}

/* Homepage Styles */

#home-header {
	position: relative;
	height: 32px;
	width: 960px;
	background: #43464c;
}

#home-image-container {
	position: relative;
	height: 350px;
}

#home-column-container {
	background: transparent url('images/3-col-bg.gif') repeat-y;
}

.home-column {
	position: relative;
	float: left;
	width: 320px;
}

.home-column p {
	padding: 15px;
	text-align: justify;
}

.home-column-header {
	position: relative;
	width: 100%;
	height: 65px;
}

.home-column-header a {
	color: #ffffff;
	font-size: 16px;
	position: absolute;
	bottom: 10px;
	left: 15px;
	text-decoration: none;
}

.home-column-header a:hover {
	color: #d3e0f0;
}

#home-column-header-1 {
	background-color: #354256;
}

#home-column-header-2 {
	background-color: #446488;
}

#home-column-header-3 {
	background-color: #5081b3;
	width: 320px;
}

/* Begin Sidebar */
#sidebar {
	padding-left: 15px;
	width: 215px;
}

#sidebar .widget {
	/* border: 1px dotted #333333; */
}

#sidebar .widget ul {
	border: 1px dotted #48577d;
	border-top: none;
	margin: 0;
	padding: 5px 0 8px 0;
	background-color: #d3e0f0;
}

#sidebar .widget ul li {
	padding: 0 0 0 10px;
	margin: 0;
	line-height: 20px;
}

.widget a {
	text-decoration: none;
	color: #354256;
}

.widget a:hover {
	color: #5081b3;
}

#sidebar #recent-posts-3 li {
	margin: 0 10px 0 20px;
	padding: 5px 0 5px 0;
	list-style: disc;
	line-height: 16px;
}

#sidebar #recent-posts li {
	margin: 0 10px 0 20px;
	padding: 5px 0 5px 0;
	list-style: disc;
	line-height: 16px;
}

/* End Sidebar */

/*	Begin Headers */
h1 {
	padding-top: 0;
	margin: 0;
	color: #43474d;
	font-size: 28px;
	line-height: 34px;
	}

h2 {
	margin: 0;
	padding: 0;
	color: #5081b3;
	font-size: 22px;
	line-height: 26px;
	}

h2.pagetitle {
	margin: 15px 0 15px 0;
	padding: 0;
	color: #43474d;
	font-size: 22px;
}

#sidebar h2 {
	margin: 0;
	padding: 0 0 0 10px;
	background: #43464c;
	/*width: 210px;*/
	line-height: 25px;
	color: #ffffff;
	font-size: 15px;
	}

h3 {
	padding: 0;
	margin: 0;
	font-size: 18px;
	color: #43474d;
	line-height: 20px;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
	
h4 {
	padding: 0;
	margin: 0;
	color: #5081b3;
	font-size: 18px;
	line-height: 20px;
}

h5 {
	padding: 0;
	margin: 0;
}

h6 {
	color: #5081b3;
	padding: 0;
	margin: 0;
}
/* End Headers */



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

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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 {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 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;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



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

#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:left; */
	}

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;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: 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;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



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

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

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

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



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

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

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

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */















