/* <!-- */
	/* General styles */
	body {
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		background:#fff;
		font-family: helvetica, arial, sans-serif;
		/* min-width:600px; */   	/* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
		font-size:90%;
	}
	a {
		color:#369;
	}
	a:hover {
		color:#ff0000;
		text-decoration:none;
	}
	h1, h2, h3 {
		margin:.8em 0 .2em 0;
		padding:0;
	}
	p {
		margin:.4em 0 .8em 0;
		padding:0;
	}
	img {
		margin:10px 0 5px;
	}
	/* Header styles */
	#header {
		clear:both;
		float:left;
		width:100%;
		position: relative; background: #ffffff url(bck.png) 0 0 repeat-x;
	}
	#header {
		border-bottom: 0px solid #7694DD;
	}
	#header p,
	#header h1,
	#header h2 {
		padding:.4em 15px 0 15px;
		margin:0;
	}

	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		margin:0;
		text-align: left;
		border: 4px solid #F0EDDA;
	}
	
	#rss {
		background: #ffffff url(rss.png) 0 0 no-repeat;
		display: block;
		width: 125px;
		height: 35px;
		float: left;
	}
	
	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;
		overflow:hidden;
	}
	/* 2 Column (right menu) settings */
	.rightmenu {
		background:#ffffff;		/* right column background colour */
	}
	.rightmenu .colleft {
		right:25%;			/* right column width */
		background:#fff;		/* left column background colour */
	}
	.rightmenu .col1 {
		width:71%;			/* left column content width (left column width minus left and right padding) */
		left:27%;			/* (right column width) plus (left column left padding) */
	}
	.rightmenu .col2 {
		width:21%;			/* right column content width (right column width minus left and right padding) */
		left:31%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
	}
	/* Footer styles */
	#footer {
		clear:both;
		float:left;
		width:100%;
		background-color: #eee;
		border-top:1px solid #000;
	}
	#footer p {
		padding:10px;
		margin:0;
		text-align: center;
		line-height: 20px;
	}
	
	#header #logowhite {
		position: absolute;
		top: 70px;
		right: 0;
		border: 0;
		display: none;
	}
	
	
	
	/* older posts links */
	#featureslist {
		margin-top: 20px;
		padding-left: 10px;
		border-top: 1px dotted #436D00;
	}
	
	#BlogArchive2_ArchiveList ul {
		margin-top: 5px;
	}
	
	#BlogArchive2_ArchiveList ul li {
		line-height: 20px;
		list-style-type: square; 
	}
	
	.date-header {
		font-size: .75em;
		margin-top: 40px;
		padding-bottom: 3px;
		border-bottom: 1px dotted #436D00;
	}
	
	.post-body.entry-content {
		margin-bottom: 20px;
		line-height: 22px;
	}
	
	.post-title.entry-title {
		font-size: 1.5em;
		margin: 10px 0;
	}
	.post-title.entry-title a {
		color: #339933;
		text-decoration: none;
	}
	.post-title.entry-title a:hover {
		color: #ff0000;
		text-decoration: underline;
	}
	
	#smshq {
		background: #ffffff url(smshq.png) 0 0 no-repeat;
		display: block;
		width: 264px;
		height: 225px;
		color: #ffffff;	
		position: relative;
	}
	#ilm {
		background: #ffffff url(ilm.png) 0 0 no-repeat;
		display: block;
		width: 264px;
		height: 225px;
		color: #ffffff;	
		position: relative;
		margin-bottom: 10px;
	}
	#smshq span {
		position: absolute;
		top: 108px;
		left: 30px;
		line-height: 17px;
		max-width: 210px;
	}
	
	#ilm span {
		position: absolute;
		top: 100px;
		line-height: 17px;
		left: 30px;
		max-width: 210px;
	}
	
	#smshq span a, #ilm span a {
		color: #ffffff;
		
	}
	#smshq span a:hover, #ilm span a:hover {
		color: #ff0000;
	}
	
	.post-footer, .post-footer a {
		color: #999999;
	}
	
	#navbar-iframe {
		display: none;
	}
	/* --> */