/*
Theme Name: VC - Bulldog
Theme URI: http://vigilantecreative.com
Description: VC - Bulldog
Version: 0.1
Author: Vigilante Creative
Author URI: http://vigilantecreative.com
Tags: clean
Template: hybrid
*/

/**
* Import pre-made styles from Hybrid
************************************************/

/* Eric Meyer's reset.css */
	/* @import url('../hybrid/library/css/reset.css');*/

/* 18px, 20px, 21px, 22px, or 25px margins and line-height (don't use reset.css with these) */
       @import url('../hybrid/library/css/18px.css');
	/* @import url('../hybrid/library/css/20px.css'); */
	/* @import url('../hybrid/library/css/21px.css'); */
	/* @import url('../hybrid/library/css/22px.css'); */
	/* @import url('../hybrid/library/css/25px.css'); */

/* Holy Grail */
	/* @import url('../hybrid/library/css/holy-grail-fluid.css'); */
	
/* Fixed Width */
	   @import url('../hybrid/library/css/2c-l-fixed.css');
	/* @import url('../hybrid/library/css/2c-r-fixed.css'); */
	/* @import url('../hybrid/library/css/3c-c-fixed.css'); */
	/* @import url('../hybrid/library/css/3c-l-fixed.css'); */
	/* @import url('../hybrid/library/css/3c-r-fixed.css'); */

/* Plugins CSS */
       @import url('../hybrid/library/css/plugins.css');
	
/* Get drop-downs CSS */
       @import url('../hybrid/library/css/drop-downs.css');

/**
* Body
************************************************/

/* Contains everything */
body {
	font: normal 96%/20px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #333;
	background: #ffffff;
}

	/* Wrapper for everything inside of the body */
	#body-container {	margin: 0px auto 20px auto;}

/**
* Elements
************************************************/

/* Hyperlinks */
a:link {color: #901025;text-decoration: none;}
a:visited {	color: #901025;}
a:hover, a:active {
	color: #BD1533;
	text-decoration: underline;
}

/***** Headings *****/
/* Banner */
h1 { font-size: 22px;}
h1 span { text-indent: -9999px; }

/* Pagetitle */
h2 {font-size: 20px; color: #901025;}

/* Head */
h3 {font-size: 18px;}

/* Subhead */
h4 {font-size: 16px;}

h5 {font-size: 14px;}

h6 {font-size: 12px;}


/* Text elements */
strong { font-weight: bold;}
em {}
cite {}
abbr {}
acronym {}
sup {}
sub {}
address {}
ins {}
dfn {}
del {}

/* Horizontal Rule */
hr {}

/* Paragraphs */
p {}

/* List Items */
li {margin-left: 20px;}

/* Unordered lists */
ul {list-style: disc;}
	ul li {}

/* Ordered lists */
ol {}
	ol li {}

/* Defition lists */
dl {}
	dt {}
	dd {}

/* Blockquotes */
blockquote {
	font-style: italic;
	color: #555;
	}
blockquote blockquote {
	color: #777;
	}
blockquote em {
	font-style: normal;
	}

/* Object */
object {}

/* Code */
pre {
	padding: 9px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	}
code {
	padding: 0 3px;
	background: #eee;
	}
pre code {
	background: transparent;
	}

/* Tables */
table {
	width: 100%;
	border-collapse: separate;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	}
caption {
	font-size: .9em;
	font-style: italic;
	text-align: right;
	}
td, th {
	padding: 3px 6px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	}
th {
	background: #eee;
	}

/* Form Elements */
form { }
fieldset { border: 1px solid #cccccc; }
legend { color: #000000; }
label { }
select { }
option { }
textarea {	width: 98%; }
input[type="button"] { }
input[type="checkbox"] { }
input[type="file"] { }
input[type="hidden"] { }
input[type="image"] { }
input[type="password"] { }
input[type="radio"] { }
input[type="reset"] { }
input[type="submit"] { }
input[type="text"] { }
button { }

/* Submit and rest buttons */
.button, .submit, .reset {
	width: 100px;
	margin-right: 15px;
	padding: 7px 15px 8px 15px;
	background: #fff;
	border: 1px solid #ccc;
	}
.button:hover, .submit:hover, .reset:hover {
	cursor: pointer;
	background: #f9f9f9;
	}

/* Drop caps */
.drop-cap {
	float: left;
	margin: 3px 3px 0 0;
	font: normal normal normal 47px/35px "Warnock Pro", "Goudy Old Style", Palatino,"Book Antiqua", Georgia, serif;
	color: #333;
	}

/* Notes */
.note {
	padding: 6px 9px;
	background: #eee;
	border: 1px solid #ccc;
	}

/* Warnings/Alerts */
.warning, .alert {
	padding: 6px 9px;
	background: #fffbbc;
	border: 1px solid #E6DB55;
	}

/* Errors */
.error {
	padding: 6px 9px;
	background: #ffebe8;
	border: 1px solid #C00;
	}

/* Downloads */
.download {
	padding: 6px 9px;
	background: #e7f7d3;
	border: 1px solid #6c3;
	}

/* Alignment */
.left, .alignleft {}
.right, .alignright {}
.center, .aligncenter {}
.block, .alignnone {}
.clear {}

/**
* Images
************************************************/

/* Normal images */
img {}
a img {}

.content img {
	margin: 3px;
	padding: 3px;
	border: 1px solid #901025;
}

/* WP Smilies */
img.wp-smiley {}

/* Thumbnails */
.thumbnail {
	float: left;
	width: 100px;
	height: 100px;
	margin: 5px 15px 0 0;
	}

/* Captions [caption] */
.wp-caption {
	max-width: 576px;
	margin-top: 6px;
	padding: 6px 1px 0 1px;
	border: 1px solid #ccc;
	text-align: center;
	}
.wp-caption .wp-caption-text {
	margin: 0;
	padding: 0 5px;
	text-align: right;
	font-size: .9em;
	font-style: italic;
	color: #666;
	}
.wp-caption img {
	max-width: 564px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #666;
	}

/* Gallery [gallery] */
.gallery {}
.gallery img {border: 1px solid #ccc;}

/* Avatars */
.avatar {
	float: left;
	width: 100px;
	height: 100px;
	margin: 5px 15px 0 0;
	padding: 5px;
	border: 1px solid #ccc;
	}

/**
* Header
************************************************/

/* Contains entire header */
#header-container { }

	/* Contains site title and tagline */
	#header {	height: 155px; width: 960px;}
	
#logo {
	width: 319px;
	height: 137px;
	float: left;
	display: inline;
	background: #FFF url(images/bulldog_logo.jpg) no-repeat center center;
	margin: 40px 0px 0px 0px;
}


/* Blog title */
#site-title {
	font: italic normal 35px/35px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin: 0 0 10px 0;
	}
#site-title a {
	color: #000;
	display: none;
	}
#site-title a span {}

/* Blog description */
#site-description {
	font: normal 16px/20px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin: 0;
	color: #666;
	display: none;
	}

/**
* Page navigation
************************************************/

/* Wrapper for navigation */
#navigation {
	overflow: visible;
	height: 34px;
	margin: 0 auto 20px auto;
	z-index: 100;
	width: 960px;
	border-bottom: 8px solid #901025;
	}

.page-3 #navigation {
	overflow: visible;
	height: 34px;
	margin: 0 auto 0px auto;
	z-index: 100;
	width: 960px;
	border-bottom: 8px solid #901025;
	}
	/* Page nav */
#page-nav {	float: right;}
#page-nav ul {}
#page-nav li {margin: 0px 6px 0px 6px;}
#page-nav li li {
	margin-right: 0;
	}
#page-nav li a {
	padding: 4px 8px;
	color: #111;
	background: #fff;
	}
#page-nav li.current_page_item {}

/* Drop-downs style */
#page-nav li:hover ul, li.sfHover ul {
	top: 32px;
	}
#page-nav li li a {
	border-top: none;
	margin-right: 0;
	}
#page-nav li ul {
	background: #fff;
	border-top: 1px solid #ccc;
	}
#page-nav li li:hover ul, li li.sfHover ul , #page-nav li li li:hover ul, li li li.sfHover ul  {
	top: -1px;
	}
#page-nav li li li {
	margin-left: -1px;
	}

/**
* Containers below the header and navigation
************************************************/

/* Wrapper for the content and primary/secondary widget sections */
#container {	margin-bottom: 20px;}

	/**
	* Content
	************************************************/

	/* Contains site's main content */
	#content {	margin: 0 0 20px 0;}
	
	.page-7 .content { width: 960px;}
	
	/* --- Grid 2 column--- */

.grid-2-column {
  width: 960px;
  margin: 20px auto 0px auto;
}

.grid-2-column img{ border: none;}

.grid-2-column-m1 {
  float: left;
  width: 0px;
  height: 1px;
}

.grid-2-column-c1 {
  float: left;
  width: 460px;
}

.grid-2-column-m2 {
  float: left;
  width: 40px;
  height: 1px;
}

.grid-2-column-c2 {
  float: right;
  width: 460px;
}

	
	.page-template-slider2 .content { width: 960px;}
	
	.page-template-page-no-primary-secondary .content { width: 960px;}
	
	#slider { margin: 0px 0px 20px 0px; 	border-bottom: 8px solid #901025;}
	
	
	.no-widgets .content, .page-template-no-widgets .content {
	width: 960px;
	}
	
	.page-template-page-no-primary-secondary #container, .no-default-widgets #container {
		padding-left: 0;
		padding-right: 0;
	    width: 960px;
	}
	
	
	.page-template-slider .content {
	width: 940px;
}
.page-template-slider .sliderwrapper {
	height: 300px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 900px;
	z-index: 0;
}
.page-template-slider .sliderwrapper .contentdiv {
	height: 400px;
	left: 30px;
	margin: 0 auto;
	max-height: 400px;
	moz-opacity: 1;
	opacity: 1;
	position: absolute;
	top: 0;
	visibility: hidden;
	width: 800px;
	z-index: 9;
}
.page-template-slider .sliderwrapper .contentdiv img {
	max-height: 300px;
	max-width: 300px;
}
.page-template-slider .sliderwrapper .contentdiv .home-slide-content {
	float: left;
	width: 450px;
}
.page-template-slider .sliderwrapper .contentdiv .home-slide-image {
	float: right;
	width: 310px;
}
.page-template-slider .sliderwrapper .contentdiv .home-slide-image .home-slide {
	border: 1px solid #ccc;
	padding: 5px;
}
.page-template-slider .pagination a {
	display: block;
	height: 27px;
	position: absolute;
	text-indent: 9999px;
	top: 135px;
	width: 27px;
	z-index: 99;
}
.page-template-slider .pagination a.prev {
	background: url('library/images/arr-left.gif');
	left: 0;
}
.page-template-slider .pagination a.next {
	background: url('library/images/arr-right.gif');
	right: 0;
}
.page-template-slider .byline,
.page-template-slider .entry-meta,
.page-template-slider .byline a,
.page-template-slider .entry-meta a {
	color: #999;
	font-size: 11px;
}
.page-template-slider .navigation-links,
.page-template-slider .wp-pagenavi {
	display: none;
}
	

/* Breadcrumb */
.breadcrumb {
	margin: 0 0 30px 0;
	font-size: .9em;
	font-style: italic;
	color: #666;
	}
.breadcrumb a {
	color: #111;
	text-decoration: none;
	}
.breadcrumb a:hover {
	color: #d54e21;
	text-decoration: underline;
	}

		/* Archive and search <div> before posts are listed */
		.author-info {}
		.category-info {}
		.date-info {}
		.search-info {}
		.tag-info {}

		/* Posts */
		.post {	overflow: hidden; margin: 0 0 40px 0;}
		.single .post, .attachment .post, .page .post {margin: 0;}
		.post img {max-width: 568px;padding: 5px;border: 1px solid #ccc;}

	/* Post, page, and archive titles */
.entry-title {
	font-size: 24px;
	margin: 0 0 12px 0;
	font-weight: normal;
	font-style: italic;
	}
.archive .entry-title, .search .entry-title {
	font-size: 21px;
	margin: 0;
	}
.entry-title a {color: #000;}
.single-title {}
.page-title, .attachment-title {margin: 0 0 20px 0; display: none;}
			.error-404-title {}
			.author-title {}
			.category-title {}
			.date-title {}
			.search-title {}
			.tag-title {}
			
			/* Archive information */
			.author-info, .search-info {overflow: hidden; margin: 0 0 40px 0;}

/* Byline */
.byline {
	margin: 0 0 30px 0;
	font-style: italic;
	color: #666;
	}
.archive .byline, .search .byline {
	margin: 0;
	}
.byline .byline-prep {
	text-transform: lowercase;
	}

/* Entry content */
.entry-content {
	overflow: hidden;
	margin: 0 0 10px 0;
	}
	
/* Entry metadata */
.entry-meta {
	clear: both;
	font-style: italic;
	color: #666;
	}

			/* Excerpts (introduced in Hybrid 0.4) */
			.entry-summary {}

				/* Using <!--nextpage--> */
p.pages a {
	margin: 0 3px;
	padding: 3px 9px 3px 9px;
	border: 1px solid #ccc;
	}

				/* More link <!--more--> */
				a.more-link {}

			/* Post meta data */
			.post-meta-data {}

		/* Post series */
		.series {} 
			.series-title {}

/* Navigation links */
.navigation-links {
	margin-bottom: 21px;
	font-style: italic;
	}
.navigation-links .previous {
	float: left;
	max-width: 50%;
	}
.navigation-links .next {
	float: right;
	max-width: 50%;
	text-align: right;
	}
.navigation-attachment {
	overflow: hidden;
	}

/* WP PageNavi (plugin) */
.wp-pagenavi {	margin-bottom: 20px;}
.wp-pagenavi .pages, .wp-pagenavi .current, .wp-pagenavi .extend, .wp-pagenavi a {
	margin-right: 6px;
	padding: 3px 9px 3px 9px;
	border: 1px solid #ccc;
	}

		/* Attachment image navigation */
		.navigation-attachment {}

		/**
		* Comments template
		************************************************/

		/* Wrapper for entire comments area */
		#comments-template {clear: both;}

			/* Comments section headers/titles */
			.comments-header {font-size: 1.2em;}
			#comments-number {}

			/* Comments closed paragraph */
			p.comments-closed {}
			.comments-closed {font-style: italic;}

				/* Main comments section */
				#comments {}
					#comments ol {list-style: none; margin: 0 0 20px 0;}

						/* Individual comments (note that WordPress has even/odd backwards) */
#comments li, #comments li li li, #comments li li li li li {
	overflow: hidden;
	margin: 0 0 15px 0;
	padding: 15px 15px 0 15px;
	background: #fff;
	border: 1px solid #ccc;
	}
#comments li li, #comments li li li li {
	background: #f9f9f9;
	}
						#comments li.even {}
						#comments li.odd {}
						#comments li.thread-even {}
						#comments li.thread-odd {}
						#comments li.author {}
						#comments li.trackback {}
						#comments li.pingback {}

							/* Comment avatars */
							#comments .avatar {	
							width: 40px;
							height: 40px;
							float: left;
							margin-right: 15px;
							padding: 0;
							border: 1px solid #666;}

							/* Comment meta data */
							#comments .comment-meta-data {}
								#comments .comment-meta-data cite {}
								/* Comment metadata */
.comment-meta {
	margin: 10px 0 21px 0;
	font-size: 13px;
	color: #666;
	}
.comment-author {
	font-size: 15px;
	color: #000;
	}
.comment-reply-link, .permalink, .comment-edit-link {
	font-style: italic;
	color: #666;
	}

							/* Comment text */
							#comments .comment-text {	clear: left; margin: 0 15px;}

					/* Paged comments navigation */
					#comments-template .paged-navigation {}
						#comments-template .paged-navigation .page-numbers {}
						#comments-template .paged-navigation .next {}
						#comments-template .paged-navigation .prev {}

				/* Main comment form div */
				#respond {}

					/* Comment form title */
					#reply {}

					/* Comment form elements */
					p#cancel-comment-reply {}
					#respond form {}
						#respond .form-author {}
							#respond input {}
						#respond .form-email {}
						#respond .form-url {}
						#respond .form-textarea {}
							#respond textarea {}
						#respond .button {}
						#respond .comment-action {}

		/**
		* Utility widget sections (see other widget code below)
		************************************************/

		/* All utility widget sections (except widgets template) */
		.utility {}

#utility-before-content, #utility-after-content, #utility-after-page, #utility-after-single {
	margin: 0 0 21px 0;
	padding: 20px 20px 0 20px;
	border: 1px solid #ccc;
	}

		/* Widgets page template widgets */
		.page-template-widgets #content .widget {}

	/**
	* Widget sections (Primary and Secondary)
	************************************************/

	/* Widgets in general */
.widget {
	overflow: hidden;
	margin: 0 0 15px 0;
	color: #464646;
	}
.widget a {
	color: #464646;
	text-decoration: underline;
	}
.widget a:hover {
	color: #d54e21;
	text-decoration: none;
	}
		.widget-inside {}
.widget-title {
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	color: #111;
	}

	/* Primary widget section */
	#primary {}
		#primary .widget {}
			#primary .widget-inside {}
				#primary .widget-title {}
				#primary .widget ul {}
					#primary .widget ul li {}

	/* Secondary widget section */
	#secondary {}
		#secondary .widget {}
			#secondary .widget-inside {}
				#secondary .widget-title {}
				#secondary .widget ul {}
					#secondary .widget ul li {}

/**
* Footer
************************************************/

/* Wrapper for the entire footer */
#footer-container { width: 960px; height: 200px; margin: 0 auto;}

	/* Subsidiary widget section */
	#subsidiary {margin: 0 0 20px 0;}
		#subsidiary .widget {}
				#subsidiary .widget .rsswidget img { display: none;}
			#subsidiary .widget-inside {}
				#subsidiary .widget-title {border-bottom: 4px solid #901025; text-align: center; padding: 0px 0px 4px 0px;}
					#subsidiary .widget-title a{text-decoration: none;}

	/* Footer section */
	#footer {
	width: 960px;
	height: 100px;
	margin: 0 auto;
	border-top: 2px solid #901025;
	text-align: center;
}

		/* Footer extra */
		#footer .copyright { font-size: 12px;}
		#footer .credit {}

