/*
Theme Name: HALO Theme
Theme URI: http://www.angelleye.com
Description: Custom Word Press theme for the HALO foundation
Version: 2.0
Author: Angell Eye
Tags: custom design.

Wordpress theme designed for the HALO foundation only.
*/

@charset "utf-8";
/* CSS Document */

* { padding: 0px; margin: 0px; }
body { background: #fff url(images/body-bg-repeat.png) repeat-x; font-family: Arial, Helvetica, sans-serif;}
a { color: #50a4b2; text-decoration: none; }
a:hover { }
a:visited { }

/*** LAYOUT ***/

#wrapper {

}

#container {

}

#header {
	background: url(images/header-bg-repeat.png) repeat-x;
	height: 167px;
}

#header-logo {
	background: url(images/header.png) repeat-x;
	height: 167px;
	width: 976px;
	margin: auto;
}

/** NAVIATION {PAGES} **/
/*#nav {
	height: 40px;
	padding: 120px 5px 0px 0px;
	text-align: right;	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#nav ul {
	display: inline;
	margin: 0;
	padding: 0;
	height: 1em;
}

#nav ul li {
	display: inline;
	font-size: 16px;
	padding: 3px 15px;
	font-weight: bold;
	text-align: center;
}

#nav ul li a {
	color: #000;
	text-shadow: 0.1em 0.1em 0.2em #999;
}*/

/**/
#nav{
   padding: 0;
   float: left;
   list-style: none;
   margin: 115px 0px 0px 200px;
   height: 40px;
}

#nav ul {
  padding: 0;
  float: left;
  list-style: none;
}
#nav a {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  line-height:34px;
  text-transform:uppercase;
  font-weight:700;
  display:block;
  margin-right:5px;
  text-decoration:none;
  padding:0 20px 0 20px;
  color: #000;
  text-shadow: 0.1em 0.1em 0.2em #999;
}

#nav li {
   float: left;
   line-height:27px; 
}

#nav li a:hover {
	background: none;
	color:#50daf7;
}

#nav li ul {
   position: absolute;
   width: 15em;
   left: -999em;
   padding-top:0px;
}
#nav li:hover ul, #nav li.sfhover ul {
   left: auto;
   z-index:1000; 
}
#nav li ul li {
    background: #f7f7f7;
 	border-bottom:1px solid #1e2527; 
 	border-left:1px solid #1e2527; 
 	border-right:1px solid #1e2527;   
 	line-height:18px; 
 	width: 150px;
}

#nav li ul li a {
	text-shadow: none;
}
/*********************/
#banner {
	background: #000;
	height: 300px;
}

#banner-media {
	background: url(images/banner.jpg) no-repeat;
	width: 976px;
	height: 299px;
	margin: auto;
}

#banner-branches {
	background: url(images/header_branches.jpg) no-repeat;
	width: 976px;
	height: 299px;
	margin: auto;
}

#banner-homes {
	background: url(images/header_homes.jpg) no-repeat;
	width: 976px;
	height: 299px;
	margin: auto;
}

#banner-volunteer {
	background: url(images/header_volunteer.jpg) no-repeat;
	width: 976px;
	height: 299px;
	margin: auto;
}
#banner-sponsors {
	background: url(images/header_sponsor.jpg) no-repeat;
	width: 976px;
	height: 299px;
	margin: auto;
}
#banner-judahnicaragua {
	background: url(images/header_judah_nicaragua.jpg) no-repeat;
	width: 976px;
	height: 299px;
	margin: auto;
}


#donation {
	float: left;
	width: 300px;
	margin-top: 153px;
	padding-left: 29px;
}
#banner-movie {
	float: right;
	width: 500px;
	margin-top: 0px;
	padding: 0px 20px 0px 0px;
	text-align: right;
}

#submenu {
	background: url(images/submenu-bg-repeat.png) repeat-x;
	height: 43px;
}

#submenu-links {
	width: 976px;
	margin: auto;
}

#submenu-links-social {
	float: left;
	width: 125px;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 35px;
}

#submenu-links-text {
	float: left;
	width: 760px;
	text-align: right;
	margin: 14px 0px 0px 25px;
	font-size: 14px;
	font-weight: bold;
}

#container {
	clear: both;
	width: 976px;
	margin: auto;
}

#content {
	float: left; 
	background: transparent url(images/content-circles.png) top right no-repeat;
	width: 694px;
}

#content-top {
	background: transparent url(images/content-top.png) no-repeat; 	
	height: 46px;
}

#content-body {
	background: transparent url(images/content-bg-repeat.png) repeat-y;
	padding: 0px 35px 0px 35px;
	line-height: 140%;
}

#content-body h2, #content-body h3, #content-body h1 {
	padding: 10px 0px 10px 0px;
	color: #50a4b2;
}

#content-body img {
	border: none;	
}

#content-body ul {
	margin-left: 10px;
	list-style-type: none;
}

#content-body ul li {
	/*background:transparent url('images/content-arrow.png') no-repeat scroll 0px 5px;*/
	padding: 0px 20px 5px 15px;
}

#content-bottom {
	background: transparent url(images/content-bottom.png) no-repeat;
	height: 48px;
}

#sidebar {
	float: left;
	background: transparent url(images/sidebar-circles.png) top left no-repeat;
	width: 270px;
	padding: 20px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#sidebar ul {
	padding: 0px 0px 5px 20px;
	list-style-type: none;
}

#sidebar ul li {
	background: transparent url('images/left-arrow.png') no-repeat scroll 0 0px;
	padding: 0px 0px 20px 20px;
	text-align: justify;
	color: #333;
}

#newsletter {
	background: transparent url(images/newsletter-bg.png) no-repeat;
	width: 246px;
	height: 129px;
	margin-left: 25px;
	padding: 10px 10px 0px 20px;
}

#footer {
	width: 979px;
	margin: auto;
	clear: both;
}

#footer-top {
	background: transparent url(images/footer-top.png) no-repeat;
	height: 43px;
}

#footer-menu {
	background: transparent url(images/footer-menu.png) no-repeat;
	height: 31px;
}

#footer-body {
	background: transparent url(images/footer-bg-repeat.png) repeat-y;
	padding: 0px 0px 0px 40px;
	float: left;
	width: 979px;
}

#footer-body-left {
	float: left;
	width: 600px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 0px 0px 20px;
}

#footer-body-left h1, #footer-body-left h2, #footer-body-left h3 {
	color: #73b6c1;
	padding: 5px 0px 5px 0px;
}

#footer-body-right {
	float: left;
	width: 210px;
	margin-right: 0px;
	padding: 15px 0px 0px 40px;
}

#footer-body-right img {
	padding: 5px;
	background: #73b6c1;
}

#footer-bottom {
	background: transparent url(images/footer-bottom.png) no-repeat;
	height: 45px;
	clear: both;
}

/*=================================*/

/*** CART VIEW ***/
#cartView {

}

#cartView-left{
	float: right;
	width: 80px;
	height: 27px;
	padding: 3px 0px 0px 5px;
}

#cartView-Right {
	float: right;
	border-right:
	1px dotted #d9d9d9;
	width: 140px;
	height: 27px;
	padding: 0px 0px 0px 5px;
}

#cartView-Products {
	width: 160px;
	text-align: center;
	float: right;
	clear: both;
	padding: 0px 14px 0px 0px;
}
/****** WORDPRESS ********/

p, li, .feedback {
	font: 90%/175% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: -1px;
}

/* classes used by the_meta() */
ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}

.credit {
	font-size: 11px;
	margin: 10px 0 0 0;
	padding: 3px;
	text-align: center;
}

.credit a:link, .credit a:hover {
	color: #fff;
}

.feedback {
	color: #ccc;
	text-align: right;
	clear: both;
}

.meta {
	font-size: .75em;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta, .meta a {
	color: #808080;
	font-weight: normal;
	letter-spacing: 0;
}

.storytitle {
	margin: 0;
}

.storytitle a {
	text-decoration: none;
}

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
	padding: .2em;
}

#commentform textarea {
	width: 99%;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}

#commentlist li .avatar {
	float: right;
	margin-right: 25px;
	border: 1px dotted #ccc;
	padding: 2px;
}

#menu {
	background: #fff;
	border-left: 1px dotted #ccc;
	border-top: 3px solid #e0e6e0;
	padding: 20px 0 10px 30px;
	position: absolute;
	right: 2px;
	top: 0;
	width: 11em;
}

#menu form {
	margin: 0 0 0 13px;
}

#menu input#s {
	width: 80%;
	background: #eee;
	border: 1px solid #999;
	color: #000;
}

#menu ul {
	color: #ccc;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding-left: 3px;
	text-transform: lowercase;
}

#menu ul li {
	font: italic normal 110% 'Times New Roman', Times, serif;
	letter-spacing: 0.1em;
	margin-top: 10px;
	padding-bottom: 2px; /*border-bottom: dotted 1px #ccc;*/
}

#menu ul ul {
	font-variant: normal;
	font-weight: normal;
	line-height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#menu ul ul li {
	border: 0;
	font: normal normal 12px/115% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: 0;
	margin-top: 0;
	padding: 0;
	padding-left: 12px;
}

#menu ul ul li a {
	color: #000;
	text-decoration: none;
}

#menu ul ul li a:hover {
	border-bottom: 1px solid #809080;
}

#menu ul ul ul.children {
	font-size: 142%;
	padding-left: 4px;
}


