/*
Theme Name: Man's Best Friend Blog Theme
Description: Man's Best Friend Blog Theme is a clean, simple and stylish WordPress theme for dog enthusiasts by <a href="http://jump2top.com">SEO Company</a>.
Author: SEO Company
Author URI: http://jump2top.com
Version: 1.0
Tags: brown, black, gray, white, 2-columns, right sidebar, widget ready, fixed width, with image, seo friendly, dog, pet
*/

body {
	/*background: url(images/background.gif);*/
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background:#acbfe2;
	text-align: center;
	margin:0;
}

#wrap {
	width: 1024px;
	text-align: left;
	background: url(images/background_main.gif) repeat-y center;
}
#header {
	background:url(../../../../images/logo.gif) left no-repeat #acbfe2;
	height: 119px;
}

#phoneNumber {
	float:right;
	width:400px;
	text-align:right;
	margin-right:30px;
}

#phoneNumber h3 {
	font-size:24px;
	margin:15px 0;
	font-weight:normal;
}
	
#phoneNumber h3 span{
	color:#000;
}

#navigation {
		text-align:right;
		width:700px;
		float:right;
		clear:both;
		margin-top:25px;
		margin-right:30px;
}

#navigation ul {
	list-style:none;
}

#navigation li {
	margin-left:15px;
	display:inline;
}

#title {
	background: url(images/background_title.jpg) no-repeat center;
	height: 336px;
	padding-left: 25px;
	clear: both;
	text-align:left;
}
#main {
	padding:10px 60px;
}
#sidebar {
	float: right;
	margin: 0px 10px 15px 10px;
	width: 185px;
/*	background: url(images/background_sidebar.gif) repeat-x; */
	min-height:500px;
	padding: 10px;
	color: #000000;
}
#content {
	margin: 0px 200px 15px 10px;
	padding: 10px;
	color: #000000;
}
#footer {
	color:#999999;
	clear: both;
	padding: 15px 25px;
	text-align:center;
}
.post {
	padding-bottom: 10px;
}
#comments {
	margin-top: 10px;
}
/* text */
#title h1 {
	font-size: 24pt;
	color:#000000;
	padding-top: 60px;
	font-weight: normal;
	display:none;
}
#title h1 a{
	color:#000000;
	text-decoration: none;
}
.description {
	font-size: 12pt;
	color:#000000;
	font-weight: normal;
	display:none;
}

h1 {
	font-size:16pt;
	font-weight: normal;
	color: #000000;
}
.post h1 a {
	color: #000000;
	text-decoration: none;
}

#sidebar h2,
h2,
h3,
h4 {
	font-size: 12pt;
	color: #24488e;
	margin-bottom:0;
}
.post a,
.entry a,
#sidebar a,
h2 a,
h3 a,
h4 a {
	color: #24488e;
	text-decoration: none;
}
.post a:hover, 
.entry a:hover,
#sidebar a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
	color: #000000;
}
#sidebar li a {
	padding: 2px 0px 1px 0px;

}

#sidebar ul{
	margin:0;
}

#sidebar ul li {
	list-style: none;
}
#sidebar li {
	padding-bottom: 2px;	
}
p,
#content h1,
h2,
h3,
h4,
sidebar h2,
ul,
ol {
	padding-bottom: 10px;
}
.entry ul li,
.entry ol li,
#content ul li,
#content ol li {
	margin-left: 25px;
}
img a {
	border: 0px;
}
blockquote {
	margin: 10px;
	color: #f7f7f7;
	padding: 10px 10px 5px 10px;
/*	border: 1px solid #CCCCCC; */
	font-size: 9pt;
	font-style: italic;
	background-color: #101010;
}
blockquote a {
	color: #000000;
}
#footer a {
	color:#000000;
	text-decoration: none;
}
/* default */
.navigation {
	padding: 10px 0px;
	color: #666666;
}
.navigation a {
	color: #666666;
	text-decoration: none;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.postmetadata {
	color: #CCCCCC;
	margin-bottom: 10px;
/*	padding: 10px;
	border: 1px solid #666666;	
	background-color: #333333; */
}
.postmetadata a,
.postmetadata a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
#date {
	padding-bottom: 5px;
	color:#898989;	

}
#date a {
	color:#898989;	
	text-decoration: none;
	font-weight: normal;
}
.comment {
	padding: 10px 0px;
}
ul li ul li {
	margin-left: 10px;
}
ul li ul li ul li {	
	margin-left: 10px;
}
/* calendar */
#today, caption {
	font-weight: bold;
}
td, th {
	padding: 2px;
}
#calendar_wrap {
	padding-bottom: 10px;
}
/* form */
#author, #email, #url, #comment, .s {
	border: 1px solid #cdcdcd; 
	padding: 5px;
	font-size: 8pt;
	background: transparent;
	color: #000000;
}
#author, #email, #url, #comment {
	padding: 5px;
}
.s {
	padding: 3px;
}
#submit, .searchsubmit {
	background-color: #000000;
	color: #ffffff;
	border: 0px;
	font-size: 8pt;
	padding: 2px;
	margin-top: 3px;
	font-weight: bold;
}
#commentform a {
	color: #000000;
	text-decoration: none;
}
#commentform a:hover {
	color: #000000;
	text-decoration: underline;
}
.searchform {
	margin-bottom: 10px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	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-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
