/*
Theme Name: ASDKennels
Theme URI: http://asdkennels.com/
Description: Wordpress Theme for ASDKennels.
Version: 1.0
Author: ASDKennels
Author URI: http://asdkennels.com/
*/

html, body {
	font:12.5px/1.5em  "Times New Roman", Times, serif;
	background:#ffffff url("images/bgheader.jpg") repeat-x;
	color:#333;
	margin:0;
	padding:0;
	
}

img {
	border:none;
	display:block;
	text-align:center;
	margin-bottom: 10px;

}

a {
	font-weight:bold;
	text-decoration:none;
	color:#663300;
}

strong {
	font-weight:bold;
	color:#663300;
}

h2 {
	text-align:left;
	font-size:16px;
	margin:0;
	padding:0;
}

blockquote { 
	color:#777; 
}

p {
	color:#996633;
	line-height:20px;
	
}

#containerheader {
	text-align:center;
	width:805px;
	width:885px;
	margin:0 auto;
	padding:95px 0 0;
}

#container {
	text-align:center;
	height:100%;
	width:650px;
	margin:0 auto;
	margin-bottom:0px;
	padding:50px 0 0;
}


#header {
	top: 15px;
	right: 50px;
	width: 225px;
	height: 55px;
	z-index: 1000;
	text-align: right;
	position: absolute;
	background: url("http://www.asdkennels.com/wp-content/themes/ASDkennels/images/logo.png") no-repeat;
}

.gallery_item img{
display: inline;
margin-left: 5px;
margin-right: 5px;
margin-top: 10px;
margin-bottom: 10px;
border:1px solid #CCCCCC;
padding:6px;
}


/*------- Tab Menu ---------*/

#nav {
	list-style:none;
	width:800px;
	width:880px;
	font:x-small/normal tahoma, verdana, arial, helvetica, sans-serif;
	margin:0;
	padding:0 0 0 0px;
}

#nav li { display:inline; }

#nav a {
	float:left;
	font-weight:normal;
	border-bottom:0px solid #e6e6e6;
	background:url("images/tab.gif");
	margin:0;
	padding:0 0 0 0px;
}

#nav a span {
	color:#ffffff;
	text-align:center;
	width: 80px;
	height: 30px;
	float:left;
	background:url("images/tab.gif");
}

#nav #current a {
	font-weight:bold;
	background-position:-36px;
	border-width:0;
}

#nav #current a span {
	color:#ffffff;
	padding-bottom:4px;
	background-position:100% -36px;
}

#nav a:hover { background-position:0% -36px; }

#nav a:hover span { background-position:100% -36px; }


/*------- Posts ---------*/

#content {
	margin:35px 0 0;
	
	padding:0;
}

#content a, .entry a, .commentlist a, #footer a {
	color: #663300;
}

#content a:hover, .entry a:hover, .commentlist a:hover, #footer a:hover {
	border-bottom:1px dashed;
}

.entry {
	

	width: 650px;
	
}

.entry li {
	list-style:none;
	list-style-image:url("images/bullet.gif");
	
}

.entrycontent {
text-align:justify;
	background:#FFF;
	margin: 0 auto;
	
}

.pie {
	color:#777;
	font-size:12px;
	text-align:right;
}

.date {
	padding-left:15px;
	background:url("images/arrows.png") center left no-repeat;
}

.categories {
	padding-left:15px;
	background:url("images/post.gif") center left no-repeat;
}

.archives {
	padding-left:10px;
	background:url("images/post.gif") center left no-repeat;
}

.comments {
	padding-left:17px;
	background:url("images/comments.gif") center left no-repeat;
}

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

#comments {
	border-top:1px solid #e6e6e6;
	margin:30px 0 0;
	padding:20px 0 0;
}

#comments li {
	list-style:none;
	list-style-image:none;
	margin:0 15px 0 -30px;
}

#comments .header { background-color:#EDF3DE; }

#comments .header.alt { background-color:#D8E7F3; }

/* --- Footer ---*/
/*	
 #footer {
	position: relative;
	bottom: 0;
	margin-top: 50px;
	height: 71px;
	background:#ffffff url("images/bgbottom.jpg") repeat-x;
	width: 100%;
}
*/
