/*
    Theme Name: Notepad Chaos
    Theme URI: http://www.evaneckard.com/
    Description: Notepad Chaos is a wordpress theme by <a href="http://www.evaneckard.com">Evan Eckard</a>
    Version: 1.0
    Author: Evan Eckard
    Author URI: http://www.evaneckard.com/
*/


body {
	font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
    background: #96bcf4 ;
		background-image : url("images/bg.png");
	background-repeat: 	no-repeat;
	background-position: center top;
    color: black;
	margin:0;
	padding: 9;
 	width:100%;
	height: 100%;
}

/* #top {
position: relative;
	background-image : url("images/bg.png");
	background-repeat: 	no-repeat;
	background-position: center top;
	background-color: transparent;
	width: 100%;
	z-index: 5;
} */

#bot {
position: relative;
 	background-image : url("images/plongeur.png"); 
	background-repeat: 	no-repeat;
	background-position: center bottom;
	background-color: transparent;
	width: 100%;
	height: 350px;
	z-index: 0;
}

a {
    text-decoration: none;
    color: #1B019B;
}

a:hover{
    text-decoration: none;
    color: #6600FF;
}

p {
    margin: 5px 0 5px 0;
}

#toutelereste {
    top: 0;
    left: 50%;
 	margin-left: auto;
    margin-right: auto; 
    width: 1000px;
}


#bot_back {
    width: 100%;
}

#entete {
    position: absolute;
    top: 232px;
    margin-left: auto;
    margin-right: auto;
    width: 9000px;
}

#container {
	background-repeat: no-repeat;
    background-position: center bottom;
    background-color: transparent; 
    background-image: url("images/notepad-top.png");
	width:1000px;
	margin:0 auto;
	position:relative;
	height:350px;
}

#staticbar {
    height:40px;
    left:2%;
    position:fixed;
    top:0;
    width:96%;
    min-width: 1100px;
    z-index:99;
}

#barre_top {
    width: 100%;
    height: 100%;
}
/* search form */

#search {
	position:absolute;
	left:10px;
	top:6px;
	z-index:100;
}
#search form {
	margin:0;
	padding:0;
}
#search .txtField {
	border:1px solid #fff;
	width:138px;
	margin:0;
	padding:3px;
	font-size:12px;
	background:url(images/search-back.gif) transparent;
}
#search .btnSearch {
	border:1px solid #fff;
	color:#fff;
	margin:0;
	padding:2px;
	font-size:11px;
	background:url(images/btn-back.gif) transparent;
}

/* menu */

#menu-holder {
    position: absolute;
    top: 2px;
	left:200px;
	width:100%;
	overflow:hidden;
}
#menu {
    margin-left: 20px;
	text-align: left;
	display:inline;
	width:100%;
}

#menu ul  {
    margin : 0;
    padding : 5px 1em 5px 0;
    list-style-type : none;
}

#menu li {
    display: inline;
}

#menu img {
    border-right: solid 2px black;
    border-bottom: none;
    border-left: none;
    border-top: none;
    height: 24px;
}


/* blog title */

#title {
	position:absolute;
	top:200px;
	left:76px;
	color:#fff;
	font-size:10px;
	width:370px;
	overflow:hidden;
}

#title span {
padding-right: 10px;
}

#title h2 {
	color:#fff;
	font-size:20px;
	margin:0 0 2px;
}
#title a {
	color:#fff;
	text-decoration:none;
}
#title a:hover {
	color:#fff;
	text-decoration:none;
	border-bottom:1px solid #e7d8cf;
}


/* content */

#content {
	background:url(images/notepad-center.png) repeat-y;
	width:1000px;
	margin:0 auto;
	margin-top: -3px;
	padding-right:55px;
}
#content blockquote {
	padding:0 0 0 30px;
	background:url(images/blockquote.gif) no-repeat 0 50%;
}
#content .col01 {
    position: relative;
	float:left;
	padding-left:70px;
	width:675px;
	font-size:12px;
	line-height:20px;
}
#content .col01 h3 {
	font-size:24px;
	line-height:28px;
	font-weight:normal;
	margin:0;
	padding:0 0 10px;
	background:url(images/line.gif) repeat-x bottom;
}
#content .col01 h4 {
	font-size:18px;
	line-height:22px;
	font-weight:normal;
	margin:0;
	padding:0 0 16px;
	background:url(images/line.gif) repeat-x bottom;
}
#content .col01 h3 a {
	color:#000;
	text-decoration:none;
}
#content .col01 h3 a:hover {
	background-color:#f4f0db;
}
#content .col01 .post {
	padding-bottom:30px;
}
#content .col01 .thumbnail {
	float:right;
	margin:10px 0 10px 10px;
}

#content .col01 .meta2 {
	font-size:11px;
	text-align:right;
	padding-top:8px;
}

#content .col01 .meta {
	font-size:11px;
	text-align:right;
	background:url(images/line.gif) repeat-x;
	padding-top:8px;
}
#content .col01 .post-inner {
	position:relative;
	font-size: 12px;
}

#content .col01 .post-inner p {
	font-size: 13px;
}

#content .col01 .post-inner .date-tab {
	position:absolute;
	top:0px;
	left:-98px;
	height:64px;
	width:83px;
	background:url(images/date-tab.gif) no-repeat;
}
#content .col01 .thumbnail {
	float:right;
	margin:12px 0 12px 12px;
}
.month {
	text-align:right;
	display:block;
	padding:6px 16px 6px 0;
	font-size:11px;
}
.day {
	text-align:right;
	display:block;
	padding:4px 16px 2px 0;
	font-size:18px;
	font-weight:bold;
}
#content .col01 .post-inner a {
	color:#000;
	position:relative;
	text-decoration:none;
	border-bottom:1px solid #868585;
	background:#f4f0db;
}
#content .col01 .post-inner a:hover {
	color:#000;
	text-decoration:none;
	border-bottom:1px solid #000;
	background:#fffbc1;
}
#content .col01 .meta a {
	color:#000;
	text-decoration:none;
	border-bottom:1px solid #868585;
}
#content .col01 .meta a:hover {
	color:#000;
	text-decoration:none;
	border-style:none;
}


#content .col02 {
    position: relative;
	float:right;
    overflow: hidden;
	margin-right: 25px;
	width:212px;
    margin-top: -8px;
	font-size:14px;
	line-height:16px;
}

#content .col02 .post-inner{
    background: url(images/postitBack.gif) repeat-y scroll 0 0;
    list-style-image:url(images/goau-cat.gif);
    margin-left:-1px;
    padding-left: 25px;
    font-weight: bold;
}

ul.children { 
    display: none; 
}

li.current-cat ul.children { 
    display: block; 
}

li.current-cat-parent ul.children{
    display: block;
}

#content .col02 .post-inner li a {
    color: black;
}

#content .col02 .post-inner ul {
    margin-left: -42px;
}

#content .col02 .post-inner ul li a {
	margin:0 auto;
	display:block;
	width:170px;
	padding:0px 0 0 25px;
	background:url(images/goau-subcat.png) no-repeat;
    line-height: 18px;
    text-decoration: none;
    color: #000EAF;
}

#content .col02 .postit-bottom {
    margin-left:-7px;
    padding-left:0;
    width:220px;
	height:62px;
	background:url(images/postit-bottom.png) no-repeat;
	font-size:11px;
	text-align:right;
    padding-bottom: 40px;
}

.children{
    margin-bottom: 0px;
    border-top-width: 0px;
    margin-top: 0px;
    padding-left: 0px;
    color: #0099FF;
}

#content .col02 .categories-upper {
	height:124px;
	background:url(images/categories_upper.gif) no-repeat;
}
#content .col02 .categories {
    padding-left: 10px;
	background:url(images/categories-back.gif) repeat-y;
}
#content .col02 .categories ul {
	margin:0;
	padding:0;
}
#content .col02 .categories ul li {
	font-size:11px;
	line-height:18px;
	list-style:none;
}
#content .col02 .categories ul li a {
	color:#2600BF;
	margin:0 auto;
	display:block;
	width:170px;
	padding:0px 0 0 25px;
	background:url(images/goau-subcat.png) no-repeat;
}

#content .col02 .categories ul li a:hover {
	text-decoration:none;
	color:#000;
	background:url(images/bullet-postit-on.gif) no-repeat 5px 8px #ff5092;
}
#content .col02 .categories-btm {
	height:68px;
	background:url(images/categories-btm.gif) no-repeat;
}

#top_articles{
    margin-bottom: -14px;
    margin-top: -14px;
}

.social{
    text-align: center;
    padding: 10px;
    width: 200px;
}

#content .col02 .links {
	padding-top:20px;
}
#content .col02 .links ul {
	margin:0 0 20px;
	padding:0;
}
#content .col02 .links ul li {
	font-size:11px;
	line-height:18px;
	list-style:none;
	background:url(images/line-inner.gif) no-repeat bottom;
}
#content .col02 .links ul li a {
	color:#21565E;
	margin:0 auto;
	display:block;
	width:212px;
	padding:6px 0;
}
#content .col02 .links ul li a:hover {
	text-decoration:none;
	color:#000;
}

#sous-cat li , #sous-cat li a{
    font-size:14px;
    color: #000EAF;
    font-weight: bold;
    list-style-image: url(images/goau-subcat.png) no-repeat;
}
/* footer */

#footer-holder {
	width:1000px;
	margin:0 auto;
	position:relative;
}

#footer-holder .footer {
	width:1000px;
	height:300px;
	position:absolute;
	top:0px;
	background: transparent url(images/notepad-bot.png) no-repeat;
	z-index:5;
}

#footer-holder .txt p span{
color:#fff;
}

#footer-holder .txt a{
	color:#fff;
	text-decoration:none;
}

#footer-holder .txt a:hover {
	color:#fff;
	text-decoration:underline;
}
#footer-holder .txt {
    margin-top: 10px;
	width:560px;
	position:absolute;
	top:130px;
	left:386px;
	color: #fff;
	font-size:13px;
	line-height:16px;
	z-index:105;
	height:60px;
	overflow:hidden;
}z
#footer-holder .smashing a {
	width:66px;
	height:61px;
	position:absolute;
	top:160px;
	left:709px;
	font-size:11px;
	text-indent:-400px;
	z-index:102;
	overflow:hidden;
	background:url(images/logo-smashing.gif) no-repeat 0 0;
}
#footer-holder .smashing a:hover {
	background:url(images/logo-smashing.gif) no-repeat 0 -61px;
}



/* next previous */

.previous a {
	float:left;
	width:93px;
	height:33px;
	text-indent:-400px;
	background:url(images/link-older.gif) no-repeat 0 0;
	overflow:hidden;
}
.previous a:hover {
	background:url(images/link-older.gif) no-repeat 0 -33px;
}
.next a {
	float:right;
	width:93px;
	height:33px;
	text-indent:-400px;
	background:url(images/link-newer.gif) no-repeat 0 0;
	overflow:hidden;
}
.next a:hover {
	background:url(images/link-newer.gif) no-repeat 0 -33px;
}


/* comment styles */

.comments, .name, .email, .website, .txt-email-sub, .txt-website-example {
	display:block;
	font-size:12px;
	overflow:hidden;
	margin:0;
	padding:0;
}
.comments {
    float:left;
    height:22px;
    width:200px;
}
.name, .email, .website {
	width:80px;
	float:left;
	margin-right:12px;
	clear:left;
}
.name {
	height:30px;
}
.email {
	height:30px;
}
.website {
	height:30px;
}
.txt-email-sub {
	height:20px;
	clear:both;
    padding-left: 92px;
}
.txt-website-example {
	height:20px;
	clear:both;
}

#commentform {
	padding:0;
	margin:0;
}

#commentform p{
	padding: 0;
	margin: 3px 0 3px 0;
}

#commentform .comment-field {
	border:1px solid #939393;
	width:320px;
	margin:0;
	font-size:12px;
	background:#fff;
	float:left;
}
#commentform .comment-box {
	border:1px solid #939393;
	width:425px;
	margin:0 0 0px;
	padding:3px;
	font-size:12px;
	background:#fff;
}
#commentform .btnComment {
	border:1px solid #fff;
	color:#fff;
	margin:0;
	padding:2px;
	font-size:14px;
	background:url(images/btn-back.gif) transparent;
	float:left;
	clear:left;
}


/* comment list */

.commentlist {
	margin:20px 0;
	padding:0;
}
.commentlist li {
	padding:12px 0;
	background:url(images/line-inner.gif) no-repeat bottom;
	font-size:12px;
	line-height:20px;
	list-style:none;
}
.commentlist li a {
	color:#000;
	position:relative;
	text-decoration:none;
	border-bottom:1px solid #868585;
	background:#f4f0db;
}
.commentlist li a:hover {
	color:#000;
	text-decoration:none;
	border-bottom:1px solid #000;
	background:#fffbc1;
}
.commentdate {
	display:block;
	padding:0 0 6px;
	font-size:10px;
}
.commentlist li cite {
	font-weight:bold;
	font-style:normal;
}