/*
    Mihai Cirlanaru website CSS file
    @author:     Mihai Cirlanaru
    @date:       08.11.2010
    @version:    1.0
    
    ** Version details **
        1.0     08.11.2010      developed the css file starting from the psd design
*/

/* Style for the body of the webpage */
body
{
    background-color: #ffffff;
    /*background: url('./images/bg.jpg') no-repeat top center;*/
    font-family: Calibri, Cambria, serif; /* fonts used in the website */
    font-style: normal;
    cursor: default; /* use the default cursor for text instead of the beam */
    margin: 0px auto;
    width: 100%;
}
#left_col 
{
	float:left;
	width:140px;
}

h1 { margin-bottom: 5px; }

.publication
{
	font-size: 11px;
	font-family: Verdana, sans-serif;
}
ul.publication {margin-left:-15px;}
pre
{
	margin-top: -5px;
	margin-bottom: -20px;
	font-size: 11px;
	font-family: Verdana, sans-serif;
}

.subtitle 
{	
	margin-top: -5px;
	font-size: 11px;
}

/* The main page layout table */
#page
{
    border: 0px;
    border-spacing: 0px;
    border-collapse: collapse;
    /*
    border:1px solid black;
    /**/
    margin: 35px auto; /* center the page contents */
    table-layout: fixed; 
    width: 640px; /* fixed width, for all screen resolutions */
      /* fixed height, for all screen resolutions */;
}

#thesis
{
	margin: 35px auto; 
	width: 800px;
}


.col1 { width: 465px; padding-left: 15px; float: left;}

/* Style for links within the webage */
a
{ 
    text-decoration:none;
    color: #666766;
}
a:hover , a:active { /*font-weight: bold;*/color: #13335c; outline: 0;}
