/* @override 
	http://lakotapeopleslawproject.org/wp-content/themes/lakotapeopleslawproject/style.css
*/

/*   
Theme Name: Lakota People's Law Project
Theme URI: http://lakotapeopleslawproject.org
Description: Lakota People's Law Project
Author: Lakota People's Law Project
Author URI: http://lakotapeopleslawproject.org
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic child theme for Threesides - Marketing | Online | Training
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');


/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');


/*
LAYOUT: One-Column (Right) Fixed
DESCRIPTION: Two-column 950px fixed layout with one sidebar right of content
*/

body {
    min-width:960px;
    background-image: url(images/bg-repeat.gif);
	background-repeat: repeat-x;
	background-color: #dfddac;
}

#header {
    position:relative;
	height:148px;
}
#branding {
    width:940px;
    margin:0 auto;
	position:relative;
}
#access {
	position:relative;
	top:-33px;
}
.menu {
    width:940px;
    margin:0 auto;
}
#main {
    width:916px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
}

.home #main {
    width:960px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
}

#container {
    width:580px;
    float:left;
    display: inline;
}
#content {
    margin:0 0 0 10px;
    width:540px;
    overflow:hidden;
}
#container_alt {
    width:940px;
    float:left;
    display: inline;
}
#content_alt {
    margin:0 0 0 10px;
    width:750px;
    overflow:hidden;
}
.home #content {
	margin:0;
    width:100%;
    overflow:hidden;
}

.main-aside {
    width:300px;
    float:right;
    position:relative;
    right:20px;
}
#secondary {
    clear:right;
}
#footer {    
    clear:both;
}
#subsidiary {
    width:920px;
    margin:0 auto;
    overflow:hidden;
}
#subsidiary .aside {
    width:253px;
    float:left;
    margin:0 20px 0 0;
    color:#fff;
    padding: 20px;
    font-family: Gerogia, serif;
}

#subsidiary .aside li h3 {
	color: #decd7e;
}

#subsidiary .aside li {
	color: #fff;
}

#subsidiary #third {
    margin:0;
}
#siteinfo {
    clear:both;
    width:920px;
    margin:0 auto;
}

#wrapper {
	width:960px;
	padding:0 20px;
	margin:0 auto;
	background: transparent url(images/drop-shadow-40.png) repeat-y top center;
}

/* =Global Elements
-------------------------------------------------------------- */

body, input, textarea {
    font: 14px Arial, helvetica, sans-serif;
    line-height:20px;    
}

/*body {
	background: #fff url(images/bg-stripe.png) repeat scroll top left; 
}*/

p, ul, ol, dd, pre {
    margin-bottom:22px;
    
}
pre, code {
	font:14px Monaco, monospace;
	line-height:22px;
}
blockquote {
    color:#666;
    font-style:italic;
}

table {
    border:0px solid #ccc;
    border-width:0px 0px 0 0px;
    font-size:13px;
    line-height:18px;
    margin:0 0 22px 0;
    text-align:left;
}


caption {
    text-align:left;
}
tr {
    border-bottom:0px solid #ccc;
}
th, td {
    padding: .7em 1.25em;
}
a:link {
    color:#b50;
}
a:visited {
    color:#b50;
}
a:active,
a:hover {
	 color:#c50;
}


/* =Header
-------------------------------------------------------------- */

#header {
    z-index:2;
    background:#f5f3e4 /* url(images/three-small.jpg) no-repeat scroll 810px 40px */;
}
#branding {
    padding:17px 0 15px 0;
}
#blog-title {
    font-family:Arial,sans-serif;
    font-size:34px;
    font-weight:bold;
    line-height:40px;
    position: absolute;
    top: 50px;
    left: 60px;
}
#blog-title a {
    color:#000;
    text-decoration:none;
    display:block;
    width:356px;
    height:76px;
    text-indent:-9999px;
    background:transparent url(images/logo.png) no-repeat scroll top left;
}
/*
.home #blog-title a:active,
.home #blog-title a:hover {
    color: #ed1b23;
    background:transparent url(images/logo.png) no-repeat scroll top left;
}*/

#blog-title a:active,
#blog-title a:hover {

}

#blog-description {
    color:#666;
    font-size:13px;
    font-style:italic;
    text-indent:-9999px;
    overflow:hidden;
    display:block;
	height:0px;
}


/* =Menu
-------------------------------------------------------------- */

.skip-link {
    display:none;
}
#access {
    height:32px;
    font-size:13px;
    overflow:visible;
    z-index:100;
    background: #825d3a;
    border-top:1px solid #825d3a;
	margin:0;
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** THEMATIC SKIN ***/
.sf-menu {
    border-right:1px dotted #6f8490;
	float:right;
	z-index:100;
}
.sf-menu a {
	border-left:1px dotted #6f8490;
	padding:9px 13px;
	text-decoration:none;
	z-index:100;
}

.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#f5f3e4;
}

.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
    color: #fff;
}

.sf-menu li {
	background:		transparent;
}
.sf-menu li li {
	background:		transparent;
}
.sf-menu li li li {
	background:		#aa7744;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:		0;
    border-bottom-color:#ccc;
    color: #fff;
}

.sf-menu li li:hover, .sf-menu li li.sfHover,
.sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active {
    background:     #997755;
	outline:		0;
    border-bottom-color:#ccc;
    color: #fff;
}

.sf-menu ul {
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:32px; /* overriding essential styles */
}
.sf-menu ul ul {
    margin-top:0;
}
.sf-menu ul a {
    background:#db3;
	border-bottom:none;
}
.sf-menu ul a:hover {
    color: #fff;
}


/* =Content
-------------------------------------------------------------- */

#main {
    clear:both;
    padding:0;
	background: #eeb;
	border: 22px solid #c8a108;
}

.home #main {background:#fff;border: none;}

.page-template-page-subpage-links-alt-php #main,
.page-template-page-letterbox-php #main {background:#fff;}
.page-template-page-subpage-links-alt-php #primary,
.page-template-page-letterbox-php #primary,
.page-template-page-letterbox-alt-php #primary {padding: 0;margin: 0;}
#letterbox-img {width:916px;}
.page-template-page-letterbox-alt-php #main {background:#fff;border: 0;width:960px;}
.page-template-page-letterbox-alt-php #letterbox-img {width:960px;}

#container {background:#fff; padding:20px 10px 20px 10px}
#container_alt {background:#fff; padding:20px 10px 20px 70px}

#wrapper {
/* background: transparent url(images/drop-shadow-40.png) repeat-y scroll top center; */
}

.page-title {
    font-size:13px;
    line-height:18px;
    padding:0 0 44px 0;
}
.attachment .page-title {
    font-style:italic;
}
.page-title a {
    color:#666;
    text-decoration:none;
}
.page-title a:active,
.page-title a:hover {
    color: #ed1b23;
}
.page-title span {
    font-style:italic;
}
.page-title .meta-nav {
    font-style:normal;
}
.hentry {
    padding:0 0 0px 0;
}
.single .hentry {
    padding:0;
}
.home #content .sticky {
    border:1px solid #ccc;
    margin:0 0 66px 0;
    padding:22px 20px 0 20px;
}
.entry-title {
    font-family:Georgia,serif;
    color:#754;
    font-size:28px;
    font-weight:normal;
    line-height:26px;
    padding:0 0 7px 0;
}
.entry-title a {
    color:#754;
    text-decoration:none;
}
.entry-title a:active,
.entry-title a:hover {
    color: #e17100;
}
.entry-meta {
    color:#666;
    font-size:13px;
    font-style:italic;
    line-height:18px;
    display: none;
}
.entry-meta .author {
}
.entry-meta .n {
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
.entry-meta a {
    color:#666;
    text-decoration:none;
}
.entry-meta a:active,
.entry-meta a:hover {
    color: #ed1b23;
}
.entry-meta abbr {
    border:none;
    cursor:text;
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
.entry-content {
    padding:22px 0 0 0;
}
.entry-content h1,
.entry-content h2 {
    font-family:Arial,sans-serif;
    font-size:19px;
    font-weight:bold;
    padding:10px 0 10px 0;
}
.entry-content h3 {
    font-size:17px;
    font-style:italic;
    padding:10px 0 10px 0;
}
.entry-content h4 {
    font-size:11px;
    font-family:Arial,sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.entry-content table {
    margin-left:1px;
}
.entry-content embed {
    margin:0 0 22px 0;
}

.entry-content a {
    text-decoration:none;
	padding-bottom:.1em;
}
.entry-content a:hover {
    text-decoration:none;
	padding-bottom:.1em;
	border-bottom:.1em dotted #825d3a;
}
.entry-utility {
    color:#666;
    font-size:13px;
    line-height:18px;
    margin:0 0 44px 0;
    display: none
}
.entry-utility a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.entry-utility a:active,
.entry-utility a:hover {
    color: #ed1b23;
}
.page-link {
    font-size:13px;
    font-weight:bold;
    line-height:18px;
    margin:0 0 22px 0;
    padding:22px 0 0 0;
    word-spacing:0.5em;
}
.page-link a {
    border:1px solid #ccc;
    color:#666;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.page-link a:active,
.page-link a:hover {
    color: #ed1b23;
}
ul#links-page,
ul#archives-page {
    list-style:none;
    margin-left:0;
    overflow:hidden;
}
li.content-column {
    float:left;
    margin-right:20px;
    width:45%;
}
.gallery {
    padding:0 0 22px 0;
}
.wp-caption-text,
.gallery-caption {
    color:#6f3507;
    font-size:12px;
    line-height:18px;
    
}
#author-info {
    margin:0 0 44px 0;
    overflow:hidden;
}
#author-info .avatar {
    float:left;
    margin:.3em 1em 0 0;
}


/* =Attachments
-------------------------------------------------------------- */

.attachment-jpeg #container,
.attachment-png #container {
    width:100%;
}
.attachment-jpeg #content,
.attachment-png #content {
    width:930px;
}
.attachment-jpeg #comments,
.attachment-png #comments {
    width:540px;
    overflow:hidden;
}
.attachment-jpeg .main-aside,
.attachment-png .main-aside {
    display:none;    
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
    color:#666;
    font-size:13px;
    line-height:18px;
    margin:0px 0 22px 0;
    overflow:hidden;
}
.navigation a {
    color:#666;
    text-decoration:none;
}
.navigation a:active,
.navigation a:hover {
    color: #cc5500;
    border-bottom: none;
}
.navigation .meta-nav {
    font-style:normal;
}
.nav-previous {  
    float: left;
	width:50%;
}
a.nav-previous.lance {  
    width: 185px;
    padding: 0 0 15px 85px;
    background: transparent url(images/lance-back.jpg) no-repeat scroll top left;
}
.nav-next {
    float: right;
	width:50%;
	text-align:right;
}
a.nav-next.lance {  
    width: 185px;
    padding:0 85px 15px 0;
	background: transparent url(images/lance-next.jpg) no-repeat scroll top right;
}
#nav-above,#nav-below {
	width: 100%;
}
#nav-above {
    display:none;
}
.paged #nav-above {
    display:block;
    padding:0 0 44px 0;
}


/* =Comments
-------------------------------------------------------------- */

#comments {
    padding:22px 0 0 0;
}
#comments,
#comments input,
#comments textarea {
    font-size:13px;
    line-height:18px;
}
#comments code {
    font-size:12px;
    line-height:18px;
}
#comments h3 {
    font-family:Arial,sans-serif;
    font-size:15px;
    font-weight:bold;
    line-height:22px;
    padding:0 0 18px 0;
}
#comments-list {
    padding:0 0 18px 0;
}
#comments-list ol,
#comments-list ul {
    list-style:none;
    margin:0;
}
#comments-list ol {
    border:1px solid #ccc;
    border-bottom:none;
    margin:0 0 18px 0;
}
#comments-list li {
    background:#fafafa;
    border-bottom:1px solid #ccc;
    padding:18px 1.5em 0 1.5em;
    position:relative;
}
#comments-list li.alt {
    background:#fff;
}
#comments-list li.bypostauthor {
    background:#FFFFCC;
}
#comments-list ul li {
    border:1px solid #ccc;
    margin:0 0 18px 0;
}
#comments-list li .avatar {
    position:absolute;
    top:22px;
    left:1.5em;
    width:36px;
    height:36px;
}
#comments-list .comment-author {
    font-weight:bold;
    padding:9px 0 0 46px;
}
#comments-list .comment-meta {
    color:#666;
    font-size:11px;
    padding:0 0 9px 46px;
}
#comments-list .comment-meta a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
#comments-list .comment-meta a:active,
#comments-list .comment-meta a:hover {
    color: #ed1b23;
}
.comment-reply-link {
    font-size:11px;
    padding:0 0 18px 0;
    text-align:right;
}
.comment-reply-link a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.comment-reply-link a:active,
.comment-reply-link a:hover {
    color: #ed1b23;
}
.comment-navigation {
    font-weight:bold;
    padding:0 0 18px 0;
    margin-right:0.5em;
}
.comment-navigation a {
    border:1px solid #ccc;
    color:#666;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.comment-navigation a:active,
.comment-navigation a:hover {
    color: #ed1b23;
}
.comment-navigation a,
.comment-navigation span {
    margin-right:0.5em;
}
#trackbacks-list .comment-content {
    position:absolute;
    left:-9000px;
}
#respond {
    background:#fff;
    margin-bottom:22px;
    overflow:hidden;
    padding:18px 0 0 0;
    position:relative;
}
#comments-list #respond {
    border-bottom:1px solid #ccc;
    margin:0 0 18px 0;
    padding:18px 1.5em;
}
#comments-list ul #respond {
    border:1px solid #ccc;
    margin:0;
}
#cancel-comment-reply {
    font-size:11px;
    position:absolute;
    top:18px;
    right:1.5em;
}
#cancel-comment-reply a {
    color:#666;
}
#respond .required {
    color:#ed1b23;
    font-weight:bold;
}
.form-section label {
    font-size:11px;
}
.form-section input {
    margin:0 0 18px 0;
    width:98%;
}
.form-section textarea {
    width:99%;
}
#form-allowed-tags p {
    color:#666;
    font-size:11px;
    margin:0;    
}
#form-allowed-tags span {
    font-style:italic;
}
.form-submit {
    padding:18px 0 0 0;
    text-align:right;
}
.subscribe-to-comments {
    color:#666;
    float:left;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}
.solo-subscribe-to-comments {
    color:#666;
    font-size:11px;
    padding:18px 0 0 0;
}
.comment_license {
    color:#666;
    clear:both;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}


/* =Asides, Sidebars & Widget-Ready Areas
-------------------------------------------------------------- */

.aside,
.aside input {
    font-size:13px;
    line-height:18px;
    margin-bottom:6px;
}
.aside p,
.aside ul,
.aside ol,
.aside dd,
.aside pre {
    margin-bottom:18px;
    
}
.aside pre,
.aside code {
    font-size:12px;
    line-height:18px;
}
.aside .current_page_item a {
    color: #754;
}
.aside .current_page_item .page_item a {
    color:#666;
}
.aside .current_page_item .page_item a:hover,
.aside .current_page_item .page_item a:active {
    color: #ed1b23;
}
.aside {
    color:#6f3507;
}
.aside a,
.aside a:visited {
    color:#6f3507;
	text-decoration:none;
	padding-bottom:.1em;
}
.aside a:active,
.aside a:hover {
    color: #6f3507;
    border-bottom:1px dotted;
}

.aside h3 a {
    text-decoration:none;
}
.aside caption {
    font-size:11px;
    font-family:Arial,sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.aside ul {
    list-style:none;
    margin-left:0;
}
.aside span.copyright {
	font-size: 11px;
	line-height:14px;
	display:block;
	text-align:right;
	width:282px;
	padding-top:3px
}
}	
.aside ul ul {
    list-style:disc;
    margin:0 0 22px 20px;
}
.aside ul ul li {
    padding:1px 0 12px 0;
}
.aside ul ul ul {
    margin-bottom:0;
}
.aside form,
.aside table {
    margin-bottom:22px;
}
.aside table {
    border:none;
}
.aside thead {
    border:1px solid #ccc;
}
.aside tbody {
    border:1px solid #ccc;
}
.aside th, .aside td {
    border-right:1px solid #ccc;
    padding:.25em .8em;
}
.aside tfoot tr {
    border:none;
}
.aside tfoot td {
    border-color:transparent;
}
.widget_tag_cloud {
    margin:0 0 22px 0;
}
/*
    Main Asides
*/
.main-aside ul {
    padding:0 20px;
}
.main-aside h3 {
	color: #111;
}
.main-aside ul ul {
    padding:0;
}
#primary {
    padding:20px 0 0 0;
    margin-bottom:22px;
}

#primary h3,
	
#secondary h3 {
	color: #111;
	font-weight:bold;	
}
/*
    Content Asides
*/
#content .aside {
    border:1px solid #ccc;
    margin:0 0 22px 0;
    padding:18px 0 0 0;
}
#content .aside ul {
    padding:0 20px;
}
#content .aside h3 {
    font-family:Georgia,serif;
    font-weight:normal;
    font-size:17px;
    font-style:italic;
    text-transform:none;
}
#content .aside ul ul {
    padding:0;
    color:#fff;
}

.home #content .aside {
    border:none;
    margin:0;
    padding:0;
}
.home #content .aside ul {
    padding:0;
}
.home #content .aside h3 {
    font-family: Gergia, serif;
    font-style:normal;
    padding:0;
    text-transform: uppercase;
}
.home #content .aside ul ul {
    padding:0;
}
/*
    Footer Asides
*/
#subsidiary {
    padding:20px 0 0 0;    
}


#subsidiary .aside a{
    color:#fff;
    text-decoration: none;
	border-bottom:.1em dotted #6f8490;
	padding-bottom:.1em;
}

#subsidiary .aside a:hover{
    color:#fff;
	border-bottom:.1em dotted #fff;
	padding-bottom:.1em;    
}

#case-study-home #subsidiary .aside a,
#case-study-home #subsidiary .aside a:hover,
#home-features #subsidiary .aside a,
#home-features #subsidiary .aside a:hover{
	border-bottom: none;
	padding-bottom:0;   
}

#subsidiary #first,
#subsidiary #second,
#subsidiary #third {
    background: #975;
    height: 174px;
    font-family: Arial, helvetica, sans-serif;
}

#subsidiary #first h3,
#subsidiary #second h3,
#subsidiary #third h3 {
	display: block;
	font-size: 1.3em;
	font-style: normal;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-family: Georgia, serif;
	color: #ec1;

}



/* =Footer
-------------------------------------------------------------- */

#footer {
    background: #eeebd7;
}
#siteinfo {
    color:#646364;
    font-size:11px;
    line-height:18px;
    padding:12px 0 12px 0;
}
#siteinfo a {
    color:#646364;
}
#siteinfo a:active,
#siteinfo a:hover {
    text-decoration:underline;
}


/* =PageNavi
-------------------------------------------------------------- */

/* Using !important to override PageNavi CSS */

.wp-pagenavi {
    margin:0 0 0 -.5em;
    padding:0.5em 0;    
}
.wp-pagenavi a, .wp-pagenavi a:link {
    border:1px solid #ccc !important;
    color:#666!important;
    font-style:normal;
    margin:0 .375em !important;
    padding:0.5em 0.25em !important;
}
.wp-pagenavi a:visited {
    border:1px solid #ccc !important;
    color:#666 !important;
}
.wp-pagenavi a:hover {
    border:1px solid #ccc !important;
    color:#ed1b23 !important;
}
.wp-pagenavi a:active {
    border:1px solid #ccc !important;
    color:#ed1b23 !important;
}
.wp-pagenavi span.pages {
    border:none !important;
    color:#666 !important;
    margin:0 !important;
    padding:0 !important;
}
.wp-pagenavi span.current {
    border:none !important;
    color:#666 !important;
    font-weight:normal !important;
    margin:0 !important;
    padding:0 !important;
}
.wp-pagenavi span.extend {
    background-color:#FFFFFF;
    border:1px solid #000000;
    color:#000000;
    margin:2px;
    padding:2px 4px;
}


/* =Main banner
-------------------------------------------------------------- */

#main-banner {
	display:block;
	height:293px;
	background:#c8a106 url(images/bg-banner.jpg) no-repeat scroll top right; 
	padding:0px 20px 0px 20px;
	color:#fff;
	overflow:hidden;
	margin:0 0 0 0;
}

#main-banner-wrapper {
	margin:0 auto;
	width:920px;
	position:relative;
}

#main-banner-text {
	display:block;
	height:258px;
	width: 405px;
	float:left;
	padding:60px 60px 20px 35px;
}

#main-banner-text h2 {
	font-size:28px; 
	line-height:42px;
	margin: 0 0 10px 0;
	font-family: Georgia;
	font-style: italic;
	color: #ebe9b0;
	background: transparent url(images/quotes.jpg) no-repeat scroll 0 5px;
	padding-left: 18px;
}

#main-banner-text p {
	font-size:1.1em; 
	color: #764c25;
	padding: 0 10px 0 16px;
	background: transparent url(images/quote-indent.png) no-repeat scroll 1px 10px;
}

#main-banner-text a {
	color: #fff;
	text-decoration: none;
	border-bottom:.1em dotted;
	padding-bottom:.1em;
}

#main-banner-text li.active a {
	color: #FFF200;
}

#main-banner-text ul {
	margin-left: 0;
	padding-left: 20px;
}

.home #main {
margin-top:0px;
	padding: 0px 0px 22px 0px;
}

#main-banner a.emphasis {
	font-weight:bold;
	color: #FFF200;
	letter-spacing:1.4px;
}

#home-features {
	width:940px;
	margin:0 auto;
	
}

#home-features #subsidiary-home {
width:940px;
padding: 20px 10px 0 20px;
}


#home-features #subsidiary-home #first-home,
#home-features #subsidiary-home #second-home,
#home-features #subsidiary-home #third-home {
    background: none;
	border: none;
	color:#000;
	min-height:50px;
	padding:0px 20px 0px 0;
	width:276px;
	float: left;
	margin-right: 20px;
}

#home-features #subsidiary-home #third-home {
	margin: 0;
}

#home-features #subsidiary-home #first-home h3,
#home-features #subsidiary-home #second-home h3,
#home-features #subsidiary-home #third-home h3{
    color:#000;
	font-size: 1.2em;
	padding: 3px 0 0 0px;
	margin-bottom:15px;
	font-style:normal; 
	display: block;
}

/*
#home-features #subsidiary-home #first-home h3 {background:transparent url(images/i_market.gif) no-repeat scroll top left}
#home-features #subsidiary-home #second-home h3 {background:transparent url(images/i_online.gif) no-repeat scroll top left}
#home-features #subsidiary-home #third-home h3 {background:transparent url(images/i_training.gif) no-repeat scroll top left}
*/

a.learn-more,
a:visited.learn-more  
{
display: block;
height: 15px;
width: 70px;
background:transparent url(images/learnmore.png) no-repeat scroll 0pt 0pt;
text-indent: -9009px;
border: none;
padding: 0;
margin: 0;
overflow: hidden;
}

a:hover.learn-more
{
background-position: 0pt -15px;
border: none;
}


#case-study-home {
	width:940px;
	margin:0 auto;
}

#case-study-home #subsidiary #first {
width: 271px;
padding: 20px 20px 20px 0;
}

#case-study-home #subsidiary #second {
width: 598px;
padding: 0;
margin: 0;
border: 5px solid #f0f0f0;
}

#case-study-home #subsidiary #second ul,
#case-study-home #subsidiary #second li  {
padding: 0;
margin: 0;
}

#case-study-home #subsidiary #first,
#case-study-home #subsidiary #second {
    background: none;
	color:#000;
	min-height:50px;
}

#case-study-home #subsidiary #first {
	border: none;
}

#case-study-home #subsidiary #first h3,
#case-study-home #subsidiary #second h3 {
    color:#000;
	font-size:2em;
}

a.case-study-img-link {
	border: 0px solid #FFF200;
	display: block;
	width: 568px;
	margin: 0 0 0 20px;
}

a:hover.case-study-img-link {
	border: 0px solid #ed1b23;
	display: block;
	width: 568px;
	margin: 0 0 0 20px;
}


/*
#header {border-bottom:3px solid #ed1b23;}
.home #header {border-bottom:0px solid #ed1b23;} */

/*.entry-title {color:#fff;margin-bottom:30px;} */

/* =Subscribe Block
-------------------------------------------------------------- */

#subscribe-block {
	display: block;
	z-index: 5;
	width: 240px;
	position: absolute;
	top: 50px;
	right: 10px; /*130*/
}

.subscribe_textield {
	font-size: 12px;
	padding: 0px;
	line-height:1.4;
}

.subscribe_b {
	margin-top:0px;
	margin-bottom: -6px;
	font-size:12px;
}

.i_email {
	display:block;
	font-size: 14px;
	font-family: Georgia,serif;
	color: #c8a108;
	padding: 6px 0;
}

.i_rss a{
	position: absolute;
	top: 40px;
	right: 0px;
	display:block;
	width: 30px;
	height: 30px;
	color: #FF9100;
	z-index: 120;
	background: transparent url(images/feed-icon-28x28.png) no-repeat scroll center center;
	text-indent:-9999px;
}

.blog-link {
	display:block;
	margin-top: 20px;
	font-size: 14px;
}

.blog-link a {
	text-decoration:none;
	font-weight:bold;
}

.rss-icon {display:block; background: transparent url(images/feed-14.png) no-repeat scroll top left; width:14px; height:14px;text-indent:-9999px;position:absolute; top:23px; right:15px;}

#add-this {margin-top:10px;}

.aside .widget_tag_cloud a,
.aside .widget_tag_cloud a:visited {
	border: none;
}

.entry-content a img {
	border: none;
}

#donate-head {
	position:absolute;
	top: 40px;
	right: 300px;
}

/* =Subpages Widget
-------------------------------------------------------------- */

.main-aside .LJSubpagesWidget {
	display: block;
	margin: 20px 0;
	border: 1px solid #fff;
	padding: 10px 10px 0 10px;
}

.main-aside .LJSubpagesWidget ul {
	
}

.main-aside .LJSubpagesWidget ul li {
	
}

.main-aside .LJSubpagesWidget ul li.current_page_item a {
	color: red;
}

.main-aside .LJSubpagesWidget ul li a:hover {
	color: blue;
}

/* =Breadcrumbs Widget
-------------------------------------------------------------- */

.breadcrumb-header {
	font-size: 11px;
	padding-bottom: 18px;
	color: #333;

}

.breadcrumb-header a {

}

.breadcrumb-header a:hover {
}

/* =Donations Form
-------------------------------------------------------------- */

.donate-form {
	display: block;
	clear: both;
	padding-bottom: 20px;
	position:relative;
	height: 115px;
	overflow: hidden;
	margin-bottom:5px;
	font-size:13px;
}

html>body .donate-form {
height: auto;
} 

.donate-form span {
	display:block;
	padding: 10px 0;
	clear:both;
}

.donate-form fieldset {
	border: 1px solid #999;
	padding: 10px;
	background: transparent url(images/paymentmethods.jpg) no-repeat scroll 170px 10px;
}

.donate-form.sustain fieldset {
	background: #ffff99 url(images/paymentmethods-yellow.jpg) no-repeat scroll 170px 10px;
	padding: 10px;
	border: 20px solid #dc6;
}

span.sustain-title {
	padding: 0;
	font-size:12px;
	line-height:1;
	color:#000;
	position:absolute;
	top: 4px;
	left: 120px;
	
}

.donate-form form label {
	display:block;
	width: 58px;
	height: 25px;
	float: left;
	padding: 0;
	margin: 0;
}

.donate-form form label input {
	margin: 0 5px 0 0;
	padding:0;
	clear: none;
}

/*                                                    */
/*  main 'top-level' form elements                    */
/*                                                    */

.cform { 
	margin:0 auto; 
	width: 240px;
	overflow: hidden; 
	position:relative;
}

.cform fieldset	{ 
	border:none;
}

.cform .cf_hidden {
	display:none; 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

.cform legend { 
	margin:0;
	padding:0; 
	font:normal 18px Helvetica; 
	color: #aaa;
	letter-spacing:3px;
}

ol.cf-ol { 
	margin:0!important; 
	padding:0 0 0 0!important; 
	border-top:1px solid #f2f2f2;
}
ol.cf-ol li	{
	background:none!important; 
	margin:0!important; /*some themes may interfere otherwise*/
	padding:0; 
	list-style:none!important; 
	text-align:left;
	line-height:1.1em;
}


/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */

ol.cf-ol li.textonly {
	color:#888888;
	font-size:1em;
	letter-spacing:2px;
	margin:12px 0pt !important;
	padding:0pt 0pt 0pt 100px;
}


/*                                                    */
/* global definitions for field labels                */
/*                                                    */
 
.cform label {
	width:90px; 
	margin:4px 10px 0 0; 
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	text-align:left;
	vertical-align:top;
	color: #aaa;
	font:0.9em Trebuchet MS,sans-serif;
	display:none;
}
.cform label span {
	width:90px; /* must be the same as above!*/
	display:block; 
}

label.cf-before {
	margin:4px 10px 0 0; 
}

label.cf-after 	{
	margin:4px 2px 0pt 6px;
	text-align:left;
	width:75px;
}

label.cf-after span {
	width:75px;
	display:block;
}

label.cf-group-after {
	margin:4px 0 0 2px;
	width:60px;
	text-align:left;
}
label.cf-group-after span {
	width:60px;
	display:block;
}

/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */

.cform input,
.cform textarea,
.cform select { 
	padding:3px;
	border:1px solid #ccc; 
	font:0.9em Trebuchet MS,sans-serif;
	color:#888;
	background:#ffffff url(../images/field-bg-top.gif) repeat-x top left;
	vertical-align:top;
}
.cform input:hover,
.cform textarea:hover,
.cform select:hover	{
	border: 1px solid #FFCC00;
	background:#ffffff url(../images/field-bg-bottom.gif) repeat-x bottom left; 
}

.cform input:focus,
.cform textarea:focus,
.cform select:focus	{ 
	color:#666;
	background:#ffffff url(../images/field-bg-bottom.gif) repeat-x bottom left; 
}

.cform textarea,
.cform input {
	width:150px; 
}
.cform select {
	width:306px; /* attempt to have equal length */
}  

.cform select.cfselectmulti	{ 
	height:7.5em; 
}

.cform textarea {
	font-family: arial;
	font-size: 0.9em;
	overflow:auto;
}

/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */

span.reqtxt,
span.emailreqtxt { 
	margin:0px 5px 7px 98px;
	display: block; 
	vertical-align:top;
	color: #aaa;
	font-size:0.7em;
	line-height:1.2em;
	display:none;
}


/*                                                    */
/*   radio button title                               */
/*                                                    */

ol.cf-ol li.cf-box-title {
	color:#888888;
	font-size:1em;
	letter-spacing:2px;
	margin:12px 0pt 0 !important;
	padding:0pt 0pt 0pt 100px;
}

/*                                                    */
/*   check boxes                                      */
/*                                                    */

input.cf-box-a,
input.cf-box-b 	{ 
	margin:1px 0 0 0; 
	width:16px; 
	height:22px;
	border:none!important;
	background:none!important;
}

input.cf-box-a 	{ 
	margin-left:100px; /* check with label 'width' incl. */
} 


/*                                                    */
/* check box groups                                   */
/*                                                    */

ol.cf-ol li.cf-box-group {
	padding: 0 0 5px 100px; 
} 


/*                                                    */
/*   FORM submit button                               */
/*                                                    */

p.cf-sb {
	width: 65px;
	position: absolute;
	top: 2px;
	right: 8px;
}
.cform input.backbutton,
.cform input.resetbutton,
.cform input.sendbutton	{ 
	width:64px;  
	height: 21px;
	margin: 0;
	background:url(/wp-content/themes/lakotapeopleslawproject/images/button_sub.gif) no-repeat scroll 0 0; 
	border:none;
	cursor:pointer;
}
.cform input.resetbutton {
	margin: 0 5px 0 0;
}
.cform input.backbutton {
	margin: 0 5px 0 0;
}

/*                                                    */
/*   FORM FIELDS enhanced error display               */
/*                                                    */
ol.cf-ol li.cf_li_err {
	background:#FFDFDF url(li-err-bg.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
	padding:5px 0!important;
	margin:5px 0!important;
}

ol.cf-ol li ul.cf_li_text_err {
	margin:0 0 0 10px;
	padding:0;
	color:#333;
}

ol.cf-ol ul.cf_li_text_err li {
	background:url(icon-alert.png) no-repeat left 1px!important;
	list-style:none!important;
	font-weight:bold;
	text-indent:0;
	margin:0 0 2px!important;
	padding-left:15px;
}
ol.cf-ol ul.cf_li_text_err li:before {
	content:'';
}

/*                                                    */
/* 'visitor verification' related styles              */
/*                                                    */
label.secq,
label.seccap {
	vertical-align:text-bottom;
	margin-bottom:4px;
}

input.secinput {
	vertical-align:text-bottom;
}

#cforms_captcha6,
#cforms_captcha5,
#cforms_captcha4,
#cforms_captcha3,
#cforms_captcha2,
#cforms_captcha {
	height:15px;
	width:100px;
	padding: 4px 4px;
	margin: 0;
	vertical-align:text-bottom;
}

img.captcha	{
	vertical-align:text-bottom;
	margin:0 0 0 10px!important;
	padding:0!important;
	border:none!important;
	float:none!important;
}

img.captcha-reset {
	vertical-align:text-bottom;
	background:	url(captcha_reset_white.gif) no-repeat;
	margin:0 0 2px 3px;
	width:21px;
	height:21px;
	border:none;
}

img.imgcalendar {
	border:none;
}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

div.cf_info {
	color:#333;
	display:none;
	padding:10px 15px!important;
	width:380px;
	line-height:1.3em;
	margin:10px auto;
}
div.cf_info ol {
	margin:0;
	padding:5px 15px 0 30px;
}
div.cf_info ol li {
	padding:1px 0;
	margin:2px 0;
}
div.cf_info a	{
	color:red!important;
	text-decoration:underline!important;
}
div.success {
	background:#F9F9F9 none repeat scroll 0%;
	color:#AAAAAA;
	display:block;
}
div.failure {
	display:block;
	background:#FFDFDF url(li-err-bg.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
}
div.waiting {
	background:#F9F9F9;
	color:#AAAAAA;
	display:block;
}
/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */
.cform .cf_error { 
	color:red; 
	border:1px solid #FF0000; 
}
div.mailerr {
	display:block;
}
.mailerr,
.cform .cf_errortxt {
	color:red; 
}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

p.cf_info 		{
	margin:10px 0;
	text-align:center;
}
p.success 	{
	color:green;
}
p.failure 	{
	color:red;
}

/*                                                    */
/* disabled fields [disabled] does not work on IE!    */
/*                                                    */

[disabled] {
	color:#dddddd;
	border-color:#dddddd!important;
	background:none!important;
}
.disabled {
	border-color:#dddddd!important;
}

/*                                                    */
/* upload box styling                                 */
/*                                                    */

.cform input.cf_upload  {
	width:220px;
	background: #f9f9f9;
	border:1px solid #888888;
}

/*                                                    */
/*  Other: link love                                  */
/*                                                    */
.linklove {
	margin:6px auto 10px !important;
	padding:0pt 6px 0pt 0pt !important;
	text-align:right;
	width:410px;
	display:none;
}
.linklove a,
.linklove a:visited {
	font-size: 0.8em;
	font-family: Tahoma;
	color:#aaaaaa!important;
}


/*                                                    */
/*  Other: browser hacks                              */
/*                                                    */
*+html ol.cf-ol,
*+html ol.cf-ol li	{
	display: inline-block;  /*for ie7*/
}
* html ol.cf-ol,
* html ol.cf-ol li,
* html span.reqtxt,
* html span.emailreqtxt { 
	display: inline-block;
}
* html .cform legend { 
	position:absolute; 
	left: -8px; 
	top:0;
	margin-left:0;
}
*+html .cform legend { 
	position:absolute; 
	left: -8px;
	top:0;
	margin-left:0;
}
* html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
*+html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
* html img.captcha	{
	margin-bottom:1px!important;
}
*+html img.captcha	{
	margin-bottom:1px!important;
}

/* JASON SPRITES*/

#subsidiary-home .aside a {
	display: block;
	width: 100px;
	height: 21px;
	padding: 0;
	background:#eee url(http://lakotapeopleslawproject.org/wp-content/uploads/2010/02/learn_more_emboss_sprite.png) 0 0 no-repeat;
}

#subsidiary-home .aside a:hover {
	background:#eee url(http://lakotapeopleslawproject.org/wp-content/uploads/2010/02/learn_more_emboss_sprite.png) 0px -21px no-repeat;
}

#subsidiary-home  .aside #text-4 a {
	display: block;
	width: 100px;
	height: 21px;
	padding: 0;
	background:#eee url(http://lakotapeopleslawproject.org/wp-content/uploads/2010/02/donate_now_emboss_sprite.png) 0 0 no-repeat;
}

#subsidiary-home .aside #text-4 a:hover {
	background:#eee url(http://lakotapeopleslawproject.org/wp-content/uploads/2010/02/donate_now_emboss_sprite.png) 0px -21px no-repeat;
}

#subsidiary-home  .aside #text-5 a {
	display: block;
	width: 100px;
	height: 21px;
	padding: 0;
	background:#eee url(http://lakotapeopleslawproject.org/wp-content/uploads/2010/02/learn_more_emboss_sprite.png) 0 0 no-repeat;
}

#subsidiary-home .aside #text-5 a:hover {
	background:#eee url(http://lakotapeopleslawproject.org/wp-content/uploads/2010/02/learn_more_emboss_sprite.png) 0px -21px no-repeat;
}





	
	