/*
Theme Name: Aloha 1 (760px)
Theme URI:  https://alohapalestine.com
Description: WordPress theme for Aloha Palestine (760px)
Site: alohapalestine.com
Version: 1.0
Author: Yohan Pathikirikorale
Created: 17 Nov 08
Updated: 12 Dec 08
*/

/* 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/header.png);
}

#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 ul {
	list-style: none;
	float: left;
	width: 720px;
	padding: 0;
	margin: 20px 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 ul li {
	float: left;
	font-size:0.6em;
	text-transform: uppercase;
	text-align: center;
}

#headerNav1 ul li a, #headerNav1 ul 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 ul li.current_page_item a, #headerNav1 ul li.current_page_parent a, #headerNav1 ul li a:hover, #headerNav1.news ul li.page-item-18 a {
	background: url(images/menu-bg-selected.png) repeat-x;
	border-bottom: 1px solid #83D688;
}

/* Header navigation menu 2 - second level */
#headerNav2 {
	clear: both;
	width: 720px;                      /* The total pixel width of the lower nav bar */
	height: 16px;
	margin: 0 20px;
	padding: 0;
	float: left;
	-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 ul {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
}

#headerNav2 ul li {
	margin: 0;
	float: left;
	font-size:0.6em;
	text-transform: uppercase;
	text-align: center;
}

#headerNav2 ul li a, #headerNav2 ul 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 ul li a, #headerNav2.news ul li a:visited {
	width: 100px;                     /* The width of each tab in the lower news nav bar in pixels*/
}

#headerNav2 ul li.current_page_item a, #headerNav2 ul li a:hover, #headerNav2.news ul li.current-cat a {
	color: #1A8723;
}

/* 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: #CCC;
}

/* Content area languages list */

#content .entry ul.lang_switch {
	float: left;
	list-style: none;
	margin-bottom: 4px;
}

#content .entry ul.lang_switch li {
	float: left;
	padding: 0 5px;
	text-transform: uppercase;
	font-size: 0.6em;
	display: inline;
	border-right: 1px solid black;
}

#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: #ccc;
	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;
}