/*
Theme Name: car-wp-theme
Theme URI: http://car2011.inrialpes.fr/
Description: It is a quick and dirty adaptation of the theme designed for the conferences CAR (Control Architectures of Robots). The structure has been keeped as it is, i.e. made of tables instead of using div and css.
Author: Stéphanie Belin and Nicolas Cardoso De Castro
Version: 1.4
Tags: car_conference
*/

/**-----------------------------------------------------------------------------
  Theme "car-wp-theme"
  File "style.css"
  Original author Stéphanie Belin (LIRMM) <belin@lirmm.fr>
  Adapted by the LVR Team in 2008.
  Turned to a Wordpress theme by Nicolas Cardoso De Castro 
  <nicolas.cardosodecastro@inrialpes.fr> in 2010.
--------------------------------------------------------------------------------
  This file is part of car-wp-theme Wordpress theme.

  This theme comes with no explicit license. However, copyright to the original
author Stéphanie Belin are assumed. If you want to use this theme, please 
contact her at <belin@lirmm.fr>.

--------------------------------------------------------------------------------
  MODIFICATION HISTORY:
    Nicolas Cardoso De Castro; 20/05/2011
      + (v1.0) initial release.
      + (v1.1) bug fix: sub menu display, update footer link color, add logos in
        the partner list.
      + (v1.2) bug fix: change dynamic menu to CSS.
      + (v1.3) bug fix: add an "s" "to Architecture" in the header.
      + (v1.4) update: Change INRIA logo to the blue one.
-----------------------------------------------------------------------------**/

a:visited 	{font-family: verdana;font-size: 12px;  color: #787878; font-weight: bold; text-decoration: none;}
a:hover 	{font-family: verdana;font-size: 12px;  color: #A4C023; font-weight: bold; text-decoration: underline;}
a 		{font-family: verdana;font-size: 12px;  color: #787878; font-weight: bold; text-decoration: none;}

body    
	{
	font-family: verdana;
	font-size: 12px;
	color: #7C7C7C;
	text-decoration: none;
	background-color: #7C7C7C;
        }
        
.maintable
	{
	border: 5px solid white;
	}
		
td	
	{
	font-family: verdana;
	font-size: 12px;
	color: #7C7C7C;
	text-decoration: none;
	text-align: justify;
	}

.tdpetit	
	{
	font-family: verdana;
	font-size: 11px;
	color: #7C7C7C;
	text-decoration: none;
	text-align: left;
	}	
	
.titred	
	{
	font-family: verdana;
	font-size: 14px;
	color: #7C7C7C;
	text-decoration: none;
	text-align: right;
	}	
	
.titreg
	{
	font-family: verdana;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	text-align: left;
	background: url(images/arriere.jpg);
	}

.titrepage	
	{
	font-family: verdana;
	font-size: 13px;
	color: #A4C023;
	font-weight: bold;
	text-align: right;
	}	
	
.titremenu	
	{
	font-family: verdana;
	font-size: 13px;
	color: #A4C023;
	font-weight: bold;
	text-align: center;
	}	
	
.titrevert	
	{
	font-family: verdana;
	font-size: 12px;
	color: #A4C023;
	font-weight: bold;
	text-align: left;
	}			

.centre	
	{
	font-family: verdana;
	font-size: 14px;
	color: #E2E3DE;
	text-decoration: none;
	text-align: center;
	}	
	
.centre2	
	{
	font-family: verdana;
	font-size: 14px;
	color: #7C7C7C;
	text-decoration: underline;
	font-weight: bold;
	text-align: center;
	}		

.grisc
	{
	font-family: verdana;
	font-size: 12px;
	color: #E2E3DE;
	text-decoration: none;
	text-align: left;
	}
	
.bas	
	{
	font-family: verdana;
	font-size: 11px;
	color: #E2E3DE;
	text-decoration: none;
	text-align: right;
	}		

.fullheight{
	height: 100%;
	}

.bas a
	{
	color: #A4C023;
	font-weight: normal;
	font-size: 11px;
	}

.bas a:hover
	{
	color: #A4C023;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
	}

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

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

#menu li
	{
	padding: 0 0 0 20px;
	margin: 0;
	background: white url(images/bullet.png) no-repeat;
	line-height: 17px;
	}

#menu .use_bg
	{
	background: #F0F1EC url(images/bullet.png) no-repeat;
	}

#menu ul ul li
	{
	padding: 0 0 0 10px;
	background: white url(images/bullet-disc-white.png) no-repeat;
	}

#menu ul ul .use_bg
	{
	background: #F0F1EC url(images/bullet-disc-grey.png) no-repeat;
	}

#content
	{
	font-weight: normal;
	}

#content .post-info-top
	{
	font-style: italic;
	}

#content h1
	{
	font-size: 16px;
	color: #A4C023;
	font-weight: bold;
	margin: 15px 0 5px 0;
	}

#content h2
	{
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 5px 0;
	}

#content h3
	{
	font-size: 12px;
	color: #A4C023;
	font-weight: bold;
	margin: 5px 0 5px 0;
	}

#content p
	{
	margin: 0 0 10px 0;
	}

#content a
	{
	text-decoration: underline;
	}

#content table
	{
	text-align: left;
	border-spacing: 1px;
	}

#content table a
	{
	text-decoration: none;
	}

#content table th
	{
	background: #A4C023;
	color: white;
	}

#content table tr:hover
	{
	background: #d7e39f;
	}

#content table tr:hover a:hover
	{
	color: #7C7C7C;
	text-decoration: underline;
	}

#content table .break
	{
	background: #f0f1ec;
	}

#content table .title
	{
	background: #e0e4cb;
	}

#content .strong
	{
	font-weight: bold;
	}

.submenu
	{
	padding-left: 20px;
	}

.entry
	{
	margin-top: 15px;
	}

