/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { padding: 0; margin: 0; }

body {	margin: 0; 	padding: 0;	color: #333;	background: #FFF url('../images/bgo.jpg') repeat-x;	text-align: center;		height: 100%; font-style:normal; font-variant:normal; font-weight:normal; line-height:1.5em; font-size:.80em; font-family:Trebuchet MS, sans-serif	;	direction:rtl;
	
}

/* links */
 a.main { background: inherit; color:#0000ff; text-decoration: none; }
 a:hover.main{ background: #FFF0F5; color: #006699; }

#logo a {
  text-decoration: none;
  background: inherit;
  color: inherit;    float:right;    direction:rtl;
}
#logo a:hover {
  text-decoration: none;
  background: inherit;
  color: inherit;
}
#logo a:visited {
  text-decoration: none;
  background: inherit;
  color: inherit;
}

#logo a {color: #777;}
#logo a:visited {color: #606060; }


a img {  
  text-decoration: none;
  background: #000;
}

a:hover img {  
  text-decoration: none;
  background: #000;
}


/* headers */
h1, h2, h3 {
	
	font:  1em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #777; /*#65944A;*/
	font-family: sans-serif, Verdana	;

}




h1 { font-size: 1.4em; }
h2 { font-size: 1.2em; text-transform: uppercase;}
h3 { font-size: 1.2em; }

p, h1, h2, h3 {
	margin: 10px 10px;
}

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;	
	color: #72A545;	
}
ul span, ol span {
	color: #333;
}

/* images */
img {
border: none;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;
  
  font: 500 1.1em/1.6em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-right: 3px solid #95B9C7;
  direction: rtl;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	text-align: right;
	margin: 5px 0;
  	padding: 20px;
  	display: block;
	overflow: auto;
  	
  	
  	background-color: #FAFAFA; 
	background-position: 8px 10px;
	border: 1px solid #f2f2f2; 
	border-right: 3px solid #364A5B;  
	font: bold 1.1em/1.5em "Trebuchet MS", Tahoma, sans-serif; 
	color: #666666;	
	direction: rtl;

}

/* form elements */
form {
	margin:10px; padding: 0;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 0px;
	border:1px solid #eee;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 2px 3px; 
	color: #333;	
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; 
	padding: 0;	
}
.searchform p { margin: 10px; padding: 0; }
.searchform input.textbox { 
	width: 130px;
	color: #333; 
	height: 20px;
	padding: 2px;	
	vertical-align: top;
}
.searchform input.button { 
	font: bold 12px Arial, Sans-serif; 
	color: #333;	
	width: 60px;
	height: 26px;
	border: none;
	padding: 3px 5px;	
	vertical-align: top;
}

/***********************
	  LAYOUT
************************/

#header-content, #content, #footer-content {
	width: 760px;
}

/* header */
#header {
	height: 120px;
	text-align: left;	
	direction: rtl;
}
#header-content {
	position: relative;
	margin: 0 auto; padding: 0;

}
#header-content #logo {
	position: absolute;	
	letter-spacing: -2px; 
	color: #FFF;
	/* change the values of left and top to adjust the position of the logo */
	top: 0; 
	right: 0px; 
	font-style:normal; 
	font-variant:normal; 
	font-weight:bold; 
	font-size:4em; 
	font-family:Trebuchet Ms, Sans-serif no-repeat;
}
#header-content #slogan {
	position: absolute;	
	text-transform: none;
	color: #FFF;		/* change the values of left and top to adjust the position of the slogan */
	top: 55px; right: 0px; font-style:normal; font-variant:normal; font-weight:bold; font-size:1.8em; font-family:Trebuchet Ms, Sans-serif 
	no-repeat;
}

#header-content #image {
float: right;
text-decoration: none;
position: absolute;
top: 5px;
right:10px;
padding: 0;

}

#header-content #image a img{
text-decoration:none;
}


/* header menu */

ul#menu 	{ width: 100%; height: 45px; background: #E0E0E0 url("../menu/images/menu-bg.gif") top repeat-x; font-size: 1.3em; font-family: "Lucida Grande", Verdana, sans-serif; 	font-weight: bold; list-style-type: none; margin: 0; padding: 0; }
ul#menu li { 	display: block; float: right; margin: 0 5px 0 0; position: relative; right: 20%;direction:rtl;}
ul#menu li a { 	height: 45px; color: #777; text-decoration: none; display: block; float: left; line-height: 200%; padding: 4px 19px 0px 0px; }
ul#menu li a:hover { 	color: #404040  ; }
ul#menu li a.current{ color: #FFF; background: #e0e0e0 url("../menu/images/current-bg.gif") top left repeat-x; padding: 5px 15px 0; }



/* header photo */
.headerphoto {
	margin:0 auto; 
	width: 770px;
	height: 100px;
	background: #FFF url('../images/ph-sized.jpg') no-repeat center;
	padding: 15px 10px 10px 10px; 
	padding-bottom: 10px;
	
	}

/* content */
#content-wrap {
	clear: both;
	float: center;
	width: 100%;
	
	
}

#content {
	text-align: right;	
	padding: 0;
	margin: 0 auto;	
}

 
/* main */
#main {
	float: left;
	width: 100%;	
	margin: 0 0 10px 0; padding: 0;	
	
}
#main h1 {
	padding: 10px 0 5px 5px;
	margin: 0 0 0 10px;
	border-bottom: 1px solid #f2f2f2; 	
}

#main p {
text-align:justify;
}



.post {
	margin: 0; padding: 0;
	background: #FFF url('../images/gradientbg.jpg') repeat-x;
	border: 1px solid #EFEDED
}
.post .post-footer {
	background-color: #FAFAFA;
	border: 1px solid #f2f2f2;
	padding: 5px; margin-top: 20px;
	font-size: 95%;
}
.post .post-footer .date {
	background: url('clock.gif') no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post .post-footer .comments {
	background: url('comment.gif') no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post .post-footer .readmore {
	background: url('page.gif') no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

.post-footer {
padding-top: 0;

}



/* footer */
#footer {
	clear: both;
	margin: 0; padding: 0;
	font: normal .95em/1.5em 'Trebuchet MS', Tahoma, Arial, sans-serif;
	text-align: left;	
background:#282828 ; color: #FF8C00;
}
#footer h3, #footer p  {
	margin: 0 0 0 160px;
	direction: rtl;
	font-size: 12px;
	padding-top: 0;
	padding-bottom: 0;	margin
}
#footer-border {
    margin:0 auto; 
	width: 770px;
	height: 0px;
	/*background: #FFF url('../images/appleslineheb.jpg') no-repeat center;*/
	/*padding: 15px 10px 0px 0px; */
}

#footer-content {	
/*	border-top: 1px solid #EAEAEA;*/
	margin: 0 auto;
	padding-left: 30px;
}
#footer-content a {
	text-decoration: none;
	color: #b0b0b0;	
}
#footer-content a:hover {
	text-decoration: none;
	color: #fff;
}
#footer-content ul {
	list-style: none;
	margin: 0; padding: 0;
}


/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; display:block;}
.align-left  { text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.gray  { color: #BFBFBF; }
.second-word { color: #8f8f8f;}
.rescue {line-height:144px; background: #fff;}

/******** category classes */

#body div.catagory{
	width: 100%;
	padding:20px 0 0 0;
	}
.gray-box{
	width:230px; float:right; margin: 0 0px 9px 10px;
	background: #F7F7F7; color:#4B2B3E; 
	padding-left:5px; padding-right:5px; padding-top:2px; padding-bottom:8px;	}

.gray-box h3{
	color:#696969;
	font-style:normal; font-variant:normal; font-weight:bold; line-height:35.5px; 
		font-size:1.8em; font-family:"Lucida Grande",Verdana,sans-serif; /*Georgia, Times New Roman, Times, serif; */
		padding-left:5px; padding-right:5px; padding-top:0; padding-bottom:0; direction:rtl;display:block;		width:100%;}

.gray-box h3 a{
text-decoration: none; color:#696969;}

.gray-box h5 a{
	color:#000000; text-transform:uppercase;
	font:bold 1.5em Georgia, "Times New Roman", Times, serif; text-decoration: none; direction:rtl; float:right;}
.gray-box h5 a:hover{
color: #686868; text-decoration:none;
}

.gray-box p{
	color:#4B2B3E; padding:0px 0 5px 0;
	font:normal 1.15em Georgia, "Times New Roman", Times, serif;	direction:rtl;
	}
.gray-box a.more{
	background:#ffffff url('../images/pink_more_btn.gif') no-repeat 0 0; 
	width:46px; height:11px; display:block; float:right;
	text-decoration:none; direction:rtl; margin:5px 5px 0 0;}
.gray-box a.more:hover{
	background:#FFFFFF url('../images/pink_more_btn_h.gif') no-repeat 0 0; }



.orange-box{
	width:230px; float:right; margin:0 10px 0 22px;
	background:#F7F7F7; color:#4B2B3E; 
	padding-left:5px; padding-right:5px; padding-top:2px; padding-bottom:10px}
.orange-box h3{
	color:#FF8c00;
	font-style:normal; font-variant:normal; font-weight:bold; line-height:38px; font-size:1.8em; 
	font-family:"Lucida Grande",Verdana,sans-serif;/*Georgia, Times New Roman, Times, serif;*/ direction:rtl;
	padding-left:5px; padding-right:5px; padding-top:0; padding-bottom:0; width:100%;}

.orange-box h3 a{
text-decoration: none; color:#FF8c00;}

.orange-box h5 a{
	color:#000000; text-transform:uppercase;
	font:bold 1.5em Georgia, "Times New Roman", Times, serif; text-decoration: none; float:right}
.orange-box h5 a:hover{
color: #686868; text-decoration:none;
}
.orange-box p{
	color:#4B2B3E; padding:3px 0 17px 0px;
	font:normal 1.15em Georgia, "Times New Roman", Times, serif;  ;direction:rtl;}/**/

.orange-box a.more{
	background:#FFFFFF url('../images/green_more_btn.gif') no-repeat 0 0; color:#000000;
	width:46px; height:11px; display:block; float:right;
	text-decoration:none; text-indent:-2000px;
	padding:0; line-height:0; direction:rtl; margin:5px 5px 0 0;}
.orange-box a.more:hover{
	background:#FFFFFF url('../images/green_more_btn_h.gif') no-repeat 0 0; color:#000000}

.blue-box{
	width:230px; float:right;
	background:#F7F7F7; color:#4B2B3E; 
	padding-left:0px; padding-right:5px; padding-top:2px; padding-bottom:10px}
.blue-box h3{
	color:#364A5B;
	font-style:normal; font-variant:normal; font-weight:bold; line-height:38px; font-size:1.8em; 
	font-family:"Lucida Grande",Verdana,sans-serif;/*Georgia, Times New Roman, Times, serif;*/ padding-left:0px; 	padding-right:0px; padding-top:0; padding-bottom:0;direction:rtl; float:right; width:100%; }
.blue-box h3 a{
	color:#364A5B;text-decoration:none;}
.blue-box h5 a{
	color:#000000; text-transform:uppercase;
	font:bold 1.5em Georgia, "Times New Roman", Times, serif;text-decoration:none; float:right;}
.blue-box h5 a:hover{
color: #686868; text-decoration:none;
}
.blue-box p{
	color:#4B2B3E; padding:4px 0 17px 0;
	font:normal 1.15em Georgia, "Times New Roman", Times, serif;direction:rtl;}
.blue-box a.more{
	background:#FFFFFF url('../images/blue_more_btn.gif') no-repeat 0 0; color:#000000;
	width:46px; height:11px; display:block; float:right;
	text-decoration:none; text-indent:-2000px;
	padding:0; line-height:0; margin:5px 5px 0 0;}
.blue-box a.more:hover{
	background:#FFFFFF url('../images/blue_more_btn_h.gif') no-repeat 0 0; color:#000000}	.floatRight {float:right;}.floatLeft:{float:left;}.spacer {min-height:30px; }
