﻿

#content-wrapper
{
	top: -30px;

    width: 100%;

    overflow: auto;
    position: relative;
    margin-top: 25px
}



#content-wrapper #body-nav
{

	white-space: nowrap;
	position: absolute;
	height: 72px;
	width: 1263px;
	top: 5px;
	right:40px;
	overflow: auto;
	background-image:url(../images/sss.png);
	margin:auto;
}

    #content-wrapper #body-nav h2
    {
        font-family: 'Droid Arabic Kufi', serif;
        color: white;
        display: inline-block;
        float: right;
        margin-top: 23px;
        margin-right: 150px;
        -webkit-text-shadow: 0px 1px 1px #af4240;
        text-shadow: 0px 1px 1px #af4240;
    }

   

#article-wrapper
{
    background: white;
    margin-top: 75px;
    padding: 50px;
    font-family: Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
    font-size: 15px;
    color: #495366;
    line-height: 25px;    
    overflow: auto;
}


#main-article
{
   
    float:right;
    width: 550px;
    margin: auto;
    margin-bottom: 10px;
}

    #main-article img
    {

        overflow: hidden;
        float: right;
        margin-right: 15px;
        border: 2px solid white;
        border-radius: 10px;
        -webkit-box-shadow: 1px 1px 5px #d8cdb7;
        box-shadow: 1px 1px 5px #d8cdb7;
    }

    #main-article article
    {
    }

#sidebar {
    float:right;
    width: 315px;
}

#latest-news {
    width : 315px;
    height: 400px;
}

#latest-news h3{
    font-family: Arial;
    color: #20417f;
    font-size: 13px;
    padding: 10px 0px;    
    border-bottom: 1px solid #f5ebd9;
}

.content {
    display: block;
    width: 100%;
    padding: 10px 0px;
    overflow: auto;
}

.content img {
    width: 100px;
    height: 90px;
    float:right;
    border: 2px solid white;
    margin-left: 10px;
    border-radius: 5px;
    box-shadow: 1px 1px 5px #d8cdb7;

}


.content h4 {
    font-family: Arial;
    color: #20417f;
}

.content article {
    float : right;
    width : 190px;
    font-family: Arial;
    color: #20417f;
    font-size: 14px;
    height: 80px;
    overflow: hidden;
    line-height: 20px;
}

.content a
{
    padding: 0px 20px;
    text-decoration: none;
    float: left;
    color: #e26607;
    margin-left: 8px;
    margin-top: 15px;
    font-size: 13px;
    -webkit-text-shadow: 0px 1px #ffffff;
    text-shadow: 0px 1px #ffffff;
}

.btnStyle{
	border: 1px solid #d1c8ae;
	border-radius: 7px;
	font-weight: bold;
	cursor: pointer;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjZTFkZGQxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjZDNjZGJhIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2cxKSIgLz48L3N2Zz4=);
	background-image: -webkit-gradient(linear, center top, center bottom, color-stop(0%, #e1ddd1), color-stop(100%, #d3cdba));
	background-image: -webkit-linear-gradient(top, #e1ddd1 0%, #d3cdba 100%);
	background-image: -moz-linear-gradient(top, #e1ddd1 0%, #d3cdba 100%);
	background-image: -ms-linear-gradient(top, #e1ddd1 0%, #d3cdba 100%);
	background-image: -o-linear-gradient(top, #e1ddd1 0%, #d3cdba 100%);
	background-image: linear-gradient(to bottom, #e1ddd1 0%, #d3cdba 100%);
	font-size: 18px;
}


#shares-wrapper
{
    clear: both;
direction:ltr;
}

.centeralizing-wrapper
{
    display: none;
    width: 1024px;
    margin: 0 auto;
}
.centeerlizing-wrapper{
    display: none;
    width: 950px;
    padding: 10px 0px 0px 10px;
    overflow: auto;
}

#search{
display:none;
}

#project li{
    margin: 8px 11px;
    padding: 5px 3px 0 3px;
    min-width: 156px;
    height:255;
    float: right;
    text-align: center;
    list-style: none;
    /* background:url('../images/project_bg.jpg') no-repeat; */
}

#regions #project li{
	width: 434px;
	height: 286px;
}

#project a{
    text-decoration: none;
    color:#FF7C00;
    font-weight: bold;
}
