*
Theme Name: Advocacy Avenue
Theme URI: http://www.advocacyavenue.com/
Description: Amplify Public Affairs's blog, Advocacy Avenue
Version: 1.0
Author: Jamie Newell, Jennifer Berk, Julie Minevich
Author URI: http://www.amplifypublicaffairs.net
Tags: fixed width, two columns, widgets
*/



/* Begin Typography & Colors */

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

h3 {
	font-size: 1.1em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	}


h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}
h2 a:hover, h3 a:hover {
	text-decoration: underline;
}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 0.9em;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a:hover {
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */

.post {
	margin: 0 0 40px;
	}

.post hr {
	display: block;
	}

.postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}
/* End Structure */



/*	Begin Headers */
h1 {
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 10px 0 2px;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* 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

.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: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;
	}

.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 Sidebar */
#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* 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 */


/************************************/
/* BEGIN STYLES FROM AMPLIFY DESIGN */
/************************************/

#wrapper {
	margin:0 auto;
	width:881px;
	text-align:left;	
}


#header {
	border-bottom:1px solid #fff;
	height:113px;
}
#logo {
	width:240px;
	text-align:center;
	padding-top:15px;
	float:left;
}

#nav{
	float:right;
	height:42px;
	width:640px;
	padding-top:71px;
	background-image: url(http://www.amplifypublicaffairs.net/images/nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


#nav ul{
	float:right;
    list-style:none;
	margin:0;
	padding-right:15px;
    }
#nav li{
    display:block;
	float:left;
    margin:0 0 0 17px;
    }
#nav a{
    display:block;
    height:23px;
    }
#about_nav{
	background-image: url(http://www.amplifypublicaffairs.net/images/about.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 51px;
}
#services_nav{
	background-image: url(http://www.amplifypublicaffairs.net/images/services.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 61px;
}
#institute_nav{
	background-image: url(http://www.amplifypublicaffairs.net/images/institute.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 63px;
}
#clients_nav{
	background-image: url(http://www.amplifypublicaffairs.net/images/clients.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 56px;
}
#snapshots_nav{
	background-image: url(http://www.amplifypublicaffairs.net/images/snapshots.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 131px;
}
#contact_nav{
	background-image: url(http://www.amplifypublicaffairs.net/images/contact.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 68px;
}	

#about_nav span,#services_nav span,#institute_nav span,#clients_nav span,#snapshots_nav span,#contact_nav span{
	display:none;
}
#about_nav:hover,#services_nav:hover,#institute_nav:hover,#clients_nav:hover,#snapshots_nav:hover,#contact_nav:hover{
	background-position: center -23px;
}

#sidebar{
	color:#eee;
	float:left;
	width:204px;
	background-image: url(http://www.amplifypublicaffairs.net/images/sidebar_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size:11px;
	min-height:324px;
	height: auto !important;
	height:324px;
	padding: 18px 18px;
}

#sidebar a{
	color:#666; text-decoration:none;

}

#sidebar ul #pages_navigation a{
	background-image: url(http://www.amplifypublicaffairs.net/images/arrow.gif);
	background-repeat:no-repeat;
	background-position: left 5px;
	padding-left:18px;
	display:block;
	font-weight: bold;
}

#sidebar ul {
        padding:0;
	margin:0;
	list-style:none;
}
#sidebar li {
	margin:0;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding:2px 0;
}
#sidebar #pages_navigation li {
	margin:0;
	padding:9px 0 11px 0;
	background-image: url(http://www.amplifypublicaffairs.net/images/sidebar_seps.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.box{
padding-bottom:20px;
margin-bottom:20px;
background-image:url(http://www.amplifypublicaffairs.net/images/sidebar_seps.png);
background-repeat:no-repeat;
background-position:center bottom;
}
#all-content {
	clear:both;
	border-bottom:1px solid #fff;
	background-image: url(http://www.amplifypublicaffairs.net/images/faux_column.png);
background-color:#fff;
	background-repeat: repeat-y;
	background-position: left top;
}
#main{
	float:right;
	background-color:#fff;
	color: #333;
	width:568px;
	padding: 18px 36px;
}

#footer {
	font-size:10px;
	padding:5px;
	background-color:#c1c1b7;
	clear:both;
	text-align:right;
	color:#666;
}

#footer a{
	color:#666; text-decoration:none;
}

#address{
float:left;
}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
* html .clearfix {height: 1%;}
.clearfix {display:block;}
/* End hide from IE Mac */



h1{	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color:#a8a31c;  }





/* portal css */


/* theme css */
/*@import url(/.shared/themes/shea/theme-forestgreen.css);*/







/* user css */


/* other css */

/* $Id: base-weblog.css 14505 2005-07-11 21:50:27Z ydnar $ */

/* basic elements */

html
{
	margin: 0;
	/* setting border: 0 hoses ie6 win window inner well border */
	padding: 0;
}

body
{
	margin: 0;
	/* setting border: 0 hoses ie5 win window inner well border */
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.6;
	background-color: #e4edf3;
	background-image: url(http://www.amplifypublicaffairs.net/images/bg.png);
	background-repeat: repeat-x;
	background-position: left top;
}

form { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }

h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
{
	margin-top: 10px;
	margin-bottom: 10px;
}


/* standard helper classes */

.clr
{
	clear: both;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: 0 -1px -1px 0;
	border: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after
{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */


#alpha, #beta, #gamma, #delta
{
	display: inline; /* ie win bugfix */
	position: relative;
	float: left;
	min-height: 1px;
}

#delta { float: right; }

#alpha-inner, #beta-inner, #gamma-inner, #delta-inner
{
	position: static;
}


/* banner user/photo */

.banner-user
{
	float: left;
	overflow: hidden;
	width: 64px;
	margin: 0 15px 0 0;
	border: 0;
	padding: 0;
	text-align: center;
}

.banner-user-photo
{
	display: block;
	margin: 0 0 2px 0;
	border: 0;
	padding: 0;
	background-position: center center;
	background-repeat: no-repeat;
	text-decoration: none !important;
}

.banner-user-photo img
{
	width: 64px;
	height: auto;
	margin: 0;
	border: 0;
	padding: 0;
}


/* content */

.content-nav
{
	margin: 10px;
	text-align: center;
}

.date-header,
.entry-content
{
	position: static;
	clear: both;
}

.entry,
.trackbacks,
.comments,
.archive
{
	position: static;
	clear: both;
	width: 100%;
	margin-bottom: 20px;
}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed
{
	clear: both;
	margin: 5px 0;
}

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more
{
	clear: both;
}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content
{
	clear: both;
	margin: 5px 0 20px 0;
}

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text
{
	width: 240px;
}

#comment-bake-cookie
{
	margin-left: 0;
	vertical-align: middle;
}

#comment-post
{
	font-weight: bold;
}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description,
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* font-size: 10pt; */
	font-weight: bold;
	color: #8b0000;  /* #a8a31c */
}
h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	font-size: 12pt;
}
.description {
	text-align: center;
	margin-bottom: 20px;
	font-weight: bold;
}
#sidebar h2, #sidebar h2 a {
	font-size:11px;
	font-weight:bold;
	color:#8b0000;  /* #bf75c9 */
}