/*  
Theme Name: Guml
Theme URI: http://www.baptisteautin.com
Description: Professional WordPress theme by <a href="http://www.baptisteautin.com/">Baptiste</a>.
Version: 0.0.1
Author: Baptiste Autin
Author URI: http://www.baptisteautin.com/
*/

/* Header */

h1 {
	padding:0px;
	margin:0px;
	font-size:2.3em;
	font-weight:normal;
}

h1 a:link, h1 a:visited {
	color: #c0c5c0;
	text-decoration:none;
}

h2 {
	padding:4px 0px 0px 0px;
}

#blog_description {
	background:url(images/logo.gif) no-repeat left center;
	padding:2px 0px 0px 55px;
}

#header {
	height: 100px;
}
#header_main_sect {
	padding:28px 0px 0px 0px;
	width:71%;
	float:right;
}
#header_r_sect {
	width:26%;
	float:left;
}
#header_r_sect .titre {
	padding:15px 0px 0px 0px;
	float:right;
}

/* navigation-menu */

#searchbox-nav {
	float: right;
	text-align: right;
	padding:10px 0px 0px 0px;
}
#searchform input {
	font-size:1em;
	height:1em;
	line-height:1em;
	padding: 2px;
	color: #757575;
	background-color: #f0f0f0;
	border: 1px solid #444;
}

#mainlevel-nav {
	float:left;
	padding:35px 0px 0px 60px;
}
#mainlevel-nav li {
  float:left;
  list-style-type:none;
  background:url("images/left.gif") no-repeat left top;
  margin:0px;
  padding:0px 4px 0px 9px;
}
#mainlevel-nav a, #mainlevel-nav strong, #mainlevel-nav span {
  display:block;
  background:url("images/right.gif") no-repeat right top;
  padding:4px 10px 3px 0px;
  color:#fff;
  font-weight:bold;
  text-decoration:none;
}
#mainlevel-nav .current_page_item, #mainlevel-nav .current_page_ancestor  {
  margin-top:-5px;
  line-height:25px;
  text-decoration:underline;
}
#mainlevel-nav .current_page_item a, #mainlevel-nav .current_page_ancestor a  {
	padding:6px 15px 4px 6px;
  line-height:20px;
  text-decoration:underline;
}
#mainlevel-nav a:hover {
	color:#353535;
	text-decoration:none;
}

#languages-nav {
	float:right;
	clear:right;
	margin:0px;
	padding:0px; display:block
}
#languages-nav li {
  float:right;
  list-style-type:none;
  margin:0px;
  padding:0px;
  display:block;
}
#languages-nav li img {
  margin:4px 0px 0px 12px;
  padding:0px;
  border:0px;
}
li.current_language_item a {
	display:none;
}

/* Main section */

.sectwide {
	/*border:1px solid blue;*/
	width:95%;
}

#main_sect {
	width:79%;
	padding: 5px 0px 5px 5px;
	float:right;
}

.wrap {
	text-align: left;
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
}

#r_sect {
	clear: both;
	width:18%;
	float:left;
	padding-top:5px;
}

#r_sect-content {
	float:right;
	width:50%;
}

#r_sect ul {
	padding:0px;
	margin:0px 0px 20px 0px;
	/*
	background: #FFF url(images/dot.gif) repeat-x top left;
	*/
}

#r_sect li {
	padding:0px;
	margin:0px 0px 0px 20px;
	font-weight:normal;
	color:#7cb30f;
	list-style-type:square;
}

#r_sect ul.various li {
	margin-left:6px;
	list-style-type:none;
}

#r_sect li img {
	vertical-align:middle;
}

.menu_item {
	font-weight:bold;
}




/* Footer */

#footer-nav {
	width:100%;
	text-align:center;
	border-top:1px dotted #a0a0a0;
	font-size:0.9em;
	padding-top:2px;
	margin-top:20px;
}

#footer-nav .previous-nav {
	background:url(images/previous_arrow.gif) no-repeat center left;
	position:relative;
	margin:0px;
	padding:0px 0px 0px 13px;
	float:left;
	display:inline;
}

#footer-nav .parent-nav {
	background:url(images/up_arrow.gif) no-repeat center left;
	padding:0px 0px 0px 17px;
	margin:0px;
	display:inline;
}

#footer-nav .next-nav {
	background:url(images/next_arrow.gif) no-repeat center left;
	position:relative;
	margin:0px;
	padding:0px 0px 0px 16px;
	float:right;
	display:inline;
}

#footer-nav-toc {
	padding-top:18px;
}

