﻿/* ------------------------------------------------------
------------------ SCREEN Style Sheet -------------------
------- Published by Aperture Business Solutions --------
Copyright 2008 Careliving Solutions. All rights reserved.
------------------------------------------------------ */

/* Base */
body.master {
	margin: 0;
	background: #693 url('http://carelivingsolutions.com/images/bg.gif') repeat-y center top;
	font-weight: normal;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
body.home {
	margin: 0;
	background-color: #693;
}
h3 {
	font-weight: bold;
	font-size: small;
}
p {
	padding: 0 0 6px 0;
}
img {
	border: 0;
}
a:link, a:visited, a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #693;
}
a:visited {
	color: #363;
}
a:hover {
	color: #8b2;
	text-decoration: underline;
}
.hide {
	background: white;
	display: none;
}
.hide a {
	color: #000;
	display: none;
}
#page {
	margin: auto;
	background: url('http://carelivingsolutions.com/images/bg_puz.gif') no-repeat center top;
	min-height: 300px;
}
#masthead {
	height: 150px;
	width: 680px;
	display: block;
	margin: auto;
}
#logo {
	width: 658px;
	height: 105px;
	display: block;
	background: url('http://carelivingsolutions.com/images/cls_logo.jpg') no-repeat right center;
}
#print {
	display: none;
}
#navigation {
	height: 18px;
	width: 630px;
	margin: auto;
	display: block;
	text-align: center;
	font-weight: bold;
}
#navigation a {
	text-decoration: none;
	color: #000;
	display: block;
	width: 14.2%;
	float: left;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
}
#navigation a:hover {
	color: #fff;
	background: #693;
}
#head {
	height: 32px;
	width: 625px;
	margin: auto;
	display: block;
	border-top: thin #fff solid;
	text-align: center;
	font-family: Tahoma, "Lucida Sans", Verdana, Arial, Helvetica, "Lucida Sans Unicode", "Arial Unicode MS", sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: x-large;
}
#container {
	width: 680px;
	height: 100%;
	margin: auto;
	display: block;
}
#subcontent {
	width: 580px;
	height: 100px;
	margin: auto;
	display: block;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	font-size: large;
	padding: 15px 0 0 0;
}
#subcontent.store {
	height: 100%;
}
#content {
	margin: auto;
	width: 680px;
	display: block;
	min-height: 100%;
}
#foot {
	width: 680px;
	margin: auto;
	text-align: center;
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, "Lucida Sans Unicode", "Arial Unicode MS", sans-serif;
	display: block;
	clear: both;
	padding: 0 0 10px 0;
}
#foot a:link, #foot a:visited, #foot a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #693;
}
#foot a:visited {
	color: #363;
}
#foot a:hover {
	color: #8b2;
}

/* Home */
#splash.home {
	height: 380px;
	background: #693 url('http://carelivingsolutions.com/images/home01a.jpg') no-repeat center top;
	text-align: center;
}
#slideshow {
	border: 0;
	height: 380px;
	width: 724px;
	margin: auto;
}
#splash.bottom {
	background: transparent url('http://carelivingsolutions.com/images/bg_gn.gif') repeat-y center top;
	height: 100%;
}
#masthead.home{
	height: auto;
}
#head.home {
	height: 5px;
}
#base {
	background: #693 url('http://carelivingsolutions.com/images/bg_bottom.gif') no-repeat center top;
	height: 15px;
}

/* Pathways */
#column1 {
	width: 30%;
	height: 100%;
	float: left;
	display: table-cell;
}
#column2 {
	width: 30%;
	height: 100%;
	float: left;
	padding: 0 5%;
	display: table-cell;
}
#column3 {
	height: 100%;
	width: 30%;
	display: table-cell;
	float: left;
}

/* Articles */
#article {
	width: 580px;
	margin: auto;
	padding-bottom: 25px;
}
#article.info {
	width: 83%;
}

/* eCommerce */
#itemlist {
	width: 80%;
	margin: auto;
	padding-bottom: 25px;
}
.item {
	text-align: left;
	height: 80px;
	padding: 15px 0 15px 0;
	border-bottom: thin #ccc solid;
}
.item img {
	float: left;
	border: 0;
}
.desc {
	float: right;
	width: 80%;
	text-align: left;
}
#product {
	text-align: left;
	height: 100%;
	width: 80%;
	margin: auto;
	padding-bottom: 25px;
}
#pic {
	float: left;
}
#pic img {
	border-bottom: thin #693 solid;
}
#info {
	float: right;
	width: 60%;
}
#info span {
	font-size: 150%;
	margin-top: 10px;
	padding: 3px 12px;
	display: block;
	background-color: #693;
	color: #fff;
}
#buy {
	padding: 10px 0;
}
#altpic img {
	border: thin #999 solid;
}
#altpic img:hover {
	border: thin #363 solid;
}
#storebanner {
	padding: 0 0 15px;
}
#storebanner img {
	border: 1px #030 solid;
}
#storenav {
	width: 94%;
	height: 25px;
	margin: auto;
	text-align: left;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	padding: 1px 0;
	background: transparent url('http://carelivingsolutions.com/store/crt_hover.jpg') no-repeat scroll right 1px;
}
#cart {
	background: transparent url('http://carelivingsolutions.com/store/crt_link.jpg') no-repeat scroll right center;
	width: 95px;
	margin: auto;
	float: right;
}
#cart:link {
	background: transparent url('http://carelivingsolutions.com/store/crt_link.jpg') no-repeat scroll right center;
}
#cart:hover {
	background: transparent url('http://carelivingsolutions.com/store/crt_hover.jpg') no-repeat scroll right center;
}
#cart:active {
	background: transparent url('http://carelivingsolutions.com/store/crt_active.jpg') no-repeat scroll right center;
}

/* Blog */
#navbar {
	display: none !important;
}
.clear {
	clear: both;
}
#content-wrapper {
	padding: 0 16px;
}
#sidebar {
	width: 226px;
	float: right;
	color: #554;
}
#content2 {
	margin: auto;
	width: 435px;
	display: block;
	float: left;
	min-height: 100%;
}
#footer .widget	{
	text-align: left;
	margin: 0;
	padding: 10px 0;
	background-color: transparent;
}
.main p, .sidebar p, .post-body {
	line-height: 140%;
	margin: 5px 0 1em 0;
}
.post-body blockquote {
	line-height:1.3em;
}
h2 {
	font-size: 130%;
	text-align: center;
}
h2.date-header {
	color: #554;
	text-align: left;
	font-size: small;
	padding-top: 25px;
	border-top: thin #693 solid;
}
.post h3 {
	margin-top: 5px;
	font-size: 120%;
}
.post-footer {
	font-style: italic;
	padding: 0 0 50px 0;
}
.sidebar h2 {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #693;
}
.sidebar .widget {
	margin: 12px 0 13px 0;
	padding: 0;
}
.main .widget {
	margin: 12px 0 0 0;
}
.sidebar ul {
	margin-left: 0;
	margin-top: 0;
	padding-left: 0;
}
.sidebar ul li {
	list-style: disc url(http://www.blogblog.com/moto_son/diamond.gif) inside;
	vertical-align: top;
	padding: 0;
	margin: 0;
}
.widget-content {
	margin-top: 0.5em;
}
.profile-datablock {
	margin: 3px 0 5px 0;
	line-height: 140%;
}
.profile-textblock {
	margin-left: 0;
}
.profile-img {
	float: left;
	margin: 0 5px 5px 0;
	border: 4px solid #8b2;
}
#comments  {
	margin: 35px 0;
	padding: 0 25px;
}
#comments h4	{
	margin-top: 10px;
	font-weight: bold;
	background-color: #693;
	color: #fff;
	text-align: center;
	line-height: 150%;
}
#comments dl dt 	{
	font-weight: bold;
	font-style: italic;
	margin-top: 35px;
	padding: 5px 0 0 18px;
	background: transparent url(http://www.blogblog.com/moto_son/commentbug.gif) top left no-repeat;
	border-top: thin #693 dashed;
}
#comments dl dd	{
	padding: 0;
	margin: 0;
}
#comments .blogger-comment-icon, .blogger-comment-icon {
	line-height: 250%;
	background: transparent url('http://carelivingsolutions.com/images/blogpuz.gif') no-repeat scroll left bottom !important;
}
.deleted-comment {
	font-style: italic;
	color: gray;
}
.feed-links {
	clear: both;
	line-height: 2.5em;
	display: none;
}
#blog-pager-newer-link {
	float: left;
	padding: 0 0 25px 0;
}
#blog-pager-older-link {
	float: right;
	padding: 0 0 25px 0;
}
#blog-pager {
	text-align: center;
}
