html { 
	font-size: 100%; /* IE hack */ 
}

body {
  font-family: Verdana, Helvetica, Arial, Lucida, sans-serif;
  font-size: 0.7em;
  padding: 0;
  margin: 0;
  background-color: #fff;
  background-image: url(/images/home/background.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: bottom left;
}
#header {
	position: absolute;
	height: 70px;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #444;
	background-image: url(/images/home/kingsfordsmith_sunrise.jpg);
	background-repeat: no-repeat;
  	background-attachment: fixed;
  	background-position: top left;	
}
#header img#title-img {
	width: 190px;
	height: 55px;
	border: none;
	margin: 7px 10px 10px;
}
#header-shadow {
	position: absolute;
	width: 100%;
	top: 70px;
	left: 0;
	height: 5px;
	background-image: url(/images/home/header-shadow.png);
	background-repeat: repeat-x;
}
#sidebar-left {
	position: absolute;
        top: 76px;
        left: 0px;
	border-right-width: thin;
	border-right-style: dashed;
	border-right-color: #999999;
	padding: 3px;
	width: 200px;
}
#main-content {
  margin-top: 70px;
  margin-left: 201px;
  margin-right: 0px;
  padding: 1em;
}


h1 {
	color: #003366;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #003366;
	margin-bottom: 0px;
}
div#demos {
	float: right;
	border: thin solid #003366;
	background-color: #CCCC99;
}

a:link {
	color: #960;
	text-decoration: underline;
}

a:visited {
	color: #444;
	text-decoration: underline;
}

a:active {
	color: #ffffff;
	background-color: #036;
	text-decoration: blink;
}

a:hover {
	color: #ffffff;
	background-color: #036;
	text-decoration: none;
}
h2 {
	color: #996600;
	font-size: 1.5em;
	font-weight: normal;
}
#blogs {
	float: right;
	margin: 0.5em;
	padding: 0;
	opacity: 0.7;
	border: 1px dotted #69c;
	background-color: #fff;
	width: 300px;
	clear: both;
}

#blogs h2, #sidebar-left h2 {
	padding: 0.2em;
	color: #fff;
	background-color: #696;
	border-bottom: 1px solid #630;
	margin: 0;
	font-size: 1.2em;
	font-weight: bold;
}

#blogs h3, #sidebar-left h3 {
	margin: 0.2em 0 0 0;
	font-size: 1em;
	font-weight: bold;
	color: #369;
	border-bottom: 1px dotted #ccc;
	background-color: #f0f0f0;
}
#blogs #box-content {
 margin: 0.2em;
}

#blogs ul, #sidebar-left ul {
	list-style-type: none;
	margin-left: 0.2em;
	padding-left: 0;
	margin-right: 0.2em;
	margin-top: 0;
}
#blogs li {
	margin-left: 0.2em;
	margin-bottom: 0.2em;
	padding-left: 0;
}

#blogs a {
	color: #006;
	text-decoration: none;
}
#blogs a:hover {
	color: #fff;
}

#blogs h2 a {
  color: #fff;
  text-decoration: none;
}

#blogs h3 a {
	color: #036;
}
#blogs .image-box {
	text-align: center;
}
#blogs img {
	padding: 2px;
	border: 1px solid #999;
}

div#footer {
	font-size: 0.7em;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999999;
	margin-right: 260px;
}

#sidebar-left li {
	margin-left: 0;
	margin-bottom: 0.2em;
	padding-left: 0.2;
	background-color: #f0f0f0;
	border-bottom: 1px dotted #ccc;
}
