/* @override http://www.diekreuzen.com/wp-content/themes/Die_Kreuzen_v1/css/color.css */

body{
	background: #fff url(../images/landscape_bkg_700x342.jpg) repeat-x center bottom;
}
div#contentWrapper,
div#headerWrapper,
div#footerWrapper{
	background: url(../images/content-texture100.png) repeat center top;
}
div#headerWrapper{
	border-top: 4px solid #C4161C;
}
ul#menu-primary-menu a:link,
ul#menu-primary-menu a:visited{
	color: #000;
	text-decoration: none;
}
ul#menu-primary-menu a:hover{
	color: #ada49c;
}
ul#menu-primary-menu{
  border-top: 1px dotted #ada49c;
  border-bottom: 1px dotted #ada49c;
  list-style:none;
  margin:0;
  padding:0;
  text-align:center;
}
ul#menu-primary-menu li.current-menu-item a,
body.single-releases li#menu-item-96 a{
	color: #C4161C;
}
a:link,
a:visited{
	color: #921014;
}
a:hover{
		text-decoration: none;
}
div#resourceWrapper a:link,
div#resourceWrapper a:visited{
	color: #4f4740;
	text-decoration: none;
	background-color: #FFF;
	background-color: rgba(255, 255, 255, .5);
}
div#resourceWrapper a:hover{
	background-color: #921014;
	color: #FFF;
}
div#copyright{
	background-color: #FFF;
	color: #736d68;
}
div#copyright a:link,
div#copyright a:visited{
	color: #736d68;
}
div#copyright a:hover{
	color: #C4161C;
}
div.singleRelease img{
	border: 1px solid #ada49c;
}
div.releaseTitle{
	background: #000;
	background: rgba(0, 0, 0, .65);
}
div.releaseTitle a:link,
div.releaseTitle a:visited{
	color: #FFF;
	text-decoration: none;
}
div.singleVideo{
	background-color: #ada49c;
}
ul#filterReleases a{
	-webkit-transition: all .8s ease;
	-moz-transition: all .8s ease;
	-ms-transition: all .8s ease;
	-o-transition: all .8s ease;
	transition: all .8s ease;
	-webkit-border-radius: 4px;   
    border-radius: 4px;
}
ul#filterReleases a:link,
ul#filterReleases a:visited{
	text-decoration: none;
	background-color: #ada49c;
	color: #FFF;
}
div.entry p img{
	background-color: #ada49c;
}
ul#filterReleases a:hover{
	background-color: #000;
}
ul#filterReleases a.selected{
	background-color: #C4161C;
	color: #FFF;
}
div.entry h4 a:link,
div.entry h4 a:visited,
li.widget ul li a:link,
li.widget ul li a:visited{
	text-decoration: none;
}
div.entry h4 a:hover,
li.widget ul li a:hover{
	text-decoration: underline;
}
li.widget ul li{
	border-bottom: 1px dotted #CCC;
}
li.widget ul li.last,
li#socialBookmarks ul li{
	border-bottom: none;
}
body.category div.entry{
	border-bottom: 1px dotted #CCC;
}
body.category div.entry.last{
	border-bottom: none;
}
div.photoCredit{
	color: #000;
	background: url(../images/content-texture100.png) repeat center top;
}
ol.tracklist li{
	border-bottom: 1px dotted #d1ccc7;
}
ol.tracklist li.last{
	border-bottom: none;
}
ol.tracklist li.even{
	background-color: #f1efee;
}
div#albumCoverLarge img{
	border: 1px solid #ada49c;
}
div.avatarImg img,
div.avatarImgOutside img{
	border: 4px solid #ada49c;
	-webkit-box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, .35);
   box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, .35);
}
div#lestWeForget360wrapper{
	background: #000;
}
div#lestWeForget360wrapper a:link,
div#lestWeForget360wrapper a:visited{
	color: #666;
	text-decoration: none;
}
div#lestWeForget360wrapper a:hover{
	color: #FFF;
}
div#lineup2012{
	color: #000;
}
/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
	
}/* end of Smaller than standard 960 (devices and browsers) */

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
}/* end of Tablet Portrait size to standard 960 (devices and browsers) */

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
}/* end of All Mobile Sizes (devices and browser) */

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {	
}/* end of Mobile Landscape Size to Tablet Portrait (devices and browsers) */

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
}/* end of Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */