/* Shear Pawsitivity - static site stylesheet
   Recreated from the original CMS Made Simple "shearpawsitivity" theme */

/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */
* { margin: 0; padding: 0; outline: 0; box-sizing: border-box; }

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

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

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;
}

p { padding: 12px 10px; }

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

img {
	background: #FFF;
	border: 1px solid #000;
	padding: 7px;
	max-width: 100%;
	height: auto;
}
img.float-right { margin: 5px 0px 10px 10px; }
img.float-left { margin: 5px 10px 10px 0px; }

/* ----------------------------------------------
   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;
	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;
	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.currentpage {
	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); }
#main h3 {
	font-size: 1.3em;
	font-weight: bold;
	padding: 14px 10px 2px 10px;
}

/* Sidebar */
#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, #sidebar a:visited {
	color: #000;
	background: inherit;
	font-weight: bold;
	text-decoration: underline;
}
#sidebar a:hover { color: #ff2d8f; background: inherit; }
#sidebar .content {
	margin: 15px 10px;
	padding: 10px 10px 10px 10px;
	border: 2px solid #000;
	background: #ffff00;
	text-align: center;
}

/* 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-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; }

/* clearing */
.clearer { clear: both; }
