html, address,
blockquote,
body, dd, div,
dl, dt, fieldset, form,
frame, frameset,
h1, h2, h3, h4,
h5, h6, noframes,
ol, p, ul, center,
dir, hr, menu, pre   { display: block; unicode-bidi: embed }
li              { display: list-item }
head            { display: none }
table           { display: table }
tr              { display: table-row }
thead           { display: table-header-group }
tbody           { display: table-row-group }
tfoot           { display: table-footer-group }
col             { display: table-column }
colgroup        { display: table-column-group }
td, th          { display: table-cell }
caption         { display: table-caption }
th              { font-weight: bolder; text-align: center }
caption         { text-align: center }
body            { margin: 8px }
h1              { font-size: 2em; margin: .67em 0 }
h2              { font-size: 1.5em; margin: .75em 0 }
h3              { font-size: 1.17em; margin: .83em 0 }
h4, p,
blockquote, ul,
fieldset, form,
ol, dl, dir,
menu            { margin: 1.12em 0 }
h5              { font-size: .83em; margin: 1.5em 0 }
h6              { font-size: .75em; margin: 1.67em 0 }
h1, h2, h3, h4,
h5, h6, b,
strong          { font-weight: bolder }
blockquote      { margin-left: 40px; margin-right: 40px }
i, cite, em,
var, address    { font-style: italic }
pre, tt, code,
kbd, samp       { font-family: monospace }
pre             { white-space: pre }
button, textarea,
input, select   { display: inline-block }
big             { font-size: 1.17em }
small, sub, sup { font-size: .83em }
sub             { vertical-align: sub }
sup             { vertical-align: super }
table           { border-spacing: 2px; }
thead, tbody,
tfoot           { vertical-align: middle }
td, th, tr      { vertical-align: inherit }
s, strike, del  { text-decoration: line-through }
hr              { border: 1px inset }
ol, ul, dir,
menu, dd        { margin-left: 40px }
ol              { list-style-type: decimal }
ol ul, ul ol,
ul ul, ol ol    { margin-top: 0; margin-bottom: 0 }
u, ins          { text-decoration: underline }
br:before       { content: "\A"; white-space: pre-line }
center          { text-align: center }
:link, :visited { text-decoration: none }
:focus          { outline: thin dotted invert }

/* Begin bidirectionality settings (do not change) */
BDO[DIR="ltr"]  { direction: ltr; unicode-bidi: bidi-override }
BDO[DIR="rtl"]  { direction: rtl; unicode-bidi: bidi-override }

*[DIR="ltr"]    { direction: ltr; unicode-bidi: embed }
*[DIR="rtl"]    { direction: rtl; unicode-bidi: embed }

@media print {
  h1            { page-break-before: always }
  h1, h2, h3,
  h4, h5, h6    { page-break-after: avoid }
  ul, ol, dl    { page-break-before: avoid }
}
::selection { background: #0078D7; color:#FFF; text-shadow:none !important; }
::-moz-selection { background: #0078D7;color:#FFF;text-shadow:none !important; }
/* @group Reset */
body{
	background: #FFF URL(bg.png);
	color: #000;
	font-family: rial,helvetica,sans-serif;
	font-size: 1.1em;
	text-align: justify;
	width: 95% ;
	margin-left: auto ;
	margin-right: auto ;
}
a{
	text-decoration: none;
	outline: 0;
	color: #004294;
}
a:hover{
	color: #FF4D3D;
	background:RGBA(255,255,255,0.2);
}
@font-face {
	font-family: "Ubuntu-R";
	src: url(./Ubuntu-R.ttf) format("truetype");
}
@font-face {
	font-family: "cursive_standard";
	src: url(./cursive_standard.ttf) format("truetype");
}
h1,h2,h3,h4,h5,h6 {
	font-family: "Ubuntu-R", sans-serif;
	color: #E83F00;
	text-shadow:1px 1px 0 #FFF,-1px -1px 0 #FFF;
}

h2 {
	color: #292929;
}

h3,h4,h5,h6{
	color: #292929;
}
/* #----------------- */
del{
	color: #BFBFBF;
}
cite{
	color: #4D4D4D;
	background: #FFFDD1;
	font-family: sans-serif;
}
p{
	text-align: justify;
}
em{
	background: RGBA(255,255,255,0.2);
	padding: 0 5px 0 5px;
	color: #111;
}

/* -------------------------class of pre-format--------------------------------- */
pre{
  background: #DBE7EA url(code.png) no-repeat scroll 5px 5px;
  font-family:"Bitstream Vera Sans Mono",Monaco,"Lucida Console",monospace;
  margin: 10px 5px;
  padding:10px 10px 10px 35px;
  color: #1A1A1A;
  border: 1px solid #bbb;
  width: 95%;
  overflow: auto;
  white-space: pre;
  text-shadow:1px 1px 1px #FFF;
  resize: both;
  overflow: auto;
}
pre:hover{
	background-color: #d6f1f9;
	z-index:10;
}
pre em, pre b, pre strong{
	outline:0.2em solid RGBA(255,0,0,0.2);
	outline-offset:0.1em;
}

.shellcode {
  background: #1A1A1A url(shell.gif) no-repeat scroll 5px 5px;
  color: #00FF08;
  text-shadow:1px 1px 1px #000,-1px -1px 1px #000;
}
.shellcode:hover {
  background: #101010 url(shell.gif) no-repeat scroll 5px 5px;
  color: #61FF00;
}

.php {
  background: #F3F3F3 url(php.png) no-repeat scroll 5px 5px;
  color: #1A1A1A;
}
.php:hover{ background-color: white }

div#content{
	width: 750px;
	margin: auto;
	padding: 30px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border: 1px #aaa solid;
	min-width:600px;
	max-width:99%;
	resize: both;
	overflow: auto;
	margin-top: 50px;
	background: #fff;
}
a#fitorec{
	background:#BFBFBF URL(meso_logo.gif) no-repeat;
	width:122px;
	height:122px;
	display:block;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	-o-border-radius: 0 0 10px 10px;
	border-radius:61px;
	z-index:10;
	position:absolute;
	border:5px solid #000;
	-webkit-box-shadow: inset 0 1px 0 #7A7A7A;
	-moz-box-shadow: inset 0 1px 0 #7A7A7A;
	-ms-box-shadow: inset 0 1px 0 #7A7A7A;
	-o-box-shadow: inset 0 1px 0 #7A7A7A;
	box-shadow: inset 0 0 20px #111,0 0 5px #AAA;
}
a#fitorec:hover{
	transform: rotate(375deg);
	transition: 1s transform;
}
.twitter-follow-button {
    margin-top: 30px;
}
.repo__updated{
	font-size: 0.8em;
}
#head{
	background: #333 URL(../img/join.png);
	width: 730px;
	height: 200px;
	margin: -30px 0 0 -30px;
	background-position: right top;
	border-bottom: 100px solid RGBA(0,200,190,0.6);
	-webkit-box-shadow: 0 1px 0 RGBA(0,65,82,0.7),0 1px 10px #00CAFF;
	   -moz-box-shadow: 0 1px 0 RGBA(0,65,82,0.7),0 1px 10px #00CAFF;
	    -ms-box-shadow: 0 1px 0 RGBA(0,65,82,0.7),0 1px 10px #00CAFF;
	     -o-box-shadow: 0 1px 0 RGBA(0,65,82,0.7),0 1px 10px #00CAFF;
	        box-shadow: 0 1px 0 RGBA(0,65,82,0.7),0 1px 10px #00CAFF;
}
