/*  
Theme Name: NAHA
Theme URI: http://naha-inc.org/
Description: A new theme for NAHA.
Author: Logic By Design
Author URI: http://logicbydesign.com/
Version: 1.0
Tags: green, tan, text-shadow
*/

/* Generic styling */
* {
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.alignleft {
	float: left;
	margin-right: 15px;
}

.alignright {
	float: right;
	margin-left: 15px;
}

.aligncenter {
	display: block;
	margin: 0 auto 20px;
}

/* Start site-specific styling */
body {
	/* background: #d2cfc3 url('images/body-bg.jpg') repeat-x top; */
	overflow-x: hidden;
}

/* "Back to Top" link */
#top {
	display: block;
	text-indent: -9999em;
	height: 0;
}

h1,h2,h3,h4,h5,h6 {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	text-shadow: 0 1px 1px #000000;
}
h1 {margin-bottom:10px;}
.entry-title, .entry-title a {
	color: #424141;
	text-shadow: 0 1px 0 #ffffff;
}

p, li, th, td {
	font-family: Georgia, serif;
	color: #292929;
	text-shadow: 0 1px 1px #ffffff;
	margin-bottom: 1em;
	line-height: 1.5em;
}

li {
	margin-bottom: 0;
}

.entry-content ul {
	list-style-type: disc;
	margin-left: 20px;
}

a {
	color: #c39950;
	text-shadow: 0 1px 1px #ffffff;
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}

hr {
	margin: 1em 0;
}

div.skip-link {
	height: 0;
	text-indent: -9999em;
}

/* HEADER */
#headerwrap {
	width: 100%;
	background: #27594e url('images/header-bg.jpg') no-repeat center top;
}

#header {
	height: 234px;
	width: 960px;
	margin: 0 auto;
}

#header a#logo {
	float: left;
	text-indent: -9999em;
	display: block;
	width: 555px;
	height: 184px;
	background: url('images/logo.png') no-repeat left top;
}

#header #headerdonate {
	display: block;
	width: 210px;
	height: 127px;
	padding-top: 57px;
	float: right;
}

#header #headerdonate a {
	display: block;
	width: 190px;
	height: 46px;
	margin: 0 auto;
	text-indent: -9999em;
	background: url('images/donatebutton-header.png') no-repeat left top;
}

#header #headerdonate p {
	display: block;
	margin: 7px auto 0;
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
	text-shadow: 0 -1px 1px #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#header #headerdonate p span {
	color: #d4c07a;
}

#headerbottom {
	display: block;
	height: 7px;
	width: 100%;
	background: url('images/header-bottom.jpg') repeat-x top;
}

/* NAVBAR */
#header #navbar {
	width: 954px;
	height: 48px;
	padding-top: 4px;
	margin: 0 auto;
	background: url('images/navbar-bg.jpg') no-repeat left top;
}

#header #navbar ul {
	list-style-type: none;
	width: 920px;
	margin: 0 auto;
}

#header #navbar ul li {
	display: block;
	height: 47px;
	float: left;
	margin-bottom: 1px;
	background: url('images/separator.gif') repeat-y right;
}

#header #navbar ul li a, #header #navbar ul li a:visited {
	text-decoration: none;
	color: #ffffff;
	font-family: "Helvetica", Tahoma, Arial, sans-serif;
	text-shadow: 0 -1px 0 #535353;
	font-size: 15px;
	display: block;
	height: 34px;
	padding: 13px 22px 0;
	margin-right: 2px;
	font-weight: normal;
	z-index: 10;
}

#header #navbar ul li a:hover {
	color: #dfcd90;
	background: url('images/navbar-hover.jpg') repeat-x top;
}

#header #navbar ul li a:active {
	color: #dfcd90;
	background: url('images/navbar-active.jpg') repeat-x top;
}

/* NAVBAR SUBMENUS */
#header #navbar ul li ul {
	position: absolute;
	left: -9999em;
	margin: 1px 0 0 0;
	padding: 0;
	width: 253px;
	border-left: 1px solid #aaa38c;
	border-right: 1px solid #aaa38c;
	border-bottom: 1px solid #aaa38c;
	z-index: 200;
}

#header #navbar ul li ul li {
	display: block;
	float: none;
	border: none;
	height: 39px;
	width: 253px;
	margin-bottom: 0;
	z-index: 201;
}

#header #navbar ul li ul li a, #header #navbar ul li ul li a:visited {
	display: block;
	height: 29px;
	width: 240px;
	padding: 10px 0 0 13px;
	margin: 0;
	background: url('images/submenu-bg.jpg') no-repeat left top;
}

#header #navbar li:hover ul {
	display: block;
	left: auto;
}

#header #navbar li:hover ul li a:hover {
	background: url('images/submenu-bg.jpg') no-repeat left bottom;
}

/* FOCUS AREA */
#focuswrap {
	width: 100%;
	background: #bcb6a3 url('images/focus-bg.jpg') no-repeat center top;
}

#focus {
	display: block;
	width: 960px;
	padding: 38px 0 18px;
	margin: 0 auto;
}

#focus #currentslide {
	position: relative;
	float: left;
	display: block;
	width: 512px;
	height: 330px;
	background: transparent url('images/focus-frame.jpg') no-repeat top left;
}

#focus #currentslide img {
	position: absolute;
	top: 7px;
	left: 7px;
}

#focus #focuscontent {
	float: right;
	display: block;
	width: 400px;
}

#focus #focuscontent h3 {
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 10px;
	background: url('images/content-separator.png') repeat-x bottom;
}

#focus #focuscontent .next {
	display: block;
	height: 240px;
}

#focus #focuscontent #focusdonate {
	display: block;
	width: 313px;
	height: 61px;
	margin: 30px auto 0;
}

#focus div#slidelist {
	display: block;
	width: 960px;
	margin: 18px auto 0;
	overflow: hidden;
}

#focus div#slidelist ul {
	list-style-type: none;
}

#focus div#slidelist ul li {
	float: left;
	position: relative;
	display: block;
	height: 120px;
	width: 232px;
	margin-right: 8px;
	overflow: hidden;
	background: transparent url('images/focus-thumb-frame.jpg') no-repeat left bottom;
}

#focus div#slidelist ul li.active {
	background: transparent url('images/focus-thumb-active.png') no-repeat left bottom;
}

#focus div#slidelist ul li a {
	position: absolute;
	top: 19px;
	left: 6px;
}

/* FOCUS (INNER PAGES) */
#focus p.quote, #focus p.quotemeta {
	text-align: center;
	text-shadow: 0 1px 0 #e0e0e0;
}

#focus p.quote {
	color: #000000;
	font-size: 18px;
}

#focus p.quotemeta {
	color: #1c4b41;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}

/* WRAPPER */
#outerwrap {
	background: #d1ccbe url('images/wrapper-top.jpg') repeat-x top;
	width: 100%;
	padding-top: 50px;
	overflow: hidden;
}

#wrapper {
	background-color: #d0cdc1;
	width: 960px;
	margin: 0 auto;
	padding-bottom: 25px;
}

/* MAIN CONTENT */
#content {
	display: block;
	width: 610px;
	float: right;
	overflow: hidden;
}

#content h2, #content h3 {
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	text-shadow: 0 1px 1px #ffffff;
	padding-bottom: 10px;
	margin-bottom: 28px;
	background: transparent url('images/content-separator.png') repeat-x bottom;
}

#content h3 em {
	font-size: 0.8em;
}

#content #recentphotos {
	margin-top: 35px;
}

#content #recentphotos div {
	padding-bottom: 4px;
	background: transparent url('images/content-separator.png') repeat-x bottom;
	margin-bottom: 10px;
}

#content #recentphotos div h3 {
	background: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

#content #recentphotos ul {
	list-style-type: none;
}

#content #recentphotos ul li {
	float: left;
	margin-right: 25px;
}

/* SIDEBAR */
#sidebar {
	float: left;
	width: 330px;
}

#sidebar ul {
	list-style-type: none;
}

#sidebar li.widget-container {
	width: 273px;
	padding: 10px 20px 24px;
	margin-bottom: 20px;
	background: transparent url('images/sidebar-bg.jpg') repeat-y top;
	border-top: 1px solid #88867e;
	border-bottom: 1px solid #88867e;
}

#sidebar .widget_recent_news div.boxheader {
	display: block;
	width: 288px;
	height: 38px;
	padding: 8px 16px 0;
	margin-bottom: 16px;
	position: relative;
	top: 2px;
	left: -24px;
	background: url('images/recentnews-header.jpg') no-repeat left top;
}

#sidebar .widget_recent_news div.boxheader h3 {
	float: left;
	color: #e0e0e0;
	text-shadow: 0 -1px 1px #04231c;
}

#sidebar .widget_recent_news div.boxheader a#viewallnews {
	display: block;
	width: 91px;
	height: 24px;
	text-indent: -9999em;
	background: transparent url('images/viewallnews.png') no-repeat left top;
	float: right;
}

#sidebar ul.newsitems li {
	display: block;
	width: 273px;
	overflow: hidden;
}

#sidebar ul.newsitems li p.date {
	text-transform: uppercase;
	display: block;
	width: 37px;
	height: 40px;
	padding: 10px 5px;
	background: transparent url('images/news-datebox.png') no-repeat left top;
	float: left;
	margin-right: 10px;
	color: #ffffff;
	text-shadow: 0 -1px 1px #0b1916;
	text-align: center;
	font-size: 15px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: 20px;
}

#sidebar ul.newsitems li h4 {
	margin: 10px 0 8px;
}

#sidebar ul.newsitems li a {
	color: #1c4b41;
	text-shadow: 0 1px 0 #ffffff;
	text-decoration: none;
	font-family: Georgia, serif;
	font-weight: normal;
}

#sidebar ul.newsitems li p {
	font-size: 12px;
}

#sidebar #donatewidget div.boxheader {
	display: block;
	width: 288px;
	height: 38px;
	padding: 8px 16px 0;
	margin-bottom: 10px;
	position: relative;
	top: 2px;
	left: -24px;
	background: url('images/donatewidget-header.jpg') no-repeat left top;
}

#sidebar #donatewidget div.boxheader h3 {
	color: #e0e0e0;
	text-shadow: 0 -1px 1px #04231c;
	margin-bottom: 0;
}

#sidebar #donatewidget h3 {
	color: #192929;
	text-shadow: 0 1px 0 #ffffff;
	margin-bottom: 16px;
}

#sidebar #donatewidget p {
	font-size: 12px;
}

#sidebar #donatewidget a {
	display: block;
	width: 266px;
	height: 34px;
	background: url('images/donatebutton-sidebar.png') no-repeat left top;
	text-indent: -9999em;
	margin-top: 24px;
}

/* Sioux Nation */

#sidebar #siouxnationwidget div.boxheader {
	display: block;
	width: 288px;
	height: 38px;
	padding: 8px 16px 0;
	margin-bottom: 10px;
	position: relative;
	top: 2px;
	left: -24px;
	background: url('images/donatewidget-header.jpg') no-repeat left top;
}

#sidebar #siouxnationwidget div.boxheader h3 {
	color: #e0e0e0;
	text-shadow: 0 -1px 1px #04231c;
	margin-bottom: 0;
}

#sidebar #siouxnationwidget h3 {
	color: #192929;
	text-shadow: 0 1px 0 #ffffff;
	margin-bottom: 16px;
}

#sidebar #siouxnationwidget p {
	font-size: 12px;
}

#sidebar #siouxnationwidget a {
	display: block;
	width: 266px;
	height: 34px;
	background: url('images/viewvideo-sidebar.png') no-repeat left top;
	text-indent: -9999em;
	margin-top: 24px;
}


/* PREFOOTER (area above footer and below main content area) */
#prefooter {
	display: block;
	width: 912px;
	background: transparent url('images/prefooter-bg.jpg') repeat-y center;
	border-top: 1px solid #87857e;
	border-bottom: 1px solid #87857e;
	margin: 0 auto 44px;
	padding: 15px 20px 10px;
}

#prefooter #ccmoreinfo {
	display: block;
	width: 442px;
	height: 36px;
	margin-top: 14px;
}

#prefooter h4 {
	color: #292929;
	font-size: 14px;
	text-shadow: 0 1px 1px #ffffff;
	margin-bottom: 1em;
}

#prefooter p {
	font-size: 13px;
}

/* FOOTER */
#footer {
	height: 392px;
	width: 100%;
	background: #19483e url('images/footer-bg.jpg') repeat-x top;
	padding-top: 14px;
}

#footer #footwrap {
	display: block;
	width: 960px;
	margin: 0 auto;
}

#footer #footernav {
	display: block;
	height: 30px;
	padding-top: 18px;
	overflow: hidden;
}

#footer #footernav ul {
	float: left;
	display: block;
	list-style-type: none;
	margin-top: -4px;
}

#footer #footernav ul li {
	float: left;
	margin-right: 20px;
}

#footer #footernav ul li a {
	color: #ffffff;
	text-shadow: 0 -1px 0 #193630;
	font-weight: bold;
	font-size: 13px;
}

#footer #footernav ul li a:hover {
	color: #dfcd90;
}

#footer #footernav #footertoplink {
	float: left;
	display: block;
	width: 67px;
	height: 29px;
	text-indent: -9999em;
	margin: -6px 16px 0 0;
	background: url('images/footer-topbutton.png') no-repeat left top;
}

#footer #footernav #footerdonate {
	float: left;
	display: block;
	width: 156px;
	height: 38px;
	text-indent: -9999em;
	margin-top: -11px;
	background: url('images/donatebutton-footer.png') no-repeat left top;
}

#footer #joinmailinglist {
	float: left;
	height: 60px;
	padding: 40px 0;
}

#footer #joinmailinglist h5 {
	text-transform: uppercase;
	margin-bottom: 7px;
}

#footer #gform_1 .gform_body, #footer #gform_1 .gfield, #footer #gform_1 .gform_footer {
	float: left;
}

#footer #gform_1 .gform_footer {
	width: 69px;
}

#footer #gform_1 input, #quantity-1 {
	width: 104px;
	height: 18px;
	padding: 12px 8px 8px 12px;
	margin-right: 5px;
	background: url('images/joinmailinglist-bg.png') no-repeat left top;
	border: none;
}

#footer #gform_1 input.button {
	float: left;
	display: block;
	width: 43px;
	height: 33px;
	text-indent: -9999em;
	margin: 3px 0 0 6px;
	background: url('images/joinmailinglist-submit.jpg') no-repeat left top;
	cursor: pointer;
}

#footer #gform_1 ul {
	list-style-type: none;
}

#footer #gform_1 .gfield_required {
	display: none;
}

#footer #footercontact {
	height: 50px;
	padding: 45px 0;
	float: right;
	text-transform: uppercase;
	padding-right: 90px;
	background: url('images/logo-small.png') no-repeat right center;
}

#footer #footercontact strong {
	text-transform: none;
}

#footer #footercontact strong a {
	color: #dfcd90;
	text-shadow: 0 -1px 1px #193630;
}

#footer #footerdisclaimer {
	padding-top: 15px;
}

#footer #footerdisclaimer p {
	color: #7e9e97;
	text-shadow: 0 -1px 1px #193630;
	font-size: 11px;
}

#footer #footerdisclaimer a {
	color: #dfcd90;
	text-shadow: 0 -1px 1px #193630;
	font-size: 11px;
}

#footer h4, #footer h5 {
	color: #ffffff;
	text-shadow: 0 -1px 1px #193630;
}

/* Styling / Fixes for specific pages */

/* Testimonials (Page ID 25) */
body.page-id-25 div.entry-content p {
	margin-top: 1em;
}

body.page-id-25 div.entry-content strong {
	display: block;
	width: 600px;
	text-align: right;
	text-shadow: 0 1px 0 #e0e0e0;
	color: #1c4b41;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}

/* Donations / Donate Today / Donate Now */
#shopp ul.breadcrumb, #shopp .price {
	display: none;
}

.page-id-224 #shopp h3 {
	text-indent: -9999em;
	display: block;
	width: 552px;
	height: 53px;
	background: url('images/progressbar-1.png') no-repeat left top;
}

.page-id-226 #shopp h2 {
	text-indent: -9999em;
	display: block;
	width: 552px;
	height: 53px;
	background: url('images/progressbar-2.png') no-repeat left top;
}

.page-id-226 #shopp #confirmpagebar {
	background: url('images/progressbar-3.png') no-repeat left top;
}

#cart table {
	width: 540px;
}

.money big {
	font-size: 32px;
	float: left;
}

#empty-button {
	text-indent: -9999em;
	display: block;
	width: 273px;
	height: 43px;
	background: url('images/changedonationamount.png') no-repeat left top;
	border: none;
	cursor: pointer;
}

#checkout-button {
	text-indent: -9999em;
	display: block;
	width: 161px;
	height: 43px;
	background: url('images/submitorder.png') no-repeat left top;
	cursor: pointer;
	border: none;
}

#confirm-button {
	text-indent: -9999em;
	display: block;
	width: 161px;
	height: 43px;
	background: url('images/confirmorder.png') no-repeat left top;
	cursor: pointer;
	border: none;
	margin-top: 40px;
}

#amountselect_input {
	display: block;
	width: 325px !important;
	padding: 10px 10px 0;
	height: 32px;
	background: url('images/amountselect.jpg') no-repeat left top;
	border: 0;
	border-radius: 0;
	font-size: 16px;
	text-shadow: 0 1px 0 #ffffff;
	float: left;
	margin-right: 16px;
}

#amountselect_container {
	height: auto !important;
	width: 343px !important;
	float: left;
	background-color: #ebebeb;
	border-left: 1px solid #bdbdbd;
	border-right: 1px solid #bdbdbd;
	margin-top: -16px;
}

#shopp #amountselect_container ul li {
	border-bottom: 1px solid #bdbdbd;
	height: 26px;
	width: 323px;
	padding: 2px 10px 0;
}

#shopp #amountselect_container ul li:hover {
	background-color: #235248;
	color: #ffffff;
	text-shadow: 0 -1px 0 #333333;
}

.page-id-224 #shopp span {
	color: #292929;
	font-family: Georgia, serif;
	line-height: 1.5em;
	margin-bottom: 1em;
	text-shadow: 0px 1px 1px #ffffff;
}

input.addtocart {
	display: block;
	width: 160px;
	height: 42px;
	text-indent: -9999em;
	background: url('images/addtocart.png') no-repeat left top;
	border: 0 solid #ffffff;
	cursor: pointer;
}

/* Checkout styling */
.page-id-226 div label {
	margin-bottom: 12px;
}

.page-id-226 #billing-address, .page-id-226 #billing-xaddress {
	width: 590px;
	height: 28px;
	padding: 10px 10px 0;
	background: url('images/inputbg-610.png') no-repeat left top;
	border: none;
}

.page-id-226 #billing-card, .page-id-226 #billing-cardholder, .page-id-226 #billing-city, .page-id-226 #billing-postcode {
	width: 266px;
	height: 28px;
	padding: 10px 10px 0;
	background: url('images/inputbg-286.png') no-repeat left top;
	border: none;
}

.page-id-226 #company, .page-id-226 #email, .page-id-226 #phone {
	width: 160px;
	height: 28px;
	padding: 10px 10px 0;
	background: url('images/inputbg-180.png') no-repeat left top;
	border: none;
	margin-right: 10px;
}

.page-id-226 #firstname, .page-id-226 #lastname {
	width: 104px;
	height: 28px;
	padding: 10px 10px 0;
	background: url('images/joinmailinglist-bg.png') no-repeat left top;
	border: none;
	margin-right: 8px;
}

.page-id-226 #billing-cardexpires-mm, .page-id-226 #billing-cardexpires-yy, .page-id-226 #billing-cvv {
	width: 40px;
	height: 28px;
	padding: 10px 10px 0;
	background: url('images/inputbg-60.png') no-repeat left top;
	border: none;
}

.thumb img{border:5px solid #FFF;}

#badgebar {
	list-style-type: none;
	background: #FFF;
	border:4px solid #D1CCBE;
	width:  700px;
	margin: 10px auto;
	padding: 10px 0 10px 10px;
}

#badgebar li {
	display: block;
	float: left;
	margin-right: 10px;
}

#badgebar li img {
	display: block;
	margin: 0 auto;
}
#order-data-Comments {
	width:575px;
	height:120px;
	padding:15px;
	font-size:15px;
	
}
