/*
*   name           FavouriteDark
*   version        1.3.
*   description    Responsive and customizable Joomla!3 template
*   demo           ttp://demo.favthemes.com/favouritedark/
*   author         FavThemes
*   author URL     http://www.favthemes.com
*   copyright      Copyright (C) 2012-2015 FavThemes.com. All Rights Reserved.
*   license        Licensed under GNU/GPLv3 (http://www.gnu.org/licenses/gpl-3.0.html)
*/

/*
******************************************************************************************

/// custom style

******************************************************************************************
*/
#fav-logo {
    
    padding-top: 12px;
}
#fav-containerwrap {
    background: transparent url("../images/stones.jpg") repeat scroll 0% 0%;
}
  
  #fav-container {
	background-color: #222;
	margin-top: 9px;
	margin-bottom: 9px;
	-moz-box-shadow: 0 0 6px 0 rgba(0,0,0,.47);
	-webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,.47);
	box-shadow: 0 0 6px 0 rgba(0,0,0,.47);
	background-image: url(../images/linse1900.png);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
    
}
#fav-headerwrap {
	margin-bottom: 9px;
	padding-top: 7px;
	padding-bottom: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006699;
	background-image: url(../images/rausch.jpg);
	background-repeat: repeat;
}
	#fav-copyrightwrap {
	margin-top: 2px;
	background-image: url(../images/rausch.jpg);
	background-repeat: repeat;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #006699;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-weight: normal!important;
	font-size: 14px;
    line-height: 21px;
}

.item {
  	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #006699;
  	padding-top: 25px;
  
}