/*  
Theme Name: Sliding Raph
Author: Raphael Goetter
Author URI: http://www.goetter.fr/

*/



body {
  margin: 0;
  padding: 10px 0 100px 0;
	color: #fff;
	font-family: "Century Gothic", "Lucida Grande",Tahoma,"Lucida Sans Unicode",Verdana,sans-serif;
	background: #000 url(img/background.jpg) center top repeat-y;
	font-size: 80%;
}

body a {
		color: #ccc;
}


#upperBar {
	height: 0px;
	background: #01bcff;
}

#wrapper, #welcomeheading-inside {
  width: 960px;
  margin: 0 auto;
	position: relative;
}    

#middleword {
	color: #909090;
}


#welcomeheading a:hover #middleword {
	color: #fff;
}
#welcomeheading a img {
		border: none;
		float: left;
}
 
#welcomeheading .description p {
	color: #fff;
	position: absolute;
	top: 81px;
	right: 0;
	padding: 0;
	margin: 0;
}  

                
#content {
	float: right;
	width: 660px;	
	margin: 30px 0 50px 0;
	padding: 0;
	color: black;
  font-family: "Century Gothic", Georgia, Tahoma,"Lucida Sans Unicode",Verdana,sans-serif;
}
#contenu, .last {
  /* background: url(img/transparent.png); */
  background-color: #fff; /* alternative solide */
  background-color: rgba(255, 255, 255, 0.2);
  padding: 10px 20px;
  -moz-border-radius: 8px;
  -khtml-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  font-size: 0.9em;
}
#content h2 {
  color: white;
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 1.8em;
  font-weight: normal;
  letter-spacing: 2px;
}
#content h2#comments {
  margin-top: 30px;
}

	#content .notice p {
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	padding: 5px 0px;
	font-size: 0.8em;
	margin: 1px;
}
		#content .notice {
	margin-bottom: 20px;
}

    #content .post {
		position: relative;
}
	
	#content .post h2 a {
	color: #FFF;
	text-decoration: none;	
	padding: 3px 0;
	font-size: 24px;
	font-weight: bold;
}

	#content .post h2 a:hover {
		color: #D5F3FF;
	}
	
	#content .post h3 {
  color: white;
  padding: 0;
  margin: 25px 0 10px 0;
  font-size: 1.6em;
  font-weight: normal;
}
#content .post h3 a {
  color: #fff;
}
	#content .post h4 {
  color: white;
  font-size: 1.2em;
}
#content .post h4 a {
  color: #fff;
}

 #content .post-details {
  font-size: 0.9em;
}

 #content .prevnext {
	margin-top: 20px;
	font: normal 0.9em/20px Verdana, Helvetica, Sans-serif;

	
}	            	
	#content .post h3 a:hover {
		text-decoration: none;
	}
	
	#content .post img {
	max-width: 620px;
	max-height: 800px;
}     

#content .auteur {
  -moz-border-radius:10px;
  -o-border-radius:10px;
  -webkit-border-radius:10px;
  -khtml-border-radius:10px;
  -moz-box-shadow:0 0 10px #333; 
  -webkit-box-shadow:0 0 10px #333; 
  box-shadow:0 0 10px #333; 
  background:#F3F3F3 url(img/picto-edit.png) no-repeat scroll 96% 30%;
  border:1px solid #F9F9F9;
  clear:both;
  margin-top:15px;
  padding:5px 80px 5px 5px;
  line-height: 1.1;
}
#content .auteur .avatar {
  -moz-border-radius:4px;
  -o-border-radius:4px;
  -webkit-border-radius:4px;
  -khtml-border-radius:4px;
  background:white;
  border:1px solid #DDD;
  float:left;
  margin:5px 10px 5px 5px;
  padding:3px;
}
#content .auteur p {
margin: 5px;
color: #999999;
text-align: left;
font-size: 0.95em;
}
#content .auteur p a {
color: #999999;
}
#content .auteur .meta {
color: #999999;
display: block;
margin-top: 5px;
}
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

#content .discret {
  font-size: 0.95em;
  color: #ccc;
}

.alignleft {
   float: left;
   margin: 5px 10px 0 0;
}

.alignright {
   float: right;
   margin: 5px 0 0 10px;
}


.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
   -moz-box-shadow:0 0 10px #333; 
  -webkit-box-shadow:0 0 10px #333; 
  box-shadow:0 0 10px #333; 
}

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

#content p.wp-caption-text  
   {
   font-size: 0.9em;
   line-height: 17px;

   margin: 10px;
	color: #000;
	text-align: center;
}
	
	#content .post a img {
	border: 1px solid #ddd;
	}
		
	#content .post ul {
		margin-left: 20px !important;
	}
	
	#content .post ul li {
		list-style-type: disc !important;
	}
	
	#content p,
	#content .post ul li, #content .post ol li {
	margin-bottom: 10px;
	margin-top: 10px;
	color: #fff;
	text-align: justify;
	line-height: 1.4;
	font-size: 1.2em;
}
	
	#content blockquote {
	margin-left: 10px;
	border-left: 5px solid #CEB0B4;
	padding-left: 10px;
	font-style: italic;
}
	#content p a {
		color: #fff;
	}	
	#content p a:hover {
		text-decoration: none;
	} 
	
	#content small {
	    margin: 0 auto;
	    text-align: center;
	    display: block;
	    border-top: 3px solid #333;
	    border-bottom: 1px solid #333;
	    font-size: 11px;
	    color: #999;
	}
	
	#content ol {
	line-height: 1.6;
}
	#content ol.commentlist {
		margin: 10px 0 0 0;
		padding: 0;
		font-size: 0.9em;
		color: #fff;
	}
	
	#content ol.commentlist li {
		border-top: 1px solid #333;
		margin-bottom: 10px;
	} 
	
		#content ol.commentlist li .commentMeta {
			width: 120px;
			float: left;
			margin-top: 0px;
		} 
		
		    #content ol.commentlist li .commentMeta span {
				display: block;
			}
			
			#content ol.commentlist li .commentMeta span.author,
			#content ol.commentlist li .commentMeta span.author a {
				color: #CCC;    
				text-decoration: none;
				margin-bottom: 5px;
			}                     
			
			#content ol.commentlist li .commentMeta span.date a {
				color: #666;
				text-decoration: none;
				font-size: 11px;
			}

			#content ol.commentlist li .commentMeta span.moderate a {
				color: #ddd;
			}
		
		#content ol.commentlist li .commentText {
			width: 450px;
			float: right;
			padding: 0 0 5px 10px;
			font-size: 1em;
		}
	
	
	#content ol.commentlist .avatar {
float: left;
margin-top: 5px;
}


	#content h3 {
		color: #ddd;

	}
	
	#content #commentform input {
		padding: 5px;
		width: 200px;
		margin-right: 5px;
		font-family: "Century Gothic", Arial, Helvetica, Sans-serif;
	}
	#content #commentform input:hover {
	cursor: pointer;
  }
	
	#content #commentform textarea {
		width: 620px;
		padding: 10px;
		font-family: "Century Gothic", Arial, Helvetica, Sans-serif;
	}
	#content div.commentText p {
  margin-top: 0;
  }
	#content .nextprevious {
		height: 40px;
		display: block;
	} 
	
	#content .nextprevious a {
		color: #CCC;
	}               
	
	#content .nextprevious .left {
		float: left;
	}              
	
	#content .nextprevious .right {
		float: right;
	}
	
	#content .adBrite {
		display: block;
		margin-bottom: 20px;
		border: 1px solid #333;
	}

#sidebar {
	width: 260px;
	float: left;
	padding-top: 8px;
	padding-bottom: 95px;
	background: url(img/ornement.png) right bottom no-repeat;
	text-align: right;
	font-size: 1.1em;
	margin-bottom: 50px;
} 

#sitemeter {
	text-align: center;
	width: 160px;
		font-size: 11px;
		color: #999;
}
#sitemeter img {
	padding-bottom: 8px;
	padding-top: 8px;
}

	#sidebar h2 {
		font-weight: normal;
		font-size: 1.3em;
		letter-spacing: 1px;
		font-variant: small-caps;
		margin-bottom: 10px;
	padding: 8px 40px 5px 0;
	color: #CEB0B4;
	border-bottom: 1px solid #fff;
	background: url(img/puce-orn.png) right center no-repeat;
}

#sidebar p, #sidebar div.textwidget {
		font-size: 0.9em;
		color: #fff;
}
	
	#sidebar a img {
		border: none;
	}
	
	#sidebar #presentation {
	 color: #CEB0B4;
	 margin-right: 15px;
	}

	#sidebar ul {
		margin-top: 10px;
		margin-bottom: 10px;
		list-style: none;
}
	
	#sidebar ul li {
		margin: 10px 0;
		list-style: none;
	}
	
	#sidebar ul li a {
		color: #fff;
		text-decoration: none;
		padding: 5px 15px;
	}
	#sidebar .widget_recent_entries ul li a {
		color: #fff;
		text-decoration: none;
		padding: 0;
	}
	
	#sidebar ul li span {
		color: #666;
		margin-left: 5px;
	}
	
	#sidebar li.widget_recent_entries ul {
	 margin-right: 15px;
	}
	
	#sidebar ul li a:hover, #sidebar ul li a:focus {
		color: #410C1E;
		background: #fff;
		border-radius: 8px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		-khtml-border-radius: 8px;
	}
	
	#sidebar .widget_recent_entries ul li a:hover, #sidebar .widget_recent_entries ul li a:focus {
		color: #fff;
		background: none;
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		-khtml-border-radius: 0;
		border-bottom: 1px solid #CEB0B4;
	}
	
	
	
	#sidebar ul#nav {
		margin: 10px 0 20px 0;
	}
	
	#sidebar ul#nav li {
		margin: 0;
		padding: 0;
	}
		
	#sidebar ul#nav li a {
		display: block;
		height: 17px;
		padding: 7px 10px;
		background: url(img/nav_off.png) 0 0 no-repeat;
		margin-bottom: 5px;
		text-decoration: none;
		font-size: 12px;
		text-transform: uppercase;
		font-weight: bold;
		color: #999;
	}
	
	#sidebar ul#nav li a:hover {
		background: url(img/nav_off.png) 0 -31px no-repeat;
	}        
	
	#sidebar ul#nav li a.active {
		background: url(img/nav_on.png) 0 0 no-repeat;
		color: #FFF;
	}
	
	#sidebar a.photolink {
	padding: 0;
	margin: 5px;
	}
	
	#sidebar a.photolink img {
	width: 75px;
	}

  #sidebar li.widget_flickr p, #sidebar li.widget_flickr a {
  color: #CEB0B4;
  font-size: 0.75em;
  border: none;
  background: none;
  }

#footer  {
  clear: both;
  padding: 10px 20px;
  /* background: url(img/transparent-black.png); */
  background-color: rgb(0, 0, 0); /* alternative solide */
  background-color: rgba(0, 0, 0, 0.3);
  -moz-border-radius: 8px;
  -khtml-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
#footer ul {
  list-style: none;
  font-size: 0.9em;
  margin: 0;
  padding: 0;
  text-align: right;
}

#footer li {
  margin: 4px 15px;
  display: inline-block;
  width: 55px;
  text-align: center;
}
#footer li img {
  vertical-align: middle;
  border: none;
  display: block;
}
#footer #facebook img {
  float: left;
  border: none;
}
#footer li a {
  color: #D0B0B0;
  text-decoration: none;
  vertical-align: middle;
  margin-left: 3px;
}
#footer li a:hover, #footer li a:focus {
  text-decoration: underline;
  color: #fff;
}

.clearfix {
	clear: both;
}	

.ctc {
text-align: center;
	text-decoration: none;
	line-height: 80%;
	background-color: #000;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 10px;
}	


.ctc a {
	text-decoration: none;
	text-transform: lowercase;
	font-family: "Century Gothic", "Lucida Grande",Tahoma,"Lucida Sans Unicode",Verdana,sans-serif;
	margin: 4px;
	border: thin none #060606;
}
.ctc a:hover{
	color: #fff;
	margin: 3px;
	border: thin solid #8acef3;
	background-color: #0c0c0c;
}

[disabled] {

	color:#dddddd;

	border-color:#dddddd!important;

	background:none!important;

}

 #upperBox {
	margin-bottom: 10px;
	text-align: center;
	position: absolute;
	right: 0;
	padding-top: 5px;
}
	
 #upperBox a img {
		display: block;
		margin: 0 auto;
		border: none;
	}
	

	 #upperBox p {
		margin: 5px 0;
		font-size: 10px;
		text-align: center;
	}
	
	 #upperBox input {
		height: 18px;
		padding: 5px 5px 5px 25px;
		background: url(img/upperBox_search.png) top left no-repeat;
		border: 0;
		width: 100px;
		color: #9ec7eb;
		margin-top: 5px;
	}
	
	 #upperBox input:focus {
		color: #FFF;
	}

.left {
  float: left;
  margin: 0 15px 5px 0;
}

#content p.pageintro {
  font-family: "Century Gothic", Georgia, Tahoma,"Lucida Sans Unicode",Verdana,sans-serif;
  font-size: 1.2em;
  margin-top: 10px;
  padding: 0;
  color: white;
  text-align: left;
}

div.awsomarchive select {
  padding: 2px;
  border: 1px solid #fff;
  color: white;
  background: transparent;
  font-family: "Century Gothic", "Lucida Grande",Tahoma,"Lucida Sans Unicode",Verdana,sans-serif;
  font-size: 0.9em;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
div.awsomarchive select option {
  color: #000;
  background: #fff;
}
