/*
Theme Name: Birddog
Theme URI: http://www.birddog.com
Description: Theme for Birddog website.
Version: 1.0
Author: Robin Corps
Author URI: http://www.ngse.co.uk
Tags: one column
*/

body {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	color: #414142;
	background-color: #fff;
}

p {
  margin-top: 4px;
	margin-bottom: 4px;
}

blockquote {

}

a {
  text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

u {
	text-decoration: underline;
}

strike {
	text-decoration: line-through;
}

sup {
	position: relative;
	font-size: 90%;
	vertical-align: top;
	
	top: -3px;
}

sub {
  font-size: 90%;
  vertical-align: bottom;
}

.about .content ul,
.inner ul {
	padding-left: 20px;
	margin-bottom: 14px;
	
	list-style-position: outside;
	list-style-type: disc;
}

.about .content ol,
.inner ol {
	padding-left: 28px;
	margin-bottom: 14px;
	
	list-style-position: outside;
	list-style-type: decimal;
}

.inner li {
	margin-bottom: 3px;
	
	line-height: 14px;
}

.about .content li {
	margin-bottom: 3px;
	
	font-size: 15px;
	line-height: 19px;
}

.wrapper {
	width: 960px;
	
	margin: auto;
}

.arrow {
  background-image: url('/wp-content/themes/birddog/images/arrow-right.png');
  background-position: right center;
  background-repeat: no-repeat;
}

a.arrow {
	padding-right: 13px;
}

/**
 * Search Form
 */
form.search {
  float: left;
}

form.search .linkedinput {
  position: relative;
  float: left;
  
  margin-right: 3px;
}

form.search .linkedinput label {
  position: absolute;
  
  left: 7px;
  top: 3px;
  
  font-size: 10px;
  
  color: #c1c1b4;
}

form.search .linkedinput input {
  width: 130px;
  
  height: 15px;
  line-height: 15px;
  
  padding: 0px 4px;
  
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  
  border: 1px solid #e6e6e1;
}

form.search button {
  float: left;
  display: block;
  
  width: 17px;
  height: 17px;
  padding: 0px;
  
  background-color: #838469;
  color: #fff;  
  
  border: 0px solid #838469;
  
  background-image: url('/wp-content/themes/birddog/images/search.png');
  background-position: center center;
  background-repeat: no-repeat;
  
  text-indent: -9999px;
}


/**
 * Header
 */
#header {
	height: 130px;
	
	font-size: 11px;
}

#header a {
  color: #434342;
}

#header a:hover {
	text-decoration: none;
}

h1 {
	float: left;
	
  width: 160px;
}

h1 a {
	display: block;
	
  width: 119px;
  height: 105px;
	
	margin-left: -11px;
  
  background-image: url('/wp-content/themes/birddog/images/logo.png');
  background-position: right center;
  background-repeat: no-repeat;
	
	text-indent: -9999px;
}

#nav {
	float: left;
	
	width: 462px;
	
	margin-top: 40px;
	margin-right: 15px;
}

#nav li {
	float: left;
	
	margin: 0px;
	
  line-height: 16px;
}

#nav li.active a {
	font-weight: bold;
}

#ancillary {
	float: left;
	
  width: 140px;
  
  margin-top: 37px;
  margin-right: 15px;
}

#header form.search {
	float: right;
	
  margin-top: 39px;
}

#nav,
#ancillary {
	font-size: 16px;
	line-height: 20px; 
}

#nav a {
	display: block;
	margin-top: -3px;
}

#ancillary a.arrow {
  background-position: right 7px;
}	
 
/**
 * Main
 */
p.tagline {
	margin-top: 0px;
	margin-bottom: -5px;
	
	text-indent: -9999px;
	
  background-position: center top;
  background-repeat: no-repeat;
}

.box {
	overflow: hidden;
	
	margin-top: 5px;
	
	background-color: #434342;
	color: #fff;
}

.box h2,
.box h3,
.box a {
	color: #f8c9a7;
}

.box .left {
  float: left;
  
  width: 566px;
  
  padding: 18px 52px 22px 22px;
}

.box h2 {
  width: 450px;
  font-size: 30px;
  
  text-transform: lowercase;
}

.box .left p {
  margin-top: 9px;
  margin-bottom: 3px;
  
  font-size: 15px;
  line-height: 18px;
}

.box .right {
  float: left;
  
  width: 320px;
  
  padding: 8px 0px;
  
  font-size: 14px;
	
	text-align: right;
}

.box .right h3 {
	text-align: left;
  text-transform: lowercase;
}

.box .twitter {
	padding: 4px 0px 6px 0px;
	margin: 8px 0px;
	
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	
	text-align: left;
}

.box .twitter .tweet {
	margin-right: 32px;
	margin-top: 16px;
	padding-right: 8px;
	padding-top: 8px;
	
	border-top: 1px dotted #fff;
}

.box .twitter .first {
	margin-top: 0px;
	padding-top: 0px;
	
	border-top: 0px solid #fff;
}

.box .twitter .date {
  font-size: 12px;
}

.box .follow {
	display: block;
	
	padding-right: 22px;
	margin-right: 8px;
	
	line-height: 18px;
	
	color: #fff;
	
	background-image: url('/wp-content/themes/birddog/images/plus.png');
	background-position: right center;
	background-repeat: no-repeat;
}

.box .follow:hover {
  text-decoration: none;
}


/**
 * .breadcrumb
 */
.breadcrumb {
	overflow: hidden;
	
	width: 948px;
	
	padding-left: 12px;
	
	border-top: 1px solid #e6e6e1;
	border-bottom: 1px solid #e6e6e1;
}

.breadcrumb li {
	float: left;
	
	padding-right: 24px;
	padding-left: 10px;
	
  background-image: url('/wp-content/themes/birddog/images/breadcrumb_arrow.png');
  background-position: right center;
  background-repeat: no-repeat;
	
	line-height: 19px;
}

.breadcrumb li a {
	color: #c1c1b4;
	
	font-weight: bold;
}


/**
 * .post
 */
.post {
	margin-top: 5px;
	
	padding-bottom: 9px;
	
	border-bottom: 1px solid #e6e6e1;
	
	margin-bottom: 10px;
}

.post .content {
	overflow: hidden;
}

.post .content h2 {
	line-height: 24px;
    
  font-size: 24px;
  text-transform: lowercase;
}

h2.large {
	margin-top: 12px;
	margin-bottom: 8px;
	
	line-height: 30px;
	font-size: 30px;
}

.post .content h3 {
	padding-top: 9px;
	margin-bottom: 9px;
	
	font-size: 28px;
	text-transform: lowercase;
	
  background-image: url('/wp-content/themes/birddog/images/dot.png');
  background-position: left top;
  background-repeat: no-repeat;
}

.about .content h3,
.general .inner h3 {
	font-size: 26px;
	line-height: 26px;
}

.about .content h4,
.general .inner h4 {
  font-size: 14px;
	line-height: 16px;
}

.about .content a,
.general .inner a,
.post .content a {
  color: #434342;
}

.about .content a:hover,
.general .inner a:hover,
.post .content a:hover {
  text-decoration: none;
}

.about .content p a,
.general .inner p a,
.post .content p a {
  text-decoration: underline;
}

.post .content p.date {
	margin: 15px -22px 9px -22px;
	padding: 0px 22px 3px 22px;
	
	line-height: 17px;
	
	font-size: 16px;
	
	border-top: 1px solid #434342;
	border-bottom: 1px solid #434342;
}

.post .content p.date a {
	display: block;
	
	margin-right: -12px;
	
	text-decoration: none;
}

.post .content p {
	margin-bottom: 14px;
	
	line-height: 14px;
}

.about .content p,
.general .inner p {
	margin-bottom: 14px;
	line-height: 16px;
}

.post .content .text {
	overflow: hidden;
	
	height: 235px;
}

.single.post .content .text {
	height: auto;
}

.post .content .text .inner {
	overflow: hidden;
	position: relative;
  z-index: 1;
	
	padding: 0px;
}

.post .content .text .fade {
	display: none;
	position: relative;
	z-index: 2;
	height: 40px;
	
	margin-top: -40px;
	
	background-position: left top;
	background-repeat: repeat-x; 
}

.single.post .content .text .fade {
	display: none;
}

.post .content .text .readmore {
	display: none;
	
	text-align: right;
}

.post .content .actions {
	overflow: hidden;
	
	margin: 20px 0px 9px 0px;
	padding: 6px 8px;
	
	background-color: #434342;
}

.single.post .content .actions {
	margin-top: 0px;
}

.post .content .actions li {
	float: right;
	
	line-height: 15px;
	
	color: #fff;
}

.post .content .actions li.first {
	float: left;
}

.post .content .actions li a {
	white-space: nowrap;
	
	color: #fff;
}

.post .content .actions .social {
	display: block;
	
	height: 15px;
	width: 93px;
	
	margin-right: 19px;
	
	background-image: url('/wp-content/themes/birddog/images/share.png');
	background-position: left top;
	background-repeat: no-repeat;
	
	text-indent: -9999px;
}

.post .content .actions .print {
	padding-left: 19px;
	padding-right: 22px;
	
  background-image: url('/wp-content/themes/birddog/images/print.png');
  background-position: right top;
  background-repeat: no-repeat;
}

.post .content h4 {
	float: left;
	
	line-height: 14px;
	
	font-weight: bold;
}

.post .content .tags {
	overflow: hidden;
	float: left;
	
	width: 240px;
	height: 16px;
}

.single.post .content .tags {
	height: auto;
}

.post .content .tags li {
  float: left;
	
	margin-left: 4px;
	
	line-height: 14px;
}

.post .column {
  float: left;
	  
  height: 396px;
		
  border-left: 1px solid #fff;
	
	background-color: #434342;
}

.single.post .column {
/*	float: right;
	clear: right; */
	
	height: auto;
	min-height: 396px;
}

.single.post .text .column {
	min-height: auto;
}

.post .first.column {
	border-left: 0px solid #fff;
}

/*.single.post .first.column {
	float: left;
}*/

.post .cell {
	overflow: hidden;
  padding: 9px 22px;
  
  border-bottom: 1px solid #fff;
}

.post .first.column .cell {
	height: 377px;
}

.single.post .first.column .cell {
  height: auto;
	min-height: 377px;
}


/**
 * .video
 */
.video .column {
  width: 639px;
}

.video .first.column {
  width: 320px;
}

.video .video.cell {
  height: 395px;
  
  padding: 0px;
}

.video .video.cell p {
	margin: 9px;
	
	color: #fff;
}


/**
 * .images
 */
.images .column {
  width: 319px;
}

.images .first.column {
  width: 320px;
}

.images .wide.column {
	width: 639px;
}

.images .image.cell {
	padding: 0px;
}

.images .large.cell {
	height: 395px;
	
	text-align: center;
}

.images .large.cell img {
	margin: 9px;
}

.images .medium.cell {
	height: 197px;
	
	text-align: center;
}

.images .medium.cell img {
	margin: 6px;
}

.images .small.cell {
  height: 98px;
	
	text-align: center;
}

.images .small.cell img {
	margin: 6px;
}

.images .small.cell p {
	float: left;
	
	width: 141px;
	height: 98px;
	
	padding: 9px;
	margin: 0px;
	
	border-right: 1px solid #fff;
	
	text-align: left; 
}


/**
 * .wide
 */
.wide.content .first.column {
	width: 639px;
}

.wide.content .tags {
  width: 560px;
}


/**
 * .text
 */
.text.content .first.column {
	width: 959px;
}

.text.content .tags {
  width: 880px;
}


/**
 * modal box
 */
#nyroModalWrapper .wrapperImg {
	position: relative;
}

#nyroModalContent {
	padding: 6px;
	
	border: 1px solid #fff;
}

#nyroModalContent img {
	margin-top: -6px;
	margin-left: -6px;
	
	border: 6px solid #434342;
}

#closeBut {
	position: absolute;
	
	right: -13px;
	
	width: 12px;
	height: 12px;
	
	background-image: url('/wp-content/themes/birddog/images/close.gif');
	background-repeat: no-repeat;
	background-position: left top;
	
	text-indent: -9999px;
}

#nyroModalLoading {
	padding: 4px 8px;
	
	border: 1px solid #e6e6e1;
	
	background-color: #333;
}

#nyroModalLoading a {
  font-size: 14px;
	
  color: #e6e6e1;
}

/**
 * .search
 */
.search.wrapper h2 {
	font-size: 38px;
}


/**
 * .comments
 */
.post .comments {
  overflow: hidden;
  
  color: #838469;  
}

.post .comments h4 {
  padding: 0px 10px;
  
  line-height: 27px;
  
  color: #fff;
  background-color: #434342;
  
  border-bottom: 1px solid #fff;
}

.post .comments h4 a {
  display: block;
  
  color: #fff;
}

.post .comments ul {
	margin: 0px;
  padding: 0px;
	
  border-top: 1px solid #e6e6e1;
  border-left: 1px solid #e6e6e1;
  border-right: 1px solid #e6e6e1;
	
	list-style-type: none;
}

.post .comments ul li {
	margin-bottom: 0px;
  padding: 6px 10px;
  
  line-height: 15px;
  
  border-bottom: 1px solid #e6e6e1;
}

.post .comments ul li a {
  text-decoration: underline;
  font-weight: bold;
  
  color: #434342;
}

.post .comments ul li p.author {
	font-weight: bold;
  
  color: #434342;
}

.post .comments ul li a:hover {
  text-decoration: none;
}

.post .comments ul li .date {
  color: #8e8e8e;
}

.post .comments form {
  width: 639px;
  
  padding: 10px 0px 10px 10px;
  
  border-left: 1px solid #e6e6e1;
  border-right: 1px solid #e6e6e1;
  border-bottom: 1px solid #e6e6e1;
}

.post .comments form h5 {
  font-size: 21px;
}

.post .comments .input {
  float: left;
  overflow: hidden;
  
  width: 203px;
  
  margin-right: 10px;
}

.post .comments .textarea {
  float: left;
  overflow: hidden;
  clear: left;
  
  width: 629px;
  
  margin-right: 10px;
}

.post .comments form label {  
  display: block;
  
  height: 16px;
  line-height: 16px;
  
  width: 100%;
  
  margin: 8px 0px 2px 0px;

  font-size: 10px;
}

.post .comments form label strong {
  color: #434342;
}

.post .comments form input {
  width: 193px;
  
  height: 15px;
  line-height: 15px;
  
  padding: 0px 4px;
  
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  
  border: 1px solid #e6e6e1;
}

.post .comments form textarea {
  width: 619px;
  
  height: 85px;
  line-height: 15px;
  
  padding: 0px 4px;
  
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  
  border: 1px solid #e6e6e1;
}

.post .comments #recaptcha_widget_div {
	float: left;
	margin-top: 8px;
}

.post .comments .recaptcha-error {
	float: left;
	font-size: 14px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #ff260c;
}

.post .comments form button {
  clear: left;
  display: block;
  
  height: 22px;
  line-height: 18px;
  
  padding: 0px 10px;
  margin-top: 10px;
  
  font-size: 10px;
  
  background-color: #838469;
  color: #fff;  
  
  border: 1px solid #838469;
}

*+html .post .comments form button {
  padding: 0px 3px;
}

.post .comments .inner .toggle {
  float: right;
  
  margin-top: -18px;
  
  padding-right: 22px;
  margin-right: 8px;
  
  line-height: 18px;
  
  font-size: 14px;
  
  color: #838469;
  
  background-image: url('/wp-content/themes/birddog/images/minus-dark.png');
  background-position: right center;
  background-repeat: no-repeat;
}

.post .comments .inner .toggle:hover {
  text-decoration: none;
}


/**
 * About
 */
.about {
	
}

.about .box {
	color: #434342;
	background-color: #fae7ea;
}

.about .box h2,
.about .box h3,
.about .box a {
	color: #5c2e74;
}

.about .box .twitter,
.about .box .twitter .tweet {
	border-color: #5c2e74;
}

.about .box .follow {
	background-image: url('/wp-content/themes/birddog/images/plus_about.png');
}

.about .video {
	margin-top: 5px;
	margin-bottom: 10px;
}

.about .content {
	overflow: hidden;
	
	padding-top: 12px;
	
	border-top: 1px solid #e6e6e1;
	border-bottom: 1px solid #e6e6e1;
}

.about .content p img {
	margin: 0px 12px 12px 12px;
	padding: 2px;
	
	border: 1px solid #e6e6e1;
}

.about .content p img.alignright {
	float: right;
	
	margin-top: -8px;
	margin-right: 0px;
}

.about .content hr {
	height: 1px;
	
	margin: 15px 0px 10px 0px;
	
	border: 0px solid #fff;
	
	color: #e6e6e1;
	background-color: #e6e6e1;
}

*+html .about .content hr {
	margin-top: 7px;
	margin-bottom: 3px;
}

.about .content .left {
	float: left;
	
	width: 264px;

	margin-right: 20px;
	margin-bottom: 12px;
	padding: 20px 18px;
	
	background-color: #fae7ea;

	color: #5c2e74;
}

.about .content .left p {
	padding: 0px;
	margin: 0px;
	
	font-size: 30px;
	line-height: 28px;
}

.about .content .left .arrow {
	display: block;
	
	height: 20px;
	
	margin: 14px -19px 14px -19px;
	
	border-top: 1px solid #5c2e74;
	border-bottom: 1px solid #5c2e74;
	
	background-position: 286px center;
}

/**
 * Contact
 */
.contact {
	
}

.contact .main {
	overflow: hidden;
	
	padding-bottom: 10px;
	
	border-bottom: 1px solid #e6e6e1;
}

.contact .box {
	margin-bottom: 10px;
	
  color: #fff;
  background-color: #9c9d87;
}

.contact .box h2,
.contact .box h3,
.contact .box a {
  color: #c7ebf3;
}

.contact .main .form {
	float: left;
	
	width: 576px;
	height: 350px;
	
	padding: 13px;
	padding-right: 20px;
	margin-right: 10px;
	
	color: #838469;
	
	border: 8px solid #9c9d87;

	font-weight: bold;
	font-size: 11px;
	
	line-height: 14px;
}

.contact .main .form div {
	margin-top: 3px;
	
	font-size: 16px;
	line-height: 20px;
}

.contact .main .form a {
	color: #838469;
}

.contact .main .map {
	float: left;
	
	width: 293px;
	
	padding: 8px;
	
	border: 8px solid #9c9d87;
}

.contact .main .form form {
  float: left;
	
	margin-right: 18px;
}

.contact .main .form input,
.contact .main .form textarea {
	width: 250px;
	
	margin-bottom: 4px;
	padding: 0px 2px;
	
	border: 1px solid #e6e6e1;
	
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
}

.contact .main .form textarea {
	height: 84px;
}

.contact .main .form label {
	display: block;
	
	margin-bottom: 3px;
	
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
}

.contact .main .form button {
  display: block;

  height: 25px;
	
  padding: 1px 12px;
	margin-top: 8px;
  
	font-size: 16px;
	
  background-color: #838469;
  color: #fff;  
  
  border: 0px solid #838469;
}

.contact .thanks p {
	padding: 13px;
	margin-bottom: 10px;
	
	border: 8px solid #c7ebf3;
	
	font-size: 18px;
	color: #838469;
}


/**
 * Newsletter
 */
.newsletter .content {
  overflow: hidden;
  
	width: 640px;
	
  padding-top: 12px;
	padding-left: 320px;
  
  border-top: 1px solid #e6e6e1;
  border-bottom: 1px solid #e6e6e1;
}

.newsletter .content p {
  padding-top: 2px;
  
  font-size: 15px;
  line-height: 19px;
}

.newsletter .content hr {
  height: 1px;
  
  margin: 15px 0px 10px 0px;
  
  border: 0px solid #fff;
  
  color: #e6e6e1;
  background-color: #e6e6e1;
}

*+html .newsletter .content hr {
  margin-top: 7px;
  margin-bottom: 3px;
}

.newsletter .content .left {
  float: left;
  
  width: 264px;

  margin-left: -320px;
  margin-bottom: 12px;
  padding: 20px 18px 28px 18px;
  
  background-color: #fae7ea;

  color: #5c2e74;
}

.newsletter .content .left h3 {
	font-size: 30px;
	
	margin-bottom: 10px;
	
	text-transform: lowercase;
}

.newsletter .content .left .field {
	margin-bottom: 6px;
}

.newsletter .content .left label {
	float: left;
	
	width: 102px;
	
	padding-top: 3px;
	
	font-size: 13px;
}

.newsletter .content .left button {
	float: right;
}

.newsletter .thanks p {
  padding: 13px;
	margin-top: 10px;
  margin-bottom: 10px;
  
  border: 8px solid #fae7ea;
  
  font-size: 18px;
  color: #838469;
}


/**
 * General Page
 */
.general .content {
	margin-top: 8px;

	border-top: 1px solid #e6e6e1;
	border-bottom: 1px solid #e6e6e1;
}

.general .content .inner {
	padding: 8px 2px;
}

.general .content h2 {
	font-size: 30px;
	
	text-transform: lowercase;
}


/**
 * Pagination
 */
.pagination {	
	margin-top: 10px;
	margin-bottom: 10px;	
	padding-bottom: 10px;
	
	border-bottom: 1px solid #e6e6e1;
}

.pagination div.background {
	height: 27px;
	
  background-color: #434342;
}

.pagination div.center {
	float: right;
	position: relative;
	
	left: -50%;
	text-align: left;
}

.pagination ul {
	position: relative;
	
	left: 50%;
}

.pagination ul li {
	float: left;
}

.pagination ul li a {
  display: block;
  
  width: 31px;
  height: 27px;
  
  line-height: 27px;
  text-align: center;
  
  color: #fff;
  background-color: #434342;
	
	border-right: 1px solid #fff;
}


.pagination ul li.prev a {
  width: 63px;
  
  border-left: 1px solid #fff;
}

.pagination ul li.next a {
  width: 63px;
}

.pagination ul li.current a {
	height: 31px;
	
	line-height: 31px;
	
	margin-top: -2px;
	margin-bottom: -2px;
}

.pagination ul li a:hover {
  height: 29px;
  
  line-height: 29px;
  
  margin-top: -1px;
  margin-bottom: -1px;
	
	text-decoration: none;
}

.pagination ul li.current a:hover {
  height: 33px;
  
  line-height: 33px;
  
  margin-top: -3px;
  margin-bottom: -3px;
}

 
/**
 * Footer
 */
#footer {
	margin-top: 24px;
}

#footer h2 {
	float: left;
	
	width: 103px;
	height: 18px;
	
	background-image: url('/wp-content/themes/birddog/images/logo-small.png');
  background-position: left top;
  background-repeat: no-repeat;
	
	text-indent: -9999px;
}

#footer form.search {
	float: right;
}

#footer h3 {
  padding-top: 9px;
  margin-bottom: 9px;
  
  font-size: 27px;
  
  background-image: url('/wp-content/themes/birddog/images/dot.png');
  background-position: left top;
  background-repeat: no-repeat;
}

#footer a {
	color: #434342;
}

#footer>ul {
	clear: both;
	overflow: hidden;
	
	padding-top: 35px;
}

#footer>ul>li {
	float: left;
	
	width: 150px;
	
	margin-right: 10px;
}

#footer>ul>li.map {
	margin-right: 0px;
	margin-left: 10px;
}

#footer li li {
	padding: 2px 0px;
	
	line-height: 15px;
}

#footer a.map {
	float: right;
	
	margin-top: 50px;
}

#copyright {
	clear: both;
	
	margin: 30px 0px 30px 0px;
}

