/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

html { overflow: -moz-scrollbars-vertical; }


body {
	margin: 20px 0px 0px 0px;
	padding: 0;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3C3D3F;
	text-align: justify;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
/*  color: #FF3000;*/
	color: #414141;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.4em;
	padding: 0px 0px 10px 0px;
}

h3 {
	font-size: 1.6em;
	padding: 0px 0px 10px 0px;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: underline;
	color: #FF9900;
}

a:hover {
	text-decoration: none;
}

span.code{
    font-family:"courier,sans-serif";
}

#wrapper {
	margin: 0 auto;
	padding: 0px 0px 0px 20px;
}

/* Header */

#header {
	overflow: hidden;
/*  width: 1000px;*/
  width: 1000px;
/*  height: 50px;*/
	margin: 0px auto 20px auto;
/*  background: url(images/img01.jpg) no-repeat right top;*/
}

/* Logo */

#logo {
	float: left;
/*  width: 300px;*/
	margin: 0;
	padding: 0;
	color: #000000;
}

#logo h1, #logo p {
    padding: 0px 0px 10px 0px;
}

#logo h1 {
	letter-spacing: -1px;
/*   text-transform: lowercase;*/
	font-size: 3.0em;
	color: #0C0C0C;
}

#logo h1 a {
	color: #0C0C0C;
}

#logo h1 span {
	color: #FF9900;
	margin: 0px 20px 0px 0px;
}

#logo p {
	margin: -5px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	text-transform: lowercase;
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #45302C;
} 

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #45302C;
}

/* Search */

#search {
	float: right;
	width: 280px;
	height: 40px;
	padding: 0px 0px 0px 0px;
}

#search form {
	margin: 0;
	padding: 10px 0 0 20px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 170px;
	height: 19px;
	margin-right: 10px;
	padding: 4px 5px 1px 5px;
	border: none;
	background: #E7E7E7;
	text-transform: lowercase;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #B9ADAA;
}

#search-submit {
	width: 45px;
	height: 26px;
	border: none;
	background: none;
	text-indent: -9999px;
	color: #FFFFFF;
}

/* Menu */

#menu {
	float: left;
/*  width: 700px;*/
}

#menu ul {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 37px;
	padding: 13px 25px 0px 25px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0C0C0C;
}

#menu a:hover, #menu .current_page_item a {
	background: #FF9900;
	text-decoration: none;
	color: #FFFFFF;
}

#menu .current_page_item a {
	color: #FFFFFF;
}

/* Page */

#page {
	width: 1000px;
	margin: 0 auto;
	padding: 40px 0px 0px 0px;
	border-top: 1px solid #BBBBBB;
}

#page-bgtop {
}
/* Content */

#content {
	float: left;
	width: 660px;
	padding: 0px 0px 0px 0px;
	background: #FFFFFF;
}

.post {
	margin-bottom: 30px;
	padding: 0px 0px;
}

.post .title {
	height: 41px;
	padding: 0px 0px 0px 0px;
	letter-spacing: -2px;
	text-decoration: none;
  text-transform: lowercase;
	color: #414141;
	border: none;
}

.post .entry {
	padding: 10px 0px 20px 0px;
	padding-bottom: 20px;
	border-bottom: 1px solid #BBBBBB;
	text-align: justify;
}

.post .meta {
	overflow: hidden;
	padding-top: 10px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 300px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0px 0px 0px 20px;
	padding: 0;
}

#sidebar div {
    margin-bottom: 20px;
}


#sidebar li ul {
	margin: 0px;
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 35px;
	border-bottom: 1px solid #BBBBBB;
	border-left: none;
	text-align: left;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar li li a {
	padding: 0px 0px 0px 20px;
}

#sidebar h2 {
	height: 30px;
	margin: 0px 0px 20px 0px;
	padding: 4px 0px 0px 20px;
	text-align: left;
	text-transform: capitalize;
	letter-spacing: -2px;
	font-size: 2em;
	color: #414141;
}

#sidebar p {
	margin: 0 0px;
	padding: 0px 20px 20px 20px;
	text-align: justify;
}

#sidebar a {
	border: none;
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer {
	width: 800px;
	height: 50px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	border-top: 1px solid #BBBBBB;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p {
	margin: 0;
	padding: 20px 0px 0px 30px;
	line-height: normal;
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
	color: #45302C;
}

#footer a {
	color: #6B4A45;
}


/* ***** custom features  ***** */

.resume
{
	margin: 0;
	padding: 0px 0px 10px 10px;
	text-align: justify;
	line-height: 1.2em;
}

.resume .title
{
float:left;
font-weight: bold;
}
.resume .date
{
	float:right;
	text-align: left;
}

.resume .place
{
	clear:both;
	color: #EB1D1D;
	text-align: justify;
}

.resume .option
{
	clear : left;
	float : left;
	width : 60px;
}

.resume .comment
{
	clear : right;
	float: left;
}

.resume .lang
{
	clear : left;
	float : left;
	font-weight: bold;
	width : 100px;
}

.publi
{
	margin: 0;
	padding: 0px 0px 10px 10px;
}

.publi .title
{
font-weight: bold;
}

.publi .author
{
	color: #EB1D1D;
}

.publi .book
{
    text-indent : 20px;
}

.publi .place
{
	float : left;
    text-indent : 20px;
}

.publi .date
{
	text-align : right;
}

.contact .institution
{
    font-weight: bold;
}

.course{
        padding: 0px 0px 10px 10px;
}

.course .title
{
	float : left;
    text-indent : 20px;
}

.course .year
{
	text-align : right;
}

.teaching .title
{
font-weight: bold;
}

.skill
{
	margin: 0.2em 1em 0.5em 1em;
	padding: 0.2em;
	text-align: justify;
	line-height: 1.2em;
}

.skill .title
{
font-weight: bold;
}


.project
{
	margin: 0;
	padding: 0px 0px 10px 10px;
}

.project .title
{
font-weight: bold;
}

.project .title a{
    text-decoration: none;
    color: #414141;
}

.project .description
{
    	padding: 10px 0px 0px 10px;
}

.project .abstract
{
    	padding: 10px 0px 0px 0px;
}

.project .description
{
    	padding: 10px 0px 0px 10px;
}


.lecture
{
	margin: 2px 10px 5px 10px;
	padding: 2px;
	line-height: 12px;
}

.lecture .id
{
float:left;
}

.lecture .title
{
	/*clear:both;*/
	color: #FF9900;
    font-weight: bold;
	margin: 0px 0px 3px 100px;
}

.lecture .title a
{
/*  color: #FF9900;*/
	font-weight: bold;
	text-decoration:none;
}

.lecture .people
{
	margin: -12px 0px 0px 250px;
}

/*.lecture .code
{ 
       margin: -12px 0px 0px 520px;
}*/


.lecture .slides
{ 
       margin: -12px 0px 0px 480px;
}

.lecture .date
{
	float:right;
	text-align: left;
}

.lecture .abstract{
    margin: 10px 20px 0px 20px;
    clear:left;
    display:none;
}

.lecture .readings
{ 
      clear:left;
      margin:0px 0px 20px 20px;
      display:none;
}

.book img
{
	float: left;
	border: none;
	width: 100px;
	margin: 10px 50px 5px 10px
}

.book .title
{
	font-weight: bold;
}

.book .author
{
}

.book .editor
{
	font-style: italic;
}

.book hr 
{
	display: block; 
	clear: left; 
	visibility: hidden;
}

.assignment
{
	margin: 2px 10px 20px 0px;
	padding: 2px;
	text-align: justify;
	line-height: 12px;
	clear:both;
}

.assignment .id
{
    	font-size: 1.2em;
        float:left;
}

.assignment .date
{
	font-size: 1.2em;
	float:right;
	text-align: left;
}

.assignment .title
{
	/*clear:both;*/
	font-size: 1.2em;
	margin: 0px 0px 0px 50px;
	color: #FF9900;
	text-align: justify;
	font-weight: bold;
	float:left;
}

.assignment .solution
{
    margin: 0px 0px 0px 500px;
}

.assignment .description
{ 
        padding: 10px 0px 10px 0px;
        clear: both;
        font-style: italic;
}

.assignment .abstract
{ 
        clear: both;
        font-style: normal;
}

.movie img
{
	float: right;
	border: none;
	width: 100px;
	margin: 10px 50px 5px 10px
}

.gfc-title
{ 
       display:none;
}

.gf-result
{
	margin: 2px 10px 5px 10px;
	padding: 2px;
	text-align: justify;
	line-height: 12px;
}

.gf-result .gf-relativePublishedDate
{
	float:right;
	text-align: left;
}

.gf-result  .gf-title
{
	/*clear:both;*/
	margin: 0px 0px 5px 0px;
	color: #FF9900;
	text-align: justify;
	font-weight: bold;
}

.gf-result  .gf-spacer
{ 
       display:none;
}

.gf-result  .gf-author
{ 
        clear: both;
        font-style: italic;
}

.gf-result  .gf-snippet
{ 
        padding: 5px 0px 10px 0px;
        clear: both;
        width: 500px;
}

.ui-widget-overlay {
    background-color: black;
    opacity: 0.9;
    left: 0;
    position: absolute;
    top: 0;
}