/*
Theme Name: Mitochon Systems
Theme URI: http://www.mitochonsystems.com
Description: Mitochon Systems WordPress theme v1.0
Version: 1.0
Author: John Goldsmith
Author URI: http://www.reflexionstudios.com
Tags: free, emr, memr, vmc, mconnect, mitochon, systems
*/

@import "css/reset.css";
@import "css/ie.css";

/**********/
/* GLOBAL */
/**********/

body {
	font-size: 12px;
	/* font-family: "Myriad Pro", "Lucida Sans", "Lucida Grande", Helvetica, Arial, sans-serif; */
	font-family: "Lucida Sans", "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #444;
	background-color: #f2f2f2;
	background-repeat: repeat-x;
	/* text-shadow: 0px 1px 0px #fff; */
}

h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	text-transform: none;
}

p {
	padding: 0;
	margin: 0;
}

.caps {
	text-transform: capitalize;
}

.uppercase, .ucase {
	text-transform: uppercase;
}

.lowercase, .lcase {
	text-transform: lowercase;
}

.smallcaps {
	font-variant: small-caps;
}

.align-center {
	text-align: center;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.clear, .clear-both {
	clear: both;
}

.clear-left {
	clear: left;
}

.clear-right {
	clear: right;
}

.clearfix:after, .clear-fix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.strong, .bold {
	font-weight: bold;
}

.italic, .italics {
	font-style: italic;
}

.underline, .underlined {
	text-decoration: underline;
}

img, a img {
	border: none;
	outline: none
}

ul li {
	padding: 0;
	margin: 0;
}

.divider-h {
	height: 0px;
	width: 94%;
	clear: both;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #fff;
	margin: 0 auto;
}

.divider-v {
	height: 90%;
	width: 0px;
	border-left: 1px solid #fff;
	border-right: 1px solid #f2f2f2;
}

a:link, a:visited, a:active {
	color: #7ac142;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: none;
}

input {
	display: block;
	float: left;
	clear: left;
	margin: 0 auto 10px auto;
	/*background: #7AC142 url(images/bg-input.png) no-repeat;*/
	border: 1px #808080 solid;
	height: 31px;
	/*width: 391px;*/
	padding: 0 5px;
	color: #7ac142;
	text-shadow: 0px 1px 0px #fff;
	font-style: italic;
	font-weight: bold;
	font-family: "Myriad Pro", "Lucida Sans", "Lucida Grande", Helvetica, Arial, sans-serif;
	cursor: pointer;
}

select {
	display: block;
	float: left;
	clear: left;
	margin: 0 auto 10px auto;
	/*background: #7AC142 url(images/bg-input.png) no-repeat;*/
	border: 1px #808080 solid;
	height: 31px;
	/*width: 401px;*/
	padding: 5px 10px 5px 0;
	color: #7ac142;
	text-shadow: 0px 1px 0px #fff;
	font-style: italic;
	font-weight: bold;
	font-family: "Myriad Pro", "Lucida Sans", "Lucida Grande", Helvetica, Arial, sans-serif;
	cursor: pointer;
}

.form-error {
	display: none;
	float: left;
	clear: right;
	height: 31px;
	width: 159px;
	background-repeat: no-repeat;
	background-image: url(images/form-error.png);
	line-height: 31px;
	vertical-align: middle;
	color: #fff;
	text-shadow: 0px 1px 0px #666;
	text-align: left;
	font-family: "Myriad Pro", "Lucida Sans", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-style: italic;
	padding: 0 0 0 10px;
}

input:focus, textarea:focus, select:focus {
	color: #7ac142;
}

/****************/
/* GLOBAL PAGES */
/****************/

#index {
	background-image: url(images/bg-body.png);
}

.page, .blog, .single, .archive, .error404 {
	background-image: url(images/bg-body-sub-page.png);
}

#wrapper {
	width: 960px;
	margin: 0 auto; /* centers */
	display: block;
}

#page-content blockquote {
	padding: 20px;
	background-color: #fff;
	border-left: 5px solid #7ac142;
	border-right: 1px solid #7ac142;
	border-top: 1px solid #7ac142;
	border-bottom: 1px solid #7ac142;
	font-style: italic;
	margin: 20px;
}

/**********/
/* HEADER */
/**********/

#header {
	width: 960px;
	height: 114px;
}

#logo a {
	width: 239px;
	height: 69px;
	background: url(images/bg-logo.png);
	background-repeat: no-repeat;
	float: left;
	text-indent: -9999px;
	margin: 26px 0 0 0;
}

#nav {
	height: 26px;
	width: auto;
	float: right;
	line-height: 26px;
	vertical-align: middle;
	margin: 47px 0 0 0;
	text-shadow: 0px 1px 0px #fff;
	font-size: 14px;
}

.nav-item {
	float: left;
	height: 26px;
	width: auto;
	background-repeat: no-repeat;
	cursor: pointer;
	padding: 0 0 0 10px;
	position: relative;
	/* margin: 0 -8px 0 0; */
}

.nav-item:hover {
	background-position: 0 -26px;
}

.nav-dropdown {
	position: absolute;
	z-index: 50;
}

.nav-item-dropdown {
	height: 30px;
	width: 180px;
	background-image: url(images/nav-dropdown-bg.gif);
	background-repeat: repeat-x;
	position: relative;
	left: -10px;
	padding: 0 0 0 10px;
}

#nav-about {
	background-image: url(images/nav-about.png);
	background-repeat: no-repeat;
	width: 107px;
}

#nav-emr {
	background-image: url(images/nav-emr.png);
	background-repeat: no-repeat;
	width: 44px;
}

#nav-vmc {
	background-image: url(images/nav-vmc.png);
	background-repeat: no-repeat;
	width: 51px;
}

#nav-demo {
	background-image: url(images/nav-demo.png);
	background-repeat: no-repeat;
	width: 61px;
}

#nav-doctors {
	background-image: url(images/nav-doctors.png);
	background-repeat: no-repeat;
	width: 76px;
}

/*
#nav-patients {
	background-image: url(images/nav-patients.png);
	background-repeat: no-repeat;
	width: 71px;
}
*/

#nav-resources {
	background-image: url(images/nav-resources.png);
	background-repeat: no-repeat;
	width: 91px;
}

#nav-contact {
	background-image: url(images/nav-contact.png);
	background-repeat: no-repeat;
	width: 76px;
}

#nav-sign-up {
	background-image: url(images/nav-sign-up.png);
	background-repeat: no-repeat;
	width: 73px;
}

#nav-sign-up a {
	color: #fff;
	text-shadow: 0px 1px 0px #78b647;
	font-style: italic;
	font-weight: bold;
	/* padding: 0 0 0 12px; */
}

/******************/
/* FEATURED ITEMS */
/******************/

#featured {
	height: 380px;
	width: 900px;
	background-image: url(images/bg-featured.png);
	background-repeat: no-repeat;
	text-align: center;
	padding: 30px;
}

/*
#home-sign-up-form {
	margin: 30px 0 0 0;
}

#home-sign-up {
	width: 391px;
	height: 51px;
	border: 0px none;
	background: url(images/home-sign-up-bg.png) transparent no-repeat;
	padding: 0 0 0 10px;
	color: #e5e5e5	;
	font-size: 30px;
}

#featured h2 {
	color: #fff;
	text-shadow: 0px 1px 0px #999;
	font-size: 30px;
	font-weight: normal;
	font-style: italic;
	letter-spacing: -2px;
}
*/

#process {
	height: 61px;
	width: 915px;
	background-image: url(images/bg-process.png);
	background-repeat: no-repeat;
	margin: 0 auto;
}

#process ul {
	
}

#process ul li {
	list-style-image: none;
	list-style: none;
	text-shadow: 0 1px 0 #888;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	display: inline-block;
	color: #fff;
	height: 48px;
	float: left;
	text-align: left;
	padding: 13px 0 0 0;
}

#process-0 {
	width: 102px;
	margin: 0 0 0 30px;
}

#process-1 {
	width: 175px;
	margin: 0 0 0 30px;
}

#process-2 {
	width: 145px;
	margin: 0 0 0 40px;
}

#process-3 {
	width: 136px;
	margin: 0 0 0 40px;
}

#process-4 {
	width: 143px;
	margin: 0 0 0 50px;
}

#tabs {
	width: 906px;
	height: 63px;
	margin: 0 auto;
}

#tab-text {
	width: 900px;
	height: 174px;
	color: #fff;
	text-shadow: 0 1px 0 #888;
	font-size: 24px;
	font-weight: bolder;
	margin: 30px 0 0 0;
	text-align: left;
}

#tab-text li {
	padding: 0 0 10px 0;
	line-height: 30px;
	list-style: square;
	list-style-position: inside;
}

#tab-image {
	height: 174px;
	width: 260px;
	float: left;
	padding: 0 0 0 60px;
}

#tab-info {
	height: 174px;
	width: 580px;
	float: left;
	padding: 0 0 0 0;
}

#tab-info ul li {
	list-style-image: url(images/arrow.png);
}

.tab {
	background-image: url(images/bg-tab.png);
	background-repeat: no-repeat;
	height: 53px;
	width: 151px;
	display: inline-block;
	float: left;
	text-align: center;
	color: #fff;
	text-shadow: 0 1px 0 #888;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	list-style-image: none;
	list-style: none;
	padding: 10px 0 0 0;
	cursor: pointer;
	position: relative;
	top: 10px;
}

.tab:hover {
	top: 0;
}

#featured-items {
	min-height: 154px;
	width: 960px;
	background-image: url(images/3-items-bg.png);
	background-position: top;
	background-repeat: no-repeat;
	position: relative;
	top: -30px;
}

.featured-item {
	float: left;
	width: 290px;
	height: auto;
	padding: 20px 10px 0 20px;
}

.featured-item p {
	line-height: 22px;
}

.featured-item-icon {
	float: left;
	height: 64px;
	width: 64px;
	margin: 0 20px 0 0;
}

.featured-item-content {
	height: auto;
	width: 206px;
	float: right;
	line-height: 22px;
}

#featured-items h3 {
	color: #444;
	font-size: 15px;
	margin: 0 0 10px 0;
}

/*********************/
/* FEATURED ARTICLES */
/*********************/

#featured-articles {
	width: 640px;
	height: auto;
	float: left;
}

.featured-article {
	width: 550px;
	height: auto;
	padding: 30px 60px 0 30px;
}

#featured-articles h3 {
	font-size: 15px;
	color: #444;
	margin: 0 0 10px 0;
}

.featured-article-icon {
	height: 100px;
	width: 100px;
	float: left;
	margin: 0 20px 0 0;
}

.featured-article-content {
	height: auto;
	width: 416px;
	float: right;
	line-height: 22px;
}

.featured-article-read-more {
	margin: 10px 0 10px 0;
	clear: both;
	float: right;
}

.featured-article-read-more a {
	background-image: url(images/button-read-more.png);
	height: 26px;
	width: 79px;
	float: right;
	text-indent: -9999px;
}

.featured-article-read-more a:hover {
	background-position: 0 -26px;
}

/****************/
/* HOME SIDEBAR */
/****************/

#home-sidebar {
	float: left;
	width: 290px;
	height: auto;
	padding: 30px 30px 0 0;
}

#home-sidebar p {
	margin: 0 0 10px 0;
	line-height: 22px;
}

#home-sidebar h3 {
	color: #7ac142;
	font-size: 30px;
	margin: 0 0 30px 0;
	line-height: 28px;
	text-shadow: 0px 1px 0px #fff;
	font-weight: bold;
	font-style: italic;
	letter-spacing: -2px;
	text-align: center;
}

#home-sidebar a, .sidebar-module p a {
	height: 41px;
	width: 260px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	display: block;
	margin: 0 auto 10px auto;
	color: #78b647;
}

#home-sidebar-signup {
	background-image: url(images/signup.png);
}

#home-sidebar-demo {
	background-image: url(images/online-demo.png);
}

#home-sidebar-tour {
	background-image: url(images/guided-tour.png);
}

#home-sidebar a:hover, .sidebar-module p a:hover {
	background-position: 0 -41px;
}

/********/
/* MISC */
/********/

#misc {
	width: 960px;
	height: auto;
	min-height: 155px;
	background-image: url(images/bg-footer.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

.misc-item {
	float: left;
	width: 260px;
	height: auto;
	padding: 30px;
	line-height: 22px;
}

#misc h3 {
	color: #7ac142;
	font-size: 20px;
	margin: 0 0 20px 0;
	line-height: 28px;
	text-shadow: 0px 1px 0px #fff;
	font-weight: bold;
	font-style: italic;
	letter-spacing: -2px;
}

#quote-content {
	height: auto;
	width: 225px;
	padding: 20px;
	background-image: url(images/bg-bubble.png);
	background-repeat: repeat-y;
	font-style: italic;
}

#twitter li {
	padding: 0 0 20px 0;
}

/*********/
/* PAGES */
/*********/

#tagline {
	height: 41px;
	width: 920px;
	text-align: center;
	padding: 20px;
}

#tagline h2 {
	color: #fff;
	text-shadow: 0px 1px 0px #999;
	font-size: 20px;
	font-weight: normal;
	font-style: italic;
	letter-spacing: -1px;
	line-height: 24px;
}

#tagline h3 {
	color: #fff;
	text-shadow: 0px 1px 0px #999;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: -1px;
}

#page-content {
	width: 960px;
	height: auto;
	background-image: url(images/bg-page-header.png);
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
	top: 20px;
	min-height: 500px;
}

#col-left {
	width: 550px;
	height: auto;
	float: left;
	padding: 30px 60px 30px 30px;
}

#col-right {
	width: 260px;
	height: auto;
	float: left;
	padding: 30px;
	background-image: url(images/bg-sidebar.png);
	background-repeat: no-repeat;
	background-position: top left;
	clear: right;
	min-height: 600px;
}

#col-full {
	width: 900px;
	height: auto;
	padding: 30px;
}

#page-content h1 {
	color: #7ac142;
	text-shadow: 0px 1px 0px #fff;
	font-size: 30px;
	font-weight: normal;
	font-style: italic;
	letter-spacing: -2px;
	margin: 0 0 20px 0;
}

#page-content p {
	margin: 0 0 10px 0;
}

#col-left ul {
	padding: 0 0 0 40px;
}

#col-left ul li {
	list-style-type: square;
}

.sidebar-module {
	padding: 0 0 30px 0;
}

.sidebar-module p {
	padding: 20px 0 20px 0;	
}

.sidebar-module ul {
	padding: 20px 0 0 40px;
}

.sidebar-module h2 {
	color: #444;
	text-shadow: 0px 1px 0px #fff;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0 0 10px 0;
}

#posters {
	height: 400px;
	width: 260px;
}

#headline {
	width: 960px;
	height: 36px;
	margin: 20px 0 0 0;
	text-shadow: 0px 1px 0px #888;
}

#headline h2 {
	font-size: 16px;
	font-style: italic;
}

/**********/
/* FOOTER */
/**********/

#footer {
	width: 960px;
	height: 180px;
	color: #f2f2f2;
	background-image: url(images/bg-bottom.png);
	background-repeat: no-repeat;
	background-position: top center;
	position: relative;
	top: -5px;
	padding: 10px 0 0 0;
}

#footer-right p a:link {
	text-decoration: none;
}

#footer-right p a:hover {
	text-decoration: underline;
}

#footer-left {
	float: left;
	width: 25%;
	height: auto;
	text-align: left;
}

#footer-right {
	float: right;
	width: 75%;
	height: auto;
	text-align: right;
}

/******************/
/* PAGE - SIGN UP */
/******************/

#signup-process {
	width: 960px;
	height: 61px;
	margin: 0 0 20px 0;
}

.signup-process-mid {
	height: 61px;
	width: 22px;
	float: left;
	background-image: url(images/signup-mid.png);
	text-indent: -9999px;
}

.signup-process-step {
	float: left;
	height: 61px;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#signup-process-step-1 {
	background-image: url(images/signup-1.png);
	width: 121px;
}

#signup-process-step-2 {
	background-image: url(images/signup-2.png);
	width: 107px;
}

#signup-process-step-3 {
	background-image: url(images/signup-3.png);
	width: 107px;
}

#signup-process-step-4 {
	background-image: url(images/signup-4.png);
	width: 107px;
}

#signup-process-step-5 {
	background-image: url(images/signup-5.png);
	width: 107px;
}

#signup-process-step-6 {
	background-image: url(images/signup-6.png);
	width: 107px;
}

#signup-process-step-7 {
	background-image: url(images/signup-7.png);
	width: 111px;
}

#signup-form-wrapper {
	display: none;
}

#signup-form-display {
	width: 900px;
	height: auto;
	min-height: 100px;
	text-align: center;
}

.signup-form-step {
	float: right;
	width: 900px;
	height: auto;
}

.signup-control-wrapper {
	width: 900px;
	height: 31px;
	clear: both;
}

#signup-form-submit, #signup-form-submit:focus {
	cursor: pointer;
	outline: none;
	border: 0;
	text-indent: -9999px;
	height: 51px;
	background-repeat: no-repeat;
	display: inline-block;
	background-image: url(images/button-submit2.png);
	width: 102px;
	background-position: 0 0;
}

#signup-form-review {
	border: 0;
	margin: 0 auto;
	width: 450px;
}

.signup-form-review-label {
	color: #7ac142;
	font-weight: bold;
	font-style: italic;
	text-shadow: 0px 1px 0px #fff;
	text-align: right;
}

.signup-form-review-info {
	text-align: left;
}

.signup-form-button, .signup-form-button:focus {
	/* display: inline-block; */
	/* float: left; */
	clear: none;
	cursor: pointer;
	outline: none;
	border: 0;
	text-indent: -9999px;
	height: 31px;
	background-repeat: no-repeat;
	display: inline-block;
	background-position: 0 0;
}

.button-next, .button-next:focus {
	background-image: url(images/button-continue.png);
	width: 95px;
	background-position: 0 0;
	clear: none;
	/* float: right; */
	/* display: inline-block; */
}

.button-skip, .button-skip:focus {
	background-image: url(images/button-skip.png);
	width: 54px;
	background-position: 0 0;
	clear: none;
	/* float: right; */
	/* display: inline-block; */
}

.button-back, .button-back:focus {
	background-image: url(images/button-back.png);
	width: 71px;
	background-position: 0 0;
	clear: none;
	/* float: left; */
	/* display: inline-block; */
}

/**********/
/* BOTTOM */
/**********/

#bottom {
	background-color: #1a1a1a;
	position: relative;
	margin: -230px 0 0 0;
	width: 100%;
	min-height: 230px;
	z-index: -10;
}