/*   
Theme Name: Global Medical Informatics Theme
Theme URI: http://gmi.com
Description: Global Medical Informatics Theme
Author: Al Magonagle
Author URI: http://magonagle.com
Version: 1.0
*/

@media screen {

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	height: 100%;
	padding: 0 0 10px 0;
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size: 80%;
	color: #333333;
	background: #6e92b4 url(images/body-grad.gif) repeat-x top left;
}

.screen-reader-text {
	position: absolute;
	left: -9999px;
	top: -9999px;
}

.clear { 
	clear: both;
}

.group:after { 
	visibility: hidden;
	display: block;
	font-size: 0; content: " ";
	clear: both;
	height: 0;
}

* html .group, *:first-child+html .group { /* First selector = IE6, Second Selector = IE 7 */
	zoom: 1;
}

.inside {
	padding: 0 15px;
}

a {
	color: #036BB4;
	text-decoration: none;
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-weight: bold;
	border-bottom: 1px dotted #CCCCCC;
	outline: none;
}

a:hover {
	color: #036BB4;
	text-decoration: none;
	border-bottom: 1px dotted #666666;
	/*background-color: #D5DEEC;*/
}

img {
	border: 1px solid #eee;
}

img a {
	outline: none;
}


/* structure 
--------------------------------------------- */
#page-wrap { 
	width: 760px;
	margin: 0 auto -21px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: #fff url(images/nav-bg.gif) repeat-y left top;
}

#push {
	height: 21px;
	clear: both;
}

#main-nav {
	float: left;
	width: 215px;
	margin: 0 19px 0 0;
	background: #f1e3ca;
}

#main {
	float: right;
	width: 480px;
	margin: 15px 40px 40px 0;
}

#secondary {
	float: left;
	width: 200px;
	margin: 0;
}

#secondary .inside {
	padding: 1em;
}

#footer	{
	width: 760px;
	height: 21px;
	margin: 0 auto;
	padding: 20px 0;
	font-size: 0.9em;
	text-align: center;
	color: #ddd;
	border-top: 1px solid #e9f0f7;
	background: #577695;
}


/* header
--------------------------------------------- */
#header {
	margin: 0;
	padding: 20px 0 0 0;
	height: 220px;
	background: url(images/gmi-head.jpg) no-repeat;
}


/* menu styles
--------------------------------------------- */
.menu-main-menu-container {
	margin: 20px 0 0 0;
}

#menu-main-menu li a {
	color: #557a95;
}

#menu-main-menu {
	margin: 0;
	list-style-type: none;
}

#menu-main-menu li {
	margin: 0;
	padding: 0;
	border-top: 1px solid #e9f0f7;
	border-bottom: 1px solid #b0c1d3;
}

#menu-main-menu li:hover {
	background: #b0cae2;
}

#menu-main-menu li a {
	display: block;
	padding: 4px 0 4px 10px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: none;
}

#menu-main-menu li a:hover {
	color: #fff;
}

#menu-main-menu .current_page_item a {
	color: #fff;
	background: #839fba;
}

/*#menu-main-menu #menu-item-29 {
	border: none;
}*/


/* main-styles
--------------------------------------------- */
.bio {
	margin: 10px 0 0 0;
	padding: 10px 0;
	border-top: 1px dotted #B9CADD;
}

.bio dt {
	float: left;
	width: 70px;
}

.bio dd {
	margin: 0 0 0 85px;
	font-size: 0.9em;
}

.bio .bio-name {
	margin: 0 0 5px 85px;
	font-weight: bold;
}

.bio .bio-desc {
	margin: 0 0 5px 85px;
	font-size: 0.9em;
}


/* form styles */
.wpcf7-form {
	margin: 20px 0 0 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #ddd;
}

.wpcf7-form p {
	font-weight: bold;
}

.alignright {
	float: right;
	margin: 10px 0 10px 20px;
}

/* product overview styles
--------------------------------------------- */
.prod-title {
	display: block;
	width: 472px;
	height: 122px;
	margin: 0;
	text-indent: -9999px;
	background: url(images/prod-overview-title.gif) no-repeat;
}

.prod-lst {
	margin: -5px 0 15px 0;
	padding: 0;
	list-style-type: none;
	font-size: 13px;
}

.prod-lst li {
	width: 448px;
	margin: 0 0 10px 0;
	padding: 10px 20px 5px 0;
	background: url(images/rule-bg.gif) no-repeat top center;
}

.prod-lst li p {
	margin: 0;
	padding: 4px 0 0 53px;
	background: url(images/rarr-bull.gif) no-repeat 20px top;
}

.prod-lst strong {
	color: #014166;
}


/* general typography
--------------------------------------------- */

h1, h2, h3, h4 { 
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #375993;
}

h1 {
	margin: 0 0 .5em 0;
	font-size: 1.6em;
	line-height: 1.9em;
}

h2 {
	margin: 1em 0 0.625em 0;
	font-size: 1.6em;
	line-height: 1.2;
}

h3 {
	margin: 1.1em 0 0.25em 0;
}

h3 strong {
	display: block;
	margin: 10px 0 0 0;
	clear: both;
}

h4 {
	margin: 0 0 0.25em 0;
}

p {
	margin: 0 0 10px 0;
	font-size: 0.95em;
	line-height: 1.5;
}

blockquote { }
blockquote p { }

ul, ol {
	margin: 0 0 15px 30px;
}

li {
	margin: 5px 0 2px 0;
	line-height: 1.4;
}

.post { }

.entry { }
.entry a { }
.entry a:hover { }

pre { }
code, tt { }

#meta { }
.postmetadata { }

#sidebar { }

.navgation { }
   .next-posts { }
   .prev-posts { }


/* search styles
--------------------------------------------- */
#search {
	margin: 0;
	padding: 0;
}

#searchform {
	margin: 0;
	padding: 10px;
	border-top: 1px solid #e9f0f7;
	border-bottom: 1px solid #7e91a5;
	background: #91aac3;
}

#search label {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: .75em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #fff;
}

#s {
	width: 130px;
}

#searchsubmt {
}

	
ol.commentlist { list-style: none; }
ol.commentlist li { }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor { }
ol.commentlist li.byuser { }
ol.commentlist li.comment-author-admin { }
ol.commentlist li.comment { border-bottom: 1px dotted #666; padding: 10px; }
ol.commentlist li.comment div.comment-author { }
ol.commentlist li.comment div.vcard { }
ol.commentlist li.comment div.vcard cite.fn { font-style: normal; }
ol.commentlist li.comment div.vcard cite.fn a.url { }
ol.commentlist li.comment div.vcard img.avatar { float:right; margin: 0 0 10px 10px; }
ol.commentlist li.comment div.vcard img.avatar-32 { }
ol.commentlist li.comment div.vcard img.photo { }
ol.commentlist li.comment div.vcard span.says { }
ol.commentlist li.comment div.commentmetadata { }
ol.commentlist li.comment div.comment-meta { font-size: 10px; }
ol.commentlist li.comment div.comment-meta a { color: #ccc; }
ol.commentlist li.comment p { }
ol.commentlist li.comment ul { }
ol.commentlist li.comment div.reply { font-size: 11px; }
ol.commentlist li.comment div.reply a { font-weight: bold; }
ol.commentlist li.comment ul.children { list-style: none; margin: 10px 0 0; }
ol.commentlist li.comment ul.children li { }
ol.commentlist li.comment ul.children li.alt { }
ol.commentlist li.comment ul.children li.bypostauthor { }
ol.commentlist li.comment ul.children li.byuser { }
ol.commentlist li.comment ul.children li.comment { }
ol.commentlist li.comment ul.children li.comment-author-admin { }
ol.commentlist li.comment ul.children li.depth-2 { border-left: 5px solid #555; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-3 { border-left: 5px solid #999; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-4 { border-left: 5px solid #bbb; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-5 { }
ol.commentlist li.comment ul.children li.odd { }
ol.commentlist li.even { background: #fff; }
ol.commentlist li.odd { background: #f6f6f6; }
ol.commentlist li.parent { border-left: 5px solid #111; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even { }
ol.commentlist li.thread-odd { }

form { }

.required {
    font-size: 14px;
    color: #FF0000;
}

input[type=text] { }
textarea { }


} /* END screen media */


@media print {

.do-not-print { display: none; }
#comments { page-break-before: always; }

body { width: 100% !important; margin: 0 !important; padding: 0 !important; line-height: 1.4; word-spacing: 1.1pt; letter-spacing: 0.2pt; font-family: Garamond,"Times New Roman", serif; color: #000; background: none; font-size: 12pt; }
h1,h2,h3,h4,h5,h6 { font-family: Helvetica, Arial, sans-serif; }
h1 { font-size: 19pt; }
h2 { font-size:17pt; }
h3 { font-size:15pt; }
h4,h5,h6 { font-size:12pt; }
code { font: 10pt Courier, monospace; } 
blockquote { margin: 1.3em; padding: 1em; }
img { display: block; margin: 1em 0; }
a img { border: none; }
table { margin: 1px; text-align:left; }
th { border-bottom: 1px solid #333;  font-weight: bold; }
td { border-bottom: 1px solid #333; }
th, td { padding: 4px 10px 4px 0; }
caption { background: #fff; margin-bottom: 2em; text-align: left; }
thead { display: table-header-group; }
tr { page-break-inside: avoid; } 
a { text-decoration: none; color: black; }
	
} /* END print media */