/* CSS Document */
/* A LIST APART CSS --- WWW.ALISTAPART.COM*/

@import url(sub_2.css);


#top_head {

	background-image:url(../pix/top_back.gif);
	background-repeat:repeat-x;

}
#content .title {	
	margin-bottom: 0; 
	padding-bottom: 0.25em; 
	border-bottom: none;
  text-align: center;
}

#content .byline {
	padding: 0 0 1em; 
	margin: 0; 
	text-align: center; 
	text-transform: none;
}

#content .ishinfo {
	text-align: center; 
	border-bottom: 1px dashed #B2B2B2;
  padding-bottom: 1em; 
	margin-bottom: 1.5em;
}

#content h2 {
	margin: 1.25em 0 0.25em; 
	font-size: 1.5em; 
	color: #000;
}

#content p {margin-bottom: 1.33em;}

#metastuff {
	text-align: center; 
	font: 1em Verdana;
	padding: 0.75em 0 0.5em; 
	margin: 0.25em 0 0.5em; 
	background: #F8F7EF;
	border: 1px dashed #B2B2B2; 
	border-width: 1px 0;
}

#metastuff_link {
	text-align: center;
	padding: 0.75em 0 0.5em;
	margin: 0.25em 0 0.5em;
	background: #F8F7EF;
	border: 1px dashed #B2B2B2;
	border-width: 1px 0;
	font-family: Verdana;
	font-size: 1.2em;
	font-weight: bold;
}

#content #metastuff_link li, #content #metastuff p {display: inline; padding: 0; margin: 0; background: none;}
#content #metastuff li, #content #metastuff p {display: inline; padding: 0; margin: 0; background: none;}
#content #metastuff a {font: 0.9em Verdana, sans-serif; border-bottom-width: 0;}
#content #metastuff a:hover {border-bottom-width: 1px;}
#content #metastuff b {margin: 0 0.5em;}

/*#content #metastuff p a {background: url(./pix/comment_tn.gif) 0 0 no-repeat;
  padding-left: 20px;}

#content a.warning {float: left; position: relative; overflow: hidden;
  width: 50px; height: 50px; border: none; margin: 0 10px 10px 0;
  background: url(./pix/warning.gif) bottom left no-repeat;}
#content a.warning:hover img {visibility: hidden;}

.illustration p {font: italic 95%/1.6em Georgia, serif;
  border-top: 1px dashed #ccc; color: #333;
  margin: 0; padding-top: 5px;}
.illustration {float: right; margin: 0 0 20px 20px; text-align: center;}
.otherway, .left {float: left; margin: 0 20px 20px 0;}
.full {float: none; width: 540px; margin: 0;}
.half {width: 270px;}
.third {width: 180px;}
.quarter {width: 135px;}

#authorbio img {float: left; margin: 0.5em 10px 10px 0;}
#credits {font: italic 1em Georgia, serif; text-align: right;
  margin-top: 1em; padding-top: 1em;
  border-bottom: 1px dashed #999;}
#content #credits li {background: none;}

#content div.discuss {background: #F8F7EF url(./pix/talk-balloon-bigger.gif) 10px 1.75em no-repeat;
  border: 1px dashed #999; border-width: 1px 0;}
#content div.discuss h2, #content .discuss p {padding: 0 0 0 70px; margin: 0;}
#content div.discuss h2 {padding-top: 0.5em; border-top: 5px solid white;}
#content div.discuss p {padding-bottom: 0.75em; border-bottom: 5px solid white;}
*/

/****************** my code fabiano *****************/
/*
div.container {}
div.container h6{ 
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px;
	padding-left:30px;
}

div.float {
	float: left;
	width:120px;
	margin-top:15px;
	margin-right: 3px;
  }
  
div.float p {
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px;
	padding-left:30px;
	color:#CC3300;

}
div.spacer {
  clear: both;
  }		 
*/