

/** 	COLOR 			**/


.website-header {
border-color:#94726e;
}

.top_menu li, .social-links {
background-color:#94726e;
}

@media screen and (max-width: 979px) {

	.top-header {
	background-color:#94726e;
	border-radius : 0 0 6px 6px;
	padding: 0 6px;
	}

}

.drop-down li a, .drop-down li span,
.drop-down li li.active > a, .drop-down li li.active > span, .drop-down li li:hover > a, .drop-down li li:hover > span {
color:#94726e;
}

.drop-down li.active > a, .drop-down li.active > span, .drop-down li:hover > a, .drop-down li:hover > span {
color:#000000;
}

.website-footer a {
color: #c35d1e;
}

.website-footer, .website-footer a:hover {
color: #3c1e00;
}

a, .readmore a, input[type="submit"], button, .breadcrumb a:hover,
.horizontal_menu li.active a, .horizontal_menu li:hover a, .vertical_menu li.current > a, .vertical_menu a:hover {
color: #c35d1e;
}

.website-slogan {
color : #006d98;
}


/**		TITLE 		**/

h1, .componentheading, h1 a, h1 a:hover, .blog > h1 {
color: #666666;
}

.image-module ~ .main_content h1:first-of-type, .image-module ~ .main_content .componentheading, .image-module ~ .main_content h1:first-of-type a, .image-module ~ .main_content h1:first-of-type a:hover, .image-module ~ .main_content .blog > h1:first-of-type {
color: #ffffff;
}

h2, h2 a {
color: #006d98;
}

.left_column h3, .right-module-position h3, .top-module-position h3, .bottom-module-position h3,
.user1 h3, .user2 h3, .user3 h3, .user4 h3, .user5 h3, .user6 h3, .user7 h3, .user8 h3, .user9 h3 {
color: #006d98;
}

/** 	Main menu font size 		**/

.drop-down ul li a, .drop-down ul li span.separator {
font-family: 'sans-serif', 'Open Sans';
}

.drop-down li a, .drop-down li span.separator {
font-size : 205%;
}


/**		FONT	**/

h1, .componentheading, h2.contentheading, .blog-featured h2, h2 {
font-family: 'sans-serif', 'Open Sans';
}

.left_column h3, .right-module-position h3, .top-module-position h3, .bottom-module-position h3, .user1 h3, .user2 h3, .user3 h3, 
.user4 h3, .user5 h3, .user6 h3, .user7 h3, .user8 h3, .user9 h3 {
font-family: 'sans-serif', 'Open Sans';
}

.website-slogan {
font-family: 'sans-serif', 'Open Sans';
}

body {
font-family: 'sans-serif';
}


/**			Width 		**/

body {
min-width : 980px;
}

.header-fixed .website-header {
min-width : 980px;
}

.wrapper-site {
width:980px;
}

.shadow-content-top, .shadow-content-bottom {
width:1050px;
}

.left_column {
width:200px;
}

.right-module-position {
width:200px;
}

/**		Height			**/

@media screen and (min-width: 979px) and (min-width: 980px) and (min-height: 860px ) {
	
	.header-fixed .website-header .wrapper-site {
	min-height: 160px ;
	}
	
	.header-fixed .middle-website {
	margin-top: 160px ;
	}
	
	.footer-fixed .website-footer {
	height : 200px ;
	}
	
	.footer-fixed .middle-website {
	margin-bottom: 200px ;
	}
	
}