/*  
Theme Name: The Return of Navajo Boy Theme
Theme URI: http://www.navajoboy.com
Description: This is the theme for the Return of Navajo Boy website
Version: 1.0
Author: Arlen Parsa/Groundswell Educational Films
Author URI: http://groundswellfilms.org

*/


body, h1, h2, h3, h4, h5, h6, blockquote, p{
    margin: 0;
    padding: 0;
}

body{
    margin: 0;
    font-family: Arial, Helvetica, Georgia, Sans-serif;
    font-size: 13px;
    text-align: left;
    vertical-align: top;
    background: #d4a877;
    color: #000000;
    background-image:url('images/bg4.jpg');
background-repeat:repeat-x;
background-position:top left;

}

h1{
    font-family: Georgia, Sans-serif;
    font-size: 50px;
    padding: 0 0 10px 0;
    text-decoration:none;
    color:white;
}

h1 a {
text-decoration:none;
color:white;
}

h1 a:visited {
text-decoration:none;
color:white;
}

h1 a:hover {
text-decoration:none;
color:white;
}

h1 a:active {
text-decoration:none;
color:white;
} 

a:link, a:visited{
    text-decoration: underline;
    color: #993333;
}

a:hover{
    text-decoration: none;
}

#wrapper{
    margin-left:90px;
    width: 850px;
    background-color: white;
}



#navbar{
    margin: 0 auto 0 auto;
    width: 850px;
    padding-top:15px;
    height:15px;
    padding-bottom:10px;
    background-color: #993333;
    text-transform:uppercase;
}

#navbar a{
color: #ffffff;
text-decoration:none;
}

#navbar a:hover{
color: #eecc99;
text-decoration:none;
}

#front-page-container{
    text-align: left;
    width: 810px;
    background-color: fff;
    padding-left:20px;
}

#container{
    text-align: left;
    width: 800px;
    background-color: fff;
    padding: 20px 20px 0 20px;
    margin-left:10px;
}

.post{
padding: 10px 0 0 0;
background-color:white;
}

img{
    border:0px;
}

blockquote{
    margin:20px 10px 5px 10px;
    border: 0px solid #ccc;
    padding: 0px 10px 10px 10px;
}


.post h2{
font-family: Georgia, Sans-serif;
font-size: 28px;
}

.entry{
float:left;
width: 520px;
line-height: 18px;
overflow:hidden;
font-size: 15px;
}

p.postmetadata{
border-top: 1px solid #ccc;
margin: 10px 0 0 0;
}

.navigation{
padding: 10px 0 0 0;
font-size: 14px;
font-weight: bold;
line-height: 18px;
}

p{
padding: 10px 0 0 0;
}

#footer{
    clear: both;
    width: 900px;
    padding-bottom:20px;
    margin-bottom:40px;
}

.sidebar{
float: left;
width: 200px;
padding:10px;
text-align:left;
line-height: 25px;
text-alignment: justify;
}


.comments-template{
	margin: 120px 0 0;
	border-top: 0px solid #ccc;
	padding: 10px 0 0;
	width:500px;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

h3{
margin-top:10px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}



/*  

branding bar form css

*/

form, form fieldset input, form fieldset textarea, form label {
	font-family: Helvetica, Arial;
	font-size: 10pt;
}
form span { position: relative; margin: 0px 0;}
form span label { position: absolute; top: -3; left: 2;}
form span br {display: none;}


form fieldset span input,
form fieldset span textarea {
	display: block;
	padding: 4px;
	width: 150px;
	margin: 0;
}

form fieldset span label {
	width: 154px;
	display: block;
	margin: 5px 5px 5px 0px;
	padding: 0;
}

form fieldset span textarea {
	padding: 10px;
	width: 150px;
}

form fieldset span textarea,
form fieldset span input {
	border: solid 0px #ccc;
}

form fieldset{
    border:0px solid blue;
    width:330px;
}

form fieldset span input{
    margin-left:-10px;
}
