/* -----------------------------------------------------
All
----------------------------------------------------- */
.widget-area{   
   display: block;
}

.widget-area .widget {
    margin-bottom: 30px;
    text-align: center;
}
.widget-area .widget p {
    text-align: center;
}
/* -----------------------------------------------------
Recent Post
----------------------------------------------------- */
.widget_recent_entries li a{
    color: #000000;
    transition: color 400ms;
    -moz-transition: color 400ms;
    -webkit-transition: color 400ms;
    -o-transition: color 400ms;
}
.widget_recent_entries li {
    border-bottom: 1px dashed #CACACA;
    background: url("images/small_content_circle.png") no-repeat scroll 100% 50% transparent;
    padding: 12px 30px 12px 0px;
	text-align: right;
	direction:rtl;
}


.widget_recent_entries li a:hover {
    color: #000066 !important;
}
/* -----------------------------------------------------
Search
----------------------------------------------------- */
.widget_search input {
    padding: 16px;
    border: 1px #c4c4c4 solid;
    display: block;
    background: url('images/medium_widget_loupe.png') no-repeat 100% 50%;
    background-color: #ffffff;
    width: 100%;
}
/* -----------------------------------------------------
Comments
----------------------------------------------------- */
.recent-comments-widget li {
    color: #000000;
    border-bottom: 1px #cacaca dashed;
    background: url('images/small_widget_comment_bubbles.png') no-repeat 0 50%;
    padding: 12px 0 12px 20px;
}
/* -----------------------------------------------------
Tags
----------------------------------------------------- */
.tags-widget .tagcloud > div {
    background: url('images/medium_widget_tag_bg_normal.png') no-repeat;
    background-size: 100% 100%;
    
    margin-bottom: 8px;
    margin-right: 8px;
    float: left;
    display: block;
    transition: background 400ms;
    -moz-transition: background 400ms;
    -webkit-transition: background 400ms;
    -o-transition: background 400ms;
}
.tags-widget .tagcloud > div:hover{
    background: url('images/medium_widget_tag_bg_hovered.png') no-repeat;
background-size: 100% 100%;
}
.tags-widget .tagcloud > div a {
    display: block;
    padding: 8px;    
    transition: color 400ms;
    -moz-transition: color 400ms;
    -webkit-transition: color 400ms;
    -o-transition: color 400ms;
}
.tags-widget .tagcloud > div a:hover {
    color: #ffffff;
}
/* -----------------------------------------------------
Portfolio widget
----------------------------------------------------- */
.portfolio-widget .portfolio-element{
  width: 300px;
  min-height: 310px;
}
/*-------------------------------------------------------
modal popup
--------------------------------------------------------*/

a[name="modal"]
{
    text-decoration:none;
    font-size:25pt;
}

#mask {
  position:absolute;
  z-index:9000;
  background-color:#000;
  display:none;
  top:0px;
  left:0px
  
}
  
#boxes .window {
  position:fixed;
  width:70%;
  height:auto;
  display:none;
  z-index:9999;
  padding:20px;
  background: #fff;
}
.close {
	float:left;
	padding:5px;
}
.window b{
	float:right;
	direction:rtl;
	text-align:right;
}

#boxes #Gallery {
    width: 65%;
    background: none repeat scroll 0% 0% #FFF;
}
.img{
	float:right;
}
.img img {
padding: 15px 15px 15px 190px;
float:right;
    width: 100%;
    padding:15px 15px 0;
}
.text{
	float:left;
	text-align:justify;
	direction:rtl;
	display:block;
	padding:20px 10px;

}
.text h2{
	display:block;
	color:#CC0000;
	font-weight:bold;

}
.text a{
	float: left;
	display:block;
    margin: 10% 0 0 0;
}
.text a:hover{
	color:#00C;

}
p.reademore {
    padding: 15px;
    border: 4px double #CCC;
    border-radius: 5px;
}
/*-------------------------------------------------------
modal popup
--------------------------------------------------------*/
.imge img {
	width:100%;
}
.video video {
	width:100%;
}
.video poster img{
	width:100%;
}
.scroll{
	padding:0px 0 0 10px ;
}
.widget_recent_entries3 li a{
    color: #000000;
    transition: color 400ms;
    -moz-transition: color 400ms;
    -webkit-transition: color 400ms;
    -o-transition: color 400ms;
}
.widget_recent_entries3 li {
    border-bottom: 1px dashed #CACACA;
    background: url("images/small_content_circle.png") no-repeat scroll 95% 50% transparent;
    padding: 12px 0px 12px 0px;
	 
}
.widget_recent_entries3 li  {

.widget_recent_entries3 li a:hover {
    color: #000066 !important;
}
