/*
Theme Name: 2018 - CruelSummer
Description: Bananarama-flavored ice cream!
Author: Cliffpro
Author URI: http://cliffpro.co
Template: DinoDrac2015_Parent
Version: 18.6.6
*/


/* Main Body Background and Colors */
.main-body-content { background-color: #f7f6f6; color: #000; }

/* Body/header border color */
.dd-content { border: 4px solid #d10303; }

/* Heading Imagery */
#heading a { background: url('http://dinosaurdracula.com/wp-content/uploads/2018/06/SUMMERHEAD1.jpg') top left no-repeat; }
#the-navigation { background: url('http://dinosaurdracula.com/wp-content/uploads/2018/06/SUMMERHEAD2.jpg') top left no-repeat; }


/* -- Custom Link Colors -- */

/* Main Links */
a:link { color: #bf3535; }
a:hover, a:active { color: #cd5812; }
a:visited { color: #bf3535; }

/* Header Links */
.access .menu a:link, .access .menu a:visited, .access .menu a:active { color: #bfbfbf; }
.access .menu ul li a:hover { color: #FFF; }
#the-navigation { text-shadow: #000 1px 3px 0px, #000 0px 3px 10px, #000 0px 5px 20px, #000 0px 10px 30px; }

/* Title Links */
article section header a:link { color: #bf3535; }
article section header a:hover, a:active { color: #107b15; }
article section header a:visited { color: #bf3535; }

/* Sidebar Links */
#the-sidebar a:link { color: #bf3535; }
#the-sidebar a:hover, a:active { color: #8e44ad; }
#the-sidebar a:visited { color: #bf3535; }

/* Footer Links */
#the-footer .access .menu li a:link, #the-footer .access .menu li  a:visited, #the-footer .access .menu li a:active { color: #b9b9b9; }
#the-footer .access .menu ul li a:hover { color: #FFF; }

/* Related Posts Links */
.related-post a:link { color: #b9b9b9; font-weight: bold; }
.related-post a:hover, a:active { color: #d10303; font-weight: bold; }
.related-post a:visited { color: #b9b9b9; font-weight: bold; }


/* -- Custom Body Colors -- */

#related-posts-ad { background: #505050; }

#related-posts-ad .related_post_title { color: #fff; }

/* Bandaid Fix for Border Issue */
.home .dd-content { border-bottom: 4px solid #d10303; }
.bandaid-fix { border: 4px solid #d10303; border-top: none; }
.dd-content .dd-container-wrap,
.dd-content .featured-wrap {
	-webkit-border-radius: 20px 0 0 0;
    -moz-border-radius: 20px 0 0 0;
    border-radius: 20px 0 0 0;
}

.home-body-ad {
    background: #505050;
}



/** 
	MOBILE STYLINGS 
**/

/* From Phone to Tablet Sizes */
@media only screen and (max-width: 979px) { 
	
	/* GENERAL SITE STYLINGS */
	
  	body {
	  background: #1a181d;
  	}
  
  	/* HEADER */
	  	
  	#the-header {
	  	background: #bf3a06;
  	}
  	#heading a {
		background: url('img/ICON.png') 10px 0 no-repeat;
		background-size: auto 35px;
	}

a:link { color: #bf3a06; }
a:hover, a:active { color: #cd5812; }
a:visited { color: #bf3a06; }
article section header a:link { color: #bf3a06; }
article section header a:hover, a:active { color: #107b15; }
article section header a:visited { color: #bf3a06; }
	
	/* MOBILE NAVIGATION */
	
	.menu-btn {
		background: #000;
	}
	
	#the-navigation {
	  	background: #bf3a06;
	  	border-top: 1px solid #000;
	}
	
	.access .menu ul li a:hover {
		color: #bf3535 !important;
		background: #fff !important;
	}
	
	
	/* BODY */

	#the-main {
		border-top: 15px solid #242629 !important;
	}
		
	.article section,
	.main-body-content section {
	    border-bottom: 15px solid #242629;
	}

}

/* Just Phone Sizes Only */
@media only screen and (max-width: 640px) {
	
	
	
}