﻿
/*--------------------------------------------------
Control Panel 
-------------------------------------------------- */
#controlPanel {
	position:relative;
	width: 823px;
	margin: 0 auto 5px;
    padding:0 130px 0 5px;
    border: 1px solid #036;
    background: #F6FDFD url("/_layouts/images/cnspgrdn.gif") repeat-x left top;
    min-height: 50px;
    display:none;
}

#controlPanel .ms-siteaction {
   	float: none;
    position: absolute;
    top: 18px;
    right: 2px;
}

.ie8 #controlPanel .ms-siteaction {
    top :0;
}


/*--------------------------------------------------
Authoring 
-------------------------------------------------- */
#siteAndPageActions {
	padding: 0;
	margin:0 0 0 0;
	text-align:right;
}
#authorNavBar {
	margin:0 0 0 20px;
}
#authorInfoBar {
	margin:0 20px 0 0;
}
#pageInfoBar {
	clear: both;
	margin: 0 0 1em 0;
}
#authorSiteSelect {
	float : right;
	font-weight:bold;
	padding:0 0 0 20px;
	margin-top:-.1em;
	background:transparent url(/_layouts/images/kienterprise/mossDashboard/sitemap_color.png) no-repeat scroll left 50%
}
#authorSiteSelect input {
	border:1px solid #999;
	background:#efefef;
	color:#000;
	font-family:Helvetica, sans-serif;
}
/*--------------------------------------------------
Elements
-------------------------------------------------- */
body {
	padding:8px;
}
h1, h2, h3, h4, h5, h6 {
	margin:0 0 1em 0;
}

h2 {
	font-size:1.8em;
}
h3 {
	font-size:1.6em;
}
h4 {
	font-size:1.4em;
}
h5 {
	font-size:1.2em;
}
h6 {
	font-size:1em;
}
em {
	font-style: italic;
}
address {
	font-style: italic;
}
abbr, acronym {
	border-bottom:1px dotted;
	cursor:help;
}
strong {
	font-weight: bold;
}
ul, ol {
	margin: 0 0 1em 2em;
	list-style-position: outside;
	list-style:disc;
}
ul ul 
	list-style:circle;
	margin-top:.5em;
}
ul ul ul {
	list-style:alpha;
}
ol {
	list-style:decimal;
	margin-left:2.5em;
}
ol ol {
	list-style:lower-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:square;
}
dl {
	margin: 0 0 1em 2em;
}
dt {
	font-weight:bold;
}
li,p,dd,blockquote,address {
	margin: 0 0 1em 0;
}

hr {
	color:#999;
	background-color:#999;
}

header, nav, section, article, footer {
	display:block;
	padding:0;
	margin:0;
}

/*	--------------------------------------------------
Page Container
-------------------------------------------------- */
#pageContainer {
	width:960px;
	margin:0 auto;
}
/*	--------------------------------------------------
Classes
-------------------------------------------------- */
.skipTo {
	position: absolute;
	left: -1000em;
	margin: 0;
	padding: 0;
}
.clearBoth {
	display:block;
	clear:both
}
.floatLeft {
	float:left;
	margin: 0 10px 10px 0;
}
.floatRight {
	float:right;
	margin: 0 0 10px 10px;
}

/*	--------------------------------------------------
Portal Bar
-------------------------------------------------- */
		
#portalBar {
	background: #003366; /* old browsers */
	background: -moz-linear-gradient(top, #3E658B 0%, #003366 99%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3E658B), color-stop(99%,#003366)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3E658B', endColorstr='#003366',GradientType=0 ); /* ie */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding:5px;
	height:20px;
	position:relative;
}
#portalBar #portalBarLogo {
	display: block;
	margin: 0;
	padding: 0;
	background: url('/_layouts/images/kienterprise/portalbar/kyGovPortalBarLogoWhite.png') no-repeat left top;
	height: 20px;
	width: 100px;
	text-decoration: none;
	text-indent: -5000em;
	float:left;
}
#portalBarNav {
	margin: 0;
	list-style-type: none;
	font-size: .7em;
	vertical-align: top;
	float:right;
	position:relative;
}
#portalBarNav li {
	display:inline;
	margin: 0;
	padding: 0;
}
#portalBarNav a {
	color: #fff;
	text-decoration: none;
}
#portalBarNav a:hover {
	text-decoration: underline;
}
#portalBarAgencyLink a {
	margin: 0 .2em 0 0;
	padding: 0 .5em 0 0;
	border-right: 1px solid #999;
}
#portalBarServicesLink a {
	margin: 0 3em 0 0;
}
#portalBarSearch label {
	font-size: 1em;
	text-indent:-5000em;
}
#portalBarSearch input.portalBarSearchInputBox {
	border: none;
	background: #FFF;
	height: 1.3em;
	border: 1px solid #666;
	margin: 0;
}
#portalBarSearch .portalBarSearchButton {
	width:30px;
	height:20px;
	text-indent:-1000em;
	right:5px;
}

#portalBarNav #portalBarSearch {
	position:absolute;
	right:30px;
	top:-3px;

	
}
#portalBarNav #portalBarAgencyLink {
	position:absolute;
	right:300px;
	white-space:nowrap;
	top:4px;
}
#portalBarNav #portalBarServicesLink {
	position:absolute;
	right:193px;
	white-space:nowrap; 
	top:4px
}

/* --- Overriding the core styles for search webpart---*/

td.ms-sbcell {border:0 !important;}
td.ms-sbgo {background-color:transparent !important;}
.ms-sbplain {font-size:11pt !important;}

/*	--------------------------------------------------
Portal Bar Alerts
-------------------------------------------------- */
		
#portalBarAlert {
	background:#FFFFC6 url('/_layouts/images/kienterprise/alerts/alert.png') no-repeat 5px 5px;
	border:1px dotted #DEDF6F;
	clear:both;
	margin:.5em 0;
	min-height:2em;
	padding:15px 10px 10px 70px;
	font-weight:bold;
	font-size:.8em;
}
#portalBarAmberAlert {
	/*background:#FFE5C6 url('/_layouts/images/kienterprise/alerts/amberAlert.png') no-repeat 5px 5px;
	border:1px dotted #DFC5A7;
	clear:both;
	margin:.5em 0;
	min-height:2em;
	padding:20px 10px 10px 70px;
	font-weight:bold;
	font-size:.8em;*/
}

/*  Amber Alerts */
.portalBarAlertContainer {
	display:inline;
}

.portalBarAlertContainer .closeButton {
	background: transparent url('/_layouts/images/kienterprise/icons/cancel_whiteglow.png') no-repeat left center;
	padding-left: 20px;
	line-height: 15px;
	height: 18px;
	position: absolute;
	top: 13px;
	right: 8px;
	font-size: 10px;
	font-weight: bold;
	color: #fff; 
}

.portalBarAmberContainer {
	clear : both;
	font-size : 0.7em;
	line-height: 1.7em;
	font-weight : bold;
	position: relative;
	margin: 0;
	padding : 0;
	width : 100%;
	height: 43px;
	background: #900 url('/_layouts/images/kienterprise/alerts/portalBarAlertContainerBg.png') repeat-x top;
	display: none;
}

#portalBarAmberAlert {
	width : 960px;
	height: 43px;
	margin: 0 auto;
	background: transparent url('/_layouts/images/kienterprise/alerts/amberAlert.png') no-repeat 8px 7px;
	list-style-type : none;
}

#portalBarAmberAlert a  {
	color: #ff0;
}

#portalBarAmberAlert li {
	padding : 11px 5px 13px 70px;
	color: #fff;
	margin: 0;
	list-style-image : none;
}

/*	--------------------------------------------------
Branding
-------------------------------------------------- */
header {
	display:block;
	margin:0;
	padding:0;
}

#brandingArea {
	background-color: #036;
	background-image:url('/_layouts/images/kienterprise/branding/brandingBg.jpg');
	background-position:left top;
	background-repeat:repeat-x;
	height:100px;
	color:#fff;
}
#brandingArea H1 {
	background-image: url('/_layouts/images/kienterprise/branding/branding.jpg');
	background-color:#FFF;
	background-repeat:no-repeat;
	background-position:left top;
	
}
#brandingArea H1 a {
	text-indent:-1000em;
	font-size:1em;
	display:block;
	color:#fff;
	padding: 20px 10px;
	height:60px;
}
/* --- Site Nav --- */

#siteNav {
	color: #fff;
	background-color: #036;
	background-image:url('/_layouts/images/kienterprise/brandingNav/brandingNavBg.png');
	background-position:top;
	background-repeat:repeat-x;
	padding:5px;
}
#siteNav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 0.8em;
	color:#fff;
}
#siteNav ul li {
	border-right : 1px solid #999;
	padding-left: 10px;
	padding-right: 10px;
	display: inline;
}
#siteNav ul li a {
	text-decoration: none;
	color: #fff;
}
#siteNav ul li a:hover {
	text-decoration: underline;
}
#siteNav ul li.firstListItem {
	padding-left:0;
}
#siteNav ul li.lastListItem {
	border:none;
}


/* --- Breadcrumbs -- */

#breadcrumbs {
	padding: 2px 5px;
	background: #DFDFDF; /* old browsers */
	background: -moz-linear-gradient(top, #DFDFDF 0%, #FFFFFF 99%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#DFDFDF), color-stop(99%,#FFFFFF)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DFDFDF', endColorstr='#FFFFFF',GradientType=0 ); /* ie */
	color: #000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin:0 0 1em 0 ;
	clear:both; /* added for top nav */
}
#breadcrumbs ul {
	margin : 0;
	padding : 0;
	list-style: none;
}
#breadcrumbs ul li {
	color : #666;
	display:inline;
}
#breadcrumbs .lastListItem {
	font-weight:bold;
}
#breadcrumbs a {
	color:#777;
	text-decoration:none;
	background-image: url("/_layouts/images/kienterprise/breadcrumbs/breadcrumb.gif");
	background-repeat:no-repeat;
	background-position:right;
	padding-right:15px;
	margin-right:5px;
}
#breadcrumbs a:hover {
	text-decoration:underline;
}



/* --- Top Nav Site --- */

.topNavSite .oneColRel #leftColumn {
	float:left;
	width:700px;
}
.topNavSite .oneColRel #rightColumn {
	float:right;
	width:220px;
}

/* --- Left Nav Site --- */

.leftNavSite .KI-Menu {
	font-size:1em;
}

.leftNavSite .oneColRel #leftNavContainer, .leftNavSite .oneCol #leftNavContainer {
	float:left;
	width:220px;
	margin-right:20px;
}

.leftNavSite .oneColRel #leftColumn {
	float:left;
	width:460px;
}
.leftNavSite .oneCol #leftColumn {
	float:left;
width:700px;
}
.leftNavSite .oneColRel #rightColumn {
	float:right;
	width:220px;
}

#leftNavContent {
	padding:10px;
	font-size:.9em;

}

/* --- Mobile Content --- */

#mobileBlock {
	margin-top: 25px;
	float:left;	
	width: 100%;	
}

#mobiInfo {
    border:thin gray solid;
    padding: 10px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    margin-bottom: 25px;
}

#mobiMain {
    float:none;
    margin-bottom: 25px;
}

/* --- Main Content --- */
		
h2.pageTitle {
	color:#000;
	font-size:1.8em;
	margin:0 0 .5em 0;
}
#mainContent {
	padding:0 10px 10px 10px;
	font-size:.8em;
	line-height:1.5em;
}

/* --- Relative Content --- */
	
#relativeContent {
	font-size:.9em;
}
#leftNavContent ul,#relativeContent ul,#leftNavContent ol,#relativeContent ol {
	margin-left:1.5em;
}
#leftNavContent dl,#relativeContent dl {
	margin-left:0;
}

/* --- Blog --- */

.blogEditConsole {
	float:right;
}


/* --- Site Map --- */

.siteMap {
        font-family:Verdana;
	margin-top:1em;
	list-style:none;
	margin:0;
}
.siteMap li {
	list-style:none;
	margin:0;
	font-family:Verdana;
}

.siteMap .siteMapSite a{
	font-weight:bold;
	margin-bottom:.5em;
	display:block;
}

.siteMap .siteMapPage a{
	font-weight:normal;
	margin-bottom:.5em;
	background-color: transparent;
	background-image:url(/_layouts/images/kienterprise/icons/icon_txt.gif);
	background-repeat:no-repeat;
	background-position:center left;
	padding-left:20px
}

.siteMap .level-description, .siteMap .page-description {
	font-weight:normal;
	padding:0;
	margin:0 0 1em 0;
	color:#666;
        font-size:1em;
	font-family:Verdana;	
}






/* --- Footer --- */

#footer {
	margin: 0;
	padding: 0;
	clear: both;
}

/* --- Entity Footer --- */

#entityFooter {
	color: #000;
	background: #DFDFDF; /* old browsers */
	background: -moz-linear-gradient(top, #FFFFFF 0%, #DFDFDF 99%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(99%,#DFDFDF)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#DFDFDF',GradientType=0 ); /* ie */
	padding:5px 0;
}
#entityFooter ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 0.8em;
	color:#000;
}
#entityFooter ul li {
	border-right : 1px solid #999;
	padding:0 5px;
	display: inline;
}
#entityFooter ul li a {
	text-decoration: none;
	color: #666;
}
#entityFooter ul li a:hover {
	text-decoration: underline;
}

/* --- Enterprise Footer --- */
						
#enterpriseFooter {
	background: #003366; /* old browsers */
	background: -moz-linear-gradient(top, #3E658B 0%, #003366 99%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3E658B), color-stop(99%,#003366)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3E658B', endColorstr='#003366',GradientType=0 ); /* ie */	
	color: #fff;	
	padding:5px 0;
}
#enterpriseFooter ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 0.8em;
	color:#fff;
}
#enterpriseFooter ul li {
	border-right : 1px solid #999;
	padding:0 5px;
	display: inline;
}

#enterpriseFooter ul li a {
	text-decoration: none;
	color: #fff;
}
#enterpriseFooter ul li a:hover {
	text-decoration: underline;
}

/* --- Entity and Enterprise footer Links Styles --- */

#entityFooter ul li.lastListItem, #enterpriseFooter ul li.lastListItem {
	border: none;
}

/* --- Copyright --- */
			
#copyright {
	text-align: right;
	padding:5px;
	font-size:.7em;
	color:#666;
}
/* --- Unbridled Spirit Logo --- */

#unbridledLogo {
	display: block;
	background: url('/_layouts/images/kienterprise/unbridledspirit/unbridledSpiritLogo.png') no-repeat left top;
	width: 115px;
	height: 30px;
	text-indent: -1000em;
	margin:0 auto;
}

/* --- 404 Error Page --- */

#error404 {
	background:#FFFFCF;
	background-image:url(/_layouts/images/kienterprise/alerts/alert.png);
	background-repeat:no-repeat;
	background-position:5px 5px;
	padding:10px 10px 10px 50px;
	border:1px solid #DEDF6F;
	margin-bottom:1em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.description404 {
	color:#666;
	font-style:italic;
	margin:0;
}
.title404 {
	margin-bottom:.5em;
}