@import "reset.css";
@import "base.css";
@import "fontembeds.css";

/* -- HTML Setup -- */
html {
  background: url("/graphics/sb_companioncare/bg_html.jpg") 0 0 repeat;
}
body {
  background: url("/graphics/sb_companioncare/bg_body.gif") 0 0 repeat-x;
  font: normal 18px/1.33333 Aller, 'Lucida Grande', sans-serif;
}
a {
  color: #46698a;
  text-decoration: underline;
}
h3 {
  color: #72a992;
  font-family: MuseoRegular, Arial, sans-serif;
  font-size: 24px;
  font-weight: normal;
  padding: 0 0 6px;
}
input {
  font: normal 18px/1.33333 Aller, 'Lucida Grande', sans-serif;
}

/* -- Editor -- */
.editor ul {
	list-style:disc;
	padding:0 0 12px 20px;
}
.editor blockquote {
	padding:0 0 12px 20px;
}
.editor sup {
	vertical-align:super;
	font-size: 12px;
}
.editor sub {
	vertical-align:sub;
	font-size: 12px;
}

/* -- Header -- */
header[role="masthead"] {
  margin: 0 auto;
  overflow: hidden;
  padding: 30px 0 0;
  width: 960px;
}
header[role="masthead"] h1 a {
  background: url("/graphics/sb_companioncare/logo.png") 0 0 no-repeat;
  display: block;
  float: left;
  height: 84px;
  text-indent: -5000px;
  width: 470px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
header[role="masthead"] h1 a:hover {
  opacity: 0.8;
  background-position: 0 3px;
}
header[role="masthead"] nav {
  background: url("/graphics/sb_companioncare/bg_top_menu.jpg") 0 0 repeat-x;
  border-radius: 5px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
  float: right;
  height: 50px;
  margin: 16px 0 0;
}
header[role="masthead"] nav li {
  float: left;
}
header[role="masthead"] nav li a {
  background: url("/graphics/sb_companioncare/bg_top_menu_vr.gif") 0 0 no-repeat;
  background-color: rgba(232, 102, 27, 0);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  color: #fff;
  display: block;
  font-size: 18px;
  height: 36px;
  padding: 14px 0 0 20px;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  width: 100px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header[role="masthead"] nav li a:hover {
  background-color: #e8661b;
  background-color: #e8661b;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
header[role="masthead"] nav li:first-child a {
  background-image: none;
}

/* -- Homepage -- */
.photo {
  display: block;
  border-radius: 5px;
}
.about {
  background: #ffffff url("/graphics/sb_companioncare/bg_home_feature_grad.jpg") bottom left repeat-x;
  border-radius: 10px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
  margin: 100px auto 0;
  padding: 220px 0 24px 0;
  position: relative;
  width: 1000px;
}
.about:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.about .feature {
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
  border: 1px solid #b2bfbf;
  border-radius: 10px;
  top: -80px;
  left: 30px;
  position: absolute;
}
.weProvide {
  float: left;
  padding: 0 0 0 30px;
  width: 300px;
}
.weProvide ul {
  list-style: disc;
  padding: 0 0 0 30px;
}
.weProvide ul li {
  padding: 0 0 6px;
}
.aboutKara {
  float: left;
  padding: 0 0 0 20px;
  width: 380px;
}
.aboutPhoto {
  border-radius: 5px;
  display: block;
  float: right;
  margin: 0 30px 0 0;
  padding: 12px 0 0 0;
  width: 220px;
}
.contact {
  background: #d1e5dc url("/graphics/sb_companioncare/bg_home_contact_topper.jpg") 0 0 repeat-x;
  border-radius: 10px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  margin: -20px auto 0;
  overflow: hidden;
  padding: 62px 0 6px 0;
  width: 1000px;
}
.contact h3 {
  color: #46698a;
  float:left;
}
.contact .phoneNumber {
  float:right;
  padding:3px 0 0;
}
.contact .phoneNumber span {
  color:#46698a;
  font-size:12px;
  font-weight:bold;
  text-transform:uppercase;
  letter-spacing:1px;
}
.contact .editor {
  clear:both;
}
.contact .photo {
  border-radius: 10px;
  float: left;
  margin: 0 0 18px 30px;
}
.contact form {
  float: right;
  padding: 0 30px 0 0;
  width: 620px;
}
.contact:after {
  background: url("/graphics/sb_companioncare/hr_base_home.png") 0 0 repeat-x;
  clear: both;
  content: ".";
  display: block;
  height: 18px;
  margin: 0 auto;
  width: 980px;
  text-indent: -5000px;
}
.contact fieldset {
  float: left;
  padding: 12px 0 0 20px;
  width: 300px;
}
.contact .name {
  padding: 12px 0 0;
}
.contact label {
  color: #46698a;
  display: block;
  font-weight: bold;
  padding: 0 0 6px;
}
.contact label .or {
  color: #777;
  font-style: italic;
  font-weight: normal;
}
.contact input[type="text"] {
  border: 1px solid #aecdc0;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.22);
  margin: 0;
  padding: 10px;
  width: 278px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact input[type="text"]:focus {
  border: 1px solid #9dbaae;
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.22);
}
.contact .submit input {
  background: #41607e url("/graphics/sb_companioncare/bg_button.jpg") 0 0 repeat-x;
  border: none;
  border-radius: 5px;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.15);
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  padding: 12px 20px 10px;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.contact .submit input:hover {
  opacity: 0.8;
}
.contact .submit {
  padding: 18px 0;
  width: 100%;
  text-align: center;
}
.contact .errors {
  background-color: #cd5d1c;
  color: #fff;
  display: none;
  margin: 6px 0 12px;
  padding: 12px 10px;
}
.contact .errors h6 {
  font-weight: bold;
}

/* -- Subpage -- */
.subpage {
  background: #ffffff url("/graphics/sb_companioncare/bg_home_feature_grad.jpg") bottom left repeat-x;
  border-radius: 10px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
  margin: 18px auto 0;
  overflow: hidden;
  padding: 30px 0 24px 0;
  width: 1000px;
}
.subpage article {
  float: right;
  padding: 0 30px 0 0;
  width: 620px;
}
.subpage article .pageTitle {
  color: #72a992;
  font-family: MuseoRegular, Arial, sans-serif;
  font-size: 36px;
  font-weight: normal;
  padding: 12px 0 6px;
}
.subpage aside {
  background-color: #d8eee4;
  float: left;
  width: 280px;
  padding: 6px 0 12px 20px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.subpage aside h4 {
  font-size: 16px;
  letter-spacing: 2px;
  padding: 18px 10px 6px;
  text-transform: uppercase;
}
.subpage aside li {
  border-top: 1px solid #f3fffa;
}
.subpage aside li a {
  display: block;
  padding: 6px 10px;
  text-decoration: none;
}
.subpage aside li li a {
  padding: 6px 10px 6px 24px;
}
.subpage aside .current > a {
  color: #e57f32;
}

/* -- Subpage Form -- */
.simpleForm_item, .simpleForm_itemTextArea {
	padding:6px 0;
	overflow:hidden;
	width:100%;
}
.simpleForm_item label, .simpleForm_itemTextArea label {
	text-align:right;
	float:left;
	font-weight:bold;
	padding:5px 10px 0 0;
	width:160px;
}
.simpleForm_star {
	color:#ec8130;
	font-weight:bold;
}
.simpleForm_denotes {
	color:#777;
	font-style:italic;
	font-size:14px;
	padding:6px 0 6px 170px;
}
.simpleForm_denotes input	{ display:none;} 
.simpleForm_denotes label	{ display:none;}
.simpleForm_submitRow {
	padding:6px 0 6px 170px;
}
.simpleForm_submitRow input {
  background: #41607e url("/graphics/sb_companioncare/bg_button.jpg") 0 0 repeat-x;
  border: none;
  border-radius: 5px;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.15);
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  padding: 12px 20px 10px;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.simpleForm_submitRow input:hover {
  opacity: 0.8;
}

/* -- Calendar -- */
.calendar table {
	width:100%;
	margin:0 0 30px;
}
.calendar th {
	background-color:#41607e;
	color:#fff;
	font-size:14px;
	text-align:left;
	padding:6px 0 6px 10px;
	width:79px;

}
.calendar td {
	border-bottom:1px solid #ccc;
	padding:6px 0 6px 10px;
}
.calendar td div {
	background-color:#d8eee4;
	font-size:12px;
	padding:5px 5px 0 5px;
}
.calendar h3 {
	color:#46698a;
}
.calendar h2 {
	background-color:#46698a;
	color:#fff;
	font-family: MuseoRegular, Arial, sans-serif;
  	font-size: 18px;
  	font-weight: normal;
	margin:12px 0 -22px;
  	padding: 12px 10px;
}

/* -- Footer -- */
footer {
  color: #b4a46d;
  display: block;
  font-size: 14px;
  margin: 0 auto;
  padding: 18px 0;
  text-align: center;
  width: 800px;
}
footer a {
  color: #b4a46d;
}
