/* Geeks-mx */

/****************************************************************
** cadavrExquis
****************************************************************/


/****************************************************************
** generic
****************************************************************/

/*** nettoyage de printemps, regles de base ***/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
a img {
	border: 0;
}
ol, ul {
	list-style: none;
}


/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/*** gros oeuvre ***/

body {
	text-align: center;
	font-size: 11px;
	font-family:	Georgia, "Times New Roman", Times, serif;
	margin: 32px;
	vertical-align: middle;
	background-color: #F3F3FF;
	background-attachment: fixed;
	background-image: url(./cadavrexquis/cadavrexquis.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

div#page {
     position: relative; 
     margin-left: auto;
     margin-right: auto;
     width: 916px;
}

body.right-sidebar #primary {
	position: relative;
	float: left;
	width: 65%;
}

body.singular #primary {
	width: 80%;
}

body.right-sidebar #secondary {
	position: relative;
	float: right;
	width: 25%;
  margin-right: 5%;
	text-align: justify;
}

div#after-secondary {
	clear: both;
}


/*** polices, forms ***/
font {
  font-size:    11px;
}

font.italic {
  font-style: oblique;
}

font.bold {
   font-weight:  bold;
}

input {
	border: 1px dashed #6666CC;
	font-size: 10px;
  margin: 2px 0px 2px 0px;
	background-color: #F3F3FF;
}

/*** fleches ***/

nav#nav-above {
	display: none;
}



.nav-next a {
	font-weight: bold;
	margin-left: 64px;
	background-repeat: no-repeat;
	font-size: 10px;
	color: #6600CC;
	background-image: url(./cadavrexquis/prec_suiv_01.png);
	background-position: center 10px;
	line-height: 96px;
	padding-top: 48px;
	padding-right: 16px;
	padding-bottom: 16px;
	padding-left: 16px;
}

.nav-previous a {
	font-weight: bold;
	background-repeat: no-repeat;
	font-size: 10px;
	color: #6600CC;
	background-image: url(cadavrexquis/prec_suiv_02.png);
	background-position: center 10px;
	line-height: 96px;
	padding-top: 48px;
	padding-right: 16px;
	padding-bottom: 16px;
	padding-left: 16px;
	margin-right: 64px;
}


/***********    A    ***************/

/*
* hack to force images to be rendered well in Internet Explorer
* even when they are surrounded by a link
*/

A IMG {
	border: 0px none #CCCCCC;
  text-decoration: none;
  color:           #6600CC;
}


a:link, a:visited {
  text-decoration: none;
  color:           #6600CC;
}

a:active, a:hover {
  text-decoration: underline;
  color:           #6600CC;
}


/********************* menu *********************/

.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

/* Search Form */

#searchform {
	position: relative;
	float: left;
	text-align: left;
  margin-top: 2px;
}
#searchform #s {
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition-duration: 400ms;
	-webkit-transition-property: width, background;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 400ms;
	-moz-transition-property: width, background;
	-moz-transition-timing-function: ease;
	-o-transition-duration: 400ms;
	-o-transition-property: width, background;
	-o-transition-timing-function: ease;
	font-size: 11px;
	height: 14px;
	line-height: 1.2em;
	padding: 0px 0px 0px 0px;
	float: left;
	width: 80px;
  margin: 4px 2px 2px 2px;
	padding: 0px 0px 0px 0px;
}
#searchform #s:focus {
	width: 80px;
  margin: 2px 0px 0px 0px;
	padding: 2px 2px 2px 2px;
}
#searchform #searchsubmit {
	display: none;
}

select.choose_css {
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition-duration: 400ms;
	-webkit-transition-property: width, background;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 400ms;
	-moz-transition-property: width, background;
	-moz-transition-timing-function: ease;
	-o-transition-duration: 400ms;
	-o-transition-property: width, background;
	-o-transition-timing-function: ease;
	font-size: 11px;
	height: 18px;
	line-height: 1.2em;
	padding: 0px 0px 0px 0px;
	float: right;
	text-decoration: none;
	border: 1px dashed #6666CC;
	background-color: #F3F3FF;
  margin-top: 4px;
}

ul.menu {
	text-align: center;
	vertical-align: middle;
  margin-top: 4px;
}

li.menu-item {
  display: inline;
	text-decoration: none;
	COLOR: #6600CC;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding-left: 32px;
	padding-right: 32px;
	background-image: url(./cadavrexquis/menu_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	line-height: 32px;
	padding-top: 8px;
	padding-bottom: 8px;
}

li.menu-item:hover {
	background-image: url(./cadavrexquis/menu.png);
}

li.menu-item a:hover {
	text-decoration: none;
}

/******* citation *******/

div.citation {
	vertical-align:     middle;
	color:              #000000;
	margin-top: 16px;
	margin-bottom: 16px;
	background-image: url(./cadavrexquis/citations.png);
	background-position: center center;
	background-repeat: no-repeat;
	padding-right: 32px;
	padding-left: 32px;
	text-align: center;
	padding-top: 24px;
	padding-bottom: 24px;
  
}

/******* news *******/

article {
  display: block;
	width:        100%;
  background-image: url("./cadavrexquis/bg_div.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  padding: 8px;
  text-align: justify;
  margin: 0 0 32px;
  text-align: left;
  width: 512px;
}

h1.page-title {
	padding-bottom: 16px;
  color: #6600CC;
}

article header .entry-format  {
  display: none;
	visibility: hidden;
}
  
article header h1.entry-title a{
	text-decoration: none;
  color: #6666CC;
}

article header h1.entry-title a:hover{
	text-decoration: none;
  color: #6600CC;
}

article header .entry-title  {
  background-image: url("./cadavrexquis/title_bg.png");
  background-position: left bottom;
  background-repeat: no-repeat;
  color: #6666CC;
  font-size: 11px;
  font-weight: bold;
  height: 16px;
  padding: 2px 2px 5px 24px;
  text-align: left;
  vertical-align: middle;
}

article header .entry-title:hover{
  background-image: url("./cadavrexquis/barre.png");
  color: #6600CC;
}

header div.entry-meta, .entry-summary {
  padding:     8px;
  text-align:  justify;
}

div.avatar {  
  background-image: url("./cadavrexquis/bg_voluptes.png");
  background-position: left bottom;
  background-repeat: no-repeat;
  float: left;
  left: -64px;
  margin-top: -30px;
  padding-left: 12px;
  position: absolute;
  z-index: 2;
}

div.entry-content {
  padding:     8px;
  text-align:  justify;
}

div.entry-content p {
	text-align:  justify;
}

footer {
  padding:     8px;
  text-align:  justify;
}

footer div.avatar {
  display: none;
  visibility: hidden;
}

.entry-meta .edit-link a,
.commentlist .edit-link a {
	background: #ddd;
	border-width: 0px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #6600CC;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	padding: 4px 6px 4px 6px;
  float: left;
  left: -52px;
  margin-top: -4px;
  position: absolute;
}
.entry-meta .edit-link a:hover,
.commentlist .edit-link a:hover {
	background: #7777CC;
	color: #FFFFFF;
}
.entry-content .edit-link {
	clear: both;
	display: block;
}

/*** IMG ***/
.entry-content img,
.comment-content img,
.widget img {
	max-width: 97.5%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full {
	max-width: 97.5%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1.625em;
}
p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 9px;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-family: Georgia, serif;
	font-size: 12px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 10px 0 5px 40px;
	position: relative;
}
#content .gallery {
	margin: 0 auto 1.625em;
}
#content .gallery a img {
	border: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
}
#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}

/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border: 1px solid #ddd;
	padding: 6px;
}
.wp-caption img {
	background: #F3F3FF;
	border-color: #ddd;
}
a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
#content .gallery .gallery-icon a:focus img,
#content .gallery .gallery-icon a:hover img,
#content .gallery .gallery-icon a:active img {/* Add some useful style to those fancy borders for linked images ... */
	background: #F3F3FF;
	border-color: #bbb;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {/* ... including captioned images! */
	background: #F3F3FF;
  border-color: #bbb;
}

/* Comments link */
.entry-header .comments-link {
  display: block;
}

.entry-header .comments-link a {
	background: #ddd url(../images/comment-bubble.png) no-repeat;
	color: #6600CC;
	font-size: 13px;
	font-weight: normal;
	line-height: 35px;
	position: relative;
	float: right;
	padding: 0 0 0 0;
  margin: 0px 12px 12px 12px;
	text-align: center;
	text-decoration: none;
	width: 43px;
	height: 36px;
}
.entry-header .comments-link a:hover,
.entry-header .comments-link a:focus,
.entry-header .comments-link a:active {
	background-color: #7777CC;
	color: #FFFFFF;
}
.entry-header .comments-link .leave-reply {
	visibility: hidden;
}

/*** formulaire de commentaires ***/
#respond {
  display: block;
	position: relative;
	width: 80%;
	background-color:   #F3F3FF;
	border: 0px solid #bbb;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 32px;
	margin-left: 0px;
	text-align: left;
}
#reply-title {  
  background-image: url("./cadavrexquis/title_bg.png");
  background-position: left bottom;
  background-repeat: no-repeat;
  color: #6666CC;
  font-size: 11px;
  font-weight: bold;
  height: 16px;
  padding: 2px 2px 5px 24px;
  text-align: left;
  vertical-align: middle;
}
#respond form#commentform {
  text-align:  justify;
  padding: 0px 8px 0px 8px;
}
#respond input[type="text"],
#respond textarea {
	border: 1px solid #bbb;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: relative;
  font-weight: bold;
}
#respond textarea {
	text-indent: 100px;
  padding-top: 3px;
}
#respond .comment-form-author input[type="text"] {
	text-indent: 70px;
}
#respond .comment-form-email input[type="text"] {
	text-indent: 160px;
}
#respond .comment-form-url input[type="text"] {
	text-indent: 70px;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
  margin-top: -20px;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	color: #6666CC;
	display: inline-block;
  position: relative;
  top: 20px;
	z-index: 1;
	font-size: 13px;
  padding-left: 4px;
  padding-right: 4px;
}

#respond .comment-form-author .required ,
#respond .comment-form-email .required ,
#respond .comment-form-url .required ,
#respond .comment-form-comment .required {
  position: relative;
  top: 20px;
	z-index: 1;
}

#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
  font-weight: normal;
}
#respond textarea {
	resize: vertical;
	width: 95%;
}
#respond .required {
	color: #bd3500;
}
#respond .comment-notes a:first-child,
#respond .logged-in-as a:first-child {
	font-weight: bold;
}
#respond p {
	margin: 10px 0;
	font-size: 12px;
}
#respond .form-submit {
}
#respond input#submit {
	background: #ddd;
	border-width: 0px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #6600CC;
	cursor: pointer;
	padding: 4px 12px 4px 12px;
}
#respond input#submit:active {
	background: #7777CC;
	color: #FFFFFF;
}
#respond #cancel-comment-reply-link {
	color: #6666CC;
	margin-left: 10px;
	text-decoration: none;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: none;
}
#respond label {
}
#respond input[type=text] {
	display: block;
	height: 18px;
	width: 75%;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}

/****************************************************************/
/* main page                                                    */
/****************************************************************/

header#branding {
	visibility: hidden;
	margin-top: -256px;
	height: 256px;
}

header#branding img{
  padding: 16px;
  margin: 0px;
}

header#branding a, header#branding a:hover {
	text-decoration: none;
  padding: 0px;
  margin: 0px;
	border-style: none;
}

