@charset "UTF-8";
body  {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	background: #eeeeee;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

a:link {
	COLOR: #C86000; text-decoration: none
}
a:visited {
	COLOR: #C86000; text-decoration: none
}
a:active {
	COLOR: #C86000; text-decoration: none
}
a:hover {
	COLOR: #C86000; text-decoration: underline
}

table {font-size: 1.1 em;}

p {
font-size: 0.9em;
line-height: 1.5em; 
text-align:justify;}

p2 {
font-size: 0.9em;
line-height: 1.5em; }


strong {
color: #C86000;
font-weight: bold; }



ul{
font-size:0.9em;
line-height: 1.5em; }

ul li {
padding-top: 2px;
padding-bottom: 2px; 
text-align:justify;}



ul li.current {
background-color:#E1c090;
padding-top: 2px;
padding-bottom: 2px; }



#announcement p{
margin-top: +0em;
padding-bottom: 0.3em; }

div.paper_class, div.talk_class {
margin-bottom: 20px; }

div.papers, div.talks {
margin-left: 15px;
margin-bottom: 15px; }

div.papers p div.talks p{
line-height: 1.2em; }



div.talks ul {
margin-top: 5px; }

p.authors{
color: #0c00a4;
margin-bottom: 2px; }

p.title {
margin-top: 2px;
margin-bottom: 2px; }

p.journal, p.conference {
margin-top: 2px;
margin-bottom: 2px;
color: #2c17c0; }

p.note {
margin-top: 2px;
margin-bottom: 2px;
}

p.talk_title {
margin-top: 2px;
margin-bottom: 2px;
color: #0e00a4; }

p.journal em, p.conference em{
font-style: italic; }

p.code {
}

div.code {
border: #878787 none;
margin-bottom: 30px; }

h1 {
font-size: 1.8em;
	text-align: center; /* this overrides the text-align: center on the body element. */
}
h3 {
font-size: 1.3em;
	text-align: center; /* this overrides the text-align: center on the body element. */
}
h2 {
font-size: 0.9em;
letter-spacing: .2em;
border-bottom: 2px solid;
}
h4 {
font-size: 1.2em;

border-bottom: 2px solid;
}

h5 {
font-size: 0.8em;
font-style: Arial;
}
.twoColLiqRtHdr #container { 
	width: 934px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0px auto 0px auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColLiqRtHdr #header { 
  float: center;
	background: #eeeeee; 
	padding: 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColLiqRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColLiqRtHdr #header ul{
padding-left: 0em;
margin-top: 0em;
margin-bottom: 0em;
padding-bottom: 2px;
margin-left: 0em; }

.twoColLiqRtHdr #header ul li {
display: inline;
margin-right: 25px; }


/* Tips for mainContent:
1. the space between the mainContent and sidebar1 is created with the right margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this right margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 430px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
.twoColLiqRtHdr #mainContent { 
	margin: 0 28% 0 10px; /* the left margin should mirror the margin on the header and footer for proper alignment. */
padding-top: 10px;
padding-left: 10px; 
width: 650px;} 

.twoColLiqRtHdr #mainContent_1c { 
	margin: 0 10px 0 10px; /* the left margin should mirror the margin on the header and footer for proper alignment. */
padding-top: 10px; } 


.twoColLiqRtHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.twoColLiqRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
font-size: 0.7em; }

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 24px;
margin-top: 0em; }

.clearlftfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
    clear:left;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/*------ logo + tagline ------*/
#brand {
/*	width: 100%;
	margin: 80px 0 0;
	position: absolute;
	top: 0;
	*/
		float: left; /* since this element is floated, a width must be given */
	width: 200px; 
	
	/* background: #FFFFFF; the background color will be displayed for the length of the content in the column, but no further */
	padding-top: 10px; /* top and bottom padding create visual space within this div  */
	padding-right: 20px;
 /* border-right: 3px groove;
	height : 450px; */
}


#brand l1 {

}
#logo {
	width: 28%;
	max-width: 240px;
	float: left;
	background: url(../img/logo.gif) no-repeat 50px 0;
	height: 50px;
	text-indent: -9999px;
	border: 0;
	display: block;
}
#logo img {display:none;}
#brand h1 {
	width: 70%;
	float: left;
	text-indent: -9999px;
	background: url(../img/tagline.gif) no-repeat 40px 13px;
	height: 50px;
}

#sketchbook #brand h1, #interior #brand h1 {display: none;}

#layout-menu {
	background: #eeeeee;

/*	border: 1px solid #dddddd;*/
	 padding-top: 0.2em;
	/*padding-left: 8px;
	padding-right: 8px; */
	font-size: 1.0em;
	width: 20%;
	white-space: nowrap;
    text-align: left;
    vertical-align: top;
}

#layout-menu td {
	/*background: #f4f4f4;*/
	background:#eeeeee;
    vertical-align: top;
}

#layout-content {
	padding-top: 0.0em;
	padding-left: 1.0em;
	padding-right: 1.0em;
    border: none;
  /*  background: white;
    text-align: left;
    vertical-align: top;*/
}
div.menu-item {
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;

margin: 2px ;

	text-indent: -16px;
	font-size: 1.0em;
	background: url(../img/nav_bg.png) no-repeat 100% 100%;
}
div.menu-item-current {

 background: url(../img/nav_bg_current.png) no-repeat 100% 100%;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 2px;
	text-indent: -16px;
	/*background-color:#E1c090;*/


	font-size: 1.0em;

  
}
/* #layout-menu a {
	line-height: 1.5em;
	margin-left: 0.5em;
} */
