/*
Theme Name: MIHI
Version: 1.0
*/


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	padding-top:15px;
}


/* --------------------------- Text Links and Lists ------------------------- */

body{
	background: #badcdd url('images/header_bg1.png') 0 0 repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 18px;
}

h1, h2, h3, h4, h5, h6, p, #mainContent ul, #mainContent ol{
	margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6{
	font-weight: normal;
}

h1{
	color: #212b40;
	font-size: 22px;
}

h2{
	font-size: 19px;
}

h3{
	font-size: 16px;
}

h4{
	font-size: 13px;
}

a{
	color: #537B97;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

li{
	padding-bottom: 8px;
}

h2, h3, h4, h5, h6, h2 a, h3 a, h4 a, h5 a, h6 a{
	color: #547b97;
}


/* --------------------------- Main Elements ------------------------- */

#wrapper, #footContentWrap{
	margin: 0 auto;
	width: 1039px;
}

#header{
	height: 185px;
	position: relative;
}

#containerTop{
/*	background: url('images/content_bg_top.png') 0 0 no-repeat;*/
	height: 18px;
}

#container{
/*	background: url('images/content_bg.png') 0 0 repeat-y;*/
    background-color: #FFFFFF;
    box-shadow: 1px 1px 6px #555555;
    margin-top: -18px;
    overflow: hidden;
    padding-bottom: 20px;
    padding-top: 30px;
}

#mainContent{
	float: right;
	margin-right: 20px;
	width: 722px;
}

#sidebar{
	float: left;
	margin-left: 21px;
	width: 250px;
}

#footer{
	background-color: #212b40;
}


/* --------------------------- Header ------------------------- */

.mihiLogo{
    margin-bottom: 36px;
    margin-top: 40px;
    margin-left:15px;
}

ul#mainNav{
	height: 34px;
	margin: 5px 0 0 0px;
	*margin-top: 8px;
}

ul#mainNav li{
	*display: inline;
	padding: 0;
}

ul#mainNav a{
	color: #fff;
	display: block;
	float: left;
	font-size: 14px;
	margin-right: 1px;
	padding: 8px 0;
	text-align: center;
	text-decoration: none;
	width: 117px;
}

ul#mainNav a:hover, ul#mainNav a.current{
	background-color: #fff;
	color: #212b40;
}

#social{
	background: url('images/social_bg.png') 0 0 no-repeat;
	height: 66px;
	margin: -50px 0 0 736px;
	position: absolute;
	width: 295px;
	display: none;
}

#iconWrap{
	margin: 17px 0 0 60px;
}

#iconWrap span{
	float: left;
	font-size: 16px;
	margin: 8px 10px 0 0;
}

img.icon{
	margin-left: 8px;
}


/* --------------------------- Main Content ------------------------- */

table#top5 a{
	color: #0072bc;
}

h2.top5_heading{
	margin-top: 20px;
}

td.pic_cell{
	padding-right: 10px;
}

td.pic_cell, td.toptendfw_details{
	padding-bottom: 20px;
}

span.top5links{
	display: block;
	font-size: 10px;
	line-height: 15px;
	text-align: center;
}

a.bluebutton{
    background: none repeat scroll 0 0 #3C8C90;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 1px 1px 2px #555555;
    display: block;
    height: 23px;
    margin: 5px auto 10px;
    padding-top: 4px;
    text-align: center;
    text-decoration: none;
    width: 129px;
}

a.bluebutton:hover{
	background-color:#D9EDEE;
	box-shadow:inset 1px 1px 2px #555;
}

a.bluebutton span{
	color:#fff;
	font-size: 14px;
	padding:5px 10px;
	
}

a.bluebutton:hover span {color:#555;}

h2.more{
	margin: 10px 0 30px 0;
}

.inContent_top, .inContent_bottom{
	height: 8px;
	margin: 0 -12px 0 -13px;
}

.inContent_top{
	background: url('images/dfw_shadow_top.png') 0 0 repeat-x;
	margin-top: 20px;
}

.inContent{
    background-color: #D2EDEE;
    border: 4px solid #A64846;
    box-shadow: 1px 1px 2px #000000;
    margin: 20px 0;
    padding: 15px;
}

.inContent_bottom{
	background: url('images/dfw_shadow_bottom.png') 0 0 repeat-x;
	margin-bottom: 20px;
}

#mainContent ul{
	list-style: disc;
}

#mainContent ul, #mainContent ol{
	margin-left: 30px;
}

#mainContent ul ul li{
	padding: 8px 0 0 0;
}

#mainContent ul ul, #mainContent ol ol{
	margin-bottom: 0;
}

#mainContent ol{
	list-style: decimal;
}

#mainContent li{
	padding-left: 10px;
}

#mainContent ul ul{
	list-style: circle;
}


/* --------------------------- Sidebar ------------------------- */

li.section{
    background-color: #EBF6F7;
    border: 1px solid #CCCCCC;
    box-shadow: 1px 1px 3px #555555;
    margin-bottom: 20px;
    padding: 20px 10px;
}

li.section ul li{
	background: url('images/sidebar_bullet.png') 0 2px no-repeat;
	list-style: none;
	padding-left: 25px;
}

#sidebar h3{
	color: #212b40;
	font-weight: bold;
	text-align: center;
}

.one, .oneC {
	background: url('images/one.png') 0 0 no-repeat;
}

.two, .twoC {
	background: url('images/two.png') 0 0 no-repeat;
}

.three, .threeC {
	background: url('images/three.png') 0 0 no-repeat;
}

.four, .fourC {
	background: url('images/four.png') 0 0 no-repeat;
}

.one, .two, .three, .four, .oneC, .twoC, .threeC {
	height: 36px;
	padding: 7px 0 0 45px;

}

.oneC, .twoC, .threeC {
	float:left;
	margin-bottom: 15px;
}

div.inContent form.qdf select {
    margin: 0 13px 0 -6px;
    width: 176px;
}

input.find_now{
    background-color: #A64846;
    border: medium none;
    border-radius: 10px 10px 10px 10px;
    color: #FFFFFF !important;
    cursor: pointer;
    display: block;
    font-size: 16px;
    height: 40px;
    margin: 10px auto 0;
    text-shadow: 1px 1px 2px #555555;
    width: 200px;
    box-shadow:1px 1px 3px #555;
}

input.find_now_content {
    background-color: #A64846;
    border: medium none;
    border-radius: 10px 10px 10px 10px;
    color: #FFFFFF !important;
    cursor: pointer;
    display: block;
    font-size: 16px;
    height: 40px;
    margin: 10px auto 0;
    text-shadow: 1px 1px 2px #555555;
    width: 225px;
    box-shadow:1px 1px 3px #555;
    clear:both;
}

input.find_now:hover, input.find_now_content:hover {
	background-color:#B5121B;
	box-shadow:inset 1px 1px 2px #555;
}

a.tweet{
	margin-left: 34px;
}

li#dfw {background-color:#D2EDEE;border:3px solid #A64846;box-shadow:1px 1px 3px #000;}


/* --------------------------- Footer ------------------------- */

.footerTop{
	background: url('images/footer_bg_top.png') 0 0 repeat-x;
	height: 28px;
	margin-top: -9px;
}

#footContentWrap{
	overflow: hidden;
	padding: 20px 0;
}

.footSection{
	float: left;
	margin-left: 20px;
	width: 200px;
}

.footSection h3, .footSection, .footSection a{
	color: #fff;
}

.footSection h3{
	font-weight: bold;
}

.footSection li{
	background: url('images/footer_bullet.png') 0 3px no-repeat;
	padding-left: 30px;
}


/* ------------------------------- Forms ------------------------------- */

form#sidebar_dfw select, form#content_dfw select{
	width: 170px;
}

/* ------------------------------- Tables ------------------------------- */

td{
	vertical-align: top;
}

table#listings th{
	border-top: 1px solid #EBEBEB;
	font-size: 14px;
}

table#listings th, table#listings td{
	padding: 10px;
}

table#listings td{
	border: 3px solid #fff;
}

td.posted_date{
	background-color: #EBEBEB;
}

td.title, td.company, td.location{
	background-color: #badcdd;
	text-align: center;
}


/* ------------------------------- Miscelaneous ------------------------------- */

strong{
	font-weight: bold;
}

em{
	font-style: italic;
}

.socialShareWrap{
	background-color: #F2F2F2;
	border: 1px solid #ccc;
	float: right;
	padding: 10px 10px 6px 10px;
	width: 100px;
	display: none;
}

.fb-like{
	margin-bottom: 5px;
}

.twitter-share-button{
	margin-bottom: 5px;
}


/* ------------------------------- Blog ------------------------------- */

.post{
	border: 1px solid #ccc;
	margin-bottom: 20px;
	padding: 10px;
}

.entry-meta{
	font-style: italic;
	margin-bottom: 10px;
}

.entry-utility{
	border-top: 1px solid #ccc;
	padding-top: 10px;
}

#nav-below{
	background-color: #F2F2F2;
	overflow: hidden;
	padding: 10px;
}

.nav-previous, .nav-next{
	width: 325px;
}

.nav-previous{
	float: left;
	text-align: left;
}

.nav-next{
	float: right;
	text-align: right;
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	clear:both;
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	clear:both;
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}
/***************************
*  BJC Edits for DFW 1/10/12
***************************/
div.degree label {display:none;}
div.category label {display:none;}
div.subject label {display:none;}

form.qdf select {width:180px;}

img.featuredLogo {
	width:160px;
	display: block;
	margin:0 auto;
}

a.featured {
    box-shadow: 1px 1px 2px #212B40;
    cursor: pointer;
    display: block;
    height: 100px;
    margin: 10px auto 5px;
    padding: 20px;
    text-align: center;
    width: 200px;
    border-radius: 5px;
    text-decoration: none;
	color:#eee;
	text-shadow:1px 1px 1px #000;
}

a.featured:hover {
	box-shadow: inset 1px 1px 2px #212B40;
	text-shadow: 1px 1px #000;
	color:#fff;
}

a.featured span.clickHere {
    background-color: #A60000;
    border-radius: 5px 5px 5px 5px;
    display: block;
    font-size: 14px;
    margin: 10px auto;
    padding: 5px 10px;
    width: 95px;
}

a.featured:hover span.clickHere {
	background-color:red;
}

div.splash {
    float: right;
    height: 144px;
    overflow: hidden;
    padding-right: 8px;
    padding-top: 5px;
}