/*Theme Name: Idea Salad Fork 1.0Description: The first Idea Salad layout.Author: Nancy Martin/Ronnie SampsonAuthor URI: http://omti.com*/body {  min-width: 600px;      /* 2x (LC fullwidth +                            CC padding) + RC fullwidth */	font-family: Tahoma, Helvetica, Arial, sans-serif;	font-size: 12px;	line-height: normal;	color: #000;	margin: 0;	background: #FFF url('images/mainbkgd.gif') repeat-y;  padding:0;}/*text styling*/img {	border: none;}h2 {	margin-top: 18px;	font-family:Tahoma, Helvetica, Arial, sans-serif;}#rightcol ul {  padding:0;  margin:0;    }    #rightcol li {  	  list-style-type:none;  	  } #rightcol h2 { font-size: 14px;margin-top: 24px;margin-bottom: 2px;   } #tagline {	font-style: italic;	font-size: 16px;	font-family:Times, serif;	margin-top:  350px;}.aboutBlurb {	font-family: Times, serif;	font-size: 14px;	line-height: 1.2em;	margin-top: 36px;}#wrapper a:link {color: #1A6593; text-decoration:none; }#wrapper a:visited {color: #999999; text-decoration:none; }#wrapper a:visited:hover {color: #1A6593; text-decoration:underline;}#wrapper a:link:hover {color: #333333; text-decoration:underline;} #footer p {color: #F2F0CF;} #footer a:link {color: #D9AE48; }#footer a:visited {color: #FFF; text-decoration:none; }#footer a:visited:hover {color: #D9AE48; text-decoration:underline;}#footer a:link:hover {color: #FFF; text-decoration:underline;}/*column styles*/html, body, #container {height: 100%;}#container {	position:relative;  overflow: auto;  width: 100%;}#wrapper {	position: absolute;	  float: right;	 left: 194px;   /* LC width */  padding-right: 270px;  /* RC fullwidth + CC padding */	background: #FFF url('images/ideaSaladbar.gif') repeat-x;}#centercol {  padding: 20px 20px 150px 20px;    /* CC padding */		width:100%;	  float: left;	}	.navigation {	padding-top: 20px;}.alignleft {	float:left;}.alignright {	float:right;}#leftcol { 	position:relative;	  float: left;  width: 163px;        /* LC fullwidth - padding */    padding: 0 10px 10px 20px;  background: #1A6493 url(images/ideaSaladlogo.jpg) no-repeat;  color: #FFF;  display:block;	}	#boxLink {		position: absolute;	top: 0;	left: 0;	height: 350px;	width: 143px;	background-color: transparent; }	#rightcol {  width: 200px;          /* RC width */  padding: 0 50px 10px 10px;       /* RC padding */  margin-right: -270px;  /* RC fullwidth + CC padding */  margin-top: 20px;	  float: right;	  border-left: #cfcfcf 1px solid;	 	}#centercol a {	color: #333;	}/*#centercol a:hover {	border-bottom:1px solid;	color:#9343B9;	}*/#footer{	clear:both;  bottom:0;  left:0;  width:100%;  min-height: 80px; 	background:#000;	margin:0;	padding:0;	color:#CCC;}#footercontent {	padding: 10px 20px;}.footer_column {float:left;width:520px;margin-right:30px;}#footer_column_right {float:right;width:200px;/*margin-right:30px;*/}#footer h3 {text-transform:uppercase;font-size:10px;} @media screen{  body>div#footer{   position:fixed;  } } * html body{  overflow:hidden; }  * html div#container{  height:100%; }