﻿,rg/*
Theme Name: Cloudy
Theme URI:
Description: WP Cloudy theme designed by <a href="http://www.aoemedia.de">AOE media GmbH</a>. Cloudy is a beautiful simple blog theme, designed for commercial and more technical blogs. Now also widget ready.
Version: 1.63
Author: AOE media GmbH
Author URI: http://www.aoemedia.de
Tags: two-columns, fixed-width, blue, custom-header
	By downloading and using this theme, you agree to the following terms:
    - All variations of this theme have to remain GPL
    - You may use this theme for personal or commercial projects
    - You may modify, translate or distribute

For support requests please contact: wordpress(at)aoemedia.com. Requests through other channels (website etc.) can unfortunately not be responded to.

*/

/* Reset styles
*******************************/
body{
	padding:0px;
	margin:0px
}
table {
border-collapse: collapse;
border-spacing: 0;
}
caption, th, td {
text-align:right;
font-weight: normal;
}

/* Main styles
*******************************/

body {
	background:url(img/body.jpg) 0 0 repeat #dff4ff;
	color: #646464;
	font-size: 75%;
	text-align:right;
	line-height:1.5em;
}

/* Default fonts
*******************************/
body,
input,
select		{ font-family: Tahoma, Arial, Helvetica, sans-serif; }
textarea,
pre,
code 		  { font-family:"Courier New", Courier, monospace; }
object, embed{
	margin:5px 0;
}
/* Header elements
*******************************/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight:bold;
  font-family:Arial, Helvetica, sans-serif;
}

h1 {
    font-size: 2.5em;
    color:#fff;
    line-height:1;
    font-family:Arial, Helvetica, sans-serif;
}
h2 {
    font-size: 1.5em;
    font-family:Arial, Helvetica, sans-serif;
}

h3 {
    font-size: 1.5em;
    padding-bottom:5px;
    color:#518cb1;
    font-family:Arial, Helvetica, sans-serif;
}
h4 { font-size: 1.3em; }
h5 { font-size: 1.2em; margin:0 0 3px; }
h6 { font-size: 1.1em; }

/* Text elements
*******************************/
p			  { font-size:10pt;}
p.img		  { margin:1em; padding:0; }

blockquote    {
    margin:0 1em 1em 0;
    padding:1px 10px;
    border-right:2px solid #B8E0FA;
    background-color:#FFFFFF;
}

/* ===== blockquote for post (hentry )*/
.hentry blockquote{
	background-color:#F5F5F5;
}
.hentry blockquote blockquote{
	background-color:#FFFFFF;
}
.hentry blockquote blockquote blockquote{
	background-color:#F5F5F5;
}
/* ===== blockquote for comment */

.comment blockquote{
	background-color:#FFFFFF;
}
.comment blockquote blockquote{
	background-color:#F5F5F5;
}
.comment blockquote blockquote blockquote{
	background-color:#FFFFFF;
}
.bypostauthor blockquote blockquote{
	background-color:#EBF7FE;
}
strong        { font-weight: bold; }
em            { font-style: italic; }
pre           { border: 1px solid #ddd; margin-bottom: 1.2em; padding:1.2em; }
ins           { text-decoration:none; } /*remove underline from text*/
del           { text-decoration:line-through; }

dl {
    line-height:1.2;
    margin-bottom:1.2em;
}

hr {
    color: #fff;
    background:transparent;
    margin: 0 0 0.5em 0;
    padding: 0 0 0.5em 0;
    border:0;
    border-bottom: 1px #000 dotted;
}

/*links*/
a:link,
a:visited,
a:focus,
a:hover,
a:active	{ color:#669DC4; text-decoration:none; cursor:pointer; }

a:hover		{ text-decoration: underline;}
a:visited	{}

a:active,
a:focus     {/* outline: 0; */} /*remove border in ff*/

/* decorate lists in posts */
.hentry ul,
.hentry ol {
    margin: 0 2em 1em 0;
    padding:0 5px 0 0;
}

.hentry ul li,
.hentry ol li {
   /* line-height:2;*/
   margin-bottom:5px;
}

/* Images
*******************************/
img 		{/* outline:0; */ border:0; }

/* Form styles
*******************************/
input, select, textarea {
/*	font-size:1.0em;by default font-size is bigger */
	vertical-align:baseline;
	margin-right:3px;
	font-family:Tahoma;
	font-size:12px;
	padding:2px;
	-moz-border-radius:2px;
	
}

input.text,
input.file { cursor:text; }

input.button, input.submit {
    cursor:pointer;
    color:#fefefe;
    border:0;
    background:url(img/header-search-button.gif) 0 0 repeat-x;
    font-weight:bold;
    padding:3px 12px 5px;
    text-align:center;
    height:22px;
}
input.button:hover,input.submit:hover{
	color:#669DC4;
}
input.button:focus ,input.submit:focus{
	background:transparent url('img/header-search-button.gif') repeat-x scroll 0 bottom;
}
input.radio,
input.checkbox { border: 0;padding: 0; }

/* Wordpress aligning
*******************************/
.aligncenter, .alignleft, .alignright{
	border:1px solid #D7F1FF;
	margin:5px 2px;
	padding:9px;
	-moz-border-radius:5px;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
    float:left;
    margin:3px 10px 2px 1px;
    display:inline;
    text-align:left;
}

.alignright {
   float: right;
   margin:3px 1px 2px 10px;
   display:inline;
   text-align:right;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption {
    border:1px solid #eee;
    text-align:center;
    padding-top:4px;
}
.wp-caption p.wp-caption-text {
    font-size:.92em;
    text-align:center;
}

/* Text align
*******************************/
.t-right 	{ text-align: right; }
.t-left 	{ text-align: left; }
.t-center 	{ text-align: center; }
.t-justify 	{ text-align: justify; }

/* Other
*******************************/
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.zoom {
    overflow:hidden;
}

/* Main styles
 *******************************/
#root {
    width: 980px;
    margin: 24px auto 0 auto;
    padding-bottom: 24px;
    direction:rtl;
}

/* Header
 *******************************/
#header {
    overflow: hidden;
}

#header .menu,
#header .search {
    background:url(img/header-menu-back.gif) 0 0 repeat-x #5B94BE;
}

#header .menu {
    float:right;
    width:667px;
    height:28px;
    padding:10px 20px;
    margin:0;
    list-style:none;
}

#header .menu li {
    float:right;
    background:url(img/header-menu-delim.gif) left 0 no-repeat;
}

#header .menu li.last {
    background:none;
}
#header .menu a {
    color:#fefefe;
    font-weight:bold;
    padding:0 14px;
    display:block;
    line-height:2.2;
}

#header .menu a:hover {
    text-decoration:underline;
}

#header .search {
    width:236px;
    height:20px;
    float:left;
    padding:14px 16px;
    font-size:0.92em;
}

#header .search label {
    color:#fff;
    padding-right:8px;
}

#header .search input.text {
    width:122px;
    border:1px solid #5286ab;
    border-right:0;
    border-bottom:0;
    padding:2px;
    color:#34668a;
    margin-right:8px;
}
#header .search input.text:focus{
	background-color:#ecf0f2;
}
#header .search input.button {
    color:#fefefe;
    border:0;
    background:url(img/header-search-button.gif) 0 0 repeat-x;
    font-weight:bold;
    width:51px;
    padding:1px 0;
    text-align:center;
    height:19px;
}
#header .search input.button:focus{
	background:transparent url('img/header-search-button.gif') repeat-x scroll 0 bottom;
}
#heading {
    margin-top:4px;
    width:707px;
    float:right;
    clear:both;
    height:150px;
    background:url('img/heading.png') 0 0 no-repeat;
   /* padding: 66px 156px 0 0; */
}

#heading a {
    color:#fff;
    text-decoration:none;
}

#heading .description {
    color:#fff;
    margin-top:10px;
}

#about {
    margin-top:4px;
    width:232px;
    height:114px;
    overflow:hidden;
    float:left;
    background:url(img/header-about-back.gif) 0 0 repeat-y #f9fdff;
    padding:18px;
}
#about h3{
	margin:0;
}
#about .signature {
    text-align:right;
    margin:0;
}

#main {
    margin-top:4px;
    clear:both;
    overflow:hidden;
}
/* =====    Sidebar   =====*/
#left-block {
    width:216px;
    float:right;
}
.widget ul,.widget ol{
	list-style:none;
}
.widget {
    background:#fff;
    padding:10px;
    margin-bottom:4px;
}

.widget h2 {
    padding-bottom:16px;
}
.widget h3{
	margin:5px 0;
	padding-right:5px;	
}
.widget ul {
    font-size:13px;
    margin:5px 0;
    padding-right:5px;
}
.widget ul.children {
    font-size:1em;
}

.widget li {
    padding:4px 15px 4px 0;
    background:transparent url(img/arrow.gif) no-repeat scroll right 9px;
}

li.current-cat {
    font-weight:bold;
}

li.cat-item {
	background-image:url(img/cat.gif) ;
}

.widget_archive li{
    background-image:url(img/cal.gif);
}

.widget_links li,
.meta li,
.blogroll li,
.widget_meta li {
    background-image:url(img/arrow.gif);
}

.widget input.text {
    border:1px solid #5286ab;
    border-right:0;
    border-bottom:0;
    padding:2px;
    color:#34668a;
    width:110px;
    font-size:.92em;
}
.widget input.text:focus{
	background-color:#ecf0f2;
}
.widget input.button {
    font-size:.92em;
    width:48px;
}

.widget .tags {
    line-height:1.4;
    border-bottom-style: 
}

#recentcomments {
    font-size:.92em;
}

li.recentcomments {
    background:transparent url(img/comment.gif) no-repeat scroll right 9px;
}


#wp-calendar {
    width:180px;
    font-size:.92em;
}

#wp-calendar caption {
    padding:0 0 4px 0;
    font-weight:bold;
}

#wp-calendar th,
#wp-calendar td {
    padding:2px;
    text-align:center;
}

#wp-calendar thead th {
    background:#eee;
}

#wp-calendar #prev {
    text-align:right;
    padding-top:4px;
}

#wp-calendar #next {
    text-align:left;
    padding-top:4px;
}

/* Content
 *******************************/
#main-block {
    width:760px;
    float:left;
}

#content {
    padding:0;
    min-height:400px;
    height:auto!important;
    height:400px;
}

.hentry {
	background-color:white;
	clear:both;
	margin-bottom:5px;
	padding:20px;
}
.post-meta{
	border-top:1px solid #BBBBBB;
	border-bottom:1px solid #BBBBBB;
	background-color:#F5F5F5;
	margin:20px 5px 5px;
	padding:5px;
	line-height:24px;
}
.adsense-post{
	margin:1px auto;
	width:468px;
}
.post-tags{
	margin-top:5px;
}
.hentry .entry a {
    color:#e08105;
}

.hentry .date {
    float:left;
    width:54px;
    height:43px;
    padding-top:11px;
    background:url(img/post-date.gif) 0 0 no-repeat;
    color:#669abb;
    font-size:1.67em;
    text-align:center;
    margin: 0 0 20px 0;
    text-transform:uppercase;
}

.hentry .date span {
    font-size:0.65em;
    display:block;
}

.hentry .title,
.hentry .postdata {
    margin-left:74px;
}

.hentry .page .title {
    margin-left:0;
}

h1.search-title{
	background-color:white;
	color:#3B73A4;
	font-size:24px;
	margin:0 0 5px;
	padding:25px 10px;
}
.hentry .title h2 {
    background:url(img/post-title-border.gif) 0 100% repeat-x;
    padding-bottom:8px;
    margin-bottom:8px;
}

.hentry .title a {
    text-decoration:none;
    color:#265a8b;
}

.hentry .title a:hover {
    color:#518cb1;
}

.hentry .postdata {
    font-size:0.92em;
}
.postdata span{
	margin-left:10px;
}
.hentry .category {
    background:transparent url(img/cat.gif) no-repeat scroll right center;
    padding-bottom:1px;
    padding-right:15px;
}

.hentry .comments {
    background:transparent url(img/comment.gif) no-repeat scroll right center;
    padding-bottom:1px;
    padding-right:15px;
}
/* ===  facebook & twitter Share   ===== */
.share{
	overflow:hidden;
	margin:30px 0 5px;
}
.snbutton{
	float:left;
	margin-right:10px;
	direction:ltr;
}
.snbutton.twittershare{
	margin-right:0;
}
.hentry .category,
.hentry .category a {
 /*   color:#91adc1;
*/}

.hentry .entry {
    clear:both;
    overflow:hidden;
}

.hentry .entry .more-link {
	color:#518CB1;
	float:left;
	font-weight:bold;
	margin:0 25px;
}
.facelike{
	display:block;
}

.syntaxhighlighter { /*  For SyntaxHighlighter plugin */
	direction:ltr;
}
/*=====    الصناديق السفلية في الصفحة الرئيسية  ====*/
#recent {
    margin-top:4px;
    background:#e7f5fe;
    overflow:hidden;
}

#recent .posts,
#recent .comments {
    width:312px;
    padding:0 32px 20px;
}

#recent .posts {
    float:right;
}

#recent .comments {
    float:left;
}

#recent .posts ul,
#recent .comments ul {
    font-size:.92em;
    line-height:1.2;
}

#recent .posts li,
#recent .comments li {
    margin-bottom:1.1em;
}

#recent a:hover{
	font-weight:bold;
}

/*======= Comments ============*/
#comments{
	padding:5px;
	background-color:#FFFFFF;
}
#comments h3{
	background-color:#F5F5F5;
	border:1px solid #BBBBBB;
	color:black;
	margin:10px 5px;
	padding:7px 10px;
}

#respond {
	padding-top:5px;
	margin:0 5px;
}
#respond h3{
	margin:10px 0;
}
/* comments navigation   */
#comments .navigation{
	margin:5px;
	padding:5px;
}
#comments .navigation .alignleft,#comments .navigation .alignright{
	margin:0;
	padding:0;
	border:none;
	float:none;
	display:block;
}

/*  comment list */ 
ol.commentlist, pinglist{
	list-style-type: decimal;
	padding:0 5px;
	list-style-position:inside;
	margin:12px 0 0;
}
ol.pinglist{
	margin:15 0 0;
}
li.comment{
    padding:18px 5px 18px 18px;
    margin-top:8px;
    background-color:#f5f5f5;
    border:1px #BBBBBB solid;
    list-style-type:none;
}
/* كاتب الموضوع    */
li.bypostauthor{
	border:1px #C7E7FC solid;
	background-color: #EBF7FE;
}

li.bypostauthor .commentmetadata{
    border-bottom:1px dashed #C7E7FC;
} 
li.bypostauthor img.avatar{
	border:1px solid #C7E7FC;
}

/* التعليقات الشجرية */
li.comment ul.children li{
	list-style-type:none;
padding-top:19px;
}
li.depth-1{
	list-style-type:decimal;
}
li.depth-1 > .comment-body {
	margin-top:-19px;
}

body.chrome li.depth-1 > .comment-body{
	margin:0 10px 0 0;
}
/* comment body */

img.avatar{
	border:1px solid #BBBBBB;
	float:left;
	margin:0 15px 4px 5px;
	padding:5px;
}
.comment-body{
	margin-right:20px;
}
cite.fn{
    font-weight:bold;
    font-style:normal;
}
span.says{
	display:none;
}
.commentmetadata {
    font-size:12px;
    border-bottom:1px dashed #BBBBBB;
    padding-bottom:20px;
}
.reply{
	font-size:12pt;
}
/* end comment body */

/* صندوق الرد */
input#email, input#url{
	direction:ltr;
}
input#email, input#url,input#author{
	color:#34668a;
}
#commentform input.text,
#commentform textarea {
    border:1px #C5C5C5 solid;
    border-right:0;
    border-bottom:0;
    padding:2px;
    color:#34668a;
    font-family:Tahoma;
    font-size:12px;
}
#commentform input.text:focus,
#commentform textarea:focus{
    background-color:#EBF7FE;
}
#commentform input.text {
    width:200px;
}

#commentform textarea {
    width:450px;
    margin-left:25px;
}
.open-id-connect{
	display:none;
}
/* === gallery ===*/
.wp-caption-text {
	margin:0;
	padding:0 2px;
}
/* Footer
 *******************************/
#footer {
    margin-top:10px;
    padding:4px 32px;
    font-size:.92em;
    overflow:auto;
    line-height:1.2;
  /*  background:url(img/cubes.gif) 705px 4px no-repeat;  */
}

#footer img {
	vertical-align:middle;
}

#footer .copyright {
    float:right;
}

#footer .links {
    float:left;
}

#footer .links a {
    padding-right:16px;
    margin-right:16px;
    background-repeat:no-repeat;
    background-position: right bottom;
}

#footer .rss {
    background-image:url(img/rss.gif);
    background-repeat:no-repeat;
}

#footer .login {
    background-image:url(img/login.gif);
    background-repeat:no-repeat;
}

#footer a.powered {
    padding:0;
}


/* =============     Coldform     =================   */


/* 
Coldskin #3 for Contact Coldform WordPress Plugin
@ http://perishablepress.com/press/2008/01/08/contact-coldform/ 
@ http://perishablepress.com/press/2008/01/15/contact-coldskins/ 
*/

div#coldform * {
	padding: 0;
	margin: 0;
}
div#coldform {
	background-color: #fff;
	margin: 12px 0;
	width: 600px;
	color: #333;
}
div#coldform fieldset {
	border: 0 none;
	display: block;
	clear: both;
}
div#coldform legend.hide {
	display: none;
}
div#coldform label.label ,div#coldform label.hide{
	margin: 12px 0px 6px 0px;
	text-align:right;
	display: block;
	border: 0 none;
	float:right;
	clear: both;
} 
div#coldform input.input {
	padding: 3px;
	float:right;
	clear: both;
	width: 50%;
}
input#coldform_carbon {
	float:right;
	clear: both;
}
div#coldform textarea#coldform_message {
	line-height: 1.5em;
	font-size: 12px;
	padding: 3px;
	float:right;
	clear: both;
	width: 80%;
}
div#coldform input.submit {
	margin: 6px 0 12px 0;
	padding: 3px;
	width: 25%;
}
div#coldform label.label2{
	margin-right:5px;
}

/* ALL YOUR CODE ARE BELONG TO POETRY */
