/* LAYOUT */
/* ----------------------------------------- */

/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. More info: http://codex.wordpress.org/CSS */
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left; margin-right:10px; }
.alignright { float:right; margin-left:10px; }
.wp-caption { font-size:8pt; text-align:right; padding:0px; 	}
#contentbar .wp-caption img {padding:0px; }

/* You might find the following useful */
/* div, ul, li { position:relative } This will save you having to declare each div / ul / li's position as 'relative' and allows you to absolutely position elements inside them */
br.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear your floated columns */

ul, ol {
	padding-left:40px;
}
ul li {
	list-style: disc;
}
ol li {
	list-style:decimal;
}

#contentbar input, #contentbar textarea /*#contentbar select*/ {
	background-color:#0282c4;
	border:0px;
	color:#e5f2f9;
	font-size:12pt;
	padding:5px;	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

#contentbar h1 {
	padding-top: 56px;
	padding-bottom: 54px;
	background-color: #0282C4;
	margin-bottom:55px;
	padding-left:40px;
	margin-left:-40px;
	margin-right:-40px;
}

#wrapper {
	width:980px;
	margin:0 auto;
	overflow: hidden;
	background-color:#00aeef;
}

#sidebar {
	float:left;
	width:260px;
	background-color:#00aeef;
}

#contentbar {
	float:right;
	padding-left: 40px;
	padding-right: 40px;
	width:640px;
	background-color:white;
	min-height: 1200px;
}

#header {
	height:130px;
	width:260px;
	padding-top:56px;
	background-color:#00aeef;
	padding-left:0px;
}

#header a {
	width:213px;
	height:66px;
	display:block;
}

#header h1 {
	background-image:url(../images/Camcare-logo_smaller-version.png);
	background-repeat:no-repeat;
	height:97px;
}

#sidebar #xoxo {
	width:260px;
	background-color:#00aeef;
	padding:0px;
}

#xoxo  ul, .menu-service-menu-container li {
	padding:0;
}
#xoxo  li, .menu-service-menu-container li {
	list-style:none;
}
#xoxo ul, .menu-service-menu-container ul {
	padding:0;
	border-top: 1px solid #99dff9;
	margin:0px 23px 0px 23px;
}
#xoxo li { 
	padding:10px 0px 10px 0px;
}
.menu-service-menu-container li, .menu-left-menu-container li {
	list-style:none;
	border-bottom: 1px solid #99dff9;
	padding:10px 0px 10px 0px;
	font-size:16pt;
	color:#ffffff;
}

#xoxo #menu-left-menu ul.sub-menu li {
	list-style:none;
	border:0px;
	padding:5px 0px 5px 0px;
	font-size:12pt;
	color:#ffffff;
}

#xoxo ul.sub-menu {
	margin:0px;
	margin-top:5px;
	margin-left:10px;
	border:0px;
}
#xoxo .widget_nav_menu ul.sub-menu li {
	list-style:none;
	padding:5px 0px 5px 0px;
	font-size:12pt;
	border:0px;

}

#sidebar .widget-container {
	padding-top:30px;
	padding-bottom:30px;
}
#sidebar #searchform div {
	text-align:center;
	padding-left:7px;
}

.screen-reader-text {
	display:none;
}

#s {
	height: 20px;
	width: 160px;
	background-color: white;
	font-size: 11pt;
	padding: 5px;
}

#searchsubmit {
	background-image: url(../images/icon-search.png);
	background-color: transparent;
	color: transparent;
	width: 17px;
	height: 25px;
	border: 0;
	background-repeat:no-repeat;
	color:#00AEEF;
}

#contentbar #searchsubmit {
	background-color:white;
}

#contentbar input.submit, .button, .button-down, #contentbar input.button {
	color: #ffffff;
	padding: 6px 13px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	cursor:pointer;
	text-decoration:none;
	background-image: url(../images/icon-right-arrow.png);
	background-repeat:no-repeat;
	background-position:94% 50%;
	background-color:#0282C4;
	padding-right:30px;
	margin-top: 10px;
	margin-bottom: 10px;
	display: inline-block;
}

#footer .button {
	color: white;
	padding: 6px 13px;
	background-color: black;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	cursor: pointer;
	background:none;
	margin:0;
	display:inline;
}

.button:hover, #contentbar input.button:hover, .button-active, a#footer-menu-button:hover {
	background-color: #454545;
}

.button-down {
	background-image: url(../images/icon-down-arrow.png);
}

.button-person, .button-face, .button-logo {
	color: #ffffff;
	padding: 10px;
	text-decoration: none;
	-webkit-border-radius: 27px;
	-moz-border-radius: 27px;
	background: #0282c4;
	background-repeat:no-repeat;
	background-position: 10px;
	height: 32px;
	font-size: 16pt;
	padding-left:60px;
	line-height:32px;
	display:block;
}

.button-person {
	background-image:url(../images/icon-small-person.png);
	
}
.button-logo {
	background-image:url(../images/icon-small-logo.png);
}
.button-face {
	background-image:url(../images/icon-small-face.png);
}

.button:hover, .button-person:hover, .button-face:hover, .button-logo:hover {
	background-color:#6BA3C0;
	cursor:pointer;	
}

#accessibility-links {
	display:none;
}

.footer-container {
	margin-left: 260px;
	background-color: #15222D;
	padding-bottom:40px;
}

#footer-menu {
	clear:both;	
	display:none;
	background-color: #00AEEF;
}

#footer-menu a, #footer a {
	text-decoration:none;
}

#footer-menu a:hover, #footer a:hover {
	color:white;
}

#footer-menu .xoxo {
	width:190px;
	display:inline-block;
	vertical-align:top;
	padding:0px 0px 0px 40px;
	*display: inline;
    zoom:1;
}

#footer-menu .xoxo ul, #footer-menu .xoxo li {
	list-style:none;
	padding:4px 0px 4px 0px;
}
	
#footer-menu .widget-title {
	color:#ffffff;
	padding:22px 0px 22px 0px;
	list-style:none;
	margin:0px;
	*margin-left: -15px;
}
#footer {
	padding-left:260px;
	background-color:#00aeef;
	clear:both;
}

#footer-content {
	width:100%;
	height:40px;
	background-color:#15222d;
	padding-top:21px;
}

#footer-menu-button-ccontainer {
	float:left;
	padding-left:40px;
}
#footer-copyright {
	float:right;
	padding-right:40px;
	
}

#contentbar-home {
	float:right;
	padding-left: 40px;
	padding-right: 40px;
	width:640px;
	background-color:white;
}

#contentbar-home #home-header {
	padding-top: 56px;
	padding-bottom: 54px;
	background-color: #0282C4;
	margin-bottom:55px;
	padding-left:40px;
	padding-right:40px;
	margin-left:-40px;
	margin-right:-40px;
	width:100%;
}

#contentbar-home #home-header h1 {
	border-top:1px solid white;
	padding-top:34px;
}

#contentbar-home #home-header h2 {
	color:#99ccff;
	font-weight:bold;
	font-size:12pt;
	padding-top:20px;
}

#contentbar-home #item1,#contentbar-home #item2,#contentbar-home #item3 {
	width:32%;
	text-align:center;
	display:inline-block;
	color:white;
	font-size:16pt;
	padding-top:20px;
}

#spacer {
	display:block;
	height:40px;
}

.menu-service-menu-container {
	background-color: #0282C4;
	padding: 18px 0px 23px 0px;
	-moz-border-radius: 23px;
	-webkit-border-radius: 23px;
	border-radius: 23px;
	position: relative;
	top: -117px;
	right: -637px;
	width: 310px;
	position:absolute;
	display:none;	
}

.menu-service-menu-container ul {
}

.menu-service-menu-container li {
	padding:5px 0px 5px 0px;
}

.menu-service-menu-container a {
	color:white;
	font-size:12pt;
	text-decoration:none;
}

.menu-service-menu-container a:hover, .menu-service-menu-container .current_page_item a  {
	text-decoration:underline;
}

#service-menu-button {
	background-color:#0099ff;
	text-decoration:none;
	position: absolute;
	top: -147px;
	right: -637px;
	background-image: url(../images/icon-down-arrow.png);
	background-repeat:no-repeat;
	background-position:94% 50%;
	padding-right:26px;
	color:white;
	width:95px;
}

#service-menu {
	position: absolute;
	width: 0px;
}

.links {
	padding:0px;
	margin-bottom:20px;
}

.links li {
	list-style:none;
	padding-top:10px;
	padding-bottom:10px;
	width:298px;
	display:inline-block;
	border-collapse:collapse;
	margin-top:-1px;
	border-top: 1px solid #99dff9;
	border-bottom: 1px solid #99dff9;
	margin-left:10px;
	margin-right:10px;
	vertical-align:top;
}

.links a {
	display:block;
	text-decoration:none;
	background-repeat:no-repeat;
	background-position:95% 50%;
	background-image:url(../images/icon-link.png);
	padding-right: 40px;
	min-height:20px;
}

.links a:hover {
	background-image:url(../images/icon-link-hover.png);
}

.mc_signup_submit {
	text-align:left!important;
}

.wpcf7-submit, #mc_signup_submit {
	margin-left:210px;
}

.wpcf7-not-valid-tip, .wpcf7-validation-errors {
	color:red;
	padding:2px;
	display:block;
}

label {
	float:left;
	width:200px;
	padding:5px;
}

.post-meta, .post-taxonomy {
	font-size: 10pt;
	padding-bottom: 10px;
}

.post-taxonomy {
	padding-bottom:20px;
}

.service {
	float: left;
	width: 310px;
	margin-right: 10px;
	min-height: 300px;
	margin-top: 10px;
}
#contentbar .service img {
	padding:0px;
}
.service a {
	display:block;
	text-decoration:none;
	background-repeat:no-repeat;
	background-position:95% 50%;
	background-image:url(../images/icon-link.png);
	padding-top:10px;
	padding-bottom:10px;
	font-size:14pt;
}
.service a:hover {
	background-image:url(../images/icon-link-hover.png);
}

.mc_merge_var {
	padding-bottom:20px !important;
}
.paypal-button {
	height:47px;
	width:147px!important;	
	background-color:transparent!important;
}
.fullBg {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
}

#background {
	width:100%;
}
 
#maincontent {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  width:100%;
}
blockquote {
	padding:20px 40px 0px 40px;
	margin-bottom:20px;
	border-top: 1px solid #99dff9;
	border-bottom: 1px solid #99dff9;
	font-style:italic;
	text-align:justify;
	font-size: 14pt;
	color: #686868;
}
code {
	font-size:10pt;
	background-color:#eeeeee;
	margin:10px;
	padding:10px 20px 10px 20px;
	width: 580px;
	display:block;
}
.prev_link {
	float:left;
}
.next_link {
	float:right;
}

/* JOEL FIXES */

h2.prodtitle {
	margin: 0;
	padding: 0;
	float: right;
	width:290px;
	font-size: 30px;
}

.wpsc_product_price {
	margin-left: 0 !important;
	padding-left: 0 !important;
}
p.pricedisplay {
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0 0 0;
	color: #6ab402;
}

.in_stock {
	margin: 0 0 10px 0;
	position: absolute !important;
	left: 450px !important;
	width: 125px;
}

input.wpsc_buy_button:hover {
	background-color:#8dd12c !important;
}

.wpsc_quantity_update {
	float: left !important;
}

.wpsc_buy_button_container {
	float: left;
}

legend {margin: 4px 8px 0 0;}

.product_form fieldset {float:left;}


ul.shopping-cart-widget-wrapper {
border: none !important;
background-color: #F2FBFF;
padding: 20px !important;
}

.mc_form_inside {
    padding-top:20px;
}

.mc_form_inside input[type=text] {
    width:300px;
}

ul.footer-center {
	float: left;
	padding: 0px;
	width: 452px;
	margin-top: -5px;
}
ul.footer-center li {
	list-style:none;
}