* {
	margin: 0px;
	padding: 0px;
}
html,
body {
	text-align: center;
	direction:rtl;
}
body {
	background: #fff;
	font-family: 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	font-size: small; /* set base size here, use percentages of this size throughout the rest of the stylesheet */
	line-height: 140%;
}
p {font-size: 110%;}
h1 {font-size:200%;}
h2 {font-size:150%;}
h3 {font-size:140%;}
h4 {font-size:120%;}
h5 {font-size:100%;}
h1, h2, h3, h4, h5, h6, .heading {
	color: #0092ba;
}
.heading { /* for headings that don't have any real semantic value */
	font-size: 140%;
	font-weight: bold;
}
blockquote {
	margin: 0px 30px 0px 30px;
}
code {
	background:#F4F5F7;
	direction:ltr;
	text-align:left;
	border:1px dashed #CCC;
	padding:8px 12px 8px 36px;
	margin:5px 0;
	display:block;
}
p,
blockquote,
.post ul,
.post ol {
	margin-bottom: 1.5em;
}
input[type="text"] {
	border: 1px solid #0092ba;
}
input,
textarea {
	font-family: ;
	font-size: 100%;
}
a, a:active {
	color: #0092ba;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #669999;
}
a:hover,
a.emphasize:hover {
	color: #FF6600;
}
a.emphasize {
	color: #0092ba;
}
a img,
a img:hover {
	background: transparent;
	border: 0;
}
.float-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: left;
}

.float-right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	text-align: right;
}


div.heighten-53 {
	float: right;
    width: 1px;
    height: 53px;
}

/* Structural elements */
/* Positioning information goes here.  Colors, fonts, etc. should go in the individual sections. */
#page {
	margin: 0 auto; /* for centered layouts */
	/*overflow: hidden;*/
	padding-left: 10px;
	text-align: right;
	width: 970px;
}
#content {
	background: url('images/yellow-dots-vertical.png') left top repeat-y;
	float: right;
	/*overflow: hidden;*/
	padding-left: 35px;
	width: 600px;
}
#header {
	height: 85px;
	margin-top: 10px;
	/*overflow: hidden;*/
}

#navigation {
display:none;
}

#sidebar-header {
display:none;
}
.sidebar {
display:none;
}
#sidebar-secondary {	
display:none;
}
#sidebar-primary {
}
#footer {
display:none;
}

/* Header elements */
/* This section contains an image replacement technique and will need to be modified to call the right image and fit properly. */
#header #logo {
	background: url('images/yellow-dots-vertical.png') left top repeat-y;
	float: right;
	padding-left: 10px;
	width: 396px;
}
#header #rss {
	background: url('images/yellow-dots-vertical.png') right top repeat-y;
	float: left;
	padding-right: 20px;
	text-align: right;
	width: 240px;
}
#header #rss a.rss-link img {
	clear: both;
	float: left;
}
#header #rss .searchform {
	color: #0092ba;
	font-weight: bold;
	margin-top: 22px;
}
#header #rss .searchform #s {
	width: 131px;
}
#header #rss .searchform #searchsubmit {
	display: none;
}
#header #quote {
	color: #0092ba;
	float: right;
	font-size: 90%;
	line-height: 100%;
	/*overflow: hidden;*/
	padding: 0px 10px 0px 10px;
	width: 280px;
}
#header #quote p {
	margin-bottom: 1em;
}
#header #quote em {
	font-style: normal;
	text-transform: uppercase;
}
#header #quote strong {
	color: #FF9900;
	font-weight: normal;
}

#header #logo {
	height: 86px;
	/*position:fixed;*/
}

#header #logo h1 a,
#header #logo h2 a {
	color: #333333;
	display: block;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 1.4em;
	line-height: 90%;
	
}

#header #logo h1 a {
	font-family:impact;
	font-size:3em;
	color:#b2bcc0;
}
#header #logo h1 a span{
color:#0092ba;
}
#header #logo h2.description {
	text-transform: lowercase;
	font-size: 110%;
}

/* Navigation elements */
#navigation {
display:none;
}



#sidebar-header {
display:none;
}

.widget {
	display:none;
}
#sidebar-secondary .widget .heading {
	display:none;
}
#sidebar-primary .widget .heading {
	display:none;
}
.sidebar .widget .heading {
display:none;
}
.sidebar .widget .heading,
.sidebar .widget .heading a {
display:none;
}
.sidebar .widget ul {
display:none;
}
.sidebar .widget ul li {
display:none;
}
#searchform label,
#searchform-side label {
display:none;
}


/* Post elements */
.post {
	background: url('images/green-dots-horizontal.png') left top repeat-x;
	clear: both;
	margin-bottom: 25px;
	padding-top: 10px;
}
.post-header {
	background: url('images/meta-embelish.png') right center no-repeat;
	color: #0092ba;
	padding-right: 80px;
}
.post-header p {
	font-weight: bold;
	line-height: 120%;
	margin-bottom: 0px;
}

.post-header h1,
.post-header h2,
.pagetitle {
	font-size: 160%;
	line-height: 1em;
}

.post-header h1 a:link,
.post-header h2 a:link,
.post-header h1 a:visited,
.post-header h2 a:visited {
	color: #000;
}
.post-header a {
	color: #b2bcc0;
	text-decoration: none;
}
.post-header-wrapper {
	/*background: url('images/green-dots-horizontal.png') left bottom repeat-x;*/
	margin-bottom: 15px;
	padding-bottom: 7px;
}
.post p.heading,
.page p.heading {
	margin-top: 1.5em;
}
.post-ads {
	padding: 0px 0 20px 0;
	text-align: center;
}
.post-ads p {
	font-size: 80%;
	margin: 0 auto;
	text-align: right;
	width: 468px;
}
.single {
	background: transparent;
}
.interpost-nav {
	margin: 30px;
	text-align: center;
}
.interpost-nav .float-left {
}
.interpost-nav .float-right {
}
#content ul,
#content ol {
	margin-right: 30px;
}

/* Metadata elements */
.postmetadata {
	text-align: right;
}
.trackbackURL {
	font-size: 75%;
}

/* Comment elements */
#comments h3 {
	margin-top: 30px;
}
#comments .comment-meta {
	display: block;
	font-weight: bold;
	padding-bottom: 10px;
}
.comment {
	clear: both;
}

#comments .comment-list .alt,
div.landing_pages,
div.series_toc,
.wwsgd {
	background: #EAF6F6;
}
#comments .authorcomment { /* To emphasize replies from the author */
	background: #A3D7D7 !important;
}
#comments .authorcomment a {
	color: #000;
}
.comment-number {
	display: inline;
}
.comment-gravatar {
	float:left;
	margin: 10px 5px 5px 0px;
	padding: 3px;
	border: 1px solid #ccc;
	background: #fff;
}
.gravatar {
	
}
.postgrav {
	float: left;
	padding: 3px;
	margin-right: 5px;
	margin-left: 5px;
	border: 1px solid #ccc;
	background: #fff;
}
.comment-list cite {
	
}
.comment-content {
	
}


/* Footer elements */
#footer {
display:none;
}

/* Widget-specific elements */

/* Plugin-specific elements */
#DemoAndCodeBtns{
display:none;
}

div.warning{
background:#ffb1b1 url(images/failed.png) no-repeat scroll 99% center;
padding:10px 42px 10px 10px;
border:1px solid #e6e6e6;
}
#socialBtns{
display:none;
}
#comment,#commentform,#respond{
display:none;
}
#copyrights{
/*color:red;
font-size:63px;
left:50%;
position:fixed;
top:50%;*/
}