/*
CSS for Technology Forecasters, Inc.
Global Styles
by Onyx/Slant
*/

body {
	margin: 0;
	padding: 0;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: arial, Verdana, sans-serif;	
	text-align: center;
	line-height: 1.4em;
	color: #333;
  background: #ddd;
}


/* links
---------------------------------------------------------- */

a:link, a:visited {
	padding: 0 0 1px 0;
	font-weight: bold;
	text-decoration: none;
	color: #39567F;
	}
a:hover {
	color: #233349;
	text-decoration: underline;
	}
	

/* page structure
---------------------------------------------------------- */

#wrap {
	margin: 0 auto;
	width: 860px;
	max-width: 900px;	
	min-width: 800px;		
	position: relative;
	text-align: left;
	}
#container {
	float: left;
	width: 100%;	
  padding-bottom: 20px;
  background: #fff url(../images/bg-top.jpg) repeat-x top left;				
 	}	
#content {
	padding: 66px 50px 20px 40px;
  margin-left: 190px;
  margin-right: 170px;
	}
#leftsidebar {
	position: absolute;
	top: 40px;
	left: 0;
	width: 190px;
  padding: 10px 10px 0 20px; 
}
#rightsidebar {
	position: absolute;
	top: 9px;
	right: 0;
	width: 170px;
  padding: 30px 10px 20px 10px;
  background: url(../images/bg-rightsidebar.jpg) repeat-y bottom left;		     	
	}	
#footer {
  clear: both;
  padding: 10px 20px 40px 20px;
	border-top: 1px solid #e4e4e4;  
  background: #ddd url(../images/bg-footer.jpg) repeat-x top left;
}


/* alternate page structures
---------------------------------------------------------- */

#wideleftsidebar {
	float: left;
	width: 230px;
  padding: 10px 0 0 20px; 
  }
#widecontent {
	float: right;
	width: 580px;	
  padding: 26px 0 20px 0;
	}
#blankcontent {
	padding: 60px 10% 20px 10%;
	}
		
/* header
---------------------------------------------------------- */
#headertile {
	background: #8C382B url("../images/bg-headertile.jpg") left top repeat-x;
	height: 112px;
	padding: 0;
	margin: 0;
	position: relative;
}
#header {
	background: url("../images/map_top.jpg") 92% 0% no-repeat;
	height: 112px;
	padding: 0;
	margin: 0;
	position: relative;
}

/* ---------------------------------------------------------------------------- */

#textheader {
	position: absolute;
	top: 29px;
	left: 120px;
	width: 441px;
	height: 21px;
	color: #fff;
	font-size: 1.1em;
}
#textheader h1 {
	display: none;
	}
#textheader h2 {
	color: #fff;
	font-size: 1.1em;
	font-weight: normal;
	}
#logo {
	position: absolute;
	top: 0px;
	left: 15px;
	height: 102px;
	width: 100px;
}

#nav {
	margin: 0;
	padding: 0; 
}

#navlist {
	margin: 0;
	padding: 0 0 0 5px;
}

#navlist ul, #navlist li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#navlist a:link, #navlist a:visited {
	float: left;
	padding: 20px 8px 8px 10px;	
	margin: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	text-transform: uppercase;	
	text-align: center;
	text-decoration: none;
	color: #22476C;		
}

#navlist a.active {
	background:  url("../images/bg-nav-hover.gif") center top no-repeat;	
	color: #000;
}

#navlist a:hover {
	background: url("../images/bg-nav-hover.gif") center top no-repeat;	
	color: #222;
}



/* content styles
---------------------------------------------------------- */
#content p, #widecontent p, #blankcontent p {	
	margin: 0 0 1em 0;
	font-size: 1.2em;	
	line-height: 1.5em;	
	}
#content h1, #widecontent h1, #blankcontent h1 {	
	margin: 0 0 6px 0;
	padding: 4px 0 2px 0;   	
	font-size: 1.9em;
	line-height: 1.1em;
	color: #510018;
	}
#content h2, #blankcontent h2, #widecontent h2 {	
	font-family: Georgia, "Times New Roman", Times, serif;	
  padding: 4px 0 6px 0;
 	margin: 0; 
	color: #000;
	font-weight: normal;	
  line-height: 1.3em;
 	font-size: 1.6em; 
	}

#content h3, #widecontent h3, #blankcontent h3 {	
	margin: 0 0 3px 0;
	padding: 4px 0 2px 0;
	font-size: 1.3em;
	line-height: 1.2em;
	font-weight: bold;
	color: #000000;
	}
#content h4, #widecontent h4, #blankcontent h4 {	
	margin: 0 0 3px 0;
	padding: 4px 0 2px 0;
	font-size: 1.3em;
	line-height: 1.2em;
	font-weight: bold;
	color: #510018;
	display: inline;
	}
	
		
#content ul, #widecontent ul, #blankcontent ul, #content ol, #widecontent ol, #blankcontent ol  {	
	margin: 0 0 0 10px;
	padding: 0 4px 8px 10px;
	font-size: 1.2em;		
	line-height: 1.4em;
	}
#content li, #widecontent li, #blankcontent li {
	color: #444;		
	padding: 4px 0 4px 2px;
		}

ul.entries, .delicious-posts ul {	
	font-family: arial, Verdana, sans-serif;				
	font-size: 1.1em;
	margin: 0;
	padding: 0 0 8px 0;
	list-style: none;
		}
ul.entries li, .delicious-post {	
	margin: 0;
	padding: 0 0 1px 0;
	}

ul.entries li a, .delicious-link {
	display: block;
	font-weight: normal;			
	list-style: none;	
	padding: 2px 2px 8px 20px !important;
	background: url(../images/bullet_entries.gif) no-repeat 4px 3px;	
	}

ul.entries li a:hover, .delicious-link:hover {
	color: #222;
	text-decoration: none;
	}	

ul.arrow {	
  font-size: 1.1em;
	padding: 0;
	margin: 0;		
	}
	
ul.arrow li {	
	display: block;
	list-style: none;	
	font-weight: normal;			
	padding: 2px 2px 8px 20px;
	margin: 0;		
	background: url(../images/bullet_content.gif) no-repeat 2px 3px;
	}
	

#content img.alignleft, #widecontent img.alignleft {		
	float: left;
		padding: 2px;
	margin: 2px 12px 10px 0;	}

#content a img.thumb:hover {
	background: #cc6600;
  border-color: #cc6600;
	}
#content img.framed, #widecontent img.framed {	
	float: left;
	margin: 2px 12px 10px 0;
	border-top: 1px solid #ddd;	
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;	
	border-left: 1px solid #ddd;
	background-color: #e5e5e5;
	padding: 4px;
	}
#content a img.framed:hover,  #widecontent a img.framed:hover {
	border-color: #ccc;
	background: #ddd;	
	}

#forumbox{	
	float: left;
	margin: 0;
	padding: 18px 20px 4px 10px;	
	}
#forumbox p {		
	font-size: 1.2em;	
	line-height: 1.4em;
		}
#forumbox h2 {		
	font-size: 1.4em;	
	line-height: 1em;
		}		
#forumbox img.pic {	
	float: left;
	margin: 2px 12px 10px 0;
	padding: 0;
	}
table.contact {
	width: 100%;
	margin: 0 0 25px 0;
	padding: 10px 0 0 0;
	}
table.contact td {
	line-height: 1.3em;	
	padding: 0 0 14px 0;
	}
table.contact td.list {
	padding-right: 7px;	
	font-size: 1.2em;	
	}	
table.contact td.required {
	padding-right: 5px;
	font-size: 1.2em;	
	color: #4A0015;
	}		

/* Browse
---------------------------------------------------------- */	
.searchresults {
	padding-top: 4px;
	padding-bottom: 12px;
	border-top: 1px solid #e2e2e2;
	}
.reportmeta{
	font-size: 1.4em;	
	color: #222;
	padding: 0;
	}
.excerpt {		
	padding: 2px 0 6px 26px;
	margin-top: 10px;
	font-size: 1.1em;	
  text-transform: uppercase;	
	letter-spacing: 1px;
	color: #777;
	background: url(../images/ic-report_magnify.gif) no-repeat;
	}
.downloadreport {
	padding: 4px 0 4px 26px;
	font-size: 1.1em;	
	background: url(../images/ic-page_white_acrobat.gif) no-repeat 0 2px;	
	}
.downloadpres {
	padding: 4px 0 4px 26px;
	font-size: 1.1em;	
	background: url(../images/ic-downloadpres.gif) no-repeat 0 4px;
	}	
.purchase {
	padding: 2px 0 3px 22px;
	font-size: 1.1em;	
	background: url(../images/ic-accept.gif) no-repeat;
	}
.pages {
	float: right;
	color: #999;
  font-size: 1.2em;	
	}
.pages a {
	padding: 1px 5px 3px 5px;
	font-size: 1.2em;	
	border: 1px solid #ccc;
	background-color: #eee;
	}
.pages a:hover {
	font-size: 1.2em;	
	border: 1px solid #999;
	background-color: #ddd;
	}	
.alert a {		
	padding: 2px 0 3px 20px;
	margin: 0;
	font-size: 1em;		
	color: #993300;
	background: url(../images/ic-error.gif) no-repeat;
	}	
/* Left Sidebar 
---------------------------------------------------------- */

#leftsidebar p, #wideleftsidebar p {
	font-family: arial, Verdana, sans-serif;			
	margin: 0 0 1em 0;
	padding: 0 8px 0 0;
	color: #444;	
	font-size: 1.1em;	
	line-height: 1.5em;	
}
	
#leftsidebar h1,  #wideleftsidebar h1 {
	margin: 10px 0 0 0;                                                
	padding: 12px 0 8px 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;	
 	font-weight: normal;	
  text-transform: uppercase;	
 	letter-spacing: 1px;   	
	font-size: 1.4em;
	color: #111;
}

#leftsidebar h2, #wideleftsidebar h2 {
	margin: 6px 0 0 0;                                                
	padding: 6px 0 8px 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;	
 	font-weight: normal;	
  text-transform: uppercase;	
 	letter-spacing: 1px;   	
	font-size: 1.3em;
	color: #111;
}
#leftsidebar h3 {
	margin: 1px 0 0 0;                                                
	padding: 2px 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;	
 	letter-spacing: 1px;   	
	font-size: 1.1em;
	color: #111;
}

#wideleftsidebar h3{
	font-family: arial, Verdana, sans-serif;		
	padding: 16px 0 8px 0;
	margin: 0; 	 
 	font-weight: normal;	
	font-size: 1.4em;
	line-height: 1.3em;
	color: #333;
}
#leftsidebar img.framed {	
	margin: 8px 0 10px 4px;
	border-top: 1px solid #eee;	
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;	
	border-left: 1px solid #eee;
	background-color: #efefef;
	padding: 3px;
	}
#leftsidebar a img.framed:hover {
	border-color: #ccc;
	background: #ddd;		
	}

.form {	
	margin: 60px 0 0 0;
	padding: 6px 0 6px 0;
	}	
/* Left Sidebar Lists
-------------------------------- */

#leftsidebar ul.first, #wideleftsidebar ul.first {
	font-family: arial, Verdana, sans-serif;		
	font-size: 1.4em;
	margin: 0;
	padding: 0 0 8px 0;
	list-style: none;
	}
#leftsidebar ul.first li, #wideleftsidebar ul.first li {
	margin: 4px 0 2px 0;
	padding: 0 0 1px 0;
	}
#leftsidebar ul.first li a, #wideleftsidebar ul.first li a {
	display: block;
	font-weight: normal;					
	padding: 6px 4px 8px 8px;
	border-top: 1px solid #b2b2b2;
	border-right: 1px solid #b2b2b2;		
	background: #fcfcfc url(../images/bg-leftsidebar_nav.jpg) no-repeat bottom left;	
	
	}
#leftsidebar ul.first li a:hover, #wideleftsidebar ul.first li a:hover {
	text-decoration: none;
	background:  #e7e7e7 url(../images/bg-leftsidebar_nav_hover.jpg) no-repeat bottom left;
		}

#leftsidebar ul.entries, #wideleftsidebar ul.entries, #leftsidebar ul.pdf, #wideleftsidebar ul.pdf  {
	font-family: arial, Verdana, sans-serif;				
	font-size: 1.1em;
	margin: 0;
	padding: 0 0 8px 0;
	list-style: none;
	}
#leftsidebar ul.entries li, #wideleftsidebar ul.entries li, #leftsidebar ul.pdf li, #wideleftsidebar ul.pdf li {	
	margin: 0;
	padding: 0 0 1px 0;
	}
#leftsidebar ul.entries li a, #wideleftsidebar ul.entries li a {
	display: block;
	font-weight: normal;			
	list-style: none;	
	padding: 2px 2px 8px 20px;
	background: url(../images/bullet_entries.gif) no-repeat 4px 3px;	
	}
#leftsidebar ul.pdf li a, #wideleftsidebar ul.pdf li a {
	font-family: arial, Verdana, sans-serif;			
	display: block;
	font-weight: normal;			
	list-style: none;	
	padding: 2px 6px 8px 22px;
	background: url(../images/bullet_pdf.gif) no-repeat 3px 2px;	
	}	
#leftsidebar ul.entries li a:hover, #wideleftsidebar ul.entries li a:hover, #leftsidebar ul.pdf li a:hover, #wideleftsidebar ul.pdf li a:hover {
	color: #222;
	text-decoration: none;
	}	
	
#leftsidebar ul.rss, #wideleftsidebar ul.rss {
	font-family: arial, Verdana, sans-serif;				
	font-size: 1.1em;
	margin: 0;
	padding: 0;
	list-style: none;
	}
#leftsidebar ul.rss li, #wideleftsidebar ul.rss li {	
	margin: 0;
	padding: 0 0 1px 0;
	}
#leftsidebar ul.rss li a, #wideleftsidebar ul.rss li a {
	display: block;
	font-weight: normal;			
	list-style: none;	
	padding: 2px 6px 8px 22px;
	background: url(../images/feed-icon-12x12.jpg) no-repeat 4px 3px;	
	}
#leftsidebar ul.rss li a:hover, #wideleftsidebar ul.rss li a:hover {
	color: #222;
	text-decoration: none;
	}	
	
ul.toggle, ul.toggle {
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-size: 1.4em;
	margin: 0;
	padding: 0;
	list-style: none;
		}

ul.toggle li, ul.toggle li  {
	padding: 5px 0 8px 8px;
	}

		
/* Right Sidebar Styles
---------------------------------------------------------- */
#rightsidebar p {		
	margin: 0 0 1em 0;
	padding: 2px 0 0 10px;
	color: #666;	
	font-size: 1.1em;	
	line-height: 1.5em;	
	}
#rightsidebar h1 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;		
	margin: 6px 0 3px 0;
	padding: 10px 0 3px 0;
	font-size: 1.2em;	
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #510018;
	text-align: center;
	}

.testimonial {
	font-family: Georgia, "Times New Roman", Times, serif;		
	font-style: italic;
	padding: 0 0 0 18px;
	background: url(../images/quotes_left.gif) no-repeat top left;	
	}

		
/* Right Sidebar Lists
---------------------------------- */

#rightsidebar ul.normal {
	font-size: 1.1em;
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
	}
#rightsidebar ul.normal li {
	color: #432F1A;			
	margin: 0;
	padding: 0 0 1px 0;
	}
#rightsidebar ul.normal li a {
	display: block;
	font-weight: normal;			
	list-style: none;	
	padding: 2px 0 6px 12px;
	background: url(../images/bullet_red.gif) no-repeat 0 6px;	
	}
#rightsidebar ul.normal li a:hover {
	color: #222;
	text-decoration: none;
	}	

#rightsidebar ul.entries {
	font-size: 1.1em;
	margin: 0;
	padding: 0;
	list-style: none;
	}
#rightsidebar ul.entries li {
	color: #432F1A;				
	margin: 0;
	padding: 0 0 1px 10px;
	}
#rightsidebar ul.entries li a {
	display: block;
	font-weight: normal;			
	list-style: none;	
	padding: 2px 0 6px 14px;
	background: url(../images/bullet_entries.gif) no-repeat 0 3px;	
	}
#rightsidebar ul.entries li a:hover {
	color: #222;
	text-decoration: none;
	}	


#rightsidebar img.framed {	
	float: left;
	margin: 4px 6px 4px 0;
	padding: 3px;	
	border-top: 1px solid #ddd;	
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;	
	border-left: 1px solid #ddd;
	background-color: #fff;
	}
#rightsidebar a img.framed:hover {
	border-color: #bbb;
	background: #ccc;	
	}
#rightsidebar img.logo {
	margin: 2px 0 4px 10px;		
	border-top: 1px solid #ddd;	
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;	
	border-left: 1px solid #ddd;
	}
#rightsidebar a img.logo:hover {
	border-color: #eee;
	}	


/* tripleta styles
---------------------------------------------------------- */
#doubleta, .tripletacontainer {
	margin: 0 auto;
	padding: 0;
	}
	
.tripletacontainer {
	clear: both;
	margin: 0;
	}

#doubleta h1, .tripletacontainer h1 {
	padding: 2px 6px 0 0 !important;
	color: #333 !important;
	font-size: 1.2em !important;
	line-height: 1.3em !important;
	}
	
.tripletacontainer div.tripleta {
	float: left;
	border-right: 1px solid #ddd;
	width: 174px;
	padding: 0 21px 0 0;
	margin: 10px 22px 0 0;
	}
.tripletacontainer div.tripletalast {
	float: left;
	width: 174px;
	padding: 0;
	margin: 10px 0 0 0;
	}		
.tripletacontainer p {
	padding: 0 6px 8px 0 !important;
 	font-size: 1.1em !important; 
	line-height: 1.4em !important;
	}

.tripletacontainer div.one p {
	margin: 0 29px 0 12px;
	}

#doubleta img, .tripletacontainer img {	
	float: left;
	margin-bottom: 4px;
	}	

#doubleta div.doubleta {
	float: left;
	margin: 10px 6px;
	border-right: 1px solid #ddd;
	width: 47%;
	padding-bottom: 0;
}
#doubleta div.doubletalast {
	float: left;
	margin: 10px 0 0 6px;
	width: 47%;
	padding-bottom: 0;
}
#doubleta p {
  padding: 0 6px 8px 0;
 	font-size: 1.1em; 
  line-height: 1.4em;
	padding-bottom: 0;
	margin-bottom: 0;
}

/* homeimage styles
---------------------------------------------------------- */
#homeimage {
	margin: 0 0 0 5px;
	padding: 0 0 10px 0;
	width: 586px;
	height: 155px;
	background: url(../images/home-globe.jpg) no-repeat top left;	
        clear: both;
	}
	
#homeimage h1 {
	text-indent: 0;
        padding: 8px 10px 0 20px;
        font-weight: normal;
        width: 537px;
	font-size: 1.8em;
	}
	

/* Log
---------------------------------------------------------- */

/*************************************
 +Entry
 *************************************/
.entry{
	padding:0;
	margin-bottom: 30px;
}
.entry a{
font-weight:bold;
}
.entrytitle{
	padding-bottom: 3px;					
}
.entrytitle h2, .entrytitle h3{
	font-weight: normal;		
}

.entrytitle h2{
	color: #2D405B;
	font-family: arial, Verdana, sans-serif;	
}
.entrytitle h4 {
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-size: 1.2em;		
	color: #666;
	margin: 0 0 8px 0;
	font-weight: normal; 
}
.entrytitle a {
	text-decoration:none;		
}
.entrymeta{
	padding: 3px 6px 10px 6px;
	margin-top: 10px;	
	margin-bottom: 10px;	
	color:#777;
	font-size: 1.1em;
	line-height: 1.4em;
	border-top: 1px solid #ddd;	
	background: #f5f5f5;		
}
.entryauthor{
	padding-top: 4px;
	color: #666;	
}
.navigation{
	font-size: 1.3em;	
}

.filedto{
	background:url("../images/ic-bullet_disk.gif") no-repeat 2px 1px;
	display: inline;
	padding-left:15px;
}
.commentslink{
	background:url("../images/ic-comment.gif") no-repeat 0 1px;
	padding-left: 18px;	
	display: inline;	
}
.bookmark {
	padding: 0 8px 0 0;	
	display: inline;	
}

/*************************************
 +Comments
 *************************************/
.commentsblock{
	margin: 4px;
	padding: 2px;
}
.commentsblock p{
	color: #222;
	padding: 7px;
}

.commentsblock textarea{
	width: 320px;
}
.commentauthor{
	display: inline;		
	padding-left: 7px;
	font-size: 1.2em;
}
.commentlist{
	display: inline;
}
.commentmetadata{
	font-size: 1em;
}
.even{
	font-size: 0.9em;	
	background: #fff;
	border: 1px solid #f5f5f5;
}
.alt{	
	font-size: 0.9em;
	background: #eee;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ccc;		
}

/* footer
---------------------------------------------------------- */
	
#footer p {	
	color: #666;	
	line-height: 1.5em;
	font-size:1.1em;
		}
	
		
/* forms
---------------------------------------------------------- */

#search {
	margin: 2px 0 2px 10px;
	color: #666;		
	vertical-align: middle;
	width: 77%;	
	}

/* Outsourcing Navigator
---------------------------------------------------------- */
#flag {
	position: absolute;
	top: 0;
	right: 0;
}
.chartbox {
	float: left;	
	display: block;
	margin: 2px 0 6px 0;
	padding: 8px 0;	
	border-top: 1px solid #ddd;
}
.chartbox p {
	padding: 0 0 0 222px;
}




/* xfade image rotator
---------------------------------------------------------- */


#imageContainer {
	position:relative;
	margin:auto;
}

#imageContainer {
	height:62px;
}

#imageContainer img {
	display:none;
	position:absolute;
	top:0; left:0;
}

/* Lightbox
---------------------------------------------------------- */

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	


#imageData #printLink{
width: 32px;
height: 32px;
float: left;
display: block;
margin-right: 1em; }
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	


/* misc.
---------------------------------------------------------- */

a img {
	border: none;
	}
#note li {
	list-style: none;
	color: #432F1A;		
	padding: 2px 0 6px 16px;
	background: url(../images/ic-entries.gif) no-repeat 0 3px;
		}
.divider {	
  height: 17px;
  margin: 0;
	padding: 2px 0 8px 0;
	background: url(../images/divider.gif) no-repeat 50% 0;
		}		
/* self-clearing floats
----------------------------------------------------- */

#wrap:after, 
#header:after,
#logo:after, 
#nav:after, 
#leftsidebar:after,
#rightsidebar:after, 
#content:after, 
{
	height: 1%;
	}

/* fixes weird IE body padding issue */
* html #wrap { height: 1%; }


/* target ie5+6/win only */

* html #wrap, 
* html #leftsidebar,
* html #rightsidebar, 
 {
	height: 1%;
	}

/* reset display property for all browsers */
#wrap, 
#header, 
#logo, 
#nav, 
#leftsidebar,
#rightsidebar, 
#content,
 { 
	display: block; 
	}	
