/* --------------[ User-Defined Adjustments from Stylesheet #2 ]-------------- */
@import 'style-2.css';
/* --------------[ User-Defined Adjustments ]-------------- */
body {
background-color: #a4c1d7;
background-image:none;
font-size: 9pt;
font-family: verdana,lucida,sans-serif;
color: #000000;
}
h1, h2, h3, h4, h5, h6, h7, .sitetitle {
font-family: verdana,lucida,sans-serif;
font-weight: bold;
}
/* -------------------[ Site Title Adjustments ]------------------- */
#sitetitle h1, #sitetitle .title {
font-size: 36px;
color: ;
text-align: Left;
font-weight: normal;
font-family: georgia,times,serif;
}
#sitetitle .description {
color:;
text-align:Left;
}
#sitetitle {
float:none;
text-indent:-10000em;
position:absolute;
display:none;
}
#sitetitle {
width:960px;
}
#head-content {
background: transparent;
background-image: url(/kjlogo.png);
background-position: 0px 20px;
background-repeat: no-repeat;
width: 460px;
float: left;
}
/* ----------[ Header Background Color Adjustments ]---------- */
#header {
/* 	background-color: #e7ecf3; */
background-color: #e6ecef;
/* for non-css3 browsers */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6ecef', endColorstr='#7fa6ff');
/* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#e6ecef), to(#7fa6ff));
/* for webkit browsers */
background: -moz-linear-gradient(top, #e6ecef, #7fa6ff);
/* for firefox 3.6+ */
}
/*
#head-content {
background-color: #e7ecf3;
}
*/
/* ----------[ Left Sidebar Float Adjustments ]----------- */
#content .col-3 { float:left; }
#sidebarleft { float:right; }
/* --------------[ Top Navigation Adjustments ]-------------- */
#topnav {
font-size: 9pt;
font-weight: normal;
}
#topnav li a, #topnav li a:link, #topnav li a:visited {
}
#topnav li a:hover, #topnav li a:active  {
}
/* --------------[ Category Navigation Adjustments ]-------------- */
#nav {
background: #090f50;
font-size: 8pt;
font-weight: normal;
}
#nav li a, #nav li a:link, #nav li a:visited {
color: #c1cede;
}
#nav li a:hover, #nav li a:active  {
color: #fff;
background: #333a83;
}
#nav li ul {
background: #090f50;
}
/* --------------[ Features Adjustments ]-------------- */
#my-glider {
color: #ffffff;
font-size: 9pt;
}
#my-glider .controls ul {
background-color: #ffffff;
}
#my-glider a, #my-glider a:link, #my-glider a:visited, #my-glider .controls li.feat-head {
color: #e8f0f1;
}
#my-glider a:hover, #my-glider a:active, #my-glider .controls a.active {
color:#1544f3 !important;
}
/* --------------[ Main Content Adjustments ]-------------- */
.maincontent {
font-size: 9pt;
}
.maincontent a, .maincontent a:link, .maincontent a:visited {
color: #0000ff;
}
.maincontent a:hover, .maincontent a:active, .post h1 a:active, .post h1 a:hover, .post h2 a:active, .post h2 a:hover {
color: #0000dd;
}
/* --------------[ Sidebar-Left Adjustments ]-------------- */
#sidebarleft {
font-size: 9pt;
}
#sidebarleft a, #sidebar-left a:link, #sidebar-left a:visited {
}
#sidebarleft a:hover, #sidebar-left a:active {
color: #000000;
}
/* --------------[ Sidebar-Right Adjustments ]-------------- */
#sidebar {
font-size: 9pt;
}
#sidebar a, #sidebar a:link, #sidebar a:visited {
color: #0000ff;
}
#sidebar a:hover, #sidebar a:active {
color: #0000dd;
}
/* --------------[ Footer Adjustments ]-------------- */
#footer {
font-size:8pt;
color:;
}
#footer a, #footer a:link, #footer a:visited {
color: #0000ff;
}
#footer a:hover, #footer a:active {
color: #6161ab;
}