/*
	CSS files kept in the 'styles' directory can be used to
	customize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 version as well as debug any problems
	that might occur.

	You select styles from the K2 Options page in the
	'Appearance' section of your WordPress administration.

	For more information on how to use custom styles:
		http://code.google.com/p/kaytwo/wiki/K2CSSandCustomCSS
	
	Author Name	:
	Author Site	:
	Style Name	:
	Style URI	:
	Version		:
	Comments	:
*/
body {
  padding: 0;
  margin: 0;
  background: #fff url(../../images/magasin/body.gif) center center repeat-y;
  color: #434343;
}

hr {
  border-bottom: 1px solid #FFFFFF;
  border-top: 1px solid #999999;
  color: #FFFFFF;
  height: 1px;
}
#page {
	/* The entire design is contained within the 'page' id */
 	padding-top: 0;
 	border: 0;
 	margin-top: 0;
	}
/* Typography */

body {
    font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
    font-family:Helvetica, Arial, Verdana, sans-serif;
    line-height:1.5em;
	}

strong, em, b, i {
    font-family: Helvetica,Arial,Verdana,sans-serif;
	}

h1, .blog-title, h2, h3, .entry-title {
    font-family: Helvetica,Arial,Verdana,sans-serif;
    line-height: 1.5em;
	}

h4, h5, h6 {
    font-family: Helvetica,Arial,Verdana,sans-serif;
    line-height: 1.5em;
	}
.entry-title {
    line-height: 1.2em !important;
    margin-bottom: .3em;
  }

#header {
	/* Contains the H1 and menu */
  height: auto;
  overflow: auto;
  background: transparent url(../../images/magasin/header/bg1.jpg) no-repeat scroll center bottom;
  color: #FFFFFF;
  margin-bottom: 10px;
  padding: 0px 0 2.8em 0;  
	}
.blog-title {
  font-size: 3em;
  font-weight: bold;
  float:left;
  height: 47px;
  padding: 40px 0 0 0;
  margin: 0 10px 0 0;
  width:175px;
}

.blog-title a {
  background:transparent url(../../images/magasin/header/magasin.gif) no-repeat scroll 0 0;
  display:block;
  height:47px;
  width:177px;
}
.blog-title a span {
  display:block;
  height:47px;
  position:absolute;
  text-indent:-9999px;
  width:177px;
  z-index:-3;
}
#header .description {
  font-size: 1.3em;
  font-weight: bold;
  margin: 0 0 0 215px;
  padding: 62px 0 0;
}
	
#primary {
	/* Contains the main column */
	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	}

.entry-content {
	/* The meat and potatoes of every entry */
	}
.entry-content img {
  border: 1px solid #777 !important;
}
#sidebar-1 h4 {
	/* The first sidebar */
	display: none;
	}

#sidebar-2 {
	/* The second sidebar */
	}

.secondary {
	/* Contains both sidebars */
	}
.secondary a, .secondary a:hover {
  text-decoration: none;
 }
.secondary ul li, .secondary ul li li {
  margin: 0;
  padding: 0;
}
.secondary ul li a {
  border-bottom: 1px solid #777;
  color: #774021;
  display: block;
  line-height: 1.9em;
  padding-left: 5px;
  padding-top: 0;
}
.secondary ul li a:hover, 
.secondary ul li li a:hover, 
.secondary ul li.current-cat a:hover, 
.secondary ul li.current_page_item a,
.secondary ul li.selected a:hover, 
.secondary ul li.selected a,
.focalLinkSelected {
  background-color: #774021;
  color: #FFFFFF;
}
.secondary ul li.current-cat a,
.secondary ul li.selected a {
  background-color: #774021;
  color: #fff;
  display: block;
  line-height: 1.9em;
  padding-left: 5px;
  padding-top: 0;
  border-top: 0;
}
.secondary ul ul {
  border-bottom: 1px solid #ECECEC;
  margin: 0;
  list-style-type:none;
}
.secondary ul li li a, 
.secondary ul li li a:visited,
.secondary ul li.current-cat ul li a, 
.secondary ul li.current-cat ul li a:visited,
.secondary ul li.selected ul li a,  
.secondary ul li.selected ul li a:visited  {
  border-bottom: 1px solid #ececec;
  background-color: #fff;
  color: #774021;
  display: block;
  font-weight: normal;
  padding-left: 15px;
}
.secondary li.haschildren a {
  border-bottom: 0;
}
.secondary ul li li a:hover {
  background-color: #774021;
  color: #FFFFFF;
  border-color: #774021;
}
.secondary ul li li.selected a,
.secondary ul li li.current-cat a {
  background-color: #774021;
  color: #fff;
}
.secondary .widget_pages ul {
  margin-top: -22px;
}
.newsletter {
  border-top: 1px solid #777;
  border-bottom: 1px solid #777;
  margin: 0px 0px 20px 0;
  line-height: 1.9em;
}
.newsletter a {
  background: transparent url(../../images/magasin/newsletter.gif) no-repeat scroll 5px 50%;
  display: block;
  padding-left: 5px;
  text-decoration: none;
  text-indent: 20px;  
}
.entry-meta {
  }