/*

Title: Kansas Webmast Resource Center
Author: James Adams (james.adams@www.kansas.gov) 
URL: http://www.kansas.gov/webmaster
Description: Main CSS file for Kansas Webmaster Resource Center

Created: September 9, 2011
Modified: September 14, 2011

*/

/* HTML TAG STYLES
------------------------------------------- */
body {font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif; background-color: #ffffff; margin:0; padding: 0; color: #000;}
select, button, td, p {font-size: 90%;	}
p {padding-left: 2px;}
form {display: inline;}
input {border: 1px solid #000066;margin-bottom: 2px; margin-top: 2px; }
li {line-height: 120%;padding: 0px 0px 5px 0px;font-size:90%;}
li.textList {display: list-item;list-style-image: url(../images/li_icon_txt.gif);font-size:90%;}
li.linkList {display: list-item;list-style-image: url(../images/li_icon_list.gif);text-decoration: none;font-size: 90%;}

/* CLASSES
------------------------------------------- */
.title, .breadCrumbTitle {color: #000066;font-weight: bold;}	
.submitButton {background-color: #FCFCEA; color: #000066;font-weight: bold;font-size: 90%; margin-bottom: 2px; padding-bottom:2px;}
.newText {padding: 10px 3px 3px 3px;margin: 0px 7px 0px 7px;}
.margin {margin: 5px 4px 0px 4px;}
.ksFacts {background: #E6E4B7;border: 1px solid #999966;font-weight: normal;padding: 3px;text-decoration: none;}
.featuredSite {font-size: 80%;}
.bodyLinks {text-decoration: none;font-weight: bold;}
.quote {font-family: "Times New Roman", Times, serif;font-style: italic;color: #7F7F55;float: right;width: 167px;font-weight: bold;font-size: 100%;padding-left: 10px;}
.sideNav {background: #cccc99;border-right: 5px solid #ffffff;}
.sideNavLink {font-size: 90%;}
.govSection {margin-top: 0px;background: #000066;padding: 0px 6px 6px 0px;border-bottom: 4px solid #000000;}
.ksPhotoBox, .noticeBox, .weatherBox, .subscriberBox {border: 1px solid #000066;	background: #FCFCEA;color: #000000;font-weight: normal;font-size: 85%;padding: 3px; margin: 0 3px 0 3px;}
.ksPhotoHeader, .noticeHeader, .weatherDate, .headerNavigation {background: #000066; color: #ffffff; font-weight: bold;font-size: 100%;border: 1px solid #000066; padding: 3px;line-height: 110%;}
.rtColumn {background: #FCFCEA;border-left: 5px solid #ffffff;}	
.rtcolumnLinks {font-weight: normal;font-size: 90%;}
.smText {font-size: 75%;}
.boldText {font-weight: bold;}
.subscriber {font-weignt: normal;font-color: #000066;}
.tdSubscriber {border: 1px solid #000066;	background: #FCFCEA;color: #000000;font-weight: normal;font-size: 100%;padding: 3px;}
.headerNav {background: #ffffff; color: #000000; font-weight: bold;font-size: 90%;border: 1px solid #000066; padding: 3px;text-decoration: none;}

/* IDS
------------------------------------------- */
#footer {background-color: #fff;border-top: #006 solid 1px;clear: both;font-size: 80%; margin: 10px 0 0 0;padding: 4px 0;text-align: center;width: 100%;}
#footer li {border-right:#006 solid 1px;display: inline;padding: 0 6px;}
#footer li.last, #subscriber li.last {border: none;}
#footer li a {text-decoration: none;font-size: 12px;}

/* HEADINGS
------------------------------------------- */
h1, h2, h3 {font-weight: bold;}
h1 {color: #000066;font-size: 105%; border-bottom: 2px solid #cccc99;padding: 3px 10px;margin: 6px;}
h2, th {font-size: 100%;color: #000066;border-bottom: 1px solid #999966;background: #cccc99;padding: 2px 10px 2px 5px;}
h3 {font-size: 95%;}

/* LINKS
------------------------------------------- */
a:link {color: #0033CC; }
a:visited {color: #993399;} 
a.topNav:link {color:#ffffff;text-decoration: none;}
a.topNav:visited {color:#ffcc66;}
a.topNav:hover {color:#ff9900;}
a.sideNavLink:link, a.sideNavLink:visited {background: #E6E4B7;display: block;color: #000066;font-weight: bold;padding: 3px;margin: 3px 0px;border: 2px solid #999966;line-height: 110%;text-decoration: none;}
a.sideNavLink:hover, a.sideNavLink:active {background: #000066;border: 2px solid #999966;color: #ffffff;text-decoration: none;padding: 3px 3px 3px 3px;margin: 3px 0px 3px 0px;display: block;line-height: 110%;}
a.rtcolumnLinks:link, a.rtcolumnLinks:active {font-weight: normal;}

/* TABLES
------------------------------------------- */
td.topTagline {color: #000066;margin: 2px; padding: 2px 0 2px 5px;font-size: 90%;font-weight: bold;background: #E6E4B7;} 
td.headerBarT  {background: #E6E4B7;font-size: 70%;font-weight: bold;}
td.headerBarW {background: #FFFFFF;border-top: 1px solid #000066;border-bottom: 7px solid #000066;}
td.dropDownBar {background: #E6E4B7;border-bottom: 7px solid #000066;}