/*
Theme Name: CGarvey Website Theme
Theme URI: http://cgarvey.ie/
Author: cgarvey
Author URI: http://cgarvey.ie/
Description: CGarvey.ie website theme
Version: 2.7

*/

/* Base tag overrides */
article { margin-bottom: 30px; border-bottom: 1px solid #eee; }
aside { padding: 5px 10px; }
aside h3 { margin: 0 -10px; }
blockquote p { font-size: 1.1em; font-weight: bold; margin-bottom: inherit;}
code { white-space: normal; background-color: #fcfcfc; padding: 2px; margin: 0 2px; color: #555; }
footer { border-top: 1px solid #eee; color: #666; font-size: 0.8em; }
h2 { border-bottom: 1px solid #eee; font-size: 1.7em; }

/* Front page carousel (used for full-width banner img) */
.carousel { margin-bottom: 60px; }
.carousel .container { position: relative; z-index: 9; }
.carousel .item { height: 250px; background: url( "img/slide-01.jpg" ) no-repeat center center / cover; }
.carousel img { position: absolute; top: 0; left: 0; min-width: 100%; height: 250px; }
.carousel-caption { background-color: transparent; position: static; max-width: 600px; padding: 0 20px; margin-top: 80px; }
.carousel-caption h1, .carousel-caption .lead { margin: 0; line-height: 1.25; color: #fff; text-shadow: 0 1px 1px rgba(0,0,0,.4); }
.carousel-caption .btn { margin-top: 10px; }


/* Content specifics */
.dvPostMeta { background-color: #f9f9f9; padding: 2px; font-size: 0.85em; color: #999; margin: -10px 0 10px 0; }
.dvPostMeta i { margin-top: -2px; }
.dvPostMeta a { color: #bb4200; }
.sidebar-container { color: #999; }
.sidebar-container h3 { color: #666; }
.sidebar-container a { color: #999; }

/* Admin bar offset */
body.admin-bar .navbar-fixed-top { top: 28px !important; }

.comment-list .depth-2 { margin-left: 50px; }
.comment-list .thread-even, .comment-list .thread-odd{ border: 1px solid #ccc; margin-bottom: 20px; }

.dvCommentList { border-top: 1px solid #eee; margin-top: 40px; }
.dvCommentAvatar { width: 60px; }
.dvCommentChild1 { margin-left: 70px; }
.dvCommentDetail { margin-left: 70px; }

.dvCommentDetail .well { padding: 10px; }
.dvCommentDetail .dvCommentAuth { background-color: #e0e0e0; }
.dvCommentMetaTop { font-size: 0.85em; font-style: italic; color: #666; margin: 0; padding: 0; border-bottom: 1px solid #ddd; }
.dvCommentAuth .dvCommentMetaTop { border-bottom: 1px solid #ccc; }
.dvCommentMod { font-style: italic; padding: 10px; background-color: #fff; }

/* WP Images */
.alignright { float: right; }
.alignleft { float: left; }
img.alignleft { padding: 4px; margin: 0 7px 2px 0; display: inline; }
img.alignright { padding: 4px; margin: 0 0 2px 7px; display: inline; }

/* Generics */
.cl { clear: both; }

