/** 
 * Hans Lindgren
 *
 * Main Layout File
 *
 *	1. Import Default Styles	
 *	2. Layout Styles
 *  3. Custom Styles
 *	4. Float Clearing
 *
 * Import Default Styles
-------------------------------------------- */
@import "reset-min.css";
@import "base.css";
@import "typography.css";	
	

/* Layout Styles
-------------------------------------------- */
html {
	background: #FFFFFF url(../images/background-tile.png) repeat-x 0 0;
}


body {
	background: url(../images/shadow.png) no-repeat 50% 0;
	margin: 0;
	padding: 0;
}

header {	
	background:  url(../images/header-tile.png) repeat-x 0 0;	
	width: 960px;
	height: 135px;
	overflow:hidden;
}

header, #body {
	margin: 0 auto 0 auto;
	width: 960px;	
}
	
#nav-main ul {
	margin: 80px 0 0 15px; padding: 0;	
	width: 600px;
	float: left;	
}		

#nav-main li {		
	float: left;
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;			
}
#nav-main li a {	
	float: left;
	display: block;	
	text-decoration: none;		
	font-family: 'Mako', sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	padding: 2px 10px 2px 10px;
	border-right: 1px solid #8EA8C0;
}

#nav-main li.last a { border: none; }
#nav-main ul li.current a, 
#nav-main ul li a:hover, 
#nav-main ul li a.hover {
	color: #F69F02;
}

#nav-main ul ul {
	position: absolute;
	width: 175px;
	padding: 37px 0 8px 5px;
	margin: 22px 0 0 ;	
	display: none;
	z-index:3000;	
	background: url(../images/menu-arrow.png) repeat-x 0 0;
}
#nav-main ul ul li{	
	border-bottom: 1px solid #FDF0D9;	
}
#nav-main ul ul li.last{
	border-bottom: none;	
}

#nav-main ul li ul li a,
#nav-main ul li.current ul li a,
#nav-main ul li.section ul li a,
#nav-main ul li ul li a:visited {
	line-height: 14px;
	text-transform: none;
	font-size: 14px;
	font-weight: normal;
	display: inline-block;
	padding: 5px;
	width: 160px;
	color: #F69F02;
	border: none;		
}

#nav-main ul li ul li a:hover,
#nav-main ul li.current ul li a:hover,
#nav-main ul li.section ul li a:hover {
	color: #FFFFFF;
	background: #F69F02;
}

#menu-arrow {
    background: url(../images/arrow.png) no-repeat 0 0;
    width:28px;
    height:13px;
    top: 119px;
    display: none;
    position: relative;
    z-index: 2000;
}

#logo {
	float: right;		
	margin: 38px 30px 0 0;	
}

#body {
	min-height: 200px;	
}

#banner img { display: none; width: 960px; height: 250px; }
#banner img:first-child { display: block; }

.image-title {
    position: absolute;
    float: left;
    z-index: 4000;
    color: #FFFFFF;
    margin: 107px 0 0 280px;  
    font-size: 32px;
    font-weight: normal;
}

#section-panel, #blog-sidebar {
    width: 220px;	
    float: left;
    margin: 0;
    padding:30px 0 0 20px;
}


div.text-box {
	position: relative;
	top: -70px;
	margin: 0;
	padding: 20px 20px 10px 20px;	
	background: url(../images/menu-background.png) no-repeat 0 0;
	width:190px;
	float: left;
}


#nav-section ul {
	position: relative;
	top: -70px;
	margin: 0;
	padding: 15px 20px 10px 20px;	
	background: url(../images/menu-background.png) no-repeat 0 0;
	width:210px;
	z-index: 5000;
}


#nav-section ul ul {
	position: static;
	background: none;
	padding: 5px;
}

#nav-section li {
	list-style: none;
	diplay: block;
	padding: 0;
	margin: 0 0 0 0;
	padding: 5px 5px 5px 5px;
	border-bottom: 1px solid #FDF0D9;
	width: 170px;
	font-family: 'Mako', sans-serif;
	font-size: 16px;
}

#nav-section ul ul li {
	border: none;
	width: 180px;
	font-size: 14px;
}

#nav-section li a {  padding: 0; }
#nav-section li a:hover, #nav-section li.current a { color: #103B60; }
#nav-section li.last { border: none;} 

.download {
    margin: 0 0 0 20px;
    width: 180px;
}
.download ul {
    border-top: 1px solid #E1E8EE;   
    padding: 8px 0 0 0;
    margin: 0;
}

.download li {
    list-style: none;
    padding: 0;
    margin: 0 0 0 0;
    width: 180px;    
}

.download li a {
    color: #688BAB !important;
}

#content-panel {
	float: right;
	width: 640px;
	margin: 0 20px 10px 0;
	padding: 10px 20px 30px 0;
	min-height: 150px;
}

.Home #content-panel {
    margin-top: 20px;
}

#breadcrumb {
	float: right;
	width: 650px;
	border-bottom: 1px solid #FDF0D9;
	margin: 20px 20px 0 0;
	padding: 10px 10px 10px 10px;
	font-size: 10px;	
	color: #CCCCCC;
}

#breadcrumb span {
	color: #103B60;
}

#breadcrumb div {
	width: 430px;
	float: left;
}

#breadcrumb div a {
	color: #CCCCCC;		
}

.WidgetHolder h3 {
    font-size: 16px;
}

.BlogHolder h3 a {
    color: #103B60 !important;
    font-size: 20px;
    font-family: 'Mako', sans-serif;
}

.meta, .tags, .tags strong, .tags a {
    color: #688BAB;
}

.BlogHolder article {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #E1E8EE;
}

#button-rss, #button-share {
	float: right;
	display: block;	
	background: url(../images/icons-sprite.png) no-repeat 0 2px;
	padding: 0 0 0 20px;
	margin: -32px 30px 0 15px;
	color: #F69F02 !important;
}
#button-rss:hover {
	background-position: 0 -23px;
}
#button-share {
	background-position: 0 -48px;
	width: 90px;
}
#button-share:hover {
	background-position: 0 -73px;
}

footer {
	color: #CCCCCC;
	clear: both;
	display: block;
	min-height: 102px;
	background: url(../images/footer-tile.jpg) repeat-x 0 0;
}


#footer-block {
	margin: 0 auto 0 auto;
	width: 960px;
	padding: 20px 0 20px 0;
	
}
  
#footer-left {
	float: left;
	margin-left: 20px;
	width: 300px;
	font-family: 'Mako', sans-serif;
	font-size: 14px;
	color: #103B60;
}

#footer-left span {
	color: #F69F02;	
}

#footer-right {
	float: right;
	width: 580px;
	font-size: 11px;
	margin-right: 20px;
}

#footer-right a {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	border-left: 1px solid #CCCCCC;
	color: #CCCCCC;	
}

#lrc { margin: 0 0 0 30px; float: right; cursor:pointer; border: none !important; }



  
/* Float Clearing
-------------------------------------------- */

/* float clearing for IE6 */
*html .clearfix,
*html #Message
{
  height: 1%;
  overflow: visible;
}

/* float clearing for IE7 */
*+html .clearfix,
*+html #Message
{
  min-height: 1%;
}

/* float clearing for everyone else */
.clearfix:after,
#Message:after
{
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}