html{
	background: url(bg.png);
}
body{
	font-family: 'IBM Plex Sans Arabic', "Trebuchet MS", Helvetica, sans-serif;
	font-size: 22px;
	color: #333;
	width: 1000px;
	margin: auto;
	padding: 20px;
}
h1, h2, h3, #footer, #olang{
	font-family: 'Noto Kufi Arabic', "Trebuchet MS", Helvetica, sans-serif;
}
h1{
	font-size: 26px;
	margin: 0 15px 0 0;
}
h1 span{
	font-size: 27px;
}
h2{
	font-size: 24px;
	color: rgb(233, 69, 31);
	margin: 0;
	margin-top: 20px;
}
h3{
	font-size: 20px;
	color: rgb(233, 69, 31);
	margin: 0;
	margin-top: 15px;
}
#header{
	margin-right: auto;
	margin-left: auto;
}
#header img{
	display: inline-block;
}
table{
	*width: 100%;
}
table td{
	text-align: center;
	vertical-align: middle;
}
hr{
	height: 0px;
	border: 0;
	border-top: 2px solid #bbb;
	margin: 10px 0;
}
#container hr{
	margin: 20px 0;
	border-top: 2px dotted #ddd;
}
a{
	text-decoration: none;
	color: #428bca;
	font-weight: bold;
}
a:focus, a:visited{
	color: #2a6496;
}
a:hover{
	color: #f05033;
}
#hhr{
	margin-top: 0;
}
#container{
	width: 1000px;
	margin: auto;
	text-align: justify;
}
#olang{
	float: left;
	margin-top: -22px;
	padding-right: 5px;
}

#footer{
	margin-top: 20px;
	font-size: 80%;
	color: #333;
	font-weight: bold;
	text-align: center;
	line-height: 39px;
}
#footer div{
	display: inline-block;
    vertical-align: middle;
    height: 50px;
}
#social-buttons{
	display: inline-block;
	vertical-align: middle;
}
#social-buttons a{
	background: url('SocialIcons50x50.png') no-repeat;
	height: 51px;
	width: 50px;
	background-position: 0 0;
	display: inline-table;
	zoom: 75%;
}
#social-buttons a:hover{
	opacity: 0.7;
}
a#website-button{
	
}
a#github-button{
	background-position-y: -50px;
}
a#stackoverflow-button{
	background-position-y: -101px;
}
a#linkedin-button{
	background-position-y: -152px;
}
a#x-button{
	background-position-y: -202px;
}
a#instagram-button{
	background-position-y: -253px;
}
#code,#dir,.fn{
	font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;
	font-size: 15px;
	line-height: 15px;
	direction: ltr;
	margin: 1em 0;
	background-color: #333;
	border: 1px solid #E0E0E0;
	color: #FFF;
	width: 100%;
}
.fn{
	font-size: 18px;
    padding: 4px 6px;
    border-radius: 5px;
}
#dir{
	line-height: 17px;
	padding: 8px 0;
}
#code td{
	vertical-align: top;
	text-align: left;
}
#code .number, #code .n{
	color: #999;
	width: 16px;
	padding: 1px 3px;
	text-align: right;
}
#code .content{
	border-left: 1px dashed #999;
	padding-left: 0.5em;
}
#code .keyword{
	color: #FF587C;
}
#code .plain{
	color: #FFF;
}
#code .attr{
	color: #AEF355;
}
#code .string{
	color: #F3F360;
}
#code .func{
	color: #67DAE2;
}
#code .const{
	color: #AE7EE3;
}
#code .comment{
	color: #828270;
}
.note{
	font-size: 70%;
}