@import url("fonts/fonts.css");

/* standard elements */
* {
    margin: 0;
    padding: 0;
}

html {
    overflow-y: scroll;
    height: 100%;
}


body {
	background: #a3a3a3; /*url('images/body5.gif') repeat-y center top;*/
	font: normal 0.7em UbuntuRegular,Verdana,Arial sans-serif;
	height: 100%;
}

a {
	color: #FFF;
	text-decoration: none;
}

/* headings */
h1 {font: normal 2em sans-serif; margin-top: 1em;}
h2 {font: normal 1.8em sans-serif; margin-top: 0.8em;}
h3 {font: bold 1.3em sans-serif; margin-top: 0.6em;}
h4 {font: bold 1.1em sans-serif; margin-top: 0.4em;}

h1,h2,h3,h4 {color: #444;}

/* misc elements */
code {
	background: url('images/code.gif');
	border-left: 6px solid #1664D9;
	border: 1px solid #F0F0F0;
	color: #555;
	display: block;
	font: normal 1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
blockquote {
	background: #FAFAFA url('images/quote.gif') no-repeat;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	color: #555;
	display: block;
	font: normal 1.2em sans-serif;
	margin: 1em 0;
	padding: 0.6em 1em 0.2em 40px;
}
ol {margin: 0 0 1.2em 2em;}

/* structure */
#main {
	background: #fff;
	width: 940px;
	border-top: 0px solid #FFF;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
 	min-height: 100%;
        height:     auto !important;
        height:     100%;
        margin:     0 auto -44px; /* -44px being the size of the footer */

}

#header {
	width: 940px;
	height: 150px;
	padding-bottom: 2px;
}
#header h1 {
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 9px 0 0 10px;
}



/* Logo */

#logo { background: #ffffff url('images/headerimage.png') repeat-x 0px 0px;
	float: left;
	width: 940px;
	height: 150px;
	padding-top: 0px;
	padding-bottom: 2px;
	display: inline;
	margin: 0;
	color: #000000;
}

#logo p {
	margin: 0;
	padding: 0;
}

#logo h1 {
	font: bold 18px UbuntuRegular, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 9px 0 0 10px;
	color: #fff;
}

#logo p {
	float: left;
	margin: 0;
	padding: 26px 0 0 10px;
	font: normal 14px UbuntuRegular, Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #5E4E38;
} 

#logo p a {
	color: #fff;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #fff;
}


#menu {
	width: 940px;
	height: 36px;
	margin: 0 auto;
	padding: 0;
	background: #2A2A2A;
}

#menu ul {
	margin: 0px 0px 0px 10px;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	height: 26px;
	margin-bottom: 2px;
	padding: 10px 20px 0px 20px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-family: UbuntuCondensedRegular, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	background: #ff3800;;
	text-decoration: none;
}

#menu .current_page_item a {
	background: #ff3800;
	color: #FFFFFF;
}

#main_left {
	float: left;
	width: 694px;
	padding-top: 0px;
	display: inline;
	height: 100%

	
}
#main_right {
	background: #3A3A3A url('images/header3.png') no-repeat 1px 0px;
	float: right;
	width: 184px;
	padding-top: 0px;
	min-height: 100%;
        height:     auto !important;
        height:     100%;
}

/* misc */
.left {float: left;}
.right {float: right;}
span.comment {padding-left: 18px; background: url('images/icon_comment.gif') no-repeat left center;}
.clearer {clear: both; font-size: 0; height: 0;}


/* main navigation */
#navigation ul,#navigation li {margin: 0; padding: 0;}
#navigation li {list-style: none;}
#navigation {background: #ff5000}
#navigation a {
	border-bottom: 1px solid #FFF;
	display: block;
	font-family: UbuntuCondensedRegular, Arial, Helvetica, sans-serif;
	font-size: 1em;
	height: 1.8em;
	padding: 0.6em 0 0 1em;
	text-decoration: none;
}
#navigation a:hover {background: #444;}

/* sidebar label */
.label {
	background: #333 url('images/label1.gif') no-repeat;
	clear: both;
	color: #EEE;
	font-family: UbuntuCondensedRegular, Arial, Helvetica, sans-serif;
	font-size: 2em;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	text-align: center;
}

/* lists */
ul.block {
	background: #2A2A2A;
	border-top: 1px solid #3A3A3A;
	margin: 0;
	padding: 0;
	font-family: UbuntuCondensedRegular, Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	font-weight: bold;
}
.block li {
	border-bottom: 1px solid #3A3A3A;
	list-style: none;
}
.block a {
	background: url('images/block.jpg') repeat-x left top;
	color: #CCC;
	display: block;
	padding: 0.6em 2% 0.6em 5%;
	width: 92%;
}
.block a:hover {
	background: #222;
	color: #FFF;
}
.block a em {
	color: #999;
	display: block;
	font: normal 0.8em Verdana,sans-serif;
	margin-top: 0.3em;
}


/* content */ 
#content {
	color: #444;
	font-family: UbuntuRegular, Verdana,sans-serif;
	line-height: 1.3em;
	padding: 1em 2em 1em; 
}
#content a {color: #ff3800;}
#content a:hover {
	text-decoration: underline;
	color: #ff3800;
}
#content p {margin: 0.4em 0 1em 0;}
#content .descr {
	color: #666;
	margin-bottom: 0.5em;
}
#content ul li {}
#content ul {margin-left: 1.8em;}

/* footer */
#footer {
	color: #666;
	clear: both;
}
#footer .right {color: #555;}
#footer .right a {color: #555;}
#footer .right a:hover {
	color: #777;
	text-decoration: underline;
}
#footer .left a {color: #777;}
#footer .left a:hover {
	color: #333;
	text-decoration: underline;
}
#footer .left {
	border-top: 1px solid #F0F0F0;
	padding: 9px 0 9px 9px;
	width: 585px;
	text-align: center;
}
#footer .right {
	margin-right: 1em;
	padding: 0.8em 0;
	text-align: right;
	width: 220px;
}

/* posting */
.post_info {
	background: #FAFAFA;
	border: 1px solid #EEE;
	color: #555;
	margin-bottom: 1em;
	padding: 0.6em 0.7em;
}

#textbox { text-align: left;
	float: left;
	width: 550px;
	padding: 30px 45px 30px 45px;
	overflow-x: hidden;
}

.itembox {
	padding-bottom: 20px;
	font-weight: bold;
	font: 2em UbuntuRegular,Verdana,Arial,sans-serif;
}

.descriptionbox {
	padding-left: 20px;
	padding-bottom: 20px;
	font: normal 1.25em UbuntuRegular,Verdana,Arial,sans-serif;
	line-height: 1.6em;
}

ul.publications { list-style-type: none;
	margin: 0px;
	padding: 0px;
}
	    
li.publications { margin-bottom: 5pt }



