/*
Theme Name: Healthcare Administration Degree
Theme URI: http://www.healthcareadministrationdegree.com
Description: Healthcare Administration Degree WP Theme.
Author: Mike Bailey  
Author URI: http://www.creativehappy.com/
.
Copyright (c) Creative Happy.
.
*/

/* 
	***********
	* GENERIC *
	***********
*/

body 
{
	font: 75% Arial, Helvetica, sans-serif;
	background: #F3F3F3 url(images/main_bg.gif) repeat-x;
	color: #222222;
	margin: 0;
}

/*
	*************************
	* HEADINGS & TYPOGRAPHY *
	*************************
*/

h1 
{
	font: bold 18px Arial, Helvetica, sans-serif;
	border-bottom: solid 3px #D7DADD;
	padding-bottom: 7px;
	margin-bottom: 20px;
}

h2 
{
	font: bold 19px Arial, Helvetica, sans-serif;
	color: #000;
	margin: 10px 0 10px 0;
}

h3 
{
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #222222;
	margin: 10px 0  0;
	color: #222222;
}

p
{
	font: 12px Arial, Helvetica, sans-serif;
	color: #222222;
	line-height: 20px;
	margin: 10px 0 10px 0;
}

a
{
	color: #345E83;
	text-decoration: none;
	border-bottom: solid 1px #345E83;
}

.top-schools a {
	text-decoration: underline;
	border-bottom: none;
}

a:hover
{
	color: #345E83;
}

/*
	********
	* PAGE *
	********
*/

#page 
{
	width: 900px;
	margin: 0 auto;
}


/*
	**********
	* HEADER *
	**********
*/

#header
{
	position: relative;
	width: 900px;
	height: 185px;
	background:url(images/clipboard.gif) no-repeat right 10px;
	padding-top: 35px;
}

#logo
{
	display: block;
	font: bold 27px Arial, Helvetica, sans-serif;
	color: #FFF;
	border-bottom: none;
}

#logo:hover
{
	color: #A7C2DC;
}

#tag
{
	font: 15px Arial, Helvetica, sans-serif;
	display: block;
	margin-top: 10px;
	color: #A7C2DC;
}

/*
	*******
	* NAV *
	*******
*/

#main-nav
{
	position:absolute;
	top: 140px;
	width: 900px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#main-nav li
{
	list-style-type: none;
	display: block;
	float: left;
	margin-right: 1px;
}

#main-nav li a
{
	display: block;
	float: left;
	line-height: 44px;
	padding: 0 10px 0 10px;
	color: #FFF;
	height: 44px;
	text-transform: uppercase;
}

#main-nav li a:hover
{
	background: #345E83 url(images/nav_active.gif) repeat-x bottom left;
}

#main-nav .current_page_item a
{
	display: block;
	float: left;
	line-height: 44px;
	padding: 0 10px 0 10px;
	color: #FFF;
	height: 44px;
	text-transform: uppercase;
	font-weight: bold;
	background: #345E83 url(images/nav_active.gif) repeat-x bottom left;
}

/*
	***********
	* CONTENT *
	***********
*/

#content
{
	overflow:hidden;
}

/*
	********
	* BODY *
	********
*/

#body
{
	width: 650px;
	float: left;
	margin-left: 50px;
}

#body .articel
{
	border-bottom: solid 2px #D7DADD;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

#body .heading
{
	font: bold 14px Arial, Helvetica, sans-serif;
	border-bottom: solid 3px #D7DADD;
	padding-bottom: 7px;
	margin-bottom: 20px;
}


#body .stamp
{
	font: 12px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #235078;
}

#body h2 a
{
	color: #000;
	text-decoration: none;
	border-bottom: none;
}

#body h2 a:hover
{
	color: #345E83;
}

#body .post_nav
{
	background: #E8E8E8;
	border-bottom: solid 1px #CCCCCC;
	border-top: solid 1px #CCCCCC;
	padding: 10px;
	overflow: hidden;
	list-style: none;
	margin-bottom: 30px;
}

#body .post_nav .prev_post
{
	float: left;
}

#body .post_nav .next_post
{
	float: right;
}

#body .post_data
{
	background: #E8E8E8;
	border-bottom: solid 1px #CCCCCC;
	border-top: solid 1px #CCCCCC;
	padding: 10px;
	overflow: hidden;
	list-style: none;
	margin: 10px 0 10px 0;
	font-size: 11px;
	color: #222222;
}

#body .social
{
	display: block;
	margin: 20px 0 20px 0;
}

#body .social .no-border a
{
	border: none;
	text-decoration: none;
}

#body ul
{
	padding: 0;
	margin: 0;
}

#body li
{
	list-style: inside;
	padding: 5px 5px 5px 10px;
	border-left: solid 3px #D7DADD;
	margin: 0;
	font-size: 12px;
	color: #222222;
}

#body ol li
{
	list-style-type: decimal;
}

#body ul li
{
	list-style-type: square;
}


#body quote
{
	padding: 5px 5px 5px 10px;
	border-left: solid 3px #D7DADD;
	margin: 0;
	font-size: 12px;
	color: #222222;
}



/*
	***********
	* SIDEBAR *
	***********
*/

#sidebar
{
	width: 200px;
	float: left;
}

#sidebar .side_block
{
	border: solid 2px #D7DADD;
	background: #FFF;
	padding: 10px;
	margin-bottom: 20px;
}

#sidebar .side_block h3 
{
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #000;
	margin: 10px 0  0;
	color: #222222;
	text-transform: uppercase;
}

#sidebar .side_block ul
{
	padding: 0;
	margin: 10px 0 10px 0;
}

#sidebar .side_block li
{
	list-style:none;
	display: block;
	padding: 5px;
	border-bottom: solid 1px #D7DADD;
	margin: 0;
	font-size: 12px;
	color: #222222;
}

#sidebar .side_block li a
{
	font-size: 12px;
	color: #222222;
	border-bottom: none;
}

#sidebar .side_block li a:hover
{
	color: #000;
}
	

/*
	**********
	* FOOTER *
	**********
*/

#footer
{
	border-top: solid 3px #D7DADD;
	margin-top: 30px;
	padding: 10px 0 10px 0;
}

#footer p
{
	font-size: 11px;
	margin: 0;
	line-height: 20px;
}



form, fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}

#SearchWidget {
	background-color: #FFFBCF !important;
}

#SearchWidget h3 {
	margin-bottom: 10px !important;
}

#SearchWidget .SearchTextField {
	width: 80px;
}

#SearchWidget select {
	margin-top: 7px;
	width: 175px;
}

#SearchWidget .SearchButton {
	margin-top: 9px;
	margin-bottom: 6px;
	font-weight: bold;
	font-size: 12px;
}

/*
	**********
	* Widget *
	**********
*/

#dfw-sidebar {padding-top: 5px;}
#dfw-sidebar h3 {text-align: center; font-size: 18px;}
#dfw-sidebar form {margin-left: 10px; margin-top: 5px;}
#dfw-sidebar button {background: url(/images/btn-findnow.gif); width: 94px; height: 24px; border: 0 none; margin: 0px 0 10px 30px; text-indent: -9999px;}
#dfw-sidebar label {font-weight: bold; margin-bottom: 1px; font-size: 12px;}
#dfw-sidebar select {width: 160px; margin-bottom: 7px;}

#dfw-content {height: 250px; width: 300px; margin: 0; padding: 0;}
#dfw-content h3 {border-bottom: 1px dotted #666; color: black; font-size: 22px; margin: 5px 10px 3px; padding: 0px 0px 5px; text-align: center;}
#dfw-content form {display: block;}
#dfw-content label {color: black; font-size: 14px; font-weight: bold; margin: 5px 0px 10px 10px; padding: 0px;}
#dfw-content select {display: block; margin: 0px 0px 10px 30px; padding: 0px; width: 230px;}
#dfw-content button {background: url(/images/button_gray.jpg) no-repeat top ; border: 0 none; color: #666; cursor: pointer; font-family: Arial, Helvetica, sans-serif !important; font-size: 18px; font-weight: bold; height: 36px; margin: 8px 50px 0px; text-align: center; width: 193px;}
#dfw-content button:hover {background: url(/images/button_gray.jpg) no-repeat bottom; border: 0 none; color: #666; cursor: pointer; font-family: Arial, Helvetica, sans-serif !important; font-size: 18px; font-weight: bold; height: 36px; margin: 8px 50px 0px; text-align: center; width: 193px;}

