/* mischa fierer */


/* reset (Blueprint CSS Framework) */
        html, body, div, span, object, iframe,
        h1, h2, h3, h4, h5, h6, p, blockquote, pre,
        a, abbr, acronym, address, code,
        del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
        fieldset, form, label, legend,
        table, caption, tbody, tfoot, thead, tr, th, td {
          margin: 0;
          padding: 0;
          border: 0;
          font-weight: inherit;
          font-style: inherit;
          font-size: 100%;
          font-family: inherit;
          vertical-align: baseline;
        }

        body { 
          line-height: 1.5; 
        }

        blockquote:before, blockquote:after, q:before, q:after { content: ""; }
        blockquote, q { quotes: "" ""; }

        a img { border: none; }

        ul, ol, dl, li, dt, dd {
        	font-size: 100%;
        	list-style: none;
        }

        form, fieldset {
        	border: 0;
        }	
        legend {
        	color: #000;
        }
        input, textarea, select, button {
        	font-size: 100%;
        	font-family: inherit;
        }
        select {
        	margin: inherit;
        }

/* grid */

     body {
      padding-top: 20px;
     }
     
     body div#wrapper   {
          width: 800px;
          margin: 0 auto;
          padding: 10px;
          }
      
     #blog-title               {
          width: 100%;
          overflow: hidden;
          margin-bottom: 10px;
          }
     
     h1#blog-title {
      margin-top: 12px;
      width: 240px;
      height: 55px;
      margin-left: 4px;
      float: left;
      margin-right: 8px;
}
     h1#blog-title span{
      display:none;
     }
  
#article                 {
          width: 40%;
          float: left;
          margin-left: 0px;
          margin-right: 10px;
          padding: 6px;
          }   
     body#consulting div#article, body#biography div#article, 
     body#help div#article,  body#research div#article {
        width: 72%;
     }  
     #photo                   {
          width: 25%;
          float: left;
          margin-right: 10px;
          }
          
     #recent_news             {
          width: 26%;
          float: left;
          padding: 6px;
          }
          
     #blog             {
          width: 26%;
          padding-top: 16px;
          float: left;
          padding: 6px;
          }  

     #contact                 {
          clear: both;
          width: 100%;
          height: 20px;
          padding-top: 10px;
          }       

    /* list layout styles */
					ul.primary{
					float:left;
					margin-top: 40px;
					
}
					ul.primary li
					{
						float: left;
						display: block;
						padding: 8px;
						padding-left: 0px;
margin: 0;padding: 0;					margin-top: 8px;
}
					ul#contact li{
					  float: left;
					  margin-right: 8px;
					}
					
					ul.primary li a
					{
					  padding-top: 8px;
						padding-bottom: 8px;
font-size: 12px; 
					}
					

					

    /* global tools */
        .clearfix:after, .container:after {
            content: "."; 
            display: block; 
            height: 0; 
            clear: both; 
            visibility: hidden;
        }
        .clearfix, .container {display: inline-block;}
        * html .clearfix,
        *         * html .container {height: 1%;}
        *                 .clearfix, .container {display: block;}
        *
        *                         .clear { clear:both; }
        *                                 
        *                                         
        */* typography */
          body {
/*              font-family: Helvetica, "Arial", sans-serif;;*/
              font-family:  "Arial", sans-serif;;
              color: #312D2E;
              font-size: .88em;
              line-height:1.125em;
/*            	font: 0.8125em Verdana, sans-serif;*/
/*							font-family:'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Verdana, Arial, Tahoma, sans-serif;*/
          }
          a {
              text-decoration: none;
              color: #496F1D;
          }
          p {
              line-height: 1.3em;
              color: #555;
              color: #4C392F;
              color: #3C2D25;
              margin-bottom: 1em;
          }

          h1 {
          	font-size:2.5em;  
          	color: #78503E;
          }
          h2 {
            font-size: 1.3em;
            margin-bottom: 6px;
padding-top: 4px;
         }
          h3 {
          }
          
					h1,h2,h3,h4,h5,h6 {
						font-weight: normal;
						font-family: 'Georgia', Times, Serif;
					}
					
          h1,h2,h3,h4,h5,h6,strong {
              font-weight:normal; 
              
          }
          strong {
              font-weight: bold;
          }
          ol li {
              list-style: decimal outside;	
          }
          ul li {
              list-style: disc outside;
          }
          ul#contact {
            text-align: center;
          }
          ul#contact li {
            list-style: disc inside;
            color: #333;
            font-size: .88em;
            font-family: arial;
          }
          
          ul#contact #e-mail {
            list-style: none;
          } 
             
          #article ul, div#help ul{
              margin-left: 16px;
              margin-bottom: 8px;
          } 
          
          div#papers ol{
            margin-left: 24px;
          }
   
          p, h1, h2, h3, ul {
            padding-left: 5px;
          }
/* page styles */

          body {
          background: #6f563d url(../images/sebastien/bkg_body.gif) 0 0 repeat-x;
          }

          #wrapper{
            border: 4px solid #333;
            background-color: #DCD0B1;
          }
        
          #photo img, #masthead img {
            border: 1px solid #DCD0B1;
          }
          
           h1#blog-title {
            background: url(../images/sebastien/sebastien_gay.gif) no-repeat;
          }
          
          #blog, #recent_news, #article, div#papers, .entry{
              background: url(../images/sebastien/bg_article.gif) repeat-x scroll left top;
          }


/* tarski specific */

#title, #navigation{
	border: none;
}
#navigation {
	margin-bottom: 0px;
}
#content {
	margin-top: 0px;
}
h1, body .entry .title, #footer{
	border: none;
}
#tagline {
	float: left;
	margin-left: 20px;
	padding-top: 16px;
}
#navigation{
	float: left;
	margin-top: -18px;
	margin-bottom: 8px;
}
#navigation a{
	color: #496f1d;
	font-family: Arial, sans-serif;
}
.nav-current{
	color: #444 !important;
}

#theme-info{
	border: none;
}

body .content a:link, body .content a:active, body .content a:visited, body .link-pages a:link, body .link-pages a:active, body .link-pages a:visited, body .tagdata a:link, body .tagdata a:active, body .tagdata a:visited, body .widget_tag_cloud a:link, body .widget_tag_cloud a:active, body .widget_tag_cloud a:visited{
border: none;
}

#header, #content{
	padding-left: 12px;
	padding-right: 12px;
}
.posts{
	width: 540px !important;
}

