/*
Theme Name: deStyle
Theme URI: http://demo.themeshift.com/destyle
Description: Blog Magazine WordPress Theme
Version: 0.9
Author: Simon Rimkus [ThemeShift]
Author URI: http://themeshift.com
Tags: blog, magazine, light, fresh
*/

/*
	- GENERAL
	- HTML ELEMENTS
	- BASIC LAYOUT
	- HEADER
	- MENU
	- CONTENT
	- PREDEFINED CLASSES
	- SIDEBAR
	- FORMS
	- COMMENTS
	- PAGING
	- FLICKR BADGE
	- CLEARING
	- WORDPRESS CSS 
	- WIDGET CSS
	
*/
	

/*	##################################
   	GENERAL
	################################## */
@font-face { font-family : 'Avenir';
src: url('../../../avenir.ttf') format('truetype'); }
*{padding:0;margin:0;}
body {
	margin: 0px;
	padding: 0px;
	background: #111 url(img/blog.jpg) no-repeat center 75px;
	color: #4a4a4a;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 16px;
}


/*	##################################
   	HTML ELEMENTS
	################################## */

a {
	color: black;
}

img {
	border: none;
}

p, ul, ol, dl {
	line-height: 22px;
	margin: 0;
	font-weight:normal;
	list-style:none;
}

hr {
	height: 1px;
	margin: 10px 0;
	background: #eeeee9;
	border: none;
	clear: both;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 20px;
	padding: 0px;
	line-height: normal;
	font-family: "Avenir", Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 16px;
}
	
h4, h5, h6 {
	margin-bottom: 10px;
}

blockquote {
	margin: 0 0 0 10px;
	padding: 0 0 0 50px;
	background: transparent url(img/bg-blockquote.png) no-repeat left top;
	font-style: italic;
}

address {
	padding: 0 0 0 15px;
	font-style: italic;
}

pre {
	display: block;
	margin: 0 0 20px 0;
	padding: 10px;
	background: #eeeee9;
	border: 1px solid #ccc;
	font-family: "Courier New", Courier, serif;
	overflow: auto;
}

code {
	font-family: "Courier New", Courier, serif;
}

dt {
	font-weight: bold;
}

table {
	margin: 0 0 20px;
	border-collapse: collapse;
}

th {
	padding: 5px;
	background: #eeeee9;
	border: 1px solid #ddd;
	text-align: left;
}

td {
	padding: 5px;
	border: 1px solid #ddd;
}


/*	##################################
   	BASIC LAYOUT
	################################## */
	
#main {
	width: 1000px;
	margin: 0 auto;
}

#header {
	position: relative;
	width: 100%;
	height: 255px;
	margin: 0 auto;
}

#content-wrap {
	background: transparent url("img/bg-wrap.png") no-repeat top right;
}
	
#content-top {
	height: 20px;
	background: transparent url("img/bg-content-top.png") no-repeat 16px bottom;
	z-index: 2;
	margin: 20px 0 0 0;
}

#content {
}

#footer {
	position: relative;
	padding: 0 0 30px 0;
	line-height: 22px;
	text-align: center;
}


/*	##################################
   	HEADER
	################################## */
#header-top{
	height:75px;
	width:100%;
	background: white url("img/bg-menu-header.png") repeat-x;
}
#page-menu {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 75px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#page-menu li {
	float: left;
	display:block;
	height:75px;
}

#page-menu li a {
	background: transparent;
	color: #393939;
	text-decoration: none;
	font-size:12px;
	display:block;
	letter-spacing:-1px;
	float:left;
	height:40px;
	padding: 35px 40px 0 40px;
	text-transform:uppercase;
	font-family: "Avenir", Arial, Helvetica, sans-serif;
}
#page-menu a:hover,
#page-menu li.current-cat a,#page-menu li.current-cat ul.children a:hover {
	color: white;
	background: url("img/bg-menu-header-hover.png") repeat-x;
}
#page-menu li.current-cat ul.children a{
	color:#ADADAD;
	background:none;
}
#page-menu ul.children li {
	display:inline;
	left:0;
	float:none;
	padding:0;
	border-right:none;
	top:30px;
}
#page-menu ul.children li a{font-size:11px;color:#ADADAD;}

/* #################################
	sous menu
	################################# */
#page-sous-menu ul {list-style:none;padding:0;}
#page-sous-menu a {text-decoration:none;color:white;font-size:12px;}
#page-sous-menu li {float:left;padding:0 10px;}

#page-sous-menu{
	width:960px;
	display:block;
	position:relative;
	top:71px;
	color:white;
	margin: 0 auto;
	list-style:none;
}

#page-sous-menu ul{clear:both;float:none;position:absolute;top:12px;}
#page-sous-menu ul.children li, #page-sous-menu ul.children li a{
	float:none;
	font-size:10px;
	color:white;
	margin:0;
	padding:0;
	height:10px;
}

#rss a{
	position: absolute;
	top: 0px;
	right: 0px;
	height: 40px;
	margin: 0px;
	padding: 0 30px 0 0;
	line-height: normal;
	background: transparent url(img/bg-rss.png) no-repeat right center;
	color: #fff;
	text-indent:-99999px;
}

h1#blog-title {
	position: absolute;
	bottom: 40px;
	left: -10px;
	margin: 0px;
	padding: 0px;
	color: #f4dec7;
	font-size: 12px;
	font-weight: normal;
}

h1#blog-title img {
	margin: 0 0 -30px;
}
	

/*	##################################
   	CONTENT
	################################## */

#page-full #content {
}

#content-bottom {
	height: 20px;
}

#content-left {
	display: inline;
	float: left;
	width: 600px;
	background: transparent url("img/bg-top-left.png") no-repeat top left;
	padding:30px 5px 30px 30px;
}

#content-right {
	float: right;
	width: 325px;
	background: transparent url("img/bg-right.png") no-repeat top;
	height:100%;
	padding: 40px 0 0 40px;
}

.box-left {
	margin: 0 0 30px;
	padding: 0 0 10px;
	line-height: 22px;
}

.box-right {
	margin: 0 0 30px 30px;
	padding: 0 0 10px;
	border-bottom: 1px solid #eeeee9;
}

.box-full {
	margin: 0px;
	padding: 0 0 1px;
	line-height: 22px;
}

h1.category-title {
	line-height: normal;
	color: #1f1f1f;
	font-size: 50px;
	font-family: "Avenir", Verdana, Helvetica, Arial, sans-serif;
	letter-spacing: -4px;
	text-transform:uppercase;
	border-bottom: 1px solid #eeeee9;
}

.article-left {
	position: relative;
	float: left;
	width: 220px;
	margin: 0 0 20px 0;
	z-index: 4;
}

.sticky-post {
	position: absolute;
	top: -10px;
	left: -10px;
	z-index: 100;
}

.article-right {
	float: right;
	width: 350px;
}

img.article-img {
	padding: 10px;
	background: #eeeee9;
}

img.article-img-single,
.box-author img.avatar {
	float: left;
	margin: 0 20px 20px 0;
	padding: 10px;
	background: #eeeee9;
}

a:hover img.article-img{
	background: #deded9;
}

.img-caption {
	padding: 0;
	height: auto;
	line-height: auto;
	background: transparent;
	color: #111111;
}

.img-caption a {
	background: transparent;
	color: #111111;
	text-decoration: none;
}

img.shadow {
	background: transparent url(img/shadow.gif) no-repeat right bottom;
	padding: 5px 10px 10px 5px;
}

.gallery img {
	padding: 10px;
	background: #eeeee9;
	border: none!important;
}

h2.article-title {
	margin: 0 0 10px;
	line-height: normal;
	color: #1f1f1f;
	font-size: 34px;
	font-family: "Avenir", Verdana, Helvetica, Arial, sans-serif;
	letter-spacing: -1px;
	text-transform:uppercase;
}

h2.article-title a {
	color: #3C3B3B;
	text-decoration: none;
	font-size:34px;
	letter-spacing:-4px;
}

h2.article-title a:hover {
	color:black;
}
.article-categorie a,.article-categorie{
	text-decoration:none;
	color:#00A2FF;
	font-size:11px;
}
.article-meta {
	width:524px;
	height:41px;
	display:block;
	background: url("img/bg-article-meta.png") no-repeat;
	font-size:12px;
	color:#9B9D97;
	clear:both;
	padding:0 0 0 15px;
}
.write-time{
	float:left;
	background:url("img/Basic_set_Png/pencil_16.png") no-repeat left;;
	text-indent:20px;
	margin: 9px 20px 0 0;
}
.comments{
	float:left;
	background: url("img/Basic_set_Png/bubble_16.png") no-repeat left;
	text-indent:20px;
	margin: 9px 0 0 0;
}
.comments a{color:#9B9D97;text-decoration:none;}
.article-teaser {
	font-weight: bold;
}

.more-link a{
	display: block;
	width:128px;
	height:23px;
	background:url("img/bg-read-more.png");
	font-size:11px;
	color:#6E6D6D;
	text-decoration:none;
	text-indent:15px;
	padding: 11px 0 0 0;
	float:right;
	margin:3px 3px 0 0;
}

h3.content-title {
	margin: 0 0 10px 0;
	color: #1f1f1f;
	font-size: 16px;
	font-weight: normal;
}

#author-single {
	position: relative;
}

#author-single .avatar {
	float: left;
	width: auto;
	margin: 0 20px 30px 0;
}

#page-bookmarks {
	margin: 0px;
	padding: 0px;
	line-height: 22px;
	border-bottom: 1px solid #eeeee9;
}
	
#page-bookmarks .box-left {
	float: left;
	width: 255px;
	margin: 0 20px 0 0;
	padding: 0 0 10px;
	line-height: 22px;
	border-bottom: none;
}


/*	##################################
   	PREDEFINED CLASSES
	################################## */

.btn {
	padding: 5px 10px 6px;
	background: transparent url(img/bg-btn.png) no-repeat left top;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.alert {
	padding: 10px 10px 10px 60px;
	line-height: 20px;
	border: 1px dotted #eeeee9;
	background: #fffad2 url(img/bg-class-alert.png) no-repeat 10px 10px;
}

.checked {
	padding: 10px 10px 10px 60px;
	line-height: 20px;
	border: 1px dotted #eeeee9;
	background: #fffad2 url(img/bg-class-checked.png) no-repeat 10px 10px;
}

.download {
	padding: 10px 10px 10px 60px;
	line-height: 20px;
	border: 1px dotted #eeeee9;
	background: #fffad2 url(img/bg-class-download.png) no-repeat 10px 10px;
}

.preview {
	padding: 10px 10px 10px 60px;
	line-height: 20px;
	border: 1px dotted #eeeee9;
	background: #fffad2 url(img/bg-class-preview.png) no-repeat 10px 10px;
}

.info {
	padding: 10px 10px 10px 60px;
	line-height: 20px;
	border: 1px dotted #eeeee9;
	background: #fffad2 url(img/bg-class-info.png) no-repeat 10px 10px;
}

.arrow {
	padding: 10px 10px 10px 60px;
	line-height: 20px;
	border: 1px dotted #eeeee9;
	background: #fffad2 url(img/bg-class-arrow.png) no-repeat 10px 10px;
}

.happy {
	padding: 10px 10px 10px 60px;
	line-height: 20px;
	border: 1px dotted #eeeee9;
	background: #fffad2 url(img/bg-class-happy.png) no-repeat 10px 10px;
}


/*	##################################
   	SIDEBAR
	################################## */

h3.sidebar-title {
	color: #C1C1C1;
	font-size: 14px;
	width:286px;
	height:53px;
	display:block;
	background: transparent url("img/bg-title-sidebar.png") no-repeat top right;
	padding: 40px 10px 0 0;
	text-align:right;
}
.box-right{clear:both;}
.box-right ul{
	display:block;
	margin:-25px 0 0 0;
}
.box-right ul li{list-style:none;}
.box-right ul li a{text-decoration:none;font-size:12px;}
#daily-popular ul li,#daily-popular ul li a{float:left;}
#daily-popular ul li a img{border:7px solid #EEEEE9;margin: 10px 10px 0 0;}
#daily-popular ul li a:hover img {border:7px solid #deded9;}
.ad-left {
	float: left;
	width: auto;
	margin: 0 20px 20px 0;
}

.ad-right {
	float: right;
	width: auto;
	margin: 0 0 20px;
}

#sidebar-twitter ul,
#recent-comments ul {
	margin-left: 0px;
	padding-left: 0px;
}

#sidebar-twitter li,
#recent-comments li {
	list-style: none;
}
#content li.recentcomments_gravs{
list-style:none;
padding:0;
font-size:12px;
text-indent:5px;
}

/*	##################################
   	FORMS
	################################## */
#put-search{
	width:683px;
	height:1px;
	display:block;
	float:left;
}
#search-dmassiani{
position:relative;
float:left;
display:block;
width:297px;
margin:-90px 0 0 0;
}
#search-dmassiani #wrong-search{
position:absolute;
}
#searchform {
	width: 297px;
	position:absolute;
	display:none;
	margin:12px 0 0 10px;
}

#search-text {
	float: left;
	width: 227px;
	height: 31px;
	padding: 6px 5px 0 5px;
	background: transparent url("img/bg-search.png") left;
	font-size: 11px;
	color:white;
	border:none;
	outline: none;
	display:block;
}

#search-submit {
	float: left;
	width: 38px;
	height: 37px;
	background: transparent url(img/bg-input-submit.png) no-repeat left top;
	border: none;
}

input.text, textarea {
	width: 75%;
	padding: 5px;
	background: #fff url(img/bg-input-text.gif) repeat-x left top;
	border: 1px solid #eeeee9;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
}

textarea {
	width: 90%;
	height: 125px;
}

input.submit, input.button {
	width: auto;
	height: 30px;
	padding: 0 20px;
	color: #fff;
	background: transparent url(img/bg-input-submit.png) no-repeat left top;
	border: none;
}


/*	##################################
   	COMMENTS
	################################## */

#content .commentlist ol {
	margin: 0px;
	padding: 0px;
}

#content .commentlist li {
	margin: 20px 0 0 0;
	padding: 20px 0 20px 20px;
	list-style: none;
}

#content .commentlist .box-left {
	margin: 30px 0 0;
	padding: 0px;
	border: none;
}

.commentlist .avatar {
	float: right;
	width: auto;
	margin: 0 0 5px 20px;
}

.commentlist li p {
	margin: 0 20px 10px 0;
}

.commentlist .comment-author {
	font-size: 12px;
	font-weight: bold;
}

.commentlist .comment-author a {
	padding: 0 0 5px 0;
	border: none!important;
}

#content .commentlist ul.children {
	margin: 0px;
	padding: 0px;
}

#content .commentlist .children li {
	margin: 20px 0 0 0;
	padding: 20px 0 20px 20px;
	background: none;
	border-right: none;
}

.reply a {
	margin: 10px 0 0 0;
	padding: 5px 10px;
	background: transparent url(img/bg-input-submit.png) repeat-x left top;
	color: #fff;
	border: none!important;
	text-decoration: none;
}

#cancel-comment-reply {
	margin: 10px 0;
}

#content .commentlist li.depth-1, #content .commentlist li.depth-3, #content .commentlist li.depth-5 {
	background: #eeeee9 url(img/bg-comment-top.png) no-repeat left top;
}

#content .commentlist li.depth-2, #content .commentlist li.depth-4, #content .commentlist li.depth-6 {
	background: #fff url(img/bg-comment-top-1.png) no-repeat left top;
	border-right: 1px solid #ebebe1;
}

#content .commentlist li.depth-4, #content .commentlist li.depth-6 {
	border: none;
}

.moderation {
	padding: 0 0 0 25px;
	background: transparent url(img/bg-moderation.png) no-repeat left center;
}

.trackbacklist {
	margin: 30px 0 0;
	padding: 30px 0 0;
	border-top: 1px solid #eeeee9;
}

#content .trackbacklist ul {
	margin: 0 0 20px;
}

#commentform {
	padding: 0 0 10px 0;
}

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

.box-comments {
	position: relative;
	padding: 0 0 30px;
}

.comments-paging {
	position: absolute;
	top: 0px;
	right: 0px;
}


/*	##################################
   	PAGING
	################################## */
	
#paging {
	margin: 0 0 30px;
}

.wp-pagenavi .pages {
	float: right;
	width: auto;
}

.wp-pagenavi a, .wp-pagenavi .current {
	display: block;
	float: left;
	width: auto;
	min-width: 20px;
	height: 20px;
	line-height: 20px;
	margin-right: 5px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background:#D0D2C9;
}

.wp-pagenavi .current {
	background:#AFB1A5;
}


/*	##################################
   	FLICKR BADGE
	################################## */

#flickr_badge_uber_wrapper {
	text-align:center;
}

#flickr_badge_wrapper {
	padding: 0 0 5px 0;
}

.flickr_badge_image {
	display: inline;
	float: left;
	width: auto;
	margin:0 15px 15px 0; 
}

	
/*	##################################
   	CLEARING
	################################## */
	
.clear {
	clear: both;
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}


/*	##################################
   	WORDPRESS CSS
	################################## */

.aligncenter,
div.aligncenter {
   	display: block;
   	margin: 0 auto;
}

.aligncenter {
	margin-bottom: 20px!important;
}

.alignleft {
   	float: left;
   	width: auto;
   	margin: 0 20px 20px 0;
}

.alignright {
   	float: right;
   	width: auto;
   	margin: 0 0 20px 20px;
}

.wp-caption {
	margin-bottom: 20px;
	padding-top: 4px;
   	border: 1px solid #eeeee9;
   	text-align: center;
   	background-color: #f7f7f7;
}

.wp-caption img {
   	float: none;
   	margin: 0px;
   	padding: 0px;
   	border: none;
}

.wp-caption p.wp-caption-text {
   	padding: 0px;
  	margin: 0px;
}


/*	##################################
   	WIDGET CSS
	################################## */

#calendar_wrap table {
	width: 100%;
}

#calendar_wrap td, #calendar_wrap th {
	text-align: center;
	border: none;
}

#wp-calendar caption {
	margin: 0 0 10px;
	font-size: 12px;
	font-weight: bold;
}

#content-right #tag_cloud {
	padding: 0 0 30px;
	line-height: normal;
}

#content-right .textwidget {
	line-height: 22px;
	padding-bottom: 20px;
}

#content-right select#cat {
	margin-bottom: 20px;
}