/*
Theme Name: ACC
Description: Theme for ACC
Author: LDD Consulting
Template: boilerplate
*/
html, body, div, span, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, th, var, h1, h2, h3 {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
q:before, q:after {
	content: '';
}
a img {
	border: none;
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	display: block;
	float: right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
h1 {
	font-family: Georgia, serif;
	font-weight: bold;
	font-size: 24px;
	color: #be5327;
	margin-bottom: 24px;
}
h2 {
	font-family: Georgia, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 20px;
	color: #a64f44;
	margin-bottom: 12px;
}
h3 {
	font-family: Georgia, serif;
	font-weight: bold;
	font-size: 18px;
	color: #a64f44;
}
h4 {
	margin-bottom: 8px;
}
p {
	font-family: Georgia, serif;
	font-size: 16px;
	color: #000;
	margin-bottom: 24px;
	line-height: 1.5em;
}
a, a:visited {
	color: #326d7b;
}
a:hover {
	color: #38894d;
	text-decoration: underline;
}
ul, ol {
	padding-left: 20px;
	margin-bottom: 24px;
	line-height: 1.6em;
}
ul li {
	list-style-type: disc;
	margin-bottom: 8px;
}
ol li {
	list-style-type: decimal;
	margin-bottom: 8px;
}
table.border td, table.border th {
	border: 1px solid #333;
	;
	padding: 5px;
}
table.border th {
	font-weight: bold;
}
input[type='button'], input[type='submit'] {
	padding: 5px 10px;
	background: #bcbcbc; /* Old browsers */
	background: -moz-linear-gradient(top, #f4f4f4 0%, #bcbcbc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f4f4), color-stop(100%, #bcbcbc )); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f4f4f4 0%, #bcbcbc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f4f4f4 0%, #bcbcbc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f4f4f4 0%, #bcbcbc 100%); /* IE10+ */
	background: linear-gradient(top, #f4f4f4 0%, #bcbcbc 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#bcbcbc ', GradientType=0 ); /* IE6-9 */
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #707070;
	display: block;
	text-align: center;
	margin: 10px 5px;
}
html {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	overflow: auto;
}
body {
	width: 100%;
	min-height: 100%;
	color: #000000;
	background-color: #ffffff;
	background-image: url('images/bg.gif');
	background-repeat: repeat-x;
	background-position: top left;
	overflow: hidden;
	top: 0px;
	font-family: Georgia, serif;
	margin: 0;
	padding: 0;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
 *zoom: 1;
}
#wrapper {
	max-width: 1000px;
	width: 96%;
	margin: 20px auto 0 auto;
	padding: 10px 15px;
}
#header {
	width: auto;
	padding: 0px;
	height: 300px;
	position: relative;
	display: block;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
	background-image: url('images/header_bg.png');
	background-position: left top;
	background-repeat: no-repeat;
}
#logo {
	position: absolute;
	top: 16px;
	left: 66px;
	display: block;
}
#searchform {
	position: absolute;
	top: 24px;
	right: 24px;
	z-index: 50;
	width: auto;
}
#searchform input[type="text"] {
	border-radius: 0px 5px 5px 0px;
	-moz-border-radius: 0px 5px 5px 0px;
	-webkit-border-radius: 0px 5px 5px 0px;
	padding: 5px;
	width: 105px;
	height: 15px;
	color: #7f7f7f;
	z-index: 10;
	margin: 0px 0px 0px 25px;
}
#searchform input[type="submit"] {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 20;
	height: 25px;
	width: 25px;
	padding: 0px;
	margin: 0px;
	border-width: 0px;
	background-image: url('images/search.png');
	background-color: #ffffff;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 5px 0px 0px 5px;
	-moz-border-radius: 5px 0px 0px 5px;
	-webkit-border-radius: 5px 0px 0px 5px;
	cursor: pointer;
}
#login_form {
	width: 255px;
	height: auto;
	display: block;
	padding: 15px;
	position: absolute;
	top: 75px;
	right: 24px;
	clear: both;
	z-index: 50;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	color: #ffffff;
	background: #add4b7; /* Old browsers */
	background: -moz-linear-gradient(top, rgba(173, 212, 183, 0.5) 0%, rgba(173, 212, 183, 0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(173, 212, 183, 0.5)), color-stop(100%, rgba(173, 212, 183, 0) )); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(173, 212, 183, 0.5) 0%, rgba(173, 212, 183, 0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(173, 212, 183, 0.5) 0%, rgba(173, 212, 183, 0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(173, 212, 183, 0.5) 0%, rgba(173, 212, 183, 0) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(173, 212, 183, 0.5) 0%, rgba(173, 212, 183, 0) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#add4b7', endColorstr='#000000 ', GradientType=0 ); /* IE6-9 */
}
#login_form label {
	color: #ffffff;
	display: block;
}
#login_form input[type="text"] {
	width: 245px;
	height: 15px;
	padding: 5px;
	display: block;
	color: #7f7f7f;
	margin: 10px 0px;
}
#login_form input[type="password"] {
	width: 150px;
	height: 15px;
	padding: 5px;
	display: block;
	color: #7f7f7f;
	margin: 10px 0px;
}
#login_form input[type="submit"] {
	float: right;
	box-sizing: content-box;
	font-size: 15px;
	border-width: 0px;
	margin: 0px;
	padding: 0px 20px;
	height: 25px;
	line-height: 25px;
	cursor: pointer;/*width: 80px;
			text-align: center;
			display: block;
			border-radius: 5px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px; */
}
#main_nav {
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 26px;
	left: 0px;
	z-index: 10;
}
#main_nav > ul {
	width: auto;
	height: 40px;
	position: absolute;
	bottom: 0px;
	right: 50px;
	z-index: 15;
	margin-bottom: 0;
}
#main_nav a {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#ie7 #main_nav ul li a {
	zoom: 1;
 *display: inline;
}
#main_nav > ul > li {
	display: inline-block;
	width: auto;
	height: 100%;
	position: relative;
	zoom: 1;
 *display: inline;
}
#main_nav > ul > li > a, #main_nav > ul > li > a:visited {
	text-align: center;
	width: auto;
	height: 100%;
	display: inline;
	line-height: 40px;
	padding: 0px 20px;
}
#content {
	width: 100%;
	overflow: hidden;
	padding: 50px 0px 0px 0px;
}
#sidebar {
	width: 210px;
	height: auto;
	margin: 0px 26px 50px 0px;
	Z-index: 50;
	float: left;
}
#sidebar_posts {
	width: 100%;
	height: 335px;
	padding: 0px;
	background-color: #cfefcf;
	border: 1px solid #63cb7d;
	-webkit-border-radius: 25px 25px 0px 0px;
	-moz-border-radius: 25px 25px 0px 0px;
	border-radius: 25px 25px 0px 0px;
	margin: 0px 0px 20px 0px;
}
#sidebar_header {
	height: auto;
	width: 100%;
	border-bottom: 1px solid #63cb7d;
	padding: 0px;
}
#sidebar_header h2 {
	width: auto;
	height: 50px;
	line-height: 50px;
	color: #000000;
	border-radius: 20px 20px 0px 0px;
	-moz-border-radius: 20px 20px 0px 0px;
	-webkit-border-radius: 20px 20px 0px 0px;
	border: 1px solid #63cb7d;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 22px;
	text-align: center;
	font-style: normal;
	margin: 5px;
	padding: 0px;
}
#sidebar h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 22px;
}
#sidebar ul {
	padding: 10px 0px;
}
#sidebar ul li {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #000;
	list-style-type: none;
	width: auto;
	height: auto;
	display: block;
}
#sidebar ul li:before {
}
#sidebar ul li:hover {
	background-color: #b6dfba;
}
#sidebar ul li a, #sidebar ul li a:visited {
	color: #000;
	text-decoration: none;
	width: auto;
	padding: 5px 0px 5px 10px;
	height: auto;
	display: block;
	font-size: 13px;
}
#sidebar ul li a:before {
	content: '\00BB  ';
}
#nmcca_link {
	width: 202px;
	height: 108px;
	display: block;
	background-image: url('images/nmcca_button.png');
	margin: 0px auto;
}
#inner_content {
	width: 70%;
	min-height: 300px;
	display: block;
	float: right;
	padding: 0px 24px;
	margin: 20px 0px 50px 0px;
}
#image_rotator {
	float: right;
	margin: 0px 0px 20px 20px;
	width: 300px;
	height: 225px;
	display: block;
	overflow: hidden;
	position: relative;
}
#image_rotator img {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
}
#image_rotator img.active {
	display: block;
}
#inner_content h3 {
	margin: 20px 0px 10px 0px;
	text-align: center;
}
#inner_content p {
	margin: 12px 0px 24px 0px;
}
#footer {
	width: 100%;
	/*height: 140px;*/
	padding: 20px 0px;
	background-color: #426353;
	border-top: 10px solid #58856f;
	text-align: center;
}
#footer p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	color: #fff;
	text-align: center;
}
#footer p a, #footer p a:visited {
	color: #fff;
	text-decoration: none;
}
#footer p a:hover {
	text-decoration: underline;
}
#footer p#credits {
	margin-top: 50px;
	font-size: 12px;
}
#login_form {
	display: none;
}
.entry-meta {
	display: none;
}
.entry-utility {
	display: none;
}
.xoxo {
    width: 24%;
    height: auto;
    margin: 0px 0px 50px;
    Z-index: 50;
    float: left;
    padding-left: 0;
}
.xoxo li.widget_recent_entries {
	width: 100%;
	height: 350px;
	padding: 0px;
	background-color: #cfefcf;
	border: 1px solid #63cb7d;
	-webkit-border-radius: 25px 25px 0px 0px;
	-moz-border-radius: 25px 25px 0px 0px;
	border-radius: 25px 25px 0px 0px;
	margin: 0px 0px 20px 0px;
	list-style: none;
}
.xoxo li.widget-container h3.widget-title {
	/*width: 199px;*/
	border-bottom: 1px solid #63cb7d;
	height: 50px;
	line-height: 50px;
	color: #326d7b;
	border-radius: 20px 20px 0px 0px;
	-moz-border-radius: 20px 20px 0px 0px;
	-webkit-border-radius: 20px 20px 0px 0px;
	border: 1px solid #63cb7d;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 22px;
	text-align: center;
	font-style: normal;
	margin: 5px 5px 5px 5px;
	padding: 0;
}
.xoxo li.widget-container ul {
	border-top: 1px solid #63cb7d;
	padding: 10px 0 0 0;
}
.xoxo li.widget-container ul li {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #000;
	list-style-type: none;
	width: auto;
	height: auto;
	display: block;
	position: relative;
	padding: 0 0 0 10px;
}
.xoxo li.widget-container ul li:before {
	content: '\00BB  ';
	position: absolute;
	top: 5px;
}
.xoxo li.widget-container ul li:hover {
	background-color: #b6dfba;
}
.xoxo li.widget-container ul li a, .xoxo li.widget-container ul li a:visited {
	color: #000;
	text-decoration: none;
	width: auto;
	padding: 5px 0px 5px 10px;
	height: auto;
	display: block;
	font-size: 13px;
}
.xoxo li.widget-container ul li a:before {
/*content: '\00BB  ';*/
}



@media (max-width:812px) and (min-width:769px) {
	.xoxo { width: 30%; }
	#inner_content { width: 63%; }	
	p { font-size: 14px; }	
	#featured_content h3 { font-size: 18px; }	
	.home #trials_form label { font-size: 14px; }
	#patient_guide_downloads { font-size: 14px; }
	.xoxo li.widget_recent_entries h3.widget-title { font-size: 18px; }	
}
@media (width:768px) {
	.xoxo { width: 30%; }
	#inner_content { width: 63%; }
	p { font-size: 14px; }	
	#featured_content h3 { font-size: 18px; }	
	.home #trials_form label { font-size: 14px; }
	#patient_guide_downloads { font-size: 14px; }	
	.xoxo li.widget_recent_entries h3.widget-title { font-size: 18px; }	
	#footer p { font-size: 14px; }
}
@media (max-width:700px) and (min-width:600px) {
	.xoxo { width: 100%; float:none;}
	#inner_content { width: 100%; padding:0; float:none;}	
	#featured_content { height:auto !important; }
	#featured_content > div { width: 100%; clear: both; display: block; float: none; margin: 10px 10px !important; padding: 0 !important; }
	#footer p { font-size: 14px; }
	.home #trials_form {width: 100%;max-width: 95%;}
}

@media (max-width:590px) and (min-width:300px) {
	.xoxo { width: 95%; float:none;}
	#inner_content { width: 93%; padding:0; float:none;}	
	#featured_content { height:auto !important; }
	#featured_content > div { width: 95%; clear: both; display: block; float: none; margin: 10px 10px !important; padding: 0 !important; }
	#footer p { font-size: 14px; }
	.home #trials_form {width: 100%;max-width: 95%;}
}

div#inner_content img {
    max-width: 100%;
}


#mini_header, #mini_menu {display:none;}
@media (max-width:600px) {
	#wrapper {
		max-width: 1000px;
		width: 100%;
		margin: 0;
		padding: 0;
	}	
	#content {
		width: 95%;
		margin: 0 auto;
	}	
	#header {display:none !important;}
	#mini_header, #mini_menu {display:block;}
	#mini_header {
		background-color:#000000;
		padding:20px;
	}
	#mini_header .mobile_logo {
		text-align: center;
	}
	#mini_header .mobile_logo img {
		max-width: 85%;
	}	
	.mobile_search #searchform_mob {
		height: 40px;
		padding: 15px;
	}
	.mobile_search #searchform_mob button {
		overflow: visible;
		float: right;
		border: 0;
		padding: 0;
		margin:3px 0 1px -50px;
		cursor: pointer;
		height: 35px;
		width: 50px;
		background: #ffffff;
		border-left:1px solid #dddddd;
		position:absolute;
	}
	.mobile_search #searchform_mob button:hover{     
		background: #ffffff;
	} 
	
	/* Form text input */ 
	.mobile_search #searchform_mob input[type="text"] {
		width: 93%;
		height: 20px;
		padding: 10px 5px 10px 10px;
		float: left;
		font: 15px Arial, San-serif;
		border: 0;
		background: #ffffff;
		border:1px solid #dddddd
	}
	.mobile_search #searchform_mob input[type="text"]::-webkit-input-placeholder {
	   color: #777777;
	   font-weight: normal;
	   font-style: italic;
	}
	 
	.mobile_search #searchform_mob input[type="text"]:-moz-placeholder {
		color: #777777;
		font-weight: normal;
		font-style: italic;
	}
	.mobile_search #searchform_mob input[type="text"]:-ms-input-placeholder {
		color: #777777;
		font-weight: normal;
		font-style: italic;
	}
	#mini_menu {
		background:#ADD5B5;
	}
}