/*  
Theme Name: Puget Sound Advocates for Retirement Action
Description: A custom WordPress theme for http://www.psara.org 
Version: 1.0
Author: Reed Wacker
Author URI: http://www.reedwacker.com/
*/

/* CSS Document */

/* RESETS */
* {
	margin: 0; 
	padding: 0; 
	}

a img, img {
	border: none;
	}

a:link, a:visited {
	color: #870827;
	}
			
a:hover, a:focus {
	text-decoration: underline;	
	}		
	
/* GENERAL TEXT STYLES */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 24px;
	color: #333;
	letter-spacing: .2px;
	text-align: center; /* IE HACK */
	background-color:#fff;
	}

p {
	margin-bottom: 10px;
	}	

	
h1 span {
	display: none;
	}
	
h2 {
	color: #000;
	font-size: 26px;
	font-weight: 500;
	line-height: 32px;
	}	
	
h3	{
	clear: both;
	color: #333;
	font-size: 22px;
	line-height: 30px;
	font-weight: 400;
	margin-top: 20px;
	margin-bottom: 4px;
	}		

/* IMAGE STYLES */
.alignleft {
	float: left;
	margin: 8px 15px 0 0;
	}

.alignright {
	float: right;
	margin: 0 0 15px 15px;
	}
	
/* HEADER */
#header {
	width: 940px;
	margin: 0 auto;
	padding: 10px;
	overflow: hidden;
	background-image: url(images/psara-protest-signs-header-background.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	border-bottom: 1px solid #000;
	margin-bottom: 1px;
	}
	
	.logo {
		width: 180px;
		float: left;
		margin-right: 20px;
                margin-top: 10px;
		overflow: hidden;
		}
		
	.disclaimer {
		width: 200px;
		text-align: center;
		float: left;
		margin-left: 50px;
		margin-top: 110px;
		overflow: hidden;
		}	
		
	.contact {
		float: right;
		margin-top: 20px;
		text-align: left;
		padding: 10px;
		overflow: hidden;
		}
         
         .donate-to-education-fund {
		border: 2px solid #ef2323;
                color: #ef2323 !important;
                padding: 10px;
                text-align: center;
                }
           
           .donate-to-education-fund a { color: #ef2323 !important; font-weight: 700; text-decoration: none; }	
           .donate-to-education-fund a:hover { text-decoration: underline; }

	/* NAVIGATION */
	#nav {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		margin: 0 auto;
		width: 940px;
		padding: 10px;
		text-align: left;
		border-top: 4px solid #000;
		border-bottom: 1px solid #000;
		}
		
		#nav ul {
			padding:0;
			}
		
		#nav li {
			display: inline;
			text-transform: uppercase;
			list-style-type: none;
			color: #666;
			font-weight: 600;
			padding-left: 20px;
			margin-right: 18px;
			}
		
			#nav li a {
				color: #666;
				font-weight: 600;
				text-decoration: none;
				}
			
			#nav li a:hover, #nav li.current_page_item a, #nav li.current_page_parent a {
				color: #000;
				font-weight: 600;
				text-decoration: none;
                                border-bottom: 2px solid #000;
				}
			
			#nav li+li { border-left: 1px solid #000000 }
			
			
				
/* SITEWIDE LAYOUT */
#middle {
	width: 940px;
	text-align: left;
	margin: 0 auto;
	overflow: hidden;
	padding: 10px;
	clear: both;
	}
	
/* SIDEBAR */
	#primary {
		float: right;
		width: 300px;
		text-align: left;
		padding-bottom: 200px;
		margin-top: 65px;
		margin-bottom: 80px;
		}
		
#primary h3 {
    height: 50px;
    width: 298px;
    text-align: left;
    text-indent: 10px;
    color: #FFF;
    background-image: url(images/banner.png);
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    line-height: 42px;
    clear: both;
    padding-bottom: 3px;
    font-size: 21px;
    font-weight: 500;
    text-decoration: none;
    }
		
		#primary li {
			font-size: 14px;
			line-height: 150%;
			list-style: none;
			padding-left: 40px; 
			margin-bottom: 4px;
			}
		
			#primary li a {
				color: #333;
				text-decoration: none;
				}
			
			#primary li a:hover {
				color: #EE3124;
				text-decoration: underline;
				}

			#primary li.current_page_item a {
				color: #EE3124;
				text-decoration: underline;
				}		

		#primary p {
			font-size: 14px;
			margin-left: 5px;
			}
		
	/* SIDEBAR SECONDARY */
	#secondary {
		float: right;
		width: 300px;
		text-align: left;
		padding-bottom: 200px;
		margin-top: 65px;
		margin-bottom: 80px;
		}
		
#secondary h3 {
    height: 50px;
    width: 298px;
    text-align: left;
    text-indent: 10px;
    color: #FFF;
    background-image: url(images/banner.png);
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    line-height: 42px;
    clear: both;
    padding-bottom: 3px;
    font-size: 21px;
    font-weight: 500;
    text-decoration: none;
			}
		
		#secondary li {
			font-size: 14px;
			line-height: 150%;
			list-style: none;
			padding-left: 40px; 
			margin-bottom: 4px;
			}
		
			#secondary li a {
				color: #333;
				text-decoration: none;
				}
			
			#secondary li a:hover {
				color: #EE3124;
				text-decoration: underline;
				}

			#secondary li.current_page_item a {
				color: #EE3124;
				text-decoration: underline;
				}		
		
		#secondary p {
			font-size: 14px;
			margin-left: 5px;
			}
			 								
	/* CONTENT */
	#content {
		float: left;
		width: 580px;
		padding: 10px;
		}	
		
		#content a:link, #content a:visited {
			color: #3232F9;
                        text-decoration: none;
			}
			
		#content a:hover, #content a:focus {
			text-decoration: none;
			border-bottom: 1px dotted;	
			}	
			
		
		#content h2	{
			overflow: hidden;
			clear: both;
			color: #000;
			font-size: 26px;
			font-weight: 500;
			margin-bottom: 10px;
			}
			
			#content h2 a:link, #content h2 a:visited {
				margin-right: 3px;
				border-bottom: none;
				color: #000;
				text-decoration: none
				}
				
			#content h2 a:hover, #content h2 a:focus {
				margin-right: 3px;
				color: #333;
				text-decoration: underline;
				}
				
		#content h3	{
			clear: both;
			color: #000;
			font-size: 22px;
			line-height: 30px;
			font-weight: 400;
			margin-bottom: 4px;
			}
			
			#content h3 a:link, #content h3 a:visited {
				margin-right: 3px;
				text-decoration: none;
				color: #000;
				}
				
			#content h3 a:hover, #content h3 a:focus {
				margin-right: 3px;
				color: #000;
				text-decoration: underline;
				}
				
		#content h4	{
			clear: both;
			color:#EE3124;
			font-size: 18px;
			line-height: 140%;
			font-weight: 500;
			margin-bottom: 4px;
			margin-top: 15px;
			}
			
			#content h4 a:link, #content h4 a:visited {
				margin-right: 3px;
				text-decoration: none;
				color: #EE3124;
				}
				
			#content h4 a:hover, #content h4 a:focus {
				margin-right: 3px;
				color: #000;
				text-decoration: underline;
				}
			
		#content p {
				margin: 20px 0 30px 0;
				}
				
					
		#content p.border {
				padding-bottom: 20px;
				border-bottom: 2px solid #333;
				}
				
		.wp-caption-text  {
				text-align: left;
				color: #333;
				font-size: 12px;
				line-height: 16px;
				font-family: Arial, Helvetica, sans-serif;
				text-transform: uppercase;
				}
			
			#content p.wp-caption-text {
				margin-top: 10px;
				font-size: 10px;
				line-height: 16px;
				}			
					
		#content ul {
			margin: 20px 0 10px 10px;
			}
			
		#content ul li	{
			list-style: outside;
			margin-left: 1.25em;
			margin-bottom: 2px;
			}
					
		#content ol {
			margin: 0 0 10px 0;
			padding: 0 15px;
			}
			
		#content ol li	{
			margin: 0 0 2px 10px;
			}
			
			#content ol li a:link, #content ol li a:visited   {
				color: #000;
				text-decoration: underline;
				}
				
			#content ol li a:hover, #content ol li a:focus {
				color: #A41F2A;
				text-decoration: none;
				}	
		
		#content blockquote {
			padding: 25px 40px 15px;
			font-style: italic;
			color: #000;
			margin: 30px 0px;
			}
			
			#content blockquote h4 {
				color: #666;
				}
				
			#content .text-resize {
				float: right;
				}	
				
	/* STICKY NOTES */
	.column3 {
		width: 205px;
		font-size: 14px;
		text-align: center;
		float: left;
		margin-right: 30px;
		overflow: hidden;
		}
		
	.column1 {
		width: 205px;
		font-size: 14px;
		text-align: center;
		float: right;
		margin-left: 0;
		overflow: hidden;
		}
						
	.grey {
		float: left;
		padding: 10px;
		background-image: url(images/dots.jpg);
		background-repeat: repeat;
		border: 1px solid #ccc;
		margin-bottom: 30px;
		}

		
	.white {
		float: left;
		padding: 10px;
		border: 1px solid #000;
		margin-bottom: 30px;
		}									
			
	/*SCROLL THROUGH*/
	.scroll {
		color: #666;
		font-family: Helvetica, Arial, sans-serif;
		text-transform: uppercase;
		font-weight: 600;
		}
		
		.scroll a:link, .scroll a:visited {
		color: #3232F9;
		}
			
		.scroll a:hover, .scroll a:focus {
		color: #000;
		}
			
	/* POST ITEMS */
	.post-box {
		padding-top: 20px;
		padding-bottom: 20px;
		border-bottom: 2px solid #333;
		}
		
	
	.postmetadata {
		font-size: 12px;
		color: #999;
		text-transform: uppercase;
		font-family: Helvetica, Arial, sans-serif;
		}
		
		.postmetadata a {	
			font-style: italic;
			}
	
		#comments-box {
			clear: both;
			}
				

	a:hover.reply {
		color: #000;
		}
		
		/* COMMENTS */
		#comments-head {
			padding-top: 40px;
			}
			
		#comments-box ol {
			
			padding: 0;
			}
			
		#comments-box ol li {
			border-top: 1px solid #666;
			list-style-type:none;
			padding: 20px 0;
			}
			
		#comments-box ul li {
			list-style-type: none;
			}
			
		#comments-box img {
			border: none;
			}
			
		#comments-box cite {
			font-weight: bold;
			font-size: 14px;
			}
			
		.comment-author {
			margin-bottom: 2px;
			}
			
		.comment p {
			clear: both;
			font-size: 14px;
			}
		
		.reply {
		 	font-size: 14px;
			font-style: italic;  
			margin-bottom: 60px;
			}
			
		.comment-meta {
			font-size: 14px;
			}
			
		#commentform p {
			font-size: 14px;
			}
			
	#content object { 
		margin: 0 0 10px 0px; 
		font-size: 16px;
		}
		
	#content pre {
		max-height: 300px;
		font-size: 14px;
		padding: 10px;
		margin: 10px 0px;
		overflow: auto;
		}
		
	.clear {
		clear:both;
		}
		
		.alignnone {
			margin-bottom: 10px; 
			}
			
		.alignleft {
			float: left;
			margin: 0 10px 10px 0px ; 
			}
			
		.alignright {
			float: right;
			margin: 0 0px 10px 10px; 
			}	
				
		
/*COMMENT FORMS*/
#author, #email, #url, #comment {
	padding: 10px;
	border: 1px solid #666;
	margin-right: 5px;
	}

textarea:focus, input:focus {
	border: 1px solid #666;
	background-color: #FFF;
	}
	
#submit {
	padding: 5px;
	color: #FFF;
	background-color: #EE3124;
	border: 1px solid #333; 
	}

/*CONTACT FORM*/
#post-18 p {
	line-height: 34px;
	}

.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap textarea {
	padding: 10px;
	border: 1px solid #666;
	}

.wpcf7-submit {
	padding: 5px;
	color: #CCC;
	background-color: #EE3124;
	border: 1px solid #333; 
	}

/* FOOTER */
#footer-wide {
	width: 100%;
	background-color: #F2F2F2;
	border-top: 4px solid #666;
	background-image: url(images/wide-bckgrnd-banner.png);
	background-repeat: repeat-x;
	background-position: bottom;
	overflow: hidden;
	margin: 0 auto;
	}

#footer {
	width: 940px;
	margin: 0 auto;	
	text-align: left;
	color: #666;	
	clear: both; 
	padding: 10px;
	font-size: 12px;
	overflow: hidden;
	}	
	
	#footer li a {
		color: #666;
		text-decoration: none;
		}
		
	#footer li a:hover {
		color: #000;
		text-decoration: underline;
		}
	
	#footer li.current_page_item a, #footer li.current_page_parent a {
		color: #000;
		text-decoration: underline;
		}	

	#footer-left {
		width: 250px;
		font-family: Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		font-weight: 600;
		float: left;
		margin-right: 50px;
		overflow: hidden;
		}
		
		#footer-left a:link, a:visited {
			color: #666;
			}
			
	.logo-small {
		width: 125px;
		float: right;
		margin-left: 20px;
		overflow: hidden;
		}	
	
		#footer p.credits {
			font-style:italic;
			line-height: 20px;
			text-align: right;
			color: #000;
			float: right;
			}

		#footer p.credits a {
			color: #000;
			text-decoration: underline;
			}

		#footer p.credits a:hover {
			color: #000;
			text-decoration: none;
			}
			
		/*WIDGETS*/			
		.fb-like-box {
			margin-left: 30px;
			}
		
			
	

		