/*
Theme Name: Kurt
Theme URI: http://wordpress.org/
Description: My amalgamation of a couple of nice themes
Version: 1
Author: Kurt Parsons
Tags: mantle color, variable width, three columns


Please tweak this and make it your own. :)

My colors:

Dark - 082300
Med - 7f8f60
Light - CCCC99
Page - F5F5F5
*/



body {
  font-size: 14px;
font-family: Georgia, sans-serif;
background: #CCCC99;
margin: 0;
text-align: center;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, fieldset, table {
  margin: 1em 0;
}

h1, h2, h3, h4, h5, h6 {
color:#7f8f60;
}

a:link{
	text-decoration: none;
	color:#7f8f60;
}

a:hover{
	font-style: italic;
	color:#CCCC99;
background: #7f8f60;
}

a:visited{
	text-decoration: none;
	color: #7f8f60;
}
a:visited:hover{
	font-style: italic;
	color:#CCCC99;
background: #7f8f60;
}
blockquote {
	
	padding: 5px 5px 5px 5px;
	border-left: 5px ridge #7f8f60;
	background: #CCCC99
	}

#page {
width: 900px;
margin: 0;
padding: 0;
border-collapse: collapse;
border: 5px #7f8f60 ridge;
text-align: left;
}


/* BEGIN HEADER STYLES */
#header {
height: 180px;
max-height: 200px;
vertical-align: top;
background: #082300;
}

#headertext h1{
color:#7f8f60;
}

#headertext h4{
color:#7f8f60;
}

a.logo {
font-family: Impact, sans-serif;
font-size: 56px;
color: #7f8f60;
margin: 0px;
padding: 0px 15px 0px 0px;
position: relative;
left: 20px;
top: 40px;
}
a.logo:hover {
color: #CCCC99;
background: #7f8f60;
font-style: italic;
}

#header_image {
position: relative;
left: 10px;
top: 0px;
margin: 0px;
padding: 0px;
}


/* END HEADER STYLES */

/* BEGIN NAVIGATION BAR STYLES */
#navbar {
background: url(http://www.columbiacaninecottage.com/images/navbar.png) repeat-x top left;
height: 25px;
margin: 0px;
padding: 0px;
text-align: center;
}

#navbar ul {
list-style-type: none;
width: auto;
margin: 0px auto;
}

#navbar ul li {
display: block;
background: url(http://www.columbiacaninecottage.com/images/navsep.gif) no-repeat top right;
height: 25px;
padding: 0px;
margin: 0px;
float: left;
}

#navbar ul li a:link, #navbar ul li a:visited {
display: block;
background: url(http://www.columbiacaninecottage.com/images/navsep.gif) no-repeat top right;
height: 25px;
padding: 2px 10px 0px 10px;
margin: 0;
width: auto;
float: left;
color: #082300;
text-decoration: none;
}

#navbar ul li a:hover {
background: url(http://www.columbiacaninecottage.com/images/navbar_hover.png) repeat-x top left;
text-decoration: none;
color: #CCCC99;
font-style: normal;
}

/* END NAVIGATION BAR STYLES */

#colorband {
height: 25px;
margin: 0px;
padding: 0px;
background: #082300;
}

td#specialofferheader {
color: #B22222;
text-align: center;
}

td#specialofferheader h1, h2, h3, h4, h5, h6{
color: #B22222;
}

td#specialoffercontent {
color: #082300;
text-align: justified;
}

#contentmiddle {
margin: 0;
padding: 0px 20px 50px 20px;
background: #F5F5F5;
min-width: 500px;
}

#contentmiddle h1, h2, h3, h4, h5, h6 {
color:#082300;
}

#content_right {
margin: 0;
padding: 0;
background: #7f8f60;
vertical-align: top;
text-align: left;
width: 230px;
}

#content_right h3 {
color: #082300;
margin: 5px 0px 0px 10px;
padding: 0px;
}

#content_right ul li {
Position: relative;
left: -30px;
list-style-type: none;
margin: 5px 0px 5px 10px;
padding: 0px;
}

#content_right ul li a:link, #content_right ul li a:visited {

color: #CCCC99;
text-decoration: none;
margin: 0px;
padding: 0px;
}

#content_right ul li a:hover {
text-decoration: none;
color: #7f8f60;
font-style: italic;
background: #CCCC99;
margin: 0px;
padding: 0px;
}

#footer_rule {
background: url(http://www.columbiacaninecottage.com/images/navbar.png) repeat-x top left;
height: 25px;
margin: 0px;
padding: 0px;
}
#footer_cell {
height: 25px;
background: #7f8f60;
color: #F5F5F5;
}
#footer_cell a:link, #footer_cell a:visited {
text-decoration: none;
color: #F5F5F5;
}
#footer_cell a:hover {
text-decoration: none;
font-style: normal;
color: #082300;
}
