@charset utf-8;
/*
Theme Name: Milwaukee Career College
Theme URI: http://mkecc.edu/
Author: Paradigm Media Consultants, Inc.
Author URI: http://paradigmmedia.com/
Description: Base development theme for all sites.
Version: 1.0
 */

@font-face {
    font-family: 'UbuntuTitlingBold';
	src: url('fonts/UbuntuTitling-Bold-webfont.eot');
	src: url('fonts/UbuntuTitling-Bold-webfont.eot?#iefix') format('embedded-opentype'),
	         url('fonts/UbuntuTitling-Bold-webfont.woff') format('woff'),
	         url('fonts/UbuntuTitling-Bold-webfont.ttf') format('truetype'),
	         url('fonts/UbuntuTitling-Bold-webfont.svg#UbuntuTitlingBold') format('svg');
	font-weight: normal;
	font-style: normal;

}

/* Resets */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figure,figcaption,hgroup,menu,header,footer,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0}article,aside,canvas,figure,figure img,figcaption,hgroup,footer,header,nav,section,audio,video{display:block}a img{border:0}figure{position:relative}figure img{width:100%}

*:focus {
	outline:none; /* removes ugly dotted border but may make template more unsuable, up to you
					 if you want to keep it! */
}

a:link, a:visited, a:hover,a:active {color:#64399D;}

/* Headers */
h1, h2, h3, h4, h5, h6,
h1 a:link, h1 a:visited, h1 a:hover,h1 a:active, 
h2 a:link, h2 a:visited, h2 a:hover,h2 a:active, 
h3 a:link, h3 a:visited, h3 a:hover,h3 a:active, 
h4 a:link, h4 a:visited, h4 a:hover,h4 a:active, 
h5 a:link, h5 a:visited, h5 a:hover,h5 a:active, 
h6 a:link, h6 a:visited, h6 a:hover,h6 a:active {
	text-decoration:none;
	color:#36225F;
	margin: 24px 12px 10px 0px;
	font-family: 'Open Sans',sans-serif;
	font-weight: 600;
	}

h1 {font-size: 30px;letter-spacing: -1px;line-height: 1em;padding-bottom:8px;font-weight: 400;}
h2 {font-size:19px;line-height: 21px;display:block;clear:left;}
h3 {font-size:17px;line-height: 19px;}
h4 {font-size:19px;line-height: 21px;}
h5 {font-size:18px;line-height: 20px;}
h6 {font-size:17px;line-height: 19px;}

/* Main Site Structure */
body{
	/******************background: #8E9BA9;*/
	background:#424240;
	background: -moz-linear-gradient(#626260, #424240);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#626260), to(#424240)); /* older webkit syntax */
	background: -webkit-linear-gradient(#626260, #424240);
	font-family: Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#333;
	}
/* Main Site Wrapper */
#main {
	background-color:#fff;
	width:980px;
	margin:20px auto;
	padding:10px 20px;
	-moz-box-shadow: 0 0 10px 5px #666;
	-webkit-box-shadow: 0 0 10px 5px #666;
	box-shadow: 0 0 10px 5px #666;
	}
/* Logo Stuff */
#logo {
	color:#384f79;
	font-family: "Trebuchet MS", sans-serif;
	width:100%;
	float:left;
	clear:left;
	font-size:42px;
	padding-bottom:15px;
	}
#logo img {
	float:left;
	}
#logo span {
	font-family: "Trebuchet MS", sans-serif;
	color:#384F79;
	float:right;
	text-align:center;
	margin-top:20px;
	}
#logo span h2 {
	font-size:26px;
	line-height: 29px;
	font-family: 'Open Sans',sans-serif;
}
#logo a {
	color:#384f79;
	border:none;
	text-decoration:none;
	}
	
/* Navigation Stuff */
#nav-primary {
	background:#36225f;
	background: -moz-linear-gradient(#4f328a, #36225f);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4f328a), to(#36225f)); /* older webkit syntax */
	background: -webkit-linear-gradient(#4f328a, #36225f);
	display: block;
	float: left;
	margin: 0 auto;
	width: 980px;
	font-family: 'Open Sans',sans-serif;
	}
#nav-primary, 
div.menu {
	font-size: 13px;
	width: 980px;
	}
#nav-primary ul, 
div.menu ul {
	list-style: none;
	margin: 0;
	}
#nav-primary li, 
div.menu li {
	float: left;
	position: relative;
	}
#nav-primary a {
	color: #fff; 
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
	font-weight:bold;
	}
#nav-primary ul ul{
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 999999;
	padding-bottom:10px;
	}

#nav-primary ul ul li {
	min-width: 180px;
}
#nav-primary ul ul ul {
	left: 100%;
	top: 0;
}
#nav-primary ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#nav-primary li:hover > a,
#nav-primary ul ul :hover > a {
	background: #b7afc7;
	color: #fff;
}
#nav-primary ul li:hover > ul {
	display: block;
}
#nav-primary ul li.current_page_item > a,
#nav-primary ul li.current-menu-ancestor > a,
#nav-primary ul li.current-menu-item > a,
#nav-primary ul li.current-menu-parent > a {
	color: #fff;
}
* html #nav-primary ul li.current_page_item a,
* html #nav-primary ul li.current-menu-ancestor a,
* html #nav-primary ul li.current-menu-item a,
* html #nav-primary ul li.current-menu-parent a,
* html #nav-primary ul li a:hover {
	color: #fff;
}

#content {
	float:left;
	clear:left;
	width:680px;
	margin:0 0px 15px 8px;	
}
#content p, #content ul{
	margin:0 0 10px 0;
	text-align:justify;
	color:#333; 
	line-height:19px;
	}
#widecontent {
	float:left;
	clear:left;
	width:976px;
	margin:0 12px;	
	}
#widecontent p{
	margin:0 0 10px 0;
	text-align:justify;
	line-height:19px;
	}

.featured-thumbnail {
    border: 1px solid #99cc99;
    float: left;
    margin-bottom: 5px !important;
    margin-right: 20px;
    padding: 3px 3px 1px 3px;	
		}
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 {
	display: inline;
	float: left;
	margin-right: 10px;
	margin-top: 4px; 
	padding:4px;
	}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 10px;
	margin-top: 4px; 
	padding:4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding:4px;
	max-width: 672px;
	}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
	border: solid 1px #CCC;
	-moz-box-shadow: 0 0 5px 3px #b7afc7;
	-webkit-box-shadow: 0 0 5px 3px #b7afc7;
	box-shadow: 0 0 5px 3px #b7afc7;
}
.wp-caption {
	background: #fff;
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,.5);
	line-height: 18px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text{
	color: #000;
	font-size: 14px;
	font-weight:bold;
	margin: 5px;
	text-align:center;
}
blockquote {
	margin: 1em 2em;
	border-left: 1px dashed #999;
	padding-left: 1em;
}
blockquote p:first-letter {
	float: left;
	margin: .2em .1em .05em 0;
	font-family: 'Times New Roman', serif;
	font-size: 220%;
	font-weight: bold;
	}
blockquote p:first-line {
	font-variant: small-caps;
}

.post-content ul,
.post-content ol {
	padding-left: 24px;
}
input[type="text"], input[type="email"]{
	-moz-box-shadow: 0 0 11px #b7afc7 inset;
	-webkit-box-shadow: 0 0 11px #b7afc7 inset;
	box-shadow:0 0 11px #b7afc7 inset;
    border: 1px solid #b7afc7;
    color: #999999;
    font-size: 14px;
    line-height: 14px;
    margin: 0 0 5px 0;
    padding: 5px;
    width:250px;
    max-width: 95%;
}
textarea {
	-moz-box-shadow: 0 0 11px #b7afc7 inset;
	-webkit-box-shadow: 0 0 11px #b7afc7F inset;
	box-shadow:0 0 11px #b7afc7 inset;
    border: 1px solid #b7afc7;
    color: #999999;
    font-size: 14px;
    line-height: 14px;
    margin: 0 0 0;
    padding: 5px;
    width:250px;
    max-width: 95%;
}
select {
   -moz-box-shadow: 0 0 11px #b7afc7 inset;
	-webkit-box-shadow: 0 0 11px #b7afc7F inset;
	box-shadow:0 0 11px #b7afc7 inset;
    border: 1px solid #b7afc7;
    color: #999999;
    font-size: 14px;
    line-height: 14px;
    margin: 0 0 0;
    padding: 5px;
    width:270px;
    max-width: 99%;
}
input[type="submit"] {
	border:1px solid #36225F;
	background-color:#36225F;
	padding:5px;
	-moz-border-radius: 4px 4px 4px 4px !important;
	border-radius: 4px 4px 4px 4px !important;
	color:#ffffff;
	margin-top:10px;
	font-weight:bold;
}
.monospace, var, code, code p {
	float:none;clear:both;
    font-family: courier new, courier, monospace;
    border: solid 1px #CC3366;
	font-size: 1.3 em; 
	line-height:1.5 em;
 	color: #384f79;  
	padding:10px; 
	margin-top:10px;
	background: #fff;
	display:block;
}

.post-meta {
	font-size:12px;
	margin-bottom:10px;
	color:#000;
	}

.post-excerpt:after {clear:both;}

#sidebar {
	float:right;
	clear:right;
	width:250px;
	margin: 24px 12px 0 0px;
	}
#sidebar ul,#sidebar li {
	padding: 0;
	margin: 0;
	list-style: none;
	}
#sidebar ul li ul{
	padding-bottom:10px;
	}

#sidebar .widget-area {
	margin: 0 0 15px;
	padding: 0 0 20px;
	}
#sidebar img {
	max-width:100%;
	height:auto;
}
#sidebar p {
	text-align:center;
	font-size:12px;
}
#footer {
	background:#36225f;
	background: -moz-linear-gradient(#4f328a, #36225f);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4f328a), to(#36225f)); /* older webkit syntax */
	background: -webkit-linear-gradient(#4f328a, #36225f);
	color:#ffffff;
	text-align:center;
	font-size:12px;
	padding: 10px 0px;
	}
#footer p {
	margin-bottom:10px;
	}
#footer a {
	color:#fff;
	text-decoration:none;
	}

#footer small {
	font-size: 10px;
}

.hide {
	display: none;
}
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}

body.page-id-24 iframe {
	-moz-box-shadow: 0 0 5px 3px #b7afc7;
	-webkit-box-shadow: 0 0 5px 3px #b7afc7;
	box-shadow: 0 0 5px 3px #b7afc7;
}

#main .single-post {
	display:block;
	padding-bottom: 40px;
	float:left;
	clear: left;
}

#EMAIL {display:none;}
#sidebar span.smallest {
font-size: 11px;
line-height: 12px!important;
display: block;
color: #aaa;
padding: 25px 10px 0px;
}
.smallest {
	font-size: 10px;
	line-height: 10px!important;
	display: block;
	margin-top: 15px;
	color: #555;
}

#announcement {
	background: #4f328a; 
	background-image: -ms-linear-gradient(top, #4f328a 0%, #36225f 100%);
	background-image: -moz-linear-gradient(top, #4f328a 0%, #36225f 100%);
	background-image: -o-linear-gradient(top, #4f328a 0%, #36225f 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4f328a), color-stop(1, #36225f));
	background-image: -webkit-linear-gradient(top, #4f328a 0%, #36225f 100%);
	background-image: linear-gradient(to bottom, #4f328a 0%, #36225f 100%);
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0px;
	width: 100%;
	color:#fff;
	display: block;
	text-align: center;
}
#announcement a {color:#fff;}

.inpagebase {
	display: none;
}
.testimonial_rotator_slide_title,
.testimonial_rotator_stars,
.testimonial_rotator_quote {
	text-align: center;
	display: block;
}
.testimonial_rotator_star {
	float: none!important;
	display: inline-block!important;
}