/*
Theme Name: Health_Exchange
Description: The custom WordPress theme 
Author: Wott
Author URI: http://wott.net.ru/

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Tahoma, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #cdf1fd;
	text-align: center;
	border:0 none;
	}
#page {
	background-color: #b8e4f1;
}

#header ul li a {
	font-weight:bold;
	font-size:12px;
}
#header ul li.current_page_item a {
	color: black;
}
#header ul li a:hover {
	color: black;
}

#sidebar-message {
	color:black;
	background-color: #cdf1fd;
}

#content {
	background:url(images/shadow.png) repeat-y top right white;
	border:2px solid #c4f6f7;
	font-size:13px;
	font-family: Tahoma;
}

.black { color:black;} 

.entry {
	font-family: Tahoma, Verdana, sans-serif;
}

.entry span.hr,.entry p.hr {
	text-align:center;
	color: #006699;
	font-size: xx-small;
	font-weight:bold;
}

.entry table.careers {
	width:98%;
	text-align:center;
	font-size:13px;
	font-weight:bold;
	border: 1px solid #cfe4e1;
}
.entry table.contact {
	width:98%;
	text-align:left;
	font-weight:normal;
	border: 0 none;
}
.entry table td {
	padding:4px;
	height:30px;
}
.entry table a {
	display:block;
}
.entry table.contact a,
.entry table.contact a:visited,
.entry table.contact a:hover,
a.inherit,a.inherit:visited,a.inherit:hover
{
	color:inherit;
}	 
.entry table tr.gray {
	background-color: #f3f4f4;
}
.entry table tr.white {
	background-color: white;
}

#footer {
	font-family:tahoma,verdana,sans-serif;
	font-size:13px;
}
#footer a, #footer a:visited, #footer a:hover {
	color:inherit;
}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0;
	}

#page {
	width:900px;
	text-align: left;
	border:0 none;
	margin: 10px auto;
}
#page>div.clear,#page>div.rounded { margin:0; }

#page>div.rounded {
	background: transparent url(images/corners.png) no-repeat;
	width:10px;
	height:10px;
}
.rounded-header   { background-position: top left !important; 	  float:left; }
.rounded-header2  { background-position: top right !important;   float:right; }
.rounded-footer   { background-position: bottom left !important; float:left; }
.rounded-footer2  { background-position: bottom right !important; float:right; }

#right-wrapper {
	text-align:center;
	float:left;
	margin-left:10px;
}

#header,#content-wrapper {
	margin:0 auto;
	padding-bottom:10px;
}
#header {
	width: 480px;
}
#content-wrapper {
	width: 615px;
}	
.entry {
	text-align:left;
}
#sidebar {
	width: 255px;
	float:left; clear:left;
	background:url(images/healthexchange.jpg) no-repeat 0 0 transparent;
	margin-left:10px; 
}	
#sidebar-spacer {
	height:380px;
	width: 255px;
}
#sidebar-message {
	width:230px;
	margin:0 auto;
	padding:5px;
}


#content-wrapper>div.rounded {
	background: transparent url(images/corners2.png) no-repeat;
}
#content-wrapper>div.rounded-header   { width:600px; height:10px; }
#content-wrapper>div.rounded-header2  { width:15px;	 height:10px; }
#content-wrapper>div.rounded-footer   { width:600px; height:15px; }
#content-wrapper>div.rounded-footer2  { width:15px;	 height:15px; }

/* special page width */
body.page-id-15 #page { width:1000px; }
body.page-id-15 #content-wrapper { width:715px; }
body.page-id-15 #content-wrapper>div.rounded-footer,
body.page-id-15 #content-wrapper>div.rounded-header { width:700px; }

#content {
	border-style:none none none solid;
	padding:0 17px 0 10px;
	min-height:600px;
}
#content>*:last {
	margin-bottom:0;
}
#content>*:first {
	margin-top:0;
}

.postmetadata {
	display:none;
	margin:0;
}

ul#widgets {
	padding:0;
	margin:0;
	text-align:center;
	vertical-align:middle;
}

.clear { clear: both;}
.block { display:block;}
p {
	margin:0;
	padding:1em 0;
}
.entry div {
	margin:0;
	padding:0;
}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	padding: 20px 0 0;
	margin:0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	list-style-image: url(images/arrow.gif);
}
html>body .entry ul.half {
	width:170px;
	float:left;
}
html>body .entry li { margin: 7px 0 8px 10px;}
html>body .entry ul.half li { margin: 0;}
html>body .entry a.link:active,
html>body .entry a.link:visited,
html>body .entry a.link:link, 
html>body .entry ul.half li a:active,
html>body .entry ul.half li a:visited,
html>body .entry ul.half li a:link { 
	text-decoration: underline;
	color: #0099ff;
}
html>body .entry a.link:hover,
html>body .entry ul.half li a:hover { 
	text-decoration: none;
	color: #0066cc;
}

html>body .entry ul.web-links {	font-weight:bold; }
html>body .entry ul.web-links li { margin: 0; }
html>body .entry ul.web-links a { font-weight:normal;}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/* buttons in the header */
#header ul, #widgets ul {
	margin: 0;
	padding: 0;
	text-align:center;
}

#header ul li {
	list-style-type: none;
	list-style-image: none;
	display:inline-block;
	*display:inline; /* for IE */
	zoom:1;
}
#header ul li {
}
#header ul li a, ul#widgets li a {
}
#header ul li a span {
	display:block;
	padding:5px 10px;	
}

/*sidebar widgets */
ul#widgets li {
	list-style-type: none;
	list-style-image: none;
	display:block;
	margin-bottom:20px;
}

.widget_categories, .widget_categories ul {
	text-align:left !important;
	padding-left:10px;
	font-size:14px;
}
	
.widget_categories ul li {
	padding: 5px 0 0 5px !important;
	margin:0 !important;
}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto 0;
	padding: 5px 20px 5px 3px;
	text-align: right;
	}

#sidebar #searchform #s {
	width: 225px;
	height: 15px;
	padding: 1px;
	border:1px solid #333;
	margin:10px;
	}

#sidebar #searchsubmit {
	padding: 1px 8px;
	font-size:10px;
	margin-right:-5px;
	}
	
#searchform label {
	margin: 0 5px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}
.left {
	text-align: left;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

a img {
	border: none;
	margin:0;
	}

.navigation {
	display: none;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* Forms */
td.right {text-align:right;}
td.left  {text-align:left; vertical-align:top;}

.post-6 input {width: 200px;}
.post-6 textarea {width: 260px;}

.post-6 .send input {
	background:url(images/submit_white.gif) transparent 0 0 no-repeat;
	width:48px;
	height:18px;
	border: 0 none;
	margin:0;
	padding:0;
}

.post-15 input {width: 290px;}
.post-15 td.buttons input {width: inherit;}
.post-15 td.right {
	font-weight:bold;
	font-family:Verdana,Arial,Helvetica,sans-serif; 
	width: 250px;
	font-size:13px;}
.post-15 td.small input {width: 93px;}
.post-15 td.small select {width: 90px;}

.post-15 .education input {width: 120px;}
.post-15 .licenses input {width: 120px;}

.post-15 .work-history td.right { width:145px; font-weight:normal;}
.post-15 .work-history td.left input { width:220px;}
.post-15 .work-history td.dates input { width:60px;}
.post-15 .work-history td.small input { width:60px;}
.post-15 .work-history td.small select { width:85px;}

.post-15 #reference input {width:150px;}
.post-15 #additional td.right {font-weight:normal;}

.post-15 #questions>tbody>tr>td {padding: 10px; vertical-align:top;}
.post-15 #questions table {border-spacing: 0px;}
.post-15 #questions table td {padding: 4px 10px 4px 0px;}
.post-15 #questions td.left input {width:150px;}

.post-15 .wpcf7-checkbox input {width: 20px;}
.post-15 .wpcf7-radio input, 
.post-15 .work-history td.left .wpcf7-radio input 
{width: 16px;}


.post-15 fieldset {
	border:1px solid #e0dfe3;
	padding:0;
	margin-bottom:20px;
}
.post-15 fieldset p {
	padding:0;
}
.post-15 legend {
	margin:0;
	padding:0;
	width:100%;
	text-align:left;
	background:	#e0dfe3;
	font-size: 13px; 
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight:bold;
	border:1px solid #e0dfe3;
	height:17px;	
}