/*
Theme Name: Aloha 1.5 (760px)
Theme URI:  https://www.alohapalestine.com
Description: WordPress theme for Aloha Palestine (760px and all URLs https)
Site: alohapalestine.com
Version: 1.5
Author: Yohan Pathikirikorale
Modified By: Peter Philips and Christiaan Briggs
Created: 17 Nov 08
Updated: 12 Dec 08
Updated Again: 29 Dec 08
Updated Again: 3 Jan 09
Updated: 22 Jan 09
*/

/* General */
h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: white;
	margin: 0;
	padding: 0;
}

#container {
	width: 760px;
	margin: 0 auto;
	background-color: #F6F6F6;
	color: #666;
}

hr {
	display: none;
}

.alignleft {float: left;}
.alignright { float: right;}

/* Header */
#header {
	width: 760px;
	height: 135px;
/*	background-image: url(images/aloha_webheader_3.png);*/
	background-image: url(images/aloha-webheader-final-1.jpg);
}

#header h1 {
	display:none;
}

#headerDescription {
	float: left;
	font-family: Verdana, sans-serif;
	font-size: 72%;
	color: #66BA72;
	margin: 115px 0 0 20px;
}

/* Header languages menu */
#headerLangs {
}

#headerLangs ul {
	margin: 10px 2px 0 0;
	float: right;
	list-style: none;
}

#headerLangs ul li {
	float: left;
	text-transform: uppercase;
	font-size: 0.5em;
	display: inline;
	border-right: 1px solid black;
	padding: 0 8px;
}

#headerLangs ul li.last {
	border-right: none;
}

/* Header navigation menu 1 - top level */
#headerNav1 {
	clear: both;
}

#headerNav1 {
	list-style: none;
	float: left;
	width: 720px;
	padding: 0;
	margin: 0px 20px 0 20px;
	-moz-border-radius-topleft: 4px;
	-khtml-border-top-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-khtml-border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	border-width: 1px;
	border-style: solid;
	border-color: #BBB;                         /* The colour of top border of the navigation bar */
	background: url(images/menu-bg.png) repeat-x;
	border-bottom: 1px solid white;
}

#headerNav1 li {
	float: left;
	font-size:0.6em;
	text-transform: uppercase;
	text-align: center;
}

#headerNav1 li a, #headerNav1 li a:visited {
	display: block;
	width: 80px;                         /* The pixel width of each of the top-level menu tabs */
	letter-spacing: -0.05em;
	text-decoration: none;
	padding: 2px 3px;
	color: #07860A; 
	-moz-border-radius-topleft: 4px;
	-khtml-border-top-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-khtml-border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	border-right: 1px solid #98b577;
	background: url(images/menu-bg.png) repeat-x;
}

#headerNav1 li.current_page_item a, #headerNav1 li.current_page_parent a, #headerNav1 li a:hover, #headerNav1.news li.page-item-18 a {
	background: url(images/menu-bg-selected.png) repeat-x;
	border-bottom: 1px solid #83D688;
}
#headerNav2 li.page_item a, #headerNav2 li.page_item a:visited, #headerNav2 li.page_item a:hover{
	background: none;
}
/* Header navigation menu 2 - second level */
#headerNav2 {
	width: 720px;                      /* The total pixel width of the lower nav bar */
	height: 16px;
	margin: 0 20px;
	padding: 0;
	position: absolute;
	top: 153px;
	left: 0;
	display: none;
	list-style: none;
	
	-moz-border-radius-bottomleft: 4px;
	-khtml-border-bottom-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-khtml-border-bottom-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-width: 1px;
	border-style: solid;
	border-color: #07860A;
	border-top: none;
	background: url(images/menu-child.png) repeat-x;
}

#headerNav2 li {
	font-size:1em;
	text-transform: uppercase;
	text-align: center;
}

#headerNav2 li a, #headerNav2 li a:visited {
	display: block;
	width: 120px;                     /* The width of each tab in the lower nav bar in pixels*/
	letter-spacing: -0.05em;
	text-decoration: none;
	padding: 2px 0;
	color: white;
}

#headerNav2.news li a, #headerNav2.news li a:visited {
	width: 100px;                     /* The width of each tab in the lower news nav bar in pixels*/
}

#headerNav2 li.current_page_item a, #headerNav2 li a:hover, #headerNav2.news li.current-cat a {
	color: #1A8723;
}

/* CSS for hover effect w/ subnav */
#container{
	position: absolute;
	left: 15%;
}
#headerNav1 li.active ul{
	display: block;
}

#headerNav2 li.inactive ul{
	display: none;
}
#headerNav1 li.inactive:hover ul{
	display: block;
	z-index: 6000;
}

/* END CSS for hover effect w/ subnav */

	
/* Main content area */
#content {
	clear: both;
	float: left;
	width: 522px;
	margin: 20px 0 20px 20px;
	text-align: justify;
}

/* 
#content #contentPic { 
	width: 522px;
	height: 322px;
	-moz-border-radius-topleft: 4px;
	-khtml-border-top-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-khtml-border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-khtml-border-bottom-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-khtml-border-bottom-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border: 1px solid #ddd;
} */

#content .post {
	font-size: 0.8em;
	background-color: white;
	width: 482px;
	padding: 10px 20px;
	margin-top: 0;
	-moz-border-radius-topleft: 4px;
	-khtml-border-top-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-khtml-border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-khtml-border-bottom-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-khtml-border-bottom-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border: 1px solid #ddd;
}

#content #post-3 h2 {
	display: none;
}

#content #post-3 h3 {
	color: #C00000;
	font-weight: normal;
	font-size: 1.5em;
}

#content .post h2, {
	margin-bottom: 4px;
}

#content .post h3 {
	margin-bottom: 8px;
}

#content .post .entry {
	margin: 0;
	padding: 0;
}

#content img.alignright {
	margin: 0 0 6px 6px;
	padding: 4px;
	border: 1px solid #aaa;
}

#content a, #content a:visited {
	color: #666;
}

#content a:hover {
	text-decoration: none;	
	color: #AAA;
}
#content table{
 border: 0px solid black;
 width: 500px;
}
/* Content area languages list */

#content .entry ul.lang_switch {
/*	float: left;*/
	list-style: none;
	margin-bottom: 4px;
    margin-top: 5px;
    padding-left: 0px;/*PETE: fix for indent */
    height: 1em;
}

#content .entry ul.lang_switch li {
	float: left;
	/* padding: 0 5px; PETE: fix for indent*/
    padding: 0 2px; /* PETE: fix for indent */
	text-transform: uppercase;
	font-size: 0.6em;
	display: inline;
	/*border-right: 1px solid black; PETE: fix for indent*/
}

#content .entry ul.lang_switch li a {
	text-decoration: none;
}

#content .entry ul.lang_switch li a:hover {
	text-decoration: underline;
}


#myGallery {
	clear: both;
}

/* Sidebar */
#sidebar {
	float: right;
	width: 180px;
	margin: 20px 20px 0 10px;
}

#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar ul h2 {
	font-size: 0.8em;
	font-weight: normal;
	padding: 4px;
	margin-bottom: 4px;
	background: url(images/search-bg.png) repeat-x;
	color: #07860A;
	text-transform: uppercase;
	-moz-border-radius-topleft: 4px;
	-khtml-border-top-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-khtml-border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-khtml-border-bottom-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-khtml-border-bottom-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border: 1px solid #CCC;                     /* The colour of the border of the sidebar headings */
}

#sidebar ul li.widget, #sidebar ul li.categories {
	margin: 0;
	margin-bottom: 10px;
	padding-bottom: 4px;
	background-color: white;
	-moz-border-radius-topleft: 4px;
	-khtml-border-top-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-khtml-border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-khtml-border-bottom-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-khtml-border-bottom-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

#sidebar ul li ul {
	margin-left: 10px;
	font-size: 0.8em;
}

#sidebar ul li ul li {
	margin: 4px 0;
}

#sidebar ul li ul a {
	color: #666;
	text-decoration: underline;
}

#sidebar ul li ul a:hover {
	color: #aaa;
	text-decoration: none;
}

/* Sidebar search form */

#sidebar ul li#search label.hidden {
	display: none;
}

#sidebar ul li#search {
	font-size: 0.8em;
	font-weight: normal;
	height: 26px;
	padding: 8px 4px 0 4px;
	background: url(images/search-bg.png) repeat-x;
	-moz-border-radius-topleft: 4px;
	-khtml-border-top-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-khtml-border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-khtml-border-bottom-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-khtml-border-bottom-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border: 1px solid #CCC;                     /* The colour of the border of the search bar */
}

#sidebar #s {
	font-size: 0.8em;
	width: 100px;
}


#sidebar #searchsubmit {
	font-size: 0.8em;
}

/* Sidebar - Random quotes plugin */

#sidebar .quotescollection_randomquote {
	font-size: 0.8em;
	padding: 0 10px;
}

/* Footer */
#footer {
	clear: both;
	font-size: 0.6em;
	color: #444;
	border-top: 1px solid #888;
	padding: 3px;
	margin: 10px 20px 0 20px;
}

#footer p {
	margin: 0;
	padding: 0;
}

#footer a, #footer a:visited {
	color: #888;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/* Single news post */

#content #comment {
	width: 522px;
	height: 90px;
}


#content #respond {
	margin-top: 10px;
}

/* Endorsements page */
.endrs_ind, .endrs_org{
       font-size: 12px;
}
/* Mission Statement */
#mission_statement_list{
  margin:0 0 0 20px;
  padding:0;
}
#mission_statement_list li{
  margin-bottom: 10px
}
/*cforms styles */
#sendbutton3{
  margin: 0;
}