/* This CSS file is created for you to create or override any of the existing CSS styles used in this theme */
/* RGB 213/245/169 */

body {
	background-color: #93A874;
}

/* Header */

div#header {
	background-color: #D5F5A9;
        border-bottom: none;
}

/* colors for the header in Arars Theme -> Theme Options -> Design */


/* Top navigation menu */
ul.menu a {
	color: white;
}


/* The box/wrapper that all the widgets and content are in */
div#main {
	background-color: #027115;
	background-color: #D5F5A9;
}


/* That box around the main featured article */
.featured {
	margin: 0 10px 20px 0;
	height: 250px;
	border: 5px solid #A89B74;
}

/* Other featured article */

.posts-default .post {
	margin-right: 10px;
	margin-left: 25px;
}