/*
Theme Name: puppy kennel 
Theme URI: http://basic.demo.motionmill.com
Description: Motionmill basic theme from <a href="http://motionmill.com">Motionmill</a>.
Author: motionmill
Author URI: http://motionmill.com
Version: 1.0
*/

body{
  background-color: #5D5043;
  color: #303030;
  margin: 0;
  padding: 0;
  font: 12px/22px verdana, arial, sans-serif;
}

/* General */

h1, h2, h3, h4, h5, h6{
  font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
  font-weight: normal;
  padding: 0;
  margin: 0;
}
h1{
  font-size: 24px;
}

h2{
	color:#7BB0D0;
}
a:link, a:visited{
  color: #7BB0D0;
  text-decoration: none;
}
a:hover{
  color: #000;
  text-decoration: underline;
}
img{
  border: 0 none;
}
.clear{
  clear: both;
  height: 1px;
  overflow:hidden;
}
hr{
  background: #ebebeb;
  color: #ebebeb;
  border: 0 none;
  height: 1px;
}
blockquote{
  background: #fbf8ef;
  padding: 7px;
  font-size: 11px;
  border-left: 2px solid #ff7800;
}
blockquote p{
  margin: 0;
}
.imgright {
  float: right;
  margin: 0 0 7px 7px;
}
.imgleft {
  float: left;
  margin: 0 7px 7px 0;
}
.alignright {
  float: right;
  margin: 0 0 7px 7px;
}
.alignleft {
  float: left;
  margin: 0 7px 7px 0;
}
#container{
  width: 892px;
  margin: 0 auto;
  padding: 0;
}
/* Header */
#adress {
	margin:60px 0pt 0pt 24px;
}
#adress p{
	padding:0;
	margin:0;
	font-size:10px;
	line-height:12px;
	color:#9A8D85;
}
.header{
  background: #fff url(images/header.jpg) center top no-repeat;
  /*margin: 15px 0;*/
  width:892px;
  height:159px;
}
.header h1{

}
.header h1 a{
  color: #000;
  text-decoration: none;
}
.header h1 a:hover{
  color: #fff;
  text-decoration: none;
}
.description{
  color: #78d1ff;
  padding-left: 20px;
  padding-bottom: 20px;
  display:none;
}
/* Top Navigation */
.nav{
	position: relative; 
}
/*rest of navigational elements is being styled with suckerfish navigation plugin in admin page*/
#mm_menu1 { 
	background: #fff;
	border-bottom:1px solid #000;
	border-top:1px solid #000;
	width:892px;
	position:absolute;
	top:10px;
}
#mm_menu1 ul {
	float: left;
	width: auto;
	list-style: none;
	line-height: 1;
	background: #fff;
	font-weight: bold;
	padding: 0;
	margin: 0 0 0 0;
}

#mm_menu1 a {
	display: block;
	width: auto;
	color: #000;
	text-decoration: none;
	padding: 0.25em 2em;
}


#mm_menu1 li {
	float: left;
	padding: 0;
	padding:5px 0;
	width: 10em;
	width:auto;
}

#mm_menu1 li ul {
	position: absolute;
	left: -999em;
	height: auto;
	font-weight: normal;
	margin: 0;
	padding:0;
	margin-top:5px;
	background:#c1d3fb;
	display:block;
	width:150px;
	}

#mm_menu1 li li {
	padding-right: 0;
	padding-top:0;
	width: 100%;
	display:block;
	margin-top:0;
	border-bottom:1px solid #FFFFFF;
}

#mm_menu1 li ul a ,
#mm_menu1 li li li a {
	width: auto;
	color:#000000;
	display:block;
}

#mm_menu1 li ul ul {
	margin: -1.70em 0 0 14em;
}

#mm_menu1 li:hover ul ul, #mm_menu1 li:hover ul ul ul, #mm_menu1 li.sfhover ul ul, #mm_menu1 li.sfhover ul ul ul {
	left: -999em;
}

#mm_menu1 li:hover ul, #mm_menu1 li li:hover ul, #mm_menu1 li li li:hover ul, #mm_menu1 li.sfhover ul, #mm_menu1 li li.sfhover ul, #mm_menu1 li li li.sfhover ul {
	left: auto;
}

#mm_menu1 li:hover, #mm_menu1 li.sfhover {
	background: #998C84;
}
#mm_menu1 li li:hover a , #mm_menu1 li li.sfhover a,
#mm_menu1 li li li:hover a , #mm_menu1 li li li.sfhover a
{ color:#FFFFFF; }
/* Content */

.content{
  background: #fff /*url(images/top.png) center top no-repeat*/;
  padding-top: 30px;
}
.entry{
  margin: 20px 20px 20px 28px;
  padding-right: 19px;
  float: left;
  display: inline;
}
.entry h3{
  font-size: 22px;
}
.entry h3 a{
  color: #FF7800;
  text-decoration: none;
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
}
.entry h3 a:hover{
  border-bottom: 1px solid #FF7800;
  padding-bottom: 10px;
}
.postmeta{
  font-size: smaller;
  color: #999;
  margin-bottom: 10px;
}
.postmeta a{
  color: #9c9c9c;
  text-decoration: underline;
}
.postmeta a:hover{
  color: #000;
}

/*Sidebar*/

.sidebar{
  width: 250px;
  margin: 20px;
  margin-left: 0;
  float: right;
  font-size: 11px;
}
.sidebar h3{
  font-size: 15px;
  border-bottom: 1px solid #ebebeb;
}
.sidebar ul{
  margin: 0; padding: 0;
  margin-bottom: 10px;
  list-style: none;
}
.sidebar ul li{
  background: url(images/bullet.gif) left center no-repeat;
  padding-left: 13px;
}

.sidebar ul li ul{
  margin-left: 7px;
}
.search{
  margin-top: 7px;
}

/* Footer */

.footer{
  clear: both;
  background: #fff url(images/content-bottom.jpg) left bottom no-repeat;
  padding: 5px; 
  margin-bottom: 15px;
  text-align: center;
  color: #999;
}

/* Comments */

ol.commentlist{
  margin: 0; padding: 0;
  list-style: none;
}
.commentlist li{
  border: 1px solid #ebebeb;
  margin-bottom: 10px;
}
.comments{
  background: #FCFCFC;
  padding: 10px;
  border: 2px solid #fff;
}
.comments cite{
  font-style: normal;
  color: #999;
}
.count{
  margin: 5px 0;
}
.text_area, .text_inpput{
  font-family: verdana, arial, sans-serif;
  padding: 3px;
}
#comment_form .text_area{
  border: 1px solid #c8c8c8;
  width: 500px;
  height: 125px;
  float: left;
}
#comment_form .text_input{
  border: 1px solid #c8c8c8;
  height: 20px;
  width: 235px;
  margin-right: 5px;
}
.userinput label{
  color: #999;
}
#comment_form p{
  margin: 7px 0;
}

/* Search */

#s, #searchsubmit, #submit{
  border: 1px solid #c8c8c8;
}
#searchsubmit, #submit{
  background-color: #f8f8f8;
}

/*well, I'm glad that's over with*/
