/* CSS Document */
/*
=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=
		Aboreihan Pages Stylesheet
=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=
*/
/* Add Fonts */
@import url(addFonts.css);
@import url(web-fonts-with-css/css/fontawesome-all.css);

/*css reset*/
html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquet,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,center,dl,dt,dd,ol,ul,li,
fieldset,form,lable,legend,
table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,canvas,details,embed,
figure,figcaption,footer,header,hgroup,
menu,menu,output,ruby,section,summary,
time,mark,audio,video{
	margin:0;
	padding:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
	direction:rtl;
	font-family:IranSans;
}

body{
	background-color:#F5F5F5;
}
.separate{
	clear:both;
}

h4{
	font-family:IranSansMedium;
	font-size:13px;
}

header{
	font-size:14px;
	font-family:IranSansMedium;
	padding:0px;
	margin:0px;
}
article{
	font-size:12px;
}
*{
	box-sizing:border-box;
}
*::after,*::before{
	box-sizing:border-box;
}
/* == Styling == */
#pageBody{
	width:960px;
	margin:0 auto;
}

/*
==============
	HEADER
==============
*/
#header{
	width:100%;
	background-color:#D0D0D0;
}

/*=== Logo Wrraper ===*/
#logo_wrraper{
	width:960px;
	margin:0 auto;
	box-sizing:border-box;
}

#logo_wrraper div{
	display:inline-block;
	margin-top:10px;
	box-sizing:border-box;
}

#aboreihan_logo{
	float:right;
}

#fani_logo{
	float:left;
}
#fani_logo::before{
	box-sizing:content-box;
	position:relative;
	content:"سازمان فنی و حرفه ای";
	font-size:12px;
	top:15px;
	font-weight:bolder;
	right:100px;
}

#logo_wrraper div img{
	height:80px;
	box-sizing:border-box;
	position:static;
}

#center_logo_part{
	position:relative;
	right:250px;
	top:20px;
}

#aboreihan_text_logo{
	font-size:100%;
}

#aboreihan_text_logo span{
	font-family:IranSansBold;
	color:#a50707;
	position:relative;
	top:-1px;
	font-size:105%;
}

#logo_description{
	font-family:IranSans;
	font-size:70%;
	position:relative;
	top:-5px;
}

/*===END Logo Wrraper END===*/

/*=== Menu ===*/
#menu_wrapper{
	clear:both;
	height:30px;
	line-height:30px;
	font-size:12px;
	margin:0 auto;
	width:960px;
}
#menu_wrapper ul li{
	list-style:none none;
	display:inline-block;
	float:right;
}

#menu_wrapper ul li a{
	text-decoration:none;
	color:#000000;
	font-family:IranSansMedium !important;
	padding:5px 10px;
	transition-delay:0.05s;
	transition-duration:0.00s;
	transition-timing-function:linear;
}

#menu_wrapper ul li a i{
	font-size:16px;
	vertical-align:middle;
}

#menu_wrapper ul li a:hover{
	background-color:#F0EBEB;
}
/*=== END Menu END ===*/
/*
==============
END	HEADER END
==============
*/

/*
===================
	Middle Part
===================
*/
#middle_part{
	margin-top:10px;
}
/* === Content === */
#content_wrapper{
	width:715px;
	display:inline-block;
	float:right;
	padding-left:5px;
}

.content{
	background-color:hsla(0,1%,69%,0.7);
	border-radius:2px;
	width:710px;
	padding:10px;
	margin-bottom:10px;
}

.content_header{
	padding-right:10px;
	padding-left:10px;
}

.content_article{
	padding-right:20px;
	padding-left:20px;
	margin-top:10px;
}

.content_paragraph{
	margin-bottom:10px;
}
/* ===END Content END=== */

/* === Sidebar === */

#sidebar{
	width:535px;
	display:inline-block;
	float:right;
	padding-right:5px;
	border-style: solid;
	border-radius: 10px;
	border-color: burlywood;
	

}
#aside{
	width:235px;
	display:inline-block;
	float:right;
	padding-right:5px;
}

	/*border-style: solid;
	border-radius: 10px;
	border-color: burlywood;
	*/


.side_post{
	background-color:hsla(0,1%,69%,0.7);
	border-radius:2px;
	padding-bottom:5px;
	padding-top:5px;
	margin-bottom:10px;
}
.side_post_title{
	margin-right:5px;
	margin-left:5px;
}
.side_post_content{
	margin-right:15px;
	margin-left:15px;
	font-size:12px;
}

/* ===END Sidebar END=== */


/*
===================
END	Middle Part END
===================
*/

/*
==============
	FOOTER
==============
*/


#copyright{
	text-align:center;
	font-size:12px;
}

#footer{
	width:100%;
	background-color:#D0D0D0;
	
	line-height:30px;
}
/*
==============
END	FOOTER END
==============
*/
