/* cmsms stylesheet: shearpawsitivity_css modified: 01/14/26 05:42:24 */
/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	background: #000;
	font: 14px/170% 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	color: #000; 
	text-align: center;	
}

/* links */
a, a:visited {	
	color: #000;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #ff2d8f;
	background: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-weight: Bold; 	
	padding: 10px;		
	color: 000;	
}
h1 {
	font-size: 2.2em;		
}
h2 {
	font-size: 2em;
	color: #000;
}
h3 {
	font-size: 1.4em;
	font-weight: normal;	
	padding: 16px 10px 4px 10px;
}

/* Paragraph */
p { padding: 12px 10px;	}

/* Lists */
ul, ol {
	margin: 10px 20px;
	padding: 0 20px;	
}
ul { list-style: none; }

dl { padding: 10px; margin: 0; }

dt {
  font-weight: bold;
  color: #000;
}
dd {
  padding-left: 25px; 
}

/* images */
img {
	background: #FFF;
   border: 1px solid #000;
	padding: 7px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'Courier New', monospace ;
  	/* white-space: pre; */
  	border: 1px solid #000; 
	background: #FFF; 
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 15px 10px;		
}
th {
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;
	color: #fff;
	text-align: left;
	background: #FFF;	
	border-width: 1px;
  	border-style: solid;
  	border-color: #000;	
}
tr {
	height: 34px;
	background: #FFF;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border: 1px solid #000;	
}	
/* end - table */

/* form elements - search */
form {
	margin: 15px 10px; 
	padding: 5px 10px 20px 10px;
	border: 2px solid #000; 
	background: #ffff00; 	
}
label {
	display: block;
	font-weight: bold;
	margin: 8px 0 5px 0;
	color: #000;
}
input, textarea, select {
	padding: 4px;
	color: #000;		
	background: #fff;
	
  	border-width: 1px;
  	border-style: solid;
  	border-color: #000; 
	
	font: normal 11px Verdana, sans-serif;
}
textarea {
	width: 400px;	
	height: 100px;
	display: block;	
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #000;
	background: #FFF;
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #000;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	width: 920px;
	background: #000 url(/uploads/shearpawsitivity/wrap.gif) repeat-y center top;
	margin: 35px auto;
	text-align: left;	
}
#content-wrap {
	position: relative;
	clear: both;
	float: left;	
	width: 920px;	
	padding: 25px 0; 	
	background: #000 url(/uploads/shearpawsitivity/content.gif) repeat-y;	
}
#header {
	position: relative;
	width: 920px;
	height: 205px;
	background: #000 url(/uploads/shearpawsitivity/header.gif) no-repeat;	
	color: #fff;	
	padding: 0;	
	margin: 0;
}
#header img#logo-img {
	position: absolute;
	margin: 0; padding: 0;	
        border: none;
        background: transparent;
	/* change the values of top and left to adjust the position of the logo*/
	top: 32px; left: 52px;	
}
#header p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 20px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	color: #000;
	letter-spacing: -0.5px;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 120px; left: 400px;		
}


/* Navigation */
#nav {
	clear: both;	
	padding: 0;	margin: 0;
	width: 920px;
	height: 50px;
	background: #000 url(/uploads/shearpawsitivity/nav.gif) no-repeat;		
}
#nav ul {
	float: left;
	list-style: none;	
	margin: 0;
	padding: 0 0 0 40px;			
	height: 50px;	
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 14px;
	color: #fff;
	font: bold 16px/50px 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
	text-decoration: none;	
	letter-spacing: -0.5px;
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #ff2d8f;	
}


/* Main Column */
#main {
	float: left;
	width: 525px;
	padding: 0; margin: 0 0 0 45px;
	display: inline;	
}
#main h2 {
	font: bold 2.25em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	color: #000; 
	padding: 10px 0 5px 5px; 	
	margin-left: 5px;		
	letter-spacing: -1px;
	border-bottom: 2px solid #000;
}
#main h2 a {
	color: #000;
	text-decoration: none;		
}
#main ul li {
	list-style-image: url(/uploads/shearpawsitivity/bullet.gif);
}

#sidebar {
	float: right;
	width: 270px;
	padding: 0; 
	margin: 0 45px 0 0;
	display: inline;	
}
#sidebar h3 {
	color: #000; 
	font: normal 1.6em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	text-transform: none;
	padding: 10px 0 2px 0; 
	margin: 10px 0 0 10px; 
}

#sidebar a, a:visited {
	color: #000;
	background: inherit;
	font-weight:bold;
	text-decoration: underline;
	padding: 10px 0 2px 0; 
	margin: 10px 0 0 10px; 
}

#sidebar a:hover {
	color: #ff2d8f;
	background: inherit;
	font-weight:bold;
	text-decoration: underline;
	padding: 10px 0 2px 0; 
	margin: 10px 0 0 10px; 
}

/* sidebar content */
#sidebar .content {
	margin: 15px 10px; 
	padding: 10px 10px 10px 10px;
	border: 2px solid #000; 
	background: #ffff00; 	
}

/* sidebar social */
#sidebar .social {
	background: #fff;
	margin: 15px 0px 0px 10px;

}
#sidebar .social img{
	background: #fff;
	border: none;
	padding: 1px;
}

/* sidebar search form */
#sidebar .searchform {
	background-color: transparent;
	border: none;	
	margin: 0 0 0 5px; 
	padding: 10px 0 10px 10px;	
	width: 260px;	
}
#sidebar .searchform p { margin: 0; padding: 0; }
#sidebar .searchform input.textbox { 
	width: 180px;
	height: 18px;
	padding: 2px;	
	vertical-align: top;
}
#sidebar .searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 4px;
	vertical-align: top;
}

/* footer */
#footer-wrap {
	clear: both;
	width: 920px;
	text-align: left;
	padding: 0;	margin: 0;
	background: url(/uploads/shearpawsitivity/footer-bottom.gif) no-repeat left bottom;		
}
#footer-content {
	width: 920px;
	background: url(/uploads/shearpawsitivity/footer-top-sep.gif) no-repeat;	
	padding: 0px 0 20px 0;
}

#footer-wrap p {
	padding:10px 0;
}
#footer-wrap h3 {
	color: #000; 
	margin: 0;
	padding: 5px 0 5px 10px; 
	text-transform: uppercase;
}
#footer-wrap a:hover { 
	color: #000; 
	text-decoration: none;
}

#footer-columns {
	color: #000;
	margin: 0 auto; 
	padding: 0;	
	width: 800px;		
}
#footer-columns ul {
	list-style: none;
	margin: 0; 
	padding: 0;	
	border-top: 2px solid #000;
}
#footer-columns li {
	border-bottom: 2px solid #000;		
}
#footer-columns li a {
	display: block;
	font-weight: normal;
	padding: 8px 0 8px 10px;
	width: 96%;
	color: #000;	
}

#footer-columns .col3, .col3-center {
	float: left;
	width: 32%;
}
#footer-columns .col3-center { 
	margin: 0 15px; 
}

/* bottom */
#footer-bottom {
	clear: both;
	color: #000;	
	margin: 0 auto; 
	width: 920px;
	padding: 0px 0 10px 0;
	text-align: center;	
	font-size: 0.95em;
}
#footer-bottom a { color: #000; }

/* postmeta */
.post-footer {
	margin: 5px 10px 10px 10px;	
	color: #000;
	border: 2px solid #000; 
	background: #FFFF00;
}
.post-footer .date{ margin: 0 10px 0 5px;	}
.post-footer a.comments { margin: 0 10px 0 5px;	}
.post-footer a.readmore { margin: 0 10px 0 5px;	}

.post-info { font-size: .95em; padding: 0 10px; margin-left: 2px; color: #000; }
.post-info a, .post-info a:visited { color: #000; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* clearing */
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}
