@charset "iso-8859-1"
/* =CALL LIBRARY */
	@import url("reset-min.css"); /* ------- Reset all CSS Styles */ 

/* =GENERAL - the general styles */
	body{
		font: 62.5%/2.2em "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
		color: #4b4942;
		background: #fff;
	}
	a{text-decoration: none;color: #5599a7;}
	a:hover{color: #bb800f;}
	strong{font-weight: bold;}
	
	ul.borderedlist li {list-style-type:none; width:"240px";}

	ul.borderedlist li a{
		display: block;
		padding:3px 0 0 2px;
		height: 26px;
		color: #42423b;
	}
	ul.borderedlist li a:hover{background: #E5E5E4;color: #42423b;}
	/* =LAYOUT - the main layout styles */
		.container{
			width:760px;
			margin: 0 auto;
			position: relative;
			overflow:hidden;
		}
		/* header layout */
		#header{
			height: 120px;
			background: #4a4841 url(../art/vast_header.jpg) top repeat-x;
			position: relative;
		}
		#navigation{
			position: absolute;
			right: 100px;
			top:20px;
			color: #fff;
		}
		/* main area layout */
        table {
			border-width: 0px 0px 0px 0px;
			border-spacing: 2px;
			border-style: outset outset outset outset;
			border-color: gray gray gray gray;
			border-collapse: separate;
			background-color: white;
		}
		#main{padding:8px 0 20px 0;}
		#leftcolumn{float: left;width:177px; padding:2px;}
		#leftcolumn2{float: right;width:177px; padding:8px;}
		#center{float: left;width:580px; padding: 0 0 0 6px;}
		#center2{float: left;width:700px; padding: 0 0 0 6px;}
		#rightcolumn{float: left;width:144px;}
		#kgravatar{ padding: 10px 0 0 44px; float: center;}
		#leftside-text{padding:4px;}
	/* bottom layout */
	#bottominfo{
		border-top: 5px solid #42423b;
		background: #f1eee7;
		padding-bottom:25px;
		width: 100%;
		overflow: hidden;
	}
	.bottomcolumn{
		float: left;
		width:288px;
		margin-right: 18px;
	}
	.bottomcolumn-wide{
		float: left;
		width:328px;
		margin-left: 6px;
		margin-right: 18px;
	}
	.bottomright{margin-right:0;}
	
	.post_text{ float: center; margin: 6px 0 0 12px;}
	
	.tweet1{ text-align:left;}
	.tweet1 em{font-style:italic;}
	.tweet1 b{font-weight:bolder; font-style:italic; font-size: 1.1em;}
	.tweet1 p{text-align:center;}
	
/* =HEADER - the header styles */
	#header .container{height: 253px;}
	.header-icon {position: absolute; float:left;}
	/* logo */
	h1{ text-align:center;
		font-weight: bold;
		font-size: 1.8em;
	}
	
	/* top navigation */
	#navigation li{
		float: left;
		padding-right: 27px;
		text-transform: uppercase;
		font-size: 1.3em;
		font-weight: normal;
		background: #fcfbf8;
	}
	#navigation li a{color: #a49c8f;}
	#navigation li a:hover,#navigation li.active a{color: #2c2c2c;}
	/* message and building pic */
	#toolbar {text-align: center;}
	#toolbar td {
		/*borders and padding to make the table readable*/
		border:0px;
		padding:.5em;
	}
	.rss-sig{
		position: absolute;
		right: 40px;
		top: 60px;
		background: #fcfbf8; }
	.main-content {padding:0 0 0 2em;}
	
	#factoid {padding: 10px; font-style:italic;}
/* =CONTENT - the content styles */
	/* left column */
	.leftbox{background: #e2e4e6;padding: 2px 2px 2px 2px;margin-bottom:3px;line-height:1.8em;}
	
	/* center column */
	.article_wrapper h2{color: #5699A7; font-size:2em;margin:10px 0;}
	.article_wrapper p{padding-bottom:10px;font-size:1.3em;}	
	/* right column */
	.rightbox_wrapper{
		background: #eeeded;
		padding:5px;
		margin-bottom: 20px;
		width:277px;
		overflow: hidden;
		font-size:11px;
		line-height: 18px;
		color: #58584D;
	}

/* =BOTTOM */
	.bottomcolumn h3{
		border-bottom: 4px solid #9b968f;
		color: #5699A7; font-size:18px;padding:15px 0 5px 5px;
	}
	.bottomcolumn p{
		padding: 10px 35px 10px 5px;
		font-size: 1.2em;
	}
	.bottomcolumn-wide h3{
		border-bottom: 4px solid #9b968f;
		color: #5699A7; font-size:18px;padding:15px 0 5px 5px;
	}
	.bottomcolumn-wide p{
		padding: 10px 35px 10px 5px;
		font-size: 1.2em;
	}

	
/* =FOOTER */
	#footer{
		height: 37px;
		background: #4a4841 url(../images/footer_bg.jpg) 0 0 repeat-x;
		font-size: 1.2em;
	}
	#footer a{color: #A39D97;}

	#footer_navigation{
	}
	#footer_credits{
	}
	#footer_navigation li{float: left;padding-left:18px;}
	#footer_navigation li a{text-transform:uppercase;}
	#footer_navigation li a:hover{color: #5699A7;}
	

	