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

	You select schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.

	Author Name		: 	Jerem
	Author Site		: 	http://www.pulpeo.fr
	Style Name		: 	abraham
	Style URI		:	http://www.pulpeo.fr
	Version			:	1.0
	Header Height	:	220
	Tags			:	header, layout, color
	Comments		:	Reproduction interdite
*/

@font-face {
    font-family: "DINDBB";
    src: url("fonts/DINDBB.ttf") format("truetype");
}

body {
    background: #80a9c7 url('background.jpg') top no-repeat;
    color: #333;
    margin: 0;

}

#header {
    height: 243px;
}

#header .blog-title {
    padding: 0px 0px 0px;
}

#header .description {
    margin: 5px 50px;
    display:none;
}

#logo {
    position: absolute;
    margin: 44px 0 0 -35px;
    width:383px;
    height:152px;
}

#logo img{
    width:280px;
}

#logo_d8{
    position: absolute;
    margin: 80px 0 0 565px;
}
/* menu */
.menu {
    background: transparent url(menu-bg.gif) no-repeat right top;
    width: 780px;
}

.menu a{
    float: left;
    color: black;
    text-decoration: none;
    font-size: 158%;
    font-weight: bold;
    height: 30px;
    padding: 10px 30px 0;
    text-transform: uppercase;
}
.menu a:visited{
    color: black;
}

.menu a:hover{
    color: white;
    background-image:url(menu-a-bg.gif);
}

.menu li:first-child a{
    padding: 10px 20px 0;
}

/*------ Header Menu Top ------*/

#header #menu-top {
    position: absolute;
    top: 168px;
    width:780px;
    height:35px;
    margin:0;
    color:#fff;
    background-color:#000;
    font-size:12px;
}

#header #menu-top #account {
    float:left;
    width:264px;
    margin:3px 0 0 10px;
}

#header #menu-top #account a {
    float:left;
    color:#fff;
    margin:6px 10px 0 10px;
    text-decoration:none;
}

#header #menu-top #account a:hover {
    float:left;
    color:#fff;
    text-decoration:underline;
}

#header #menu-top #account .picto_logout {
    float:left;
    margin:2px 2px 0 0;
}

#header #menu-top .separator {
    float:left;
    width:1px;
    height:22px;
    margin:2px 0 0 0;
}

#header #menu-top #fil-info {
    float:left;
    margin:8px 8px 0 0;
    background-color: white;
}

#header #menu-top #searchform {
    margin-top: 8px;
}

#header #menu-top #searchform #searchbox {
    float:right;
    width:120px;
    height:17px;
    font-size:11px;
    border:0;
}

#header #menu-top #searchform #search_submit {
    float:right;
    width:22px;
    height:20px;
    border:0;
    margin: 0 5px;
}


/* fin du splash */
#page {
    border: none;
}

.primary {
    padding-left: 25px;
}

/*h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, h4, h4 a, h4 a:hover, h4 a:visited {
	color: #AC0E0F !important;
	}*/

h2 span a, 
h2 span a:visited,
h3 span a,
h3 span a:visited {
    color: #555 !important;
    font-weight: normal !important;
}
body.page .entry-content-a h3 {
    font-size: 1.7em;
    display: block;
    padding: 15px 0 0;
}

body.page .entry-content-a h4 {
    font-size: 1.5em;
    display: block;
    padding: 15px 0 0;
}
.entry-content-a {
    font-size: 1.2em;
    line-height: 1.8em;
    text-align: justify;
    color: #444;
}

.entry-content-a p,
.entry-content-a ul,
.entry-content-a ol,
.entry-content-a div,
.entry-content-a blockquote {
    margin: 13px 0;
}	
#dynamic-content .k2-asides .entry-content-a p,
#dynamic-content .k2-asides .entry-content-a ul,
#dynamic-content .k2-asides .entry-content-a ol,
#dynamic-content .k2-asides .entry-content-a div,
#dynamic-content .k2-asides .entry-content-a blockquote {
    margin: 5px 0;
}

.entry-content-a a:visited {
    color: #b41;
}
.entry-content-a img{
    float:left;
    margin:4px;
}

.primary .entry-meta a, .primary .entry-meta a:visited, /* The Metalink class takes care of the comments, edit, rss and trackback links next to the titles */
.secondary .metalink a, .secondary .metalink a:visited,
.secondary span a, .secondary span a:visited {
    color: #444;
    font-weight: normal;
}

.entry-edit a,
.comment-edit a,
.comment-reply a {
    color: #444;
}

.counter a {
    color: #222;
}

.commentlist li {
    color: #666;
}

.commentlist li:hover {
    background: none;
}

#commentlist .comment {
    border-radius: 0px;
    -moz-border-radius: 0px;
}

li.byuser .comment {
    border: 1px solid #222;
    background-color: #111;
}	

li.bypostauthor .comment {
    border: 1px solid #333;
    background-color: #222;
}

#pinglist {
    border: 1px solid #333;
    background-color: #222;
}

blockquote, #weightedcategories, .authorcomment {
    background: #111;
    border-color: #222;
}

.primary img {
    border-color: #222;
    background: #111;
}

.inputcontainer {
    margin-bottom: 6px;
}

/* Gray Color */
#footer, small, .sidebar ul ul li, .sidebar ul ol li, .nocomments, ul#activity li small a, ul#activity li, .LSRow small, #searchcontrols small  {
    color: #555;
}

a, a:visited, .sidebar a:visited {
    color: #4CA4B8;
}

.post p a:visited {
    color: #4CA4B8;
}

#af-ela-menu li {
    border: none;
    background: #161616;
}


#af-ela-menu, #af-ela-menu li {
    border-bottom: 1px solid #333;
}

#af-ela-menu li.selected {
    background: #333;
}

/* Hovering state of the table items */
#af-ela-year li:hover, #af-ela-month li:hover, #af-ela-post li:hover, #af-ela-category li:hover {
    background: #222;
    border-top: 1px solid #444;
    border-bottom: 1px solid #444;
}

/* Active or hovered item in list */
#af-ela-year li.selected, #af-ela-month li.selected, #af-ela-post li.selected, #af-ela-category li.selected, #af-ela-post li:hover {
    background: #222;
    border-top: 1px solid #444;
    border-bottom: 1px solid #444;
}

#af-ela-post {
    border-left: 1px solid #333;
    border-right: none;
}

/* Rolling Archives Slider */
#dynamic-content #pagetrack {
    height: 18px;
    background: url('sliderbgleft.png') no-repeat center left;
}

#dynamic-content #pagetrackwrap {
    height: 18px;
    padding-right: 4px;
    top: 0px;
    background: url('sliderbgright.png') no-repeat center right;
}

#dynamic-content #pagehandle {
    width: 18px;
    height: 18px;
    top: 0px;
    background: url('sliderhandle.png') no-repeat center center;
    cursor: e-resize;
}

body.smartposition #rollingarchives {
    background-color: #fff;
    border-bottom: 1px solid #444;
}

#page input[type="text"],
#page textarea {
    color: #666;
    background-color: #fff;
    border: 2px solid #333;
}


/*------ Footer ------*/

#footer {
    font-family: 'Verdana';
    font-size: 12px;
    margin:10px 0 40px 0;
    margin: 10px auto 0;
    height:220px;
    width:1000px;
    background-image:url('footer-bg.png');
    color: white;
}

#footer ul {
    float:left;
    list-style-type: none;
    padding:0 0 0 0;
    margin:20px 0 0 60px;
}

#footer .ulSmall {
    float:left;
    list-style-type: none;
    padding:0 0 0 0;
    margin:35px 40px 0 93px;
}


#footer li {
    font-size:100%;
    margin-bottom:5px;
    text-align:left;
}



#footer #logo_d8_footer {
    text-align:right;
    font-size:80%;
    margin:60px 82px 0 0;
}

#footer a{
    color: white;
    text-decoration: none;
}

#footer a:hover{
    text-decoration: underline;
}