/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * Style Style Sheet - Defines the main look like colors and backgrounds
 * Not all style related CSS is included, only colors and backgrounds which may change for different theme styles
 */


/* Base
----------------------------------------------------------------------------------------------------*/

body { color: #000000; }

a { color: #000000; }


/* Layout
----------------------------------------------------------------------------------------------------*/

body#page { background: #1F2023; }

/* Blocks */
#block-toolbar {
	background: #eaecee;
	border-bottom: 1px solid #fff;
}

#block-main {
	border-bottom: none;
	background: url(https://salafiyyah.mv/images/backgroud/unnamed.png.jpg) repeat scroll transparent !important;;
}

#block-bottom {
	background-color: #2B2D2F;
	color: #b6babd;
}

/* Toolbar */
#toolbar { color: #444; }

/* Footer */
#footer {
	color: #59595B;
	text-shadow: 0 1px 0 rgba(0,0,0,0.15);
    ext-align: center !important;
}
#footer p {
    text-align: center !important;
}

/* Box Styling */
#menubar,
#content, 
.mod-box {
	-moz-box-shadow:
		inset 0 1px 0 rgba(255,255,255,1.0),
		0 1px 2px rgba(0,0,2,0.1);
	-webkit-box-shadow:
		inset 0 1px 0 rgba(255,255,255,1.0),
		0 1px 2px rgba(0,0,2,0.1);
	box-shadow:
		inset 0 1px 0 rgba(255,255,255,1.0),
		0 1px 2px rgba(0,0,2,0.1);
}

#block-bottom .mod-box {
	-moz-box-shadow:
		inset 0 1px 0 rgba(255,255,255,0.1),
		0 1px 2px rgba(0,0,2,0.15);
	-webkit-box-shadow:
		inset 0 1px 0 rgba(255,255,255,0.1),
		0 1px 2px rgba(0,0,2,0.15);
	box-shadow:
		inset 0 1px 0 rgba(255,255,255,0.1),
		0 1px 2px rgba(0,0,2,0.15);
}

.mod-box-color1,
.mod-box-color2 {
	-moz-box-shadow:
		inset 0 0 0 1px rgba(0,0,2,0.12),
		inset 0 0 30px rgba(0,0,2,0.1),
		0 1px 1px rgba(0,0,2,0.08);
	-webkit-box-shadow:
		inset 0 0 0 1px rgba(0,0,2,0.12),
		inset 0 0 30px rgba(0,0,2,0.1),
		0 1px 1px rgba(0,0,2,0.08);
	box-shadow:
		inset 0 0 0 1px rgba(0,0,2,0.12),
		inset 0 0 30px rgba(0,0,2,0.1),
		0 1px 1px rgba(0,0,2,0.08);
}


/* Menus
----------------------------------------------------------------------------------------------------*/


/* Modules
----------------------------------------------------------------------------------------------------*/


/* Tools
----------------------------------------------------------------------------------------------------*/


/* System
----------------------------------------------------------------------------------------------------*/
#logo {
    width: 100%;
    text-align: center !important;
    float: none !important;
}

#logo a {
    display: inline-block;
}

#logo img {
    margin: 0 auto;
    display: block;
}
