/* @override http://localhost/wordpress/wp-content/themes/dexpark/style.css */

/*
Theme Name: Dexpark
Theme URI: http://www.dexpark.com/
Description: Theme pour le blog de Yoann Saludes
Version: 0.1
Author: Yoann Saludes
 
utilisation du framework css blueprint pour une mise en page efficace et rapide
 
*/

body {
  margin: 0;
  padding: 0;
  text-align: center;
  background: #333 url('images/body_bg.jpg') repeat scroll;
  font-size: 0.75em;
 /* font-family:  Helvetica, 'Lucida Grande', Tahoma, Verdana, Sans-serif;*/
  font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
  color: #222;
}

a:link
{
	color: #2a3c5f;
	text-decoration: none;
}
a:visited
{
	color: #2a3c5f;
	text-decoration: none;
}
a:hover
{
	color: #2a3c5f;
	text-decoration: underline;
}
a:active
{
	color: #2a3c5f;
	text-decoration: none;
}

#shadow {
	position: relative;
		height: auto !important;
	height: 100%;
	min-height: 100%;
	width: 1000px;
	background: url('images/shadow_menu.png') repeat-y;
	margin: 0 auto;
	height: 100%;
}

/* @group top */
#top{
	display: inline-table;
	width: 100%;
	height: 51px;
	margin: 0 auto;
	margin-bottom:  -9px;
}

#topL {
	display: table-cell;
	width: auto;
	height : 51px;
	margin: 0 auto;
	background : url('images/top_g.png') repeat-x;
}

#topM {
	width : 950px;
	height : 51px;
	margin: 0 auto;
	display: table-cell;
	background : url('images/top_m.png') repeat-x;
	padding: 0;
}

#topR {
	margin: 0 auto;
	height : 51px;
	background : url('images/top_d.png') repeat-x;

	display: table-cell;
	width: auto;

}

.header ul {
	margin: 1em 0.5em 0 0;
	padding: 0;
	float: right;
}

.header ul li {
  display: inline;
  list-style: none;
}

.header ul li a {
  float: left;
  padding: 0 1em;
  font: 1.1em arial, sans-serif;
  letter-spacing: 0.1em;
  line-height: 0.8em !important;
  line-height: 1em;
  color: #606060;
  border-right: 1px solid #4D5760;
}

.header ul li a.last {
	padding-right: 0;
	border-right: 0;
}

.header ul li a:hover {
	color: #f08b00;
}

/* @end */

/* Image header */
#headerImg {
	width: 950px;
	height: 149px;
	 background: url('images/banner.png') no-repeat center;
	  margin: 0 auto;
	cursor: pointer;
}

/* @group menuHor */
/* Menu horizontal */

#menuHor {
	height : 50px;
	text-transform : capitalize;

}

#menuHor ul {
	
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	background-image: url(./images/menu_bg_transp.png);
}

#menuHor ul li {
	display: inline;

	list-style: none;
}

#menuHor ul li a {
	font-weight : bold;
	float: left;
	width: 120px;
	height: 50px;
	letter-spacing: 0.1em;
	color: #191919;
	margin-top: 0;
	margin-bottom: 0;

}

#menuHor ul li a:hover,
#menuHor ul li a.here {
	background : url('images/menu_hover.png') repeat-x;
	color : #fff;
}

/* ligne verticale vert menu droite
 */

#menuHor li.separ {
	background: transparent url('images/menu.png') repeat-y scroll right;
	display: block;
	height:49px;
	margin-top: 1px;
}
/* @end */

/* @group menuRight */

#menuRight {
	display: block;
	list-style-type: none;
}

#searchForm {
	position: absolute;
	top: 110px;
	left: 709px;
	background: url(images/searchform.png) no-repeat;
}

#searchForm #s {
	float: left;
    margin: 4px 0 0 6px;
    border: 0;
    width: 129px;
    background: none;
	color: #fff;
	font-size: 120%;
	padding: 0;
}

#searchForm #searchsubmit {
    float: right;
	margin-top: 4px;
}

/* @end */

/* @group post */
.post{
	text-align: left;
	font-size: 1em;
	padding-left: 25px;
}

.postInfo{
	color: #648900;
	font-size: 90%;
	background-color: #f6f6f6;
	width: 100%;
	text-align: right;
}

.postInfo a, .postInfo a:hover, .postInfo a:visited, .postInfo a:active{
	color: #303030;
}

.postTop {
	background: url(./images/post_t.png) no-repeat left bottom;
	color: #2b2b2b;
	font-size: 1.2em;
	padding-left: 20px;
}

.postTop a, .postTop a:hover, .postTop a:visited, .postTop a:active{
	color: #2f2f2f;
	letter-spacing: 3px;
}

.postBody {
	background-color: #fafafa;
	padding-left: 10px;
	padding-top: 15px;
	padding-bottom: 10px;
}

.postBottom {
	background-image: url(./images/post_b.png);
}
/* @end */


/* @group Widgets */
.widgettitle {
	letter-spacing: 3px;
	text-align: left;
}

.widget {

	list-style-type: none;
}

.widget li{
	list-style-type: none;
}
/* @end */






