/*
    Theme Name: Galibier
    Description: Theme du site galibier thabor
    Version: 1.0
    Author: Future creation - Matthieu Thievent
*/


body {
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#000;
}

img{
	border-width: 0px;
	border-style: none;
	border:none;	
}
/* pour les images */
.alignright{
	float:right;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
}
.alignleft{
	float:left;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
}

#container #logo a{
	width:1000px;
	height:301px;
	position:absolute;
	top:0px;
	left:0px;
	font-size:11px;
	z-index:103;
	color:#000;
	font-size:0px;
	background:url(images/galibier-thabor-blog.jpg) no-repeat 0 0;
}

#container {
	width:1000px;
	height:348px;
	position:relative;
}

#container #menu{
	width:1000px;
	height:47px;
	background-image:url(images/menu-back.jpg);
	background-repeat:no-repeat;
	position:relative;
	top:301px;
}
#container #menu #menuContainer{
	width:340px;
	margin:0;
	text-align:center;
}

#container #menu #menuContainer a{
	float:left;
	text-transform:uppercase;
	font-size:16px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	color:#000;
	text-decoration:none;
}

#container #menu #menuContainer a:hover{
	color:#333;
}
#container #menu #menuContainer .espaceur{
	float:left;
	width:20px;
	font-size:15px;
	padding-top:2px;
}





/* search form */

#search {
	text-align:left;
	width:250px;
	padding-left:0px;
	margin-bottom:40px;
}
#search form {
	padding:0;
	margin:0;
}
#search .txtField {
	border:1px solid #CCC;
	width:128px;
	margin:0;
	padding:3px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
}
#search .btnSearch {
	border:1px solid #CCC;
	color:#fff;
	margin:0;
	padding:2px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	background:url(images/btn-back.gif) transparent;
}


/* menu */

#menu-holder {
	position:absolute;
	top:43px;
	left:457px;
	width:319px;
	overflow:hidden;
}
#menu {
	width:319px;
	height:42px;
	margin:0;
	padding:0;
	position:relative;
}
#menu li {
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	top:0;
}
#menu li, #menu a {
	height:42px;
	display:block;
}
#home {
	text-indent:-300em;
	overflow:hidden;
	left:0px;
	width:107px;
}
#about {
	text-indent:-300em;
	overflow:hidden;
	left:107px;
	width:107px;
}
#archives {
	text-indent:-300em;
	overflow:hidden;
	left:214px;
	width:106px;
}



#home a:hover {
	background:transparent url(images/menu.jpg) 0px 0px no-repeat;
}
#about a:hover {
	background:transparent url(images/menu.jpg) -107px 0px no-repeat;
}
#archives a:hover {
	background:transparent url(images/menu.jpg) -214px 0px no-repeat;
}


/* blog title */

#title {
	position:absolute;
	top:149px;
	left:76px;
	color:#fff;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:10px;
	width:370px;
	overflow:hidden;
}
#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/background-repeat.jpg) repeat-y;
	width:1000px;
	padding-top:15px;
}
#content blockquote {
	padding:0 0 0 30px;
	background:url(images/blockquote.gif) no-repeat 0 50%;
}
#content .col01 {
	float:left;
	width:563px;
	font-size:14px;
	line-height:20px;
	padding-left:98px;
	text-align:justify;
}
#content .col01 h3 {
	font-size:21px;
	line-height:28px;
	font-weight:normal;
	font-family: Times New Roman, Times, Georgia, erif;
	text-transform:uppercase;
	margin:0;
	padding:0 0 10px;
	background:url(images/line.jpg) repeat-x bottom;
	text-align:left;
}
#content .col01 h4 {
	font-size:18px;
	line-height:22px;
	font-weight:normal;
	font-family: Times New Roman, Times, Georgia, erif;
	margin:0;
	padding:0 0 16px;
}
#content .col01 h3 a {
	color:#000;
	text-decoration:none;
}
#content .col01 h3 a:hover {
	background-color:#f4f0db;
}
#content .col01 .post {
	padding-bottom:0px;
}
#content .col01 .thumbnail {
	float:right;
	margin:10px 0 10px 10px;
}
#content .col01 .meta {
	font-size:11px;
	text-align:right;
	padding-top:8px;
}
#content .col01 .post-inner {
	position:relative;
}
#content .col01 .post-inner .date-tab {
	position:absolute;
	top:-70px;
	left:-98px;
	height:93px;
	width:90px;
	background:url(images/date-tab.jpg);
	font-family: Times New Roman, Times, Georgia, erif;
}
#content .col01 .thumbnail {
	float:right;
	margin:12px 0 12px 12px;
}
.month {
	text-align:right;
	display:block;
	padding:0px 15px 6px 0px;
	font-size:11px;
	color:#FFF;
	text-transform:uppercase;
}
.day {
	text-align:right;
	display:block;
	padding:28px 28px 0px 0;
	font-size:24px;
}
#content .col01 .post-inner a {
	color:#000;
	position:relative;
	text-decoration:none;
	font-size:11px;
}
#content .col01 .post-inner a:hover {
	color:#000;
	text-decoration:none;
}
#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 {
	float:right;
	width:218px;
	font-size:11px;
	line-height:16px;
	margin-right:80px;
}
#content .col02 ul {
	list-style-type:none;
}	
#content .col02 .recent-posts {
	width:218px;
	background-image:url(images/col-02-post-repeat.jpg);
	background-repeat:repeat-y;
}
#content .col02 .post-repeat{
	width:218px;
	background-image:url(images/col-02-post-haut.jpg);
	background-repeat:no-repeat;
	padding-top:70px;
}
#content .col02 .post-repeat ul {
	padding:0;
	margin:0;
	padding-left:50px;
	list-style-type:disc;
}
#content .col02 .post-repeat ul li {
	font-size:10px;
	line-height:18px;
	margin:0;
}
#content .col02 .post-repeat ul li .listMeta {
	font-size:10px;
}
#content .col02 .post-repeat ul li a {
	font-size:13px;
	color:#000;
	display:block;
	width:150px;
	text-transform:capitalize;
	text-decoration:none;
}
#content .col02 .post-repeat ul li a:hover {
	text-decoration:underline;
	color:#000;
}
#content .col02 .post-bottom {
	width:188px;
	height:25px;
	background-image:url(images/col-02-post-bas.jpg);
	background-repeat:no-repeat;
	padding:12px 12px 0;
	font-size:11px;
	text-align:right;
}
#content .col02 .post-bottom a {
	color:#21565E;
}
#content .col02 .post-bottom a:hover {
	color:#21565E;
	text-decoration:none;
}











#content .col02 .cat {
	width:218px;
	background-image:url(images/col-02-cat-repeat.jpg);
	background-repeat:repeat-y;
}
#content .col02 .cat-repeat{
	width:218px;
	background-image:url(images/col-02-cat-haut.jpg);
	background-repeat:no-repeat;
	padding-top:70px;
	min-height:80px;
}
#content .col02 .cat-repeat ul {
	padding:3px 0 0 0;
	margin:0;
	padding-left:40px;
}
#content .col02 .cat-repeat ul li {
	font-size:10px;
	line-height:18px;
	margin:0;
}
#content .col02 .cat-repeat ul li .listMeta {
	font-size:10px;
}
#content .col02 .cat-repeat ul li a {
	font-size:14px;
	color:#000;
	display:block;
	width:150px;
	text-transform:uppercase;
	text-decoration:none;
}
#content .col02 .cat-repeat ul li a:hover {
	text-decoration:underline;
	color:#000;
}
#content .col02 .cat-bottom {
	width:188px;
	height:15px;
	background-image:url(images/col-02-cat-bas.jpg);
	background-repeat:no-repeat;
	padding:12px 12px 0;
	font-size:11px;
	text-align:right;
}
#content .col02 .cat-bottom a {
	color:#21565E;
}
#content .col02 .cat-bottom a:hover {
	color:#21565E;
	text-decoration:none;
}











#content .col02 .links {
	background:url(images/txt-friends-links.gif) no-repeat 50% 8px;
	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.jpg) repeat-x bottom;
}
#content .col02 .links ul li a {
	color:#000000;
	margin:0 auto;
	display:block;
	width:212px;
	padding:6px 0;
}
#content .col02 .links ul li a:hover {
	text-decoration:none;
	color:#000;
}

#content .col02 .side-meta {
}
#content .col02 .side-meta ul {
	margin:10px 0 0 40px;
	padding:0;
}
#content .col02 .side-meta ul li {
	font-size:10px;
	line-height:14px;
	list-style:none;
}
#content .col02 .side-meta ul li a {
	color:#000000;
	margin:0 auto;
	display:block;
	width:212px;
	padding:2px 0;
	text-decoration:none;
}
#content .col02 .side-meta ul li a:hover {
	text-decoration:underline;
	color:#000;
}


/* footer */

#footer-holder {
	width:1000px;
	margin:0 auto;
	position:relative;
}
#footer-holder .footer {
	width:1000px;
	height:150px;
	position:absolute;
	top:0px;
	background:url(images/footer.jpg) no-repeat;
	z-index:100;
}
#footer-holder .txt a {
	color:#000;
}
#footer-holder .txt a:hover {
	color:#000;
	text-decoration:none;
}
#footer-holder .txt {
	width:480px;
	position:absolute;
	top:116px;
	left:186px;
	font-size:11px;
	line-height:16px;
	color:#000;
	z-index:105;
	height:60px;
	overflow:hidden;
}
#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;
}
#footer-holder .rss a {
	width:55px;
	height:55px;
	position:absolute;
	top:165px;
	left:130px;
	font-size:11px;
	text-indent:-400px;
	z-index:103;
	overflow:hidden;
	background:url(images/icon-rss.gif) no-repeat 0 0;
}


/* 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:14px;
	overflow:hidden;
	margin:0;
	padding:0;
	color:#FFF;
}
.comments {
	height:27px;
}

.lineseparator{
	width:100%;
	height:25px;
	background:url(images/line-inner.jpg) repeat-x bottom;
}
	
.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;
}
.txt-website-example {
	height:20px;
	clear:both;
}
#commentform {
	padding:10px;
	margin:0;
	background-color:#333;
}
#commentform .comment-field {
	border:1px solid #939393;
	width:320px;
	margin:0;
	padding:3px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#fff;
	float:left;
}
#commentform .comment-box {
	border:1px solid #939393;
	width:425px;
	margin:0 0 10px;
	padding:3px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#fff;
}
#commentform .btnComment {
	border:1px solid #fff;
	color:#fff;
	margin:0;
	padding:2px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:14px;
	background:url(images/btn-back.gif) transparent;
	float:left;
	clear:left;
}


/* comment list */

.commentlist {
	margin:20px 0;
	padding:0;
}
.commentlist li {
	background-color:#e0e0e0;
	font-size:12px;
	line-height:20px;
	list-style:none;
	margin-bottom:10px;
	padding-left:10px;
	padding-right:10px;
}
.commentlist li a {
	color:#000;
	position:relative;
	text-decoration:none;
}
.commentlist li a:hover {
	color:#000;
	text-decoration:underline;
}
.commentdate {
	display:block;
	padding:0 0 6px;
	font-size:10px;
}
.commentlist li cite {
	font-weight:bold;
	font-style:normal;
}
