/*
Theme Name:CowDog
Author URI:http://equineonlinedesign.com
Version:1.0.2
Author:blackhorse rider
Description: WordPress theme created by <a href="http://equineonlinedesign.com">blackhorse 
rider</a>.With three columns, left & right-sidebar, fixed-width, valid XHTML and CSS.
Tags:three-columns, fixed-width, right-sidebar, left-sidebar, horses
*/
/* Site Colors */
/* 
*/
/* MINIMUM RESET - based on work by Eric Meyer
------------------------------------------------------------------ */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { border: 0; font-size: 100%; margin: 0; outline: 0; padding: 0; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; }
/* GENERAL
------------------------------------------------------------------- */
*::-moz-selection { background: #51a201 none repeat scroll 0 0; color: #fff; }
html, body {margin: 0; padding: 0; min-height:100%; margin-bottom:1px;}
body {
	color:#000;
	font-family:"Trebuchet MS", tahoma, verdana, arial, sans-serif;
	font-size:1em;
	background-color:#ebebfe;
	background-image:url(images/BG.jpg);
	background-repeat:repeat-x;
}
a {
	color:#333300;
	text-decoration:underline;
}
a:hover {
	color:#c6472d;
	text-decoration:none;
}
#wrapper {
	width:1000px;
	margin:10px auto;
	min-height:600px;
	height:auto;	
	overflow:hidden;
}
/* COMMON ELEMENTS */
 ul,  ol {		
	padding:5px 0 15px 20px;	
	margin:0;	
}
ol li {
	font-size:16px;
	color:#3E387E;	
	padding:4px 0;
	margin:0 0 0 15px;
	list-style-type: upper-roman;
}
 ul li {
	font-size:16px;
	color:#3E387E;	
	padding:4px 0;
	margin:0;
	list-style-type:none;
}
 ul li a,  ol li a {
	font-size:16px;
	color:#3E387E;	
	text-decoration:underline;
}
 ul li a:hover,  ol li a:hover {
	font-size:16px;
	color:#a48dff;
	text-decoration:none;
}
#searchform {
	height:auto;			
	padding:10px 0 0 10px;
	margin:0px 0 20px 0;	
}
#searchform #search {
	display: inline;
	float: right;
	margin: 0px 10px 0;
	padding: 0px 0 0 0;
	text-align: left;
}
/* HEADER */
#header {
background-image:url(images/header.jpg);
background-repeat:no-repeat;
width:1000px;
height:175px;
overflow:hidden;
}
#rssfeed {
	width:20px;
	height:20px;
	float:right;
	padding:0px;
	margin:25px 5px 0 0;		
}
#rssfeed a {	
	text-decoration:none;
}
#rssfeed .rssicon img {
	border:none;
	text-decoration:none;
}
a #headerlink {
	border:none;
	text-decoration:none;
}
a:hover #headerlink {
	border:none;
	text-decoration:none;
}
#headerlink {
	clear:right;
	width:675px;
	height:120px;	
	padding:0px;
	margin:0px 0 0 275px;	
}
/*
#slogan {
	height:42px;
	position:relative;
	top:10px;	
}
#slogan .slogantext {
	margin:0px;
	color:#fff;
	text-align:center;
	font-size:1.6em;	
	font-style:italic;
	font-weight:bold;
}
*/
/* NAVIGATION */
.navbar {	
	width:1000px;
	height:80px;
	background-image:url(images/navbar.jpg);
	background-repeat:no-repeat;
	margin:0px;	
}
ul#horizontal-list {	
	height:30px;
	list-style:none;
	padding:10px 0 0 20px;	
	margin:0;	
}
ul#horizontal-list li {	
	display:inline;	
	padding:5px 10px;
	color:#000;
	font-size:1em;
	font-family:"times new roman", serif;
	font-style:italic;
	font-weight:bold;	
}
ul#horizontal-list li a {	
	display:inline;		
	color:#000;
	font-size:1em;
	padding:5px 10px;
	font-family:"times new roman", serif;
	font-style:italic;
	font-weight:bold;
	text-decoration:none;	
}
ul#horizontal-list li a:hover {	
	display:inline;	
	padding:5px 10px;	
	font-size:1em;
	font-family:"times new roman", serif;
	font-style:italic;
	font-weight:bold;
	text-decoration:none;		
	color:#7270ff;	
}
/* *******************search form ***********/
#searchformmain {
	width:200px;
	height:35px;
	float:right;		
	padding:0px 0 0 0;
	margin:-3px 20px 0 0;	
}
#searchformmain #search {
	display: inline;
	float: right;
	margin: 0px 10px 0;
	padding: 0px 0 0 0;
	text-align: left;
}
#searchformmain #search #s {
	width: 180px;
	float:right;
	padding: 3px;
	background: #d1d2ff;
	border: 1px solid #333;
	margin: 2px 0px 2px 0;
	color: #000;
	font-size: 11px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
}
#go {
	float: right;
	margin: -20px 5px 0px 0px;
	padding: 0px;
	color: #000;	
	display: inline;
}
/* CENTER MAIN */
#main {
	width:1000px;	
	height:auto;
	background-image:url(images/middle.jpg);
	background-repeat:repeat-y;
	overflow:hidden;
}
#center {
	width:590px;
	float:left;	
	min-height:560px;
	height:auto;
	margin:0 0 0 4px;	
	overflow:auto;		
}
.content {
	width:570px;
	min-height:500px;
	height:auto;
	margin:5px auto;
	padding:0 5px;	
	overflow:hidden;	
}
/* SIDE BARS */
.sidebar1 {
	width:200px;
	float:left;
	min-height:560px;
	height:auto;
}
.sidebar2 {
	width:200px;
	float:right;	
	min-height:560px;
	height:auto;		
}
.navbutton1 {
	width:200px;
	height:45px;
	margin:0 auto;
	padding:0;
	background-image:url(images/navbutton1.jpg);
	background-repeat:none;	
	overflow:hidden;
}
.navbutton1 h2 {
	width:198px;	
	height:auto;
	text-align:center;
	color:#fff;
	padding:6px 0 4px 0;
	margin:0px 0 0 0;
	font-weight:bold;	
	font-size:16px;	
	border:none;
}
.navbutton2 {
	width:200px;
	height:45px;
	margin:0 auto;
	padding:0;
	background-image:url(images/navbutton2.jpg);
	background-repeat:none;	
	overflow:hidden;
}
.navbutton2 h2 {
	width:198px;	
	height:auto;
	text-align:center;
	color:#fff;
	padding:6px 0 4px 0;
	margin:0px 0 0 0;
	font-weight:bold;	
	font-size:16px;	
	border:none;
}
.navbody {
	width:200px;
	height:auto;
	margin:0;
	padding:0px 0 20px 0px;	
	overflow:hidden;	
}
.navbody p {
	font-size:.9em;
	font-family:"times new roman", serif;
	font-style: italic;
	line-height:1.3em;
	font-weight:bold;
	color:#c1272d;
	/*color:#662d91;*/
	padding:0 5px;
	margin:0 0 0 5px;
}
/* under the title buttons */
.sidebar2 a {
	color: #42210b;
	text-decoration: none;
}
.sidebar2 a:hover {
	background: none;
	color:  #a50f1d;
	text-decoration: none;
}
.sidebar1 a {
	color: #42210b;
	text-decoration: none;
}
.sidebar1 a:hover {
	background: none;
	color:  #a50f1d;
	text-decoration: none;
}
/*all the content under the buttons as a group */
.navbody ul, .navbody ol { 
	margin: 0;
	padding:0 0 0 10px; 	
	}
.navbody li { 
	margin: 0px;
	padding:4px 4px 4px 4px; 
	list-style-image: none;
	list-style-position: inside;
	font-style:italic;
	color:#131081;
	font-size:.9em;
}
.navbody li a { 
	margin: 0px;
	padding:4px 4px 4px 4px; 
	list-style-image: none;
	list-style-position: inside;
	font-style:italic;
	color:#131081;	
	font-size:.9em;
}
.navbody li a:hover { 
	margin: 0px;
	padding:4px 4px 4px 4px; 
	list-style-image: none;
	list-style-position: inside;
	font-style:italic;
	color:#591500;
	text-decoration:underline;	
	font-size: .9em;
}
ul.sublinks, ol.sublinks { 
	margin: 5px 5px;
	padding:0 0 0 15px;		
}
ul.sublinks li, ol.sublinks li { 
	margin: 0 0 0 0px;
	padding:5px 0;
	color:#5b6743; 
	font-size:.9em;
}
ul.sublinks li a, ol.sublinks li a { 
	margin: 0 0 0 0px;
	padding:5px 0;
	color:#5b6743;
	text-decoration:underline; 
	font-size:.9em;
}
ul.sublinks li a:hover, ol.sublinks li a:hover { 
	margin: 0 0 0 0px;
	padding:5px 0;
	color:#11117f;
	text-decoration:none;
	font-size:.9em; 
}
.textwidget {
	width:195px;
	margin:5px auto;
	padding:0;
	font-size:1.1em;
	font-style:italic;
}
.textwidget .textwsmall {
	font-size:.65em;
	padding:5px 0;
	text-align:center;
	color:#221b69;
}
.navbody p.textwsmall {
	font-size:.65em;
	padding:5px 0;
	text-align:center;
	color:#221b69;
}
.navbody h3.dhtitle {
	text-align:center;
	font-weight:bold;
}
h3.dhtitle a {
	text-decoration:underline;
	color:#084aa1;
}
h3.dhtitle a:hover {
	text-decoration:none;
	color:#c1272d;
}
.navbody p.dhtext {
	font-size:.8em;
	line-height:1em;
	color:#11117f;
}
/* FOOTER */
#footer {
	width:1000px;	
	height:60px;
	background-color:#6e6fff;
	border-top:1px solid #000;
}
#table {
	text-align:center;
}
ul#footer-list {	
	height:25px;
	list-style:none;
	padding:5px 0 0 0;	
	margin:0;		
}
ul#footer-list li {	
	display:inline;	
	padding:4px 2px;
	color:#000;
	font-size:.85em;
	font-family:"times new roman", serif;
	font-style:italic;		
}
ul#footer-list li a {	
	display:inline;		
	color:#000;
	font-size:.85em;
	padding:4px 2px;
	font-family:"times new roman", serif;
	font-style:italic;
	font-weight:bold;
	text-decoration:none;	
}
ul#footer-list li a:hover {	
	display:inline;	
	padding:4px 2px;	
	font-size:.85em;
	font-family:"times new roman", serif;
	font-style:italic;
	font-weight:bold;
	text-decoration:none;		
	color:#fff;	
}
#footer p {
	font-size:.6em;
	padding:10px 0 0 0;
	margin:0;
	overflow:hidden;
	text-align:center;
}
#footer p a {
	color:#591500;
	text-decoration:underline;
}
#footer p a:hover {
	color:#fff;
	text-decoration:none;
}
/* comment style ******************************************************/
.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}
.comments-template ul, .comments-template ol {	
	list-style:none;
	padding:5px 0 15px 20px;	
	margin:0;	
}
.comments-template ul li a, .comments-template ol li a {
	font-size:12px;
	color:#4d488a;
	text-decoration:underline;
}
.comments-template ul li a:hover, .comments-template ol li a:hover {
	font-size:12px;
	color:#d1d2fe;
	text-decoration:none;
}
.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}
.commentmetadata {
	font-size: 10px;
}
.comments-template p.nocomments{
	padding: 0;
}
.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}
.navigation {
	clear:both;	
	margin:10px 0 0 0;
	text-align:center;
	font-size:.8em;
	padding:0 10px 10px 10px;	
}
.navigation a {	
	padding:0 10px 10px 10px;
}
/************************************************************/
/*post */
.post {
	margin-bottom: 5px;
}
.entry {
	margin:8px 0 0 0;
	padding:0px 0;
	line-height: 1.4em;		
	font-size:.9em;
	padding:0;			
}
.entry img {
	border:2px solid #716ffe;
}
.post p {
	margin: 10px 0;
	padding:0px 0;
	line-height: 1.4em;		
	font-size:1em;
	padding:0;			
}
.post p a.more-link {
	border-bottom: 1px dotted #1b1bcc;
	color:#1b1bcc;
	text-decoration: none;
}
.post p a {
	border-bottom: 1px dotted #1b1bcc;
	color:#1b1bcc;
	text-decoration: none;
}
.post p a:hover {
	text-decoration: none;
	color:#b496ff;
}
p.center {
	text-align: center;
}
.postmeta {	
	font-size:11px;
	margin:5px 0 0 5px;
	color: #7270ff;
	padding:0;
}
p.postmeta {
	clear:both;
	font-size:11px;
	margin:5px 0 0 5px;
	color: #7270ff;	
	padding:0;
}

.postmetadata {	
	font-size:11px;
	margin:10px 0px;
	color: #42210b;
	padding:5px 0;
}
p.postmetadata {
	clear:both;
	font-size:11px;
	margin:10px 0px;
	color: #42210b;
	padding-bottom:5px;
}

.commentCount {
 text-align:right;
 margin-right:10px;
 font-size:10px;
}
small {
	font-size: 11px;
	padding:0 0 0px 10px;	
	color:#6f70fe;
}
code {
	font: 12px 'Courier New', Courier, Fixed;
}
h1 {	
	font-size: 25px;
	text-align: left;
	font-weight: bold;
	font-style:italic;
	padding:5px 0 0 5px;
	margin-bottom: 8px;
	color: #11117f;	
	font-family: "times new roman", serif;
}
.post h1 {
	font-size: 25px;
	padding:10px 0 0 5px;
	border-bottom: 1px dashed  #11117f;
}
.post h1 a{
	font-size: 25px;	
	font-style:italic;
	font-weight: bold;
	color: #11117f;
	padding: 10px 10px 0px 5px;
	text-decoration: none;
	margin-left: 0px;
	font-family: "times new roman", serif;
}
.post h1 a:hover {	
	color: #7d77ff;	
	text-decoration: none;	
}
h2 {
	width:450px;
	border-bottom:1px dotted #ae92ff;
	font-size: 20px;
	font-weight: normal;
	text-align: left;
	padding:  3px;
	color: #4d488a;
	margin-bottom: 5px;
	font-family: "times new roman", serif;	
}
h2 a {
	text-decoration:none;
	padding:  3px;
	color: #4d488a;
	margin-bottom: 5px;
	font-family: "times new roman", serif;	
}
h2 a:hover{
	text-decoration:underline;
	padding:  3px;
	color: #5d6f3d;
	margin-bottom: 5px;
	font-family: "times new roman", serif;	
}
h3 {
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	padding:  3px;
	color: #6e6fff;
	margin-bottom: 5px;
	font-family: "times new roman", serif;	
}
h4 {
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	padding:  3px;
	color: #42210b;
	margin-bottom: 5px;
	font-family: "times new roman", serif;	
}
h5, h6 {
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	padding:  3px;
	color: #42210b;
	margin-bottom: 5px;
	font-family: "times new roman", serif;	
}
address {
	font-size:1.1em;
	font-family:"times new roman", serif;
	font-style:italic;
	font-weight:bold;
	color:#0100ca;
	padding:5px 0;
	margin:0;
}
/** COMMENT FORMATTING **(AGAIN - look near header for more!)*/ 
#comment {
	background: #FFFFFF;
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 5px 0px 5px 0px;
	padding: 4px;
	}
/************************/	
.commentlist {
	border-top:1px solid #7372fe;
	border-right:1px solid #7372fe;
	border-left:1px solid #7372fe;	
	background-color:#fff;
	padding:0 0 10px 0;
	margin:0px;
}
.commentlist p {
	font-weight: normal;	
	text-transform: none;
	border-bottom: 1px dashed #6d6f71;
	padding: 5px 5px 10px 5px;
	font-size:13px;	
	line-height:1.2em;	
}
.commentlist span {
	font-size:11px;
}
.commentlist ol {	
	margin: 0 0 0px 0;
	padding: 0 0 0px 0;
	list-style: none;			
}
.commentlist ul {		
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	list-style: none;	
}
.commentlist ol li, .commentlist ul li {
	font-size: 10px;
	font-weight: bold;
	color: #3399ff;		
	margin: 0 0 10px 0;
	padding:0;			
}
.commentlist ul li a, .comments-template ol li a {
	font-size:10px;
	color:#754c24;
	text-decoration:underline;
}
.commentlist ul li a:hover, .comments-template ol li a:hover {
	font-size:10px;
	color:#9e2214;
	text-decoration:none;
}
.commentlist li ul li { 
	margin-right: 0px;
	margin-left: 0px;				
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	color: #000;
	font-style: normal;
	font-size: 13px;
}
.commentlist cite a:hover {	
	color: #9e2214;	
}
.commentmetadata {
	font-size: 11px;
	margin: 0px;
	padding:5px 0 0 0;
	display: block;
	font-weight: normal;	
}
.commentmetadata a {
	font-size:11px;
}
.commentmetadata a:hover {
	font-size:11px;
}
/************* form for reader comments *****************/
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0px;
	}
#commentform {
	margin: 5px 10px 0px 0px;
	}
#commentform textarea {
	width: 96%;
	padding: 10px;
	border: 1px solid #6e6fff;
	}
#respond {
	clear:both;
}
#respond:after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
	}
#commentform p {
	margin: 5px 0px 5px 0px;
	}
#commentform #submit {
	margin: 5px 0px 20px 0px;
	float: left;
	border: 1px solid #6e6fff;
	background-color:#e3e2ff;
	}
.alt {
	margin: 0px;
	padding: 0px;
	}
.children { 
	margin: 0px;
	padding: 0px;
	}
.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
/*---------text box details for the comment responses --*/
#author, #email, #url {
	background: #FFFFFF;
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px;
	padding: 4px;
	border: 1px solid #666;
	}
.thread-alt {
	background-color: #fff;
	margin: 0px;
	padding:0px;
	}
/* comment box background color goes here */
.thread-even {
	background-color: #e7e7ff;
	margin:0px;
	padding:0px;
	}
.depth-1 {
	border: 1px solid #E6E6E6;
	margin: 0px;
	padding: 0px;
	}
.even, .alt {	
	margin:0px;
	padding:0px;	
	}
/**** CAPTION FORMATTING ******/
.wp-caption {
	border: 1px solid #064ca4;
	text-align: center;
	background-color: #dedeff;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 12px;
	line-height: 17px;
	padding: 5px 4px 5px;
	margin: 0;
}
/* End captions & aligment */
#wp-calendar {
	border: 2px solid #0e1f89;
	empty-cells: show;
	font-size: 14px;
	margin: 0 0 5px 9px;	
	width: 90%;
	background-color:#7572ff;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar a {
	display: block;
	text-decoration: none;
}
#wp-calendar a:hover {
	background: #cf4a2d;
	color: #fff;
}
#wp-calendar caption {
	color: #6e6fff;
	font-size: 14px;
	text-align: center;
	padding:4px 0;
	font-weight:bold;
}
#wp-calendar td {
	color: #000;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
	background-color:#fff;
}
#wp-calendar td.pad:hover {
	background: #cacae6;
}
#wp-calendar td:hover, #wp-calendar #today {
	background: #cacae6;
	color: #1f1866;	
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
/**** TABLE FORMATTING ****/
.post  table {
	background:#FFF;
	border:2px solid #CCC;
	border-collapse:collapse;
	margin:5px 0 10px;
}
.post  th, 
.post  td {
	border:1px solid #CCC;
	padding:3px 10px;
	text-align:left;
	vertical-align:top;
}
.post  tr.even td {
	background:#F7F7F7;
}
.post  th {
	background:#EDEFF0;
}
/* image formatting?? */
img.alignleft, div.alignleft
{
float:left;
margin:0 0.5em 0.5em 0;
}
img.alignright, div.alignright
{
float:right;
margin:0 0 0.5em 0.5em;
}
img.aligncenter, div.aligncenter
{
text-align:center;
margin:0 auto;
}
/* popularity p */
p.akpc_pop {
	clear:both;
}

/*************************************/
.dogimgs {
	width:510px;
	height:auto;
	overflow:auto;
	margin:5px auto;	
	padding:0 25px;	
}
.dogimgs img {
	text-align:center;
}
.space {
	clear:both;
	width:auto;
	height:20px;
}
/**********Gallery NG ************/
.slideshowlink {
	font-size:1.1em;
	font-family:"times new roman", serif;
	font-style:italic;
	margin:0 0 5px 0;
	text-align:center;
	color:#7270ff;
}
.piclenselink {
	font-size:1.1em;
	font-family:"times new roman", serif;
	font-style:italic;
	padding:0 0 2px 0;
	color:#999;
	text-align:center;
}
.piclenselink a {
	color:#7270ff;
}
.piclenselink p {
	padding:5px 0 0 0;
	margin:0px 0 0 0;
	text-align:center;
	color:#990000;
}

/*

.piclenselink {	
	padding:5px 0;
	text-align:center;
}
.piclenselink p {
	padding:0;
	margin:0;
	font-size:.95em;
	font-family:"times new roman", serif;
	font-style:italic;
	color:#990000;
}
.piclenselink a {
	font-size:1.1em;
	text-align:center;
	color:#7270ff;
	font-family:"times new roman", serif;
	font-style:italic;
	padding:0;
	margin:0;
}
.slideshowlink {
	font-size:1.1em;
	font-family:"times new roman", serif;
	font-style:italic;
	margin:0 0 5px 0;
	text-align:center;
	color:#7270ff;
}



