/*  
Theme Name: Basic Rights Oregon
Theme URI: http://www.basicrightsoregon.org/
Description: This is the Basic Rights Oregon Theme, built by eleven3, Inc., designed by Bryan Boyd.
Version: 1.0
Author: eleven3
Author URI: http://www.eleven3.com/

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was built by eleven3, Inc., designed by Bryan Boyd.



*/



/************************************************************************

	Site:		http://www.basicrights.org/

	Author:		George Huff, eleven3		[www.eleven3.com]  

	Client:		Basic Rights Oregon		[http://www.basicrights.org]
	
	Notes:		
				
				
	Listing Order:
	==============

	1 - Global
	2 - Structure/Layout
	3 - Left Column
	4 - Right Column
	5 - Footer
	

************************************************************************/

/***********************************************************************
	1 - GLOBAL STYLES
************************************************************************/

body {
	background: url(../images/bg_body_repeat.gif);
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

html, body, h1, h2, h3, h4, h5, h6, dl, ol, ul, li, dt, dd, form, input, select, div, p, img, table, td { 
	margin: 0; 
	padding: 0; 
}
a {
	text-decoration:none;
	
}

a:hover {
	text-decoration:underline;
	
}


div.left, div.right {
float: left;
}

div.clear {
clear:both;
}

a span {
display: none;
}

a.blocky {
display: block;
width: 100%;
height: 100%;
}


div#footerText {
font-size: 9px;
color: #444c4c;
background: #fff url(../images/bg_hr.gif) 0px 15px repeat-x;
padding-top: 24px;
clear: both;
}

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