/*
Theme Name: 2015 - November
Description: Custom Theme by Cliffpro
Author: Cliff Huizenga
Author URI: http://cliffpro.com
Template: DinoDrac2015_Parent
Version: 1.0
*/

body {}

/* 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/2015/07/top-1.jpg') top left no-repeat; }
#the-navigation { background: url('http://dinosaurdracula.com/wp-content/uploads/2015/07/top-2.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;
}