/*
Theme Name: GAGACOLOR
Theme URI: www.gagavision.net
Description: Theme by TH2.
Author: Thomas Unkelbach
Author URI: http://www.th2designer.com
*/

body { background: #d6d6d6 url(http://gagavision.net/images/9898606069_2.jpg) repeat-x left top;
	margin: 0;
	padding: 0;
	cursor: default;
}
#body.b1 {background: url(http://gagavision.net/images/9898606069.jpg) no-repeat center top;}
p,body,table {
color: #434343;
	font: 11.5px/18px Tahoma, Verdana, Arial;
	cursor: default;
}

.bold, strong {
	color: #61636e;
	font-weight: bold;
}

.articles {
}

.titleside {
		color: #fff;
	text-transform: lowercase;
	text-align: left;
	font: 25px 'Ruda', sans-serif;
	letter-spacing: -1px;
	padding-left: 35px;
	text-shadow: #ba9f96 1px 0 0;
	padding-top: 15px;
}

.side {
	color: #6b615f;
	text-shadow: #fff 1px 0 0;
	padding-left: 20px;
	padding-right: 20px;
	text-align: justify;
	padding-bottom: 20px;
}

.titleside2 {
		color: #fff;
	text-transform: lowercase;
	text-align: left;
	font: 25px 'Ruda', sans-serif;
	letter-spacing: -1px;
	padding-left: 35px;
	text-shadow: #ba9f96 1px 0 0;
	padding-top: 15px;
}
.side2 {
	color: #6b615f;
	text-shadow: #fff 1px 0 0;
	padding-left: 20px;
	padding-right: 20px;
	text-align: justify;
	padding-bottom: 20px;
}

.date {
	padding-right: 5px;
	border-right: 1px solid #9a9a9a;
	padding-top: 3px;
}
.mois {
	text-align: center;
	text-transform: uppercase;
	font-size: 9px;
	color: #000;
}
.jour {
	text-align: center;
	text-transform: uppercase;
	color: #000;
	font-size: 30px;
}

.titre {
	color: #333333;
	text-transform: uppercase;
	text-align: left;
	font: 24px "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: -1px;
	padding-left: 10px;
}

#infos {
	color: #4f4f4f;
	text-align: left;
	font-size: 10px;
	line-height: 10px;
	padding-left: 10px;
}

#infos a {
	color: #4f4f4f;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
#infos a:hover {
	color: #4f4f4f;
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
}

.content {
	text-align: justify;
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 8px;
}

.content2 {
	text-align: justify;
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 8px;
}

.sep {
	border-bottom: 1px solid #d0c0bb;
}
.sep2 {
	border-bottom: 1px solid #d6d6d6;
}

a:link, a:visited {
	color: #ad9587;
	font-weight: bold;
	transition-property: color;
	text-decoration: none;
	transition-property: color;
	-webkit-transition:color 500ms ease-out;
-moz-transition:color 500ms ease-out;
-o-transition:color 500ms ease-out;
transition:color 500ms ease-out;
}
	a:hover, a:active {
		color: #6b3838;
		text-decoration: none;
	font-weight: bold;
	transition-property: color;
	-webkit-transition:color 500ms ease-out;
-moz-transition:color 500ms ease-out;
-o-transition:color 500ms ease-out;
transition:color 500ms ease-out;
}

a.main:link, a.main:active, a.main:visited { 
background: none 0 0;
color: #747580;
display:block;
text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	font: normal normal 11px Helvetica,Arial,"Trebuchet MS";
	padding: 5px 5px 10px;
		transition-property: all;
}

a.main:hover {
background: none 0 0;
color: #747580;
display:block;
text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	font: normal normal 11px Helvetica,Arial,"Trebuchet MS";
	padding: 5px;
	border-bottom: 5px solid #747580;
		transition-property: all;
			-webkit-transition:color 250ms ease-out;
-moz-transition:color 250ms ease-out;
-o-transition:color 250ms ease-out;
transition:color 250ms ease-out;
}
.u {
	border-bottom: 4px solid #f42f75;
}

.post-footer {
	padding: 10px 0;
	border-top: 1px solid #d7d4e5;
	margin-bottom: 0;
	margin-top: 0;
}


#sidebar .sidebar-item input#searchsubmit, #commentform input#submit {
	background: #e8e8e8 repeat-x;
	width: 200px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #cbcbcb;
}
* { padding: 0; margin: 0; }
img { border: 0; }

#wrapper {
	margin: 0 auto;
	width: 1000px;
	top: 300px;
	bottom: 300px;
	background: url(http://gagavision.net/images/bg0009.jpg) repeat-y center top;
}
#header {
}
#content {
	float: left;
	width: 62%;
	margin-left: 10px;
	margin-top: 10px;
}
#slide {
	width: 620px;
	padding-top: 10px;
	float: left;
	padding-left: 10px;
	z-index: 0;
	position: relative;
}
#LAUNE {
	text-align: left;
	z-index: 2;
	display: block;
	position: absolute;
	margin-right: 0;
	margin-bottom: 0;
}
.post img, .post a img, #content img, #archive img {
	}

	#content img {
   background-color:#FFFFFF;
   border: 6px solid #e9e9e9;
   margin:4px 0px 4px 5px;
   padding:5px;
   position:relative;
   	-webkit-transition:all 500ms ease-out;
-moz-transition:all 500ms ease-out;
-o-transition:all 500ms ease-out;
transition:all 500ms ease-out;
   }

#content img:hover {
   background-color:#FFFFFF;
   border: 6px solid #C69791;
   margin:4px 0px 4px 5px;
   padding:5px;
   position:relative;
   	-webkit-transition:all 500ms ease-out;
-moz-transition:all 500ms ease-out;
-o-transition:all 500ms ease-out;
transition:all 500ms ease-out;

	}

blockquote {
padding:10px;
border: 1px solid #d9d9d9;
	margin: 2px 20px;
	background: #ede7e5 no-repeat;
	text-shadow: #fff 1px 0 0;
}

blockquote:hover {
border: 1px solid #c9c9c9;
}

#sidebar {
	float: right;
	width: 345px;
	margin-right: 15px;
	background: url(http://gagavision.net/images/00BG2.jpg) repeat;
	margin-bottom: 0;
	bottom: 300px;
	visibility: visible;
	margin-top: 0;
	top: 0;
	z-index: 3;
	position: relative;
}
#sidebar2 {
	background: url(http://gagavision.net/images/00BG2.jpg) repeat;
}

/* Comments */
h3#comments, #respond h3 {
	font-size: 21px;
	font-weight: normal;
	text-transform: uppercase;
	padding-bottom: 20px;
	padding-top: 10px;
	text-align: center;
	color: #7b7b7b;
}

.commentaut {
	text-align: left;
	background-color: #f8f8f8;
	font-weight: bold;
	padding: 3px;
}

#respond {
	padding: 0px 15px 0px 2px;
	font-size: 11px;
	margin-left: 10px;
}
.comment-wrap {
	padding: 23px 5px;
}
#commentform input, #commentform textarea {
	width: 420px;
	background: #e8e8e8 repeat-x;
	border: 1px solid #cbcbcb;
	padding: 8px 10px;
	margin-bottom: 9px;
	overflow: auto;
	font: 11px Arial, Helvetica, sans-serif;
}
#commentform input#submit {
	height: 25px;
	width: 420px;
	color: #d60654;
	border: 0;
	padding: 0;
	font-weight: bold;
}
#commentform label {
	display: block;
	}
.commentlist li {
	list-style: none;
	margin-bottom: 10px;
	}
.comment-author {
	float: left;
	width: 50px;
	margin-left: 10px;
}
.comment-name {
	font-size: 13px;
	}
.comment-date {
	font-size: 10px;
	}
.comment-content {
	float: right;
	position: relative;
	width: 495px;
	padding: 5px;
	font-size: 11px;
	background: #f1f1f1;
	}
.arrow {
	width: 0;  
	height: 0;  
	line-height: 0;  
	position: absolute;  
	top: 30px;  
	left: -19px;
}
.comment-content p {
	padding-bottom: 10px;
	line-height: 18px;
	}

.children {
	padding-left: 20px;
	}
.children .comment-content { width: 475px; }
.children .children .comment-content { width: 450px; }
.children .children .children .comment-content { width: 440px; }
.children .children .children .children .comment-content { width: 430px; }

#main { clear: left; }	
.hidden { display: none; }
.c-left { clear: left; }
.clear { clear: both; }
.center { text-align: center; }
.alignleft { float: left; }
.alignright { float: right; }
img.alignleft { margin-right: 15px; }
img.alignright { margin-left: 15px; }


code {
	font: 1.0em 'Courier New', Courier, Fixed;
	background:#ececec;
	}

.pictures, .img {	
	border: 4px solid #d0c0bb;	
	padding: 1px;
	opacity: 1;
	margin: 1px;
		-webkit-transition:all 500ms ease-out;
-moz-transition:all 500ms ease-out;
-o-transition:all 500ms ease-out;
transition:all 500ms ease-out;
}



.pictures:hover {	
	border: 4px solid #c49097;	
	padding: 1px;
	opacity: 1;
	margin: 1px;
	-webkit-transition:all 500ms ease-out;
-moz-transition:all 500ms ease-out;
-o-transition:all 500ms ease-out;
transition:all 500ms ease-out;
}	

acronym, abbr, span.caps {	
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}			

acronym, abbr {
	border-bottom: 1px dashed #999;
	}
	

.network, .img {
	opacity: 0.3;
	-webkit-transition:all 500ms ease-out;
-moz-transition:all 500ms ease-out;
-o-transition:all 500ms ease-out;
transition:all 500ms ease-out;
}
.network:hover {
	opacity: 0.6;
		-webkit-transition:all 500ms ease-out;
-moz-transition:all 500ms ease-out;
-o-transition:all 500ms ease-out;
transition:all 500ms ease-out;
}

.facebook {
   border-top: 1px dotted #bebebe;
   text-align: center;
}

