/*
Theme Name: MBA Degrees.com
Theme URI: http://mbadegrees.com/
Description: MBA degrees.com  <a href="http://mbadegrees.com>MBA degrees</a>.
Version: 1.6
Author: PHP GEEK
Author URI: http://iwebmasters.com/
Tags: blue, custom header, fixed width, two columns, widgets

*/

/* ELEMENTS */
body {
	margin-top: 20px;
	color: #333;
	font-family: "Lucida Grande","Lucida Sans Unicode", Arial,Verdana,sans-serif;
}

a:active, a:link {
	text-decoration: none;	
}
a:hover {	
	text-decoration: underline !important;
}
a:visited {
	color: #990099;
	text-decoration: none;	
}

/* SECTIONS */
.header, .wrapper {
	width: 920px;		
	margin: 10px auto 10px auto;
}
.header input {
	width: 200px;
	background: #dedede;
	border-top: 2px solid #9b9b9b;
	border-left: 2px solid #9b9b9b;
	height: 24px;
	font-size: 1em;
}
.header .submit {
	width: 40px;
	height: 28px;
	background: #000;
	color: #fff;
	font-size: .8em;
	border-right: 2px solid #333;
	border-bottom: 2px solid #333;
}

.top_nav {
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;	
	background: url('images/topnav_bg.gif') repeat-x;
	height: 30px;
	text-align: center;
	width: 900px;
	margin: 0 auto 0 auto;
}
.top_nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: table;
	/*Just add the following properties and values*/
	width: 100%;
	table-layout: fixed;
}
.top_nav ul li {
	display: inline;
	position: relative;
	margin-right: 100px;
}

.top_nav a {
	line-height: 26px;
	/*** display: inline-table; ***/
	font-size: .7em;
	color: #fffdd0;
	width: 100%;
}
.top_nav .current {
	background-color: #ff0000;
	font-weight: bold;
	text-decoration: none;
}
.top_nav .current a {
	color: #fff;
	text-decoration: none;
}

.content_left {
	width: 640px;
	display:block;
}
	
.content_inner {
	font-size: .9em;
	padding: 0px 10px 0px 10px;
}
.social_bar {
	height: 30px;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	border: 1px solid #c0c0c0;
	background: url('images/subnav_top.gif') repeat-x;
	border:1px solid #CECECE;
	font-size:10px;
	height:30px;
	width:615px;
}

#sb_links {
	height:20px;
	margin-top:5px;
	width:610px;	
}
#sb_links br {
	display:none;
}

#banner {
	background: url('images/banner.jpg') no-repeat;
	width: 600px;
	height: 190px;
}

.content_inner p {
	line-height: 20px;
	font-size: .9em;
	display: block;
}
.content_left h1 {
	margin: 0;
	padding: 10px 0px 10px 0px;
}

.content_inner {
	font-size: 10pt;
	font-family: verdana;
	margin-top: 10px;
	text-align: justify;
}

.content_right {
	width: 255px;
	display:block;
	margin: 10px 0 0 10px;

}

#mba_search {
	margin: 20px 0 5px 20px;
	float: right;
}

.search_box {
	background: url('images/degree_search_bg.png') no-repeat;
	width: 255px;
	height: 153px;
	margin-bottom: 15px;
	font-size: .7em;
}

.search_box label {
	float: left;
	width: 60px;
	padding-top: 4px;
	color: #af0000;
}

.search_box input {
	margin-bottom: 2px;
}

.search_box h2 {
	font-size: 1.2em;
	margin: 0;
	padding: 0 0 10px 0;
}

.subnav_box {
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	border: 1px solid #c0c0c0;
	background: url('images/subnav_top.gif') repeat-x;
	margin-bottom: 15px;
}

.subnav_box h2 {
	font-size: 1em;
	margin: 0;
	padding: 7px 0px 7px 10px;
	border-bottom: 1px solid #c0c0c0;
}

.subnav_box ul {
	list-style: none;
	margin: 0;
	padding: 3px 0 3px 0;	
}

.subnav_box a {
	color: #00C;
}

.subnav_box li {
	font-size: .8em;
	text-decoration: none;	
	padding: 4px 0px 4px 27px;
}

.subnav_box li.cat-item {
	background: url('images/nav_off.gif') no-repeat;
	background-position: 10px 50%;
	display: block;
}

.subnav_box li.current-cat {
	background: url('images/nav_on.gif') no-repeat;
	background-position: 10px 50%;
	font-weight: bold;
}
/*--- Featured Article ---*/

#featured_article{
width:630px;
padding-top:15px;
}

.title_box{
width:500px;
height:auto;
}


.article_image{
background-image:url(images/article_image.jpg);
width:625px;
height:280px;
margin:auto;


}

.article_title{
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:bold;
font-size:25px;
color:#000000;
}

.article_title a, .article_title a:visited{color: #333333;}

.article_top{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:18px;
color:#FF0000;
}

.article_date{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:11px;
font-style:italic;
color:#999999;

}

.article_copy{
width:630px;
height:auto;
}

.article_font{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
line-height:20px;
}

div#entry{line-height: 20px;}
div.entry{line-height: 20px;}



.more a{
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
text-decoration:none;
font-weight:bold;
color:#0066FF;
float:right;
} 

.more a:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
text-decoration:none !important;
font-weight:bold;
color:#0066CC !important;
}

.more a:visited{
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
text-decoration:none;
font-weight:bold;
color:#0066FF;
}

/*-------- WP CAPTION ---------------*/

aligncenter, 
div.aligncenter { 
   display: block; 
   margin-left: auto; 
   margin-right: auto; 
} 
 	 
.alignleft { 
   float: left; 
} 
	 	 
.alignright { 
   float: right; 
} 
	 	 
.wp-caption { 
   border: 1px solid #ddd; 
   text-align: center; 
   background-color: #f3f3f3; 
   padding-top: 4px; 
   margin: 10px; 
   /* optional rounded corners for browsers that support it */ 
   -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; 
} 

/*---- IE hack ----- */
*html .subnav_box li.current-cat {
	background: url('images/nav_on.gif') no-repeat;
	background-position: 10px 10px;
	font-weight: bold;
}

.subnav_box ul.children li.cat-item {
	background: url('images/nav_branch.gif') no-repeat;
	background-position: 27px 50%;
	padding: 2px 0px 2px 40px;	
}

.mba_mc ul {
	font-size: 10pt;
	list-style-type: none;
	margin: 0 0 0 5px;
	padding: 0 0 0 5px;	
}

.mba_mc ul li.prof_title {
	font-weight: bold;
	padding-bottom: 3px;
	border-bottom: 1px solid #cccccc;	
}

.prof_title_link {
	color: #1b00ca !important;	
}

.mba_mc ul li.prof_teaser {
	text-align: justify;	
	padding-top: 3px;	
}

.prof_image {
	width: 130px;
	height: 100px;	
	tex-align: center;
	border: 1px solid #cccccc;
	float: left;		
}

#tz_ads_single {	
	float:left;	
	margin: 15px 15px 0 0;
	padding: 3px 5px 0 5px;	
	border: 0px dotted #cccccc;
	width: 360px;
}

#tz_ads_single div {
	max-width: 350px;
}

.prof_details {
	width: 75%;	
	float: left;	
}

h2.prof_h2_singles {	
	font-size: 13pt;
	font-weight: bold;
	width: 100%;	
	padding-top: 65px;
}

#prof_details_single p {
	text-align: justify;
}

#prof_image_singles {
	width: 130px;
	height: 100px;	
	tex-align: center;
	border: 1px solid #cccccc;
	float: right;	
}

.other_label {	
	font-weight: bold;
	border-bottom: 1px dotted #cccccc;
}

.other_label_info {
	margin-top: 3px;
	margin-bottom: 20px;
}

#pagination {
	text-align: right;
	width: 610px;

}

#pagination a {
	color: #1b00ca !important;
}

.breadcrumb {	
	font-size: 10pt;	
	margin-left: 10pt;
}

.categories {
	list-style: none;
}


/* REUSED */
.left {
	float: left;
}
.right {
	float: right;
}

.clear {
	clear: both;
}

h1, h2, h3 {
	color: #000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold !important;
}

/* SELECT BOX FOR SUBJECTS */
.sc_form #subjects, .sc_form #degrees {
	width: 140px;	
	margin-top: 3px;
}

.sc_form {
	font-size: 12px;
	padding: 7px 5px 0 10px;
}

.sc_form label {
	width: 80px;	
}

.sc_form .button {
	margin: 4px 22px 0 0;
	float: right;
	border: 1px solid;
	clear: right;
}

/* QST CSS */
div#ads .endresults_full_width_link a {
	 color: #0000CC !important;
	 font-family: Verdana !important;
	 font-size: 14px !important;
	 font-weight: bold !important;
	 test-decoration: underline !important;
}

div#ads .endresult_href a {
	 color: #000000 !important;
	 font-family: Verdana !important;
	 font-size: 12px !important;
	 font-weight: 400 !important;
	 test-decoration: none !important;
}

div#ads .endresults_url_full_width_link a {
	 color: #008000 !important;
	 font-family: Verdana !important;
	 font-size: 11px !important;
	 font-weight: 400 !important;
	 test-decoration: none !important;	 
}

div#ads .endresults_url_full_width_link {
	margin-bottom: 10px;
}

/* Sponsored links styles-------------------*/
#floatsponsor { font-size: 0.75em; text-align: right; padding-right: 0px; width: 480px; clear: both;}
span#whatsthis a { font-size: 0.65em; }
div#paid {
	position: relative;
	width: 530px;
	margin: 0px;
	padding: 0px;
	text-align: justify;
	font-size: 0.8em;
	font-family: Tahoma, Arial;
}

div#paid td {
	padding: 7px 15px 15px 0px; vertical-align: middle; line-height: normal; text-align: left;
}


div#paid .results_full_width_link a, div#paid .results_full_width_link a:active{
	color: #0000CC;
	text-decoration: underline;
	border: none;
	padding: 0px/*7.5px 15px*/;
	margin: 0 0 5px 0;
	font-weight: bold;
	font-size: 15px;
	/*background: url(images/paid-bg.jpg) left top no-repeat;*/
}

div#paid .results_full_width_link a:hover{
	color: #0000CC;
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
	border: none;
	padding: 0px/*7.5px 15px*/;
	margin: 0 0 5px 0;
	/*background: url(images/paid-bg-o.jpg) left top no-repeat;*/
}

div#paid .result_href a{
	color: #555555;
	border: none;
	padding: 0px;
	margin: 0;
	font-size: 1.2em;
	text-decoration: none;
}

div#paid .result_href a:hover {
	color: #555555;
	border: none;
	padding: 0px;
	margin: 0;
	font-size: 1.2em;
	text-decoration: none;
}

div#paid .results_url_full_width_link a, div#paid .results_url_full_width_link a:active, div#paid .results_url_full_width_link a:visited {
	color: Green /*#F57025*/;
	border: none;
	padding: 0px;
	margin: 0;
	font-size: 1.1em;
}

div#paid .results_url_full_width_link a:hover {
	color: Green/*#F57025*/;
	text-decoration: underline;
	border: none;
	padding: 0px;
	margin: 0;
	font-size: 1.1em;
}
/* =====================   added style for global translation plugin =========================*/
#languages{
	display:block;
	width:900px;
	background:#fff;
	margin:0 auto;
	font-size:12px;
	padding-bottom: 3px;
}
.lng_picker{ 
	display:block;
	width:110px;
	padding-bottom: 5px;
	float:left;
}
#translation_bar{
	background:#fff;
	display:inline;
}

#translation_bar img{
padding: 1px;
}
/* ===== adjustment for spacer below social bar */
.padded_space{
	width: 360px;
	display:block;
	height:10px;
	font-size:9px;
}
li.kw_item {
background:transparent url(images/nav_off.gif) no-repeat scroll 10px 50%;
display:block;
}
ol.kw_list{
margin:0px;
padding:0px;
}


/*  ------- */
#content {
  background:url(images/bg_lg.jpg) no-repeat;
  margin: 20px auto 0 auto;
  width: 847px;
  min-height: 620px !important;
  clear:both;
  display:block;
}

#hs { width:395px; float:left; padding: 0 0 0 3px; }
#hs div { float:left; width:113px; height:321px; padding:35px 0 0 15px; background-position:bottom right; background-repeat: no-repeat; }
#hs #hs1 { background-image:url(images/hs1.jpg); }
#hs #hs2 { background-image:url(images/hs2.jpg); padding-top:85px; }
#hs #hs3 { background-image:url(images/hs3.jpg); }

#offer { float:right; width:400px; padding:35px 30px 0 0; position:relative; }
.pitch { padding:0 12px 20px; font-size:14px; }

#offer h1 {
  font-size: 18px;
  margin: -25px 0 0 0;
  padding-bottom: 10px;
}

#offer .post-submit-content {font-size:14px;}

.box { border:1px solid #cacaca; background:#eae9e8; padding:12px 0 4px; width:100%; }
.box[class] { width:auto; }
span.label { display:block; float:left; width:153px; padding:0 4px 0 0; text-align:right; clear:left; }
span.label label { color:#858585; font-weight:bold; font-size:14px; background:url(images/ico_arrow.png) no-repeat; background-position:left 2px; padding-left:18px; }
.box input, .box select { float:left; width:142px; border:1px solid #5072bd; margin:0 0 8px; }

.divider { height:1px; line-height:1px; width:80%; margin:15px auto; border-bottom:1px dashed #8c8c8c; }

.phone_box { height:43px; min-height:43px; padding:10px 0 12px 80px; margin:0; background:url(images/ico_phone.png) no-repeat; background-position:12px 0px; font-size:14px; font-weight:bold; line-height:1.2em;  }
.phone_box[class] { height:auto; }

.agree_box { font-size:10px; padding:18px 0 0 5px; }
.agree_box label { width:99%; padding:0 0 0 1%; }

.btn_submit { text-align:center; width:92%; }

.box small {
   float:left;
   clear: both;
   margin-top: -10px;
   /*padding-left: 50px;*/
   /*text-align:center;*/
   margin-left: 185px;
   width: 200px;
}

