/*   

CSS file for www.lausterarchitect.com

*/

img{
	border:0px;
}
body{
	margin:0;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
}
/*   headings
____________________________________*/
h2{
	font-weight:normal;
	font-size:21px;
	color:#666666;
	margin-bottom:0px;
	padding-bottom:0px;
}
h3{
	font-weight:normal;
	font-size:21px;
	margin-bottom:0px;
	margin-top:4px;
	color:#666666;
	padding-bottom:0px;
}
h4{
	font-weight:normal;
	font-style:italic;
	font-size:17px;
	margin:0px;
	padding:0px;
}

/*   layout
____________________________________*/
#container{
	margin:0px auto 0px auto;
	width:770px;
}
#masthead{
	width:733px;
	float:left;
	padding:0;
	margin:0;
}
#content_area{
	float:left;
	width:733px;
	margin-top:10px;
}
#col_left{
	float:left;
	width:325px;
	margin-left:10px;
}
#col_left_head{
	float:left;
	width:325px;
	margin-left:10px;
}
#col_right{
	float:right;
	width:325px;
}
#subnav{
	width:130px;
	float:right;
}
/*   navigation
____________________________________*/
#nav_container{
	width:27px;
	float:right;
}
#navigation ul {
	list-style-type: none;
	padding:0;
	margin:0;
}
#navigation li {
	list-style-type: none;
	display: inline;
	padding: 0;
	margin: 0;	
}
#li_firm a, #li_projects a, #li_publications a, #li_contact a {
	display: block;
	width: 27px;
	height: 151px;
}
#li_firm a{
	background: transparent url(/images/cla_nav_01_firm.gif) no-repeat scroll 0 0;
}
#li_projects a {
	background: transparent url(/images/cla_nav_02_projects.gif) no-repeat scroll 0 0;
}
#li_publications a {
	background: transparent url(/images/cla_nav_03_pubs.gif) no-repeat scroll 0 0;
}
#li_contact a {
	background: transparent url(/images/cla_nav_04_contact.gif) no-repeat scroll 0 0;
}

/*   typographicalistic style
____________________________________*/

.hidden{
	display:none;
	overflow:hidden;
	visibility:hidden;
}
#page_title{
	width:500px;
	float:left;
}
.pub_entry{
	float:left; 
	clear:left;
	width:330px;
	padding-bottom:14px;
	font-size:13px;
}
.bio_subhead{
	float:left;
	width:100%;
	color:#666666;
	overflow:visible;
}
.bio_entry{
	float:left; 
	clear:left;
	width:330px;
	padding-bottom:14px;
}
.bio_date{
	font-size:12px;	
	width:100px; 
	float:left;
	color:#333333;
}
.bio_info{
	font-size:14px;
	width:230px;
	float:right;
}
.success{
	color:#990000;
}
.link_basic{color:#666666;}