/*
------------------------------------------------
betobeto.com CSS screen style sheet - 
styles for static pages
author: Alberto "Beto" Gonzalez
April 30, 2005
------------------------------------------------
*/

/*content*/

#content-left{width:658px;}

#posts img.postpix
{
	background-image: url(/images/v105/bkg_postpix.gif);
	background-repeat: no-repeat;
	padding: 5px 12px 12px 5px;
	margin: 10px 10px 0 14px;	
}

#posts h2{
	/*border-bottom: 1px #CBCBCB solid;*/
	border: none !important;
	display:block;
  font-size: 160%;
  font-weight: normal;
  font-family: "New York", "Times New Roman", Times, serif;
  color: #156789;
  background: none !important;
  margin: 8px 16px;
  padding-bottom: 4px;
  width: 80% !important;
}

/*sidebar*/

h2#sidebar-hdr span{
	display:none;
}


/*
contact form
*/

#formcontainer{
width:500px;
margin: 30px 0 10px 0;
}

#formcontainer .row{
	display:block;
	margin: 5px 0;
}

#formcontainer .row .f1, #formcontainer .row .f2{
	float:left;
}

#formcontainer .row .f1{
	width: 120px;
	text-align:right;
	font-size: .8em;
	padding: 0 10px 0 0;
}

#formcontainer .row .f2{

}

/*
----------------------------------------------
clearing pseudoclass, CSS2-aware browsers only
----------------------------------------------
*/
#formcontainer .row:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


span.smaller{
	text-size:smaller;
}
