/*
Theme Name: Project Indigenous Theme
Theme URI: http://www.projectindigenous.com
Description: Project Indigenous Default Theme.
Author: Alpine Computing
Author URI: http://www.alpinecomputing.net/
*/

body {
	background:#000;
	width:1000px;
	margin:0 auto 0 auto;
	color:#fff;
	font:.9em Arial, Sans-Serif, Verdana;
}
#overlay {
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
	z-index:100;
}
#header {
	position:relative;
	top:0;
	left:0;
	width:1000px;
	height:105px;
	background:url('http://www.projectindigenous.com/wp-content/themes/indigenous/images/border.png') no-repeat bottom left;
	padding:0;
}
#logo {
	position:absolute;
	top:20px;
	left:0;
	width:400px;
	height:80px;
	z-index:10;
}
#slogan {
	position:absolute;
	top:65px;
	left:80px;
	width:650px;
	height:20px;
	z-index:10;
}
#navContainer {
	position:absolute;
	top:0;
	right:10px;
	height:35px;
	background:url('http://www.projectindigenous.com/wp-content/themes/indigenous/images/nav-left.png') no-repeat top left;
}
#pageNav {
	height:29px;
	background:url('http://www.projectindigenous.com/wp-content/themes/indigenous/images/nav-right.png') no-repeat top right #6a6a6a;
	margin:0 0 0 100px;
	text-align:center;
	padding:6px 100px 0 0;
}
.nav {
	display:inline;
	margin:0;
	padding:0;
}
.nav li {
	display:inline;
	list-style:none;
	margin-left:10px;
	line-height:1.1em;
}
.nav li a {
	font-weight:bold;
	padding:0 5px 2px 5px;
	color:#fff;
	border-bottom:none;
}
.nav li a:hover {
	color:#fff;
	border-bottom:2px solid #800000;
}
.nav .current_page_item  a {
	color:#800000;
	border-bottom:2px solid #800000;
	font-size:1.1em;
}
.nav .current_page_parent a {
	color:#800000;
	font-size:1.1em;
}
.nav .current-cat a { 
	color:#800000;
	border-bottom:2px solid #800000;
	font-size:1.1em;
}
.nav .current-cat-parent a {
	color:#800000;
	font-size:1.1em;
}
#rssFeed {
	position:absolute;
	top:52px;
	right:25px;
	font-size:.7em;
	color:#D7D7D7;
}
#rssFeed img {
	vertical-align:middle;
}
#rssFeed a {
	border-bottom:none;
	color:#D7D7D7;
}
#contact {
	position:fixed;
	bottom:5px;
	left:0;
	opacity:0.3;
	filter:alpha(opacity=30);
	z-index:20;
}
#contact a {
	border:none;
}
#contact:hover {
	opacity:1.0;
	filter:alpha(opacity=100);
}
#contactForm  input {
	background:#000;
	border:1px solid #fff;
	color:#fff;
}
#contactForm  textarea {
	background:#000;
	border:1px solid #fff;
	width:100%;
	color:#fff;
}
#contactForm  td {
	height:20px;
}
.send {
	cursor:pointer;
}
.error {
	text-align:center;
	color:#ff0000;
	font-size:1.2em;
}
#subPageNav {
	position:relative;
	width:805px;
	height:25px;
	text-align:right;
	padding:5px 75px 5px 120px;
	background:#800000 url('http://www.projectindigenous.com/wp-content/themes/indigenous/images/sub-nav-left.png') no-repeat top left;
}
.searchBlock {
	position:absolute;
	left:68px;
	top:0px;
	width:300px;
	text-align:left;
	z-index:50;
}
#searchbox, #s {
	background:url('http://www.projectindigenous.com/wp-content/themes/indigenous/images/txt_bckgrd.gif') repeat-x;
	border:1px solid #000095;
}
fieldset {
	border:none;
	z-index:50;
}
#searchResults {
	position:absolute;
	top:3px;
	left:305px;
	text-align:left;
	font-size:1.3em;
	width:600px;
}
#subNav {
	margin:0;
	padding:0;
}
#subNav li {
	display:inline;
	margin-left:20px;
	line-height:1.1em;
}
#subNav li a {
	border-bottom:none;
	color:#fff;
	font-size:.9em;
	font-weight:bold;
	padding:0 5px 2px 5px;
}
#subNav li a:hover {
	border-bottom:1px solid #fff;
}
#subNav .current_page_item  a {
	color:#fff;
	border-bottom:1px solid #fff;
}
#subNav .current-cat a {
	color:#fff;
	border-bottom:1px solid #fff;
}
#page {
	margin:0;
	padding:0;
	width: 1000px;
}
#container {
	position:relative;
	top:0;
	left:0;
	width:1000px;
}
#content {
	padding:10px 0 10px 10px;
}
.entryTitle {
	border-bottom:2px solid #800000;
	color:#fff;
	text-align:left;
	padding-left:10px;
}
.entryTitle a {
	border-bottom:none;
}
.entryTitle a:hover {
	border-bottom:none;
}
.single #nav-above {
    display:none;
}
#sidebarPrimary {
	padding:5px;
	margin:0 10px 0 0;
	width:330px;
}
#sidebarPrimary ul {
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
}
#content.sidebarLeft {
	float:right;
	width:630px;
}
#theContent {
	padding:0 10px 0 10px;
}
#myAlternativeContent {
	height:200px;
}
.navigation {
	position:relative;
	width:100%;
	margin-bottom:50px;
}
.nav-previous {
	position:absolute;
	top:0;
	left:0;
	text-align:left;
	width:325px;
}
.nav-next {
	position:absolute;
	top:0;
	right:0;
	text-align:right;
	width:325px;	
}
.nav-next a, .nav-previous a {
	border-bottom:none;
}
.meta-nav {
	font-size:1.2em;
}
.entry-utility {
	margin:35px 0 10px 0;
	font-size:.9em;
	line-height:20px;
	background:#313131;
	border:1px solid #9e9e9e;
	padding:5px;
	text-align:center;
}
.comments {
	position:relative;
}
.comments ul {
	margin:0;
	padding:0;
}
.comments ul li {
	background:#313131;
	border:1px solid #9e9e9e;
	margin-bottom:5px;
	padding:5px;
}
.comment-header {
	display:block;
	height:80px;
}
.comment-author {
	display:inline;
}
.comment-author img {
	float:left;
	padding:0 10px 10px 0;
}
.comment-content {
	display:block;
}
#form-allowed-tags {
	margin:10px 0 10px 0;
	font-size:.9em;
	background:#313131;
	border:1px solid #9e9e9e;
	padding:2px;
	text-align:center;
}
.form-input input {
	margin-bottom:5px;
	background:#313131;
	color:#fff;
	border:2px solid #9e9e9e;
}
.form-textarea textarea {
	background:#313131;
	color:#fff;
	border:2px solid #9e9e9e;
}
#footer {
	text-align:center;
	background:url('http://www.projectindigenous.com/wp-content/themes/indigenous/images/border.png') no-repeat top left;
	width:1000px;
	margin-top:15px;
	padding-top:5px;
	color:#D7D7D7;
	font-size:1em;
}
#footer a {
	color:#D7D7D7;
	border-bottom:none;
}
#footer a:hover {
	color:#ea0000;
	text-decoration:underline;
}
#footer p {
	line-height:19px;
}
a {
	color:#fff;
	text-decoration:none;
	border-bottom:1px solid #fff;
}
a:hover {
	color:#ea0000;
	border-bottom:1px solid #ea0000;
}
img {
	border:none;
}
h1 {
	color:#d7d7d7;
	letter-spacing:3px;
	font-size:2.0em;
	font-weight:lighter;
	margin:5px;
}
h3 {
	color:#ea0000;
	padding-left:10px;
	border-bottom:1px solid #fff;
}
h2 {
	color:#ea0000;
	text-align:center;
}
.clear-content {
  height: 1px;
  clear: both;
  display: block;
}
.tweet {
	font-size: 1.2em;
	font-weight:bold;
	color:#d7d7d7;
}
.tweet .tweet_list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.tweet .tweet_list li {
    overflow: auto;
    padding: .5em; 
}
.tweet .tweet_list .tweet_avatar {
    padding-right: .5em;
    float: left; 
}
.tweet .tweet_list .tweet_avatar img {
    vertical-align: middle; 
}
.tweet .tweet_list li a {
	border-bottom:none;
}
.tweet .tweet_list li a:hover {
	border-bottom:none;
}
