html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
.social-ic{margin: 0 5px 0 5px;}
#social{margin: 15px 0; text-align:center;}
.fa-facebook:hover {color: #3b5998;}
.fa-linkedin:hover {color: #1c79b3;}
.fa-twitter:hover {color: #1da1f2;}
.fa-instagram:hover {color: #c13584;}
.fa-snapchat-ghost:hover {color: #fffc00;}
.fa-youtube:hover {color: #cd201f;}
.fa-flickr:hover{color: #0063dc;}
.fa-google-plus:hover{color: #d34836;}

a{text-decoration:none;}
.success-msg {
	font-size: 15;
	color: green;
	font-weight: bold;
}
.error-msg {
	font-size: 15;
	color: red;
	font-weight: bold;
}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #555; margin:0 0 20px 0; direction: rtl;}/* Add 5px bottom padding and a underline */
.underline-no-border{	padding:5px; margin:10px; direction: rtl; text-align: center;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:96%;}
/*img[width],img[height]{width:auto;height:auto;} wordpress hack to reset the attributes (while making responsive) */
body{
	font-family: 'JFFlatWeb', Arial, Helvetica, sans-serif;
	background: #000 url(../../images/bg.png);
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none; 
}
.wrap{
	width:100%;
}
article{
	font-size:14px;
	color:#999;
}
article,
article.underline{
	padding:20px 0;
	margin-bottom:0;
}
article.underline p{
	text-align: justify;
}

.underline:last-child{border-bottom:none;}
article img{
	margin:10px 0;
	padding:5px;
	border:1px solid #555;
	background:#2d2d2d;
}

.normal-img{
	margin:0px;
	padding:0px;
	border:0px;
}

a{ color:#4dc5ff;}
a:hover{ color:#ffe04d;}
/* headings */
h1, h2, h3, h4, h5, h6{
	font-weight:bold;
	color:#bbb;
}
h1,h2{line-height:24px;}
h1{
	font-size: 24px;
	margin:0 0 .2em 0;
}
h2{
	font-size: 18px;
	margin:0 0 .3em 0;
}
h3{
	font-size: 16px;
	margin:0 0 .4em 0;
}
h4{
	font-size: 14px;
}
h5, h6{
	font-size: 12px;
}
h4, h5, h6{
	margin:0 0 .6em 0;	
}
/* paragraph */
p{
	line-height:26px;
	margin:0 0 16px 0;
}
/* TextFormatting */
strong, b {
	font-weight: bold;
}
i, cite, em, var, address, dfn {
	font-style: italic;
}
small {
	font-size: smaller;
}
del {
	text-decoration: line-through;
}
ins {
	text-decoration: underline;
}
sup {
	vertical-align: super;
}
sub {
	vertical-align: sub;
}
sub, sup{
	font-size: smaller;	
}
code, kbd, samp, pre, .pre-text {
font-family: monospace;
}
q{
	display:inline;
}
q:before {
content: open-quote;
}
q:after {
content: close-quote;
}
address{
	line-height: 22px;
	margin:0 0 16px 0;
}
abbr[title]{
	border-bottom:1px dotted #565656;
}
/* blcokquote */
blockquote{
	margin:16px 0 16px 40px;
}
/* pre */
pre, .pre-text{
	display: block;
	white-space: pre;
	margin: 1em 0px;
word-wrap: break-word;
}
/* HTMl lists */
ul,ol,dl{
	display: block;
	margin:1em 0 1em 0;
}
ul, ol{
	padding-left: 40px;	
}
ul{
	list-style-type: disc;
}
ol{
	list-style-type: decimal;
}
dt, dd{
	display: block;	
	margin:0 0 0.5em 0;
}
dt{
	font-weight: bold;
}
dd {
	margin-left: 2em;
}
form label{
	font-size:12px;
	margin-bottom: 0.4em;
}
form input[type=text],
form input[type=password]{
	width:180px;
	
}
form input[type=text],
form input[type=password],textarea{
	-webkit-appearance:none;
	-moz-appearance:none;
}
form input[type="radio"]{
	position:relative;
	top:1px;
}
form div{
	margin:0 0 0.8em 0;
}
form textarea{
	height:80px;
}
.label-top label{
	display:block;
}
label.inline{
	display:inline-block;
}
form label span.red{
	color:#ff0000;
}
form input[type=submit]{
	cursor: pointer;	
}
form input[type=submit],
form input[type=text],
form input[type=password],
form textarea{
	padding:5px;
	width:100%;
}
form input,
form textarea,
form input[type=submit]{
	background:#2d2d2d;
	border:1px solid #4d4d4d;
	width:100%;
}
form input[type=submit]{
	width:100%;
	color:#FFE04D;
	padding:10px;
}
header{
	border-bottom:1px solid #5d5d5d;
}
header,
footer{
	background:#2d2d2d;
}
footer{
	border-top:1px solid #5d5d5d;
	padding:10px 20px 10px 20px;
	color:#777;
	font-size:12px;
}
footer p{
	margin:0;
}
.logo{
	float:left;
	padding:10px 0;
}
.logo img{
	display:block;
}
.options{
	float:right;
}
.options ul{
	margin:0;
	padding:0;
}
.options li{
	float:left;
	background:url('../images/options.png') no-repeat;
	width:60px;
	height:60px;
	display:inline-block;
	cursor:pointer;
	border-left:1px solid #444;
	text-indent:-1000em;
}
.options li.active,
.active{
	background-color:#1d1d1d;
}
.options li:first-child{
	background-position: 22px 20px;
}
.options li:last-child{
	background-position: -17px 20px;
}

.search-box{
	background:#5d5d5d;
	padding:5px;
	direction: rtl;
}
.search-box input[type=text],
.search-box input[type=text]:focus{
	width:84%;
	background:rgba(0,0,0,0.3);
	color:#6d6d6d;
	border:none;
	-webkit-appearance: none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.search-box input[type=text],
.search-box input[type=submit]{
	float:right;
	height:20px;
	display:block;
	-webkit-appearance: none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;	
}

.search-box input[type=submit]{
	width:40px;
	background:rgba(0,0,0,0.4);
	border:none;
	-webkit-appearance: none;
	color:#6d6d6d;
	font-size:16px;
	position:relative;
	height:30px;
	padding:0;
}
.search-box input[type=submit]:hover,
.search-box input[type=text]:hover{
	background:rgba(0,0,0,0.6);
}
.content{
	padding:20px;
}

article h2 a{ font-weight:normal;}
/* nav */
.menu{
	border-top:1px solid #5d5d5d;
	background:#1d1d1d;
	padding:10px;
	z-index:100;
}
.menu a{
	color:#666;
	font-size:14px;
	line-height:30px;
	display:block;
	font-weight: bold;
}
.menu a:hover{
	color:#aaa;
}
.menu li{
	border-bottom:1px solid #444;
}
.menu li:last-child{
	border:none;
}

/* article */
/* Date */
.date{
	font-size:10px;
}
.date span{
	display:inline-block;
	padding:0 5px;
	background:#ffe04d;
	color:#333;
	-webkit-border-radius:.3em;
	   -moz-border-radius:.3em;
			border-radius:.3em;
	margin:0 10px 0 0;
	line-height:18px;
}

/* post content and preview styling */
.post-preview{
	margin:7px 0 0 7px; 
	float:right;
	width:126px;
	height:126px;
	padding:0px 7px 7px 10px;
	border-left:1px solid #555;
}
.post-preview a,
.post-preview img{
display:block;
}
.post-preview img{
	margin:0;
	padding:7px;
	border:1px solid #333;
	background:#2d2d2d;
}
.post-content{
	direction: rtl;
	float:right;
	width:100%;

}

.comments li{
	padding-bottom:30px;
}
.comments li p{
	margin-bottom:5px;
}

.comment_data {
	font-size: 12pt;
	font-weight:bold;
	color: #339999 ; 

}

.news_body {
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	text-align: justify;
	vertical-align: middle;
	line-height: 25px;
	padding: 3px;
}

.comments_ul{
	width: 100%;
	list-style: none outside none;
	margin: 10px;
	padding: 15px;
	background:#1b1b1b;
	direction: rtl;
}


.ArtTitle {
	width:100%;
	color: #a83a39;
	font-size:18px;
	font-weight:bold;
	height: 35px;
	direction:rtl;
	text-align:right;
	text-decoration:none;
}
.TitleLine {
	width:96%;
	height:3px;
	background:#916219;
	border-right: solid #f7cf66 9px;
	margin-top:5px;
}

.no_data {
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
	text-align: center;
}

.latest-art{
	padding: 3px;
	background: #000;
}

#in td{
	border-collapse: collapse;
	border: 1px solid #505050;
	background: #333;
	direction: rtl;
	text-align: center;
	vertical-align: middle;
}
#cat-table td{
	border-collapse: collapse;
	border: 1px solid #505050;
	padding: 15px;
	background: #333;
	direction: rtl;
	text-align: center;
	vertical-align: middle;
}
#cat-table td:hover{
	background: #666;
}

#fit-div{
	width: 100%;
	position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
	box-sizing: border-box;
}
.names {
	font-size: 11px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
}
label{
	font-size: 18px;
	font-weight: bold;
	color:#999;
}

/*###		pagination		###*/

#pagination_area {
	position:relative;
	display:inline-block;
    width: 100%;
    margin: 0 auto;
	text-align:center;
	right: 20%;
}

.btn {
    display: inline-block;
    padding: 10px;
    border-radius: 5px; /*optional*/
    color: #aaa;
}

.page {
    display: inline-block;
    padding: 0px 9px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    color: #ccc;
    text-shadow: 0px 1px 0px rgba(255,255,255, 1);
}

.pagination.dark {
    background: #414449;
}

.page.dark {
    border: solid 1px #32373b;
    background: #3e4347;
    box-shadow: inset 0px 1px 1px rgba(255,255,255, .1), 0px 1px 3px rgba(0,0,0, .1);
    color: #feffff;
    text-shadow: 0px 1px 0px rgba(0,0,0, .5);
}

.page.dark:hover, .page.dark.gradient:hover {
    background: #3d4f5d;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#547085), to(#3d4f5d));
    background: -moz-linear-gradient(0% 0% 270deg,#547085, #3d4f5d);
}

.page.dark.active {
    border: none;
    background: #2f3237;
    box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .1);
}

.page.dark.gradient {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#565b5f), to(#3e4347));
    background: -moz-linear-gradient(0% 0% 270deg,#565b5f, #3e4347);
}


@media all and (min-width:640px) and (max-width:720px){
}
@media all and (min-width:480px) and (max-width:639px){	
	.post-content{
		width:100%;
	}
	.search-box input[type=text],
	.search-box input[type=text]:focus{
		width:90%;
	}
}
@media all and (min-width:320px) and (max-width:479px){
	.post-content{
		width:100%;
	}
}
@media all and (min-width:220px) and (max-width:319px){
	header{
		zoom:.8;
	}
	.content{
		padding:10px;
	}
	.post-content{
		width:100%;
	}
}
