@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
}
body {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	background: #808080;
	margin: 0;
	padding: 0;
	text-align: center;
	color: black;
}

/* common */
a {
	text-decoration: none;
	font-weight: bold;
	color: #C84600;
}
a:hover {
	color: #545358;
}
a img {
	border: 0;
}
img {
	display: block;
}
table td { empty-cells: show; text-align: left }
div { text-align: left }

/* toujours utiles */
div.clr { font-size: 1px; height: 1px; width: 1px; line-height: 1px; clear: both }

/* principales */
div#page { width: 980px; margin: 0 auto; text-align: left; padding: 0; font-size: 12px }
div#nav { background: white; width: 980px; height: 114px }

div#nav ul {
	padding-top: 50px;
	margin: 0 0 0 2px;
	list-style-type: none;
}

div#nav ul li {
	margin: 0;
	padding: 0 0 0 4px;
	float: left;
}

div.intro {
	width: 980px;
	background: white;
}

div#introContenu {
	margin-left: 204px;
	height: 126px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #545358;
}

div#introContenu h6.theme {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 10px;
}

div#introContenu p.theme {
	font-size: 12px;
	line-height: 14px;
	width: 765px;
}

div#introContenu p.auteur {
	font-weight: bold;
}

div#introContenu p.traduc {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
/*	margin-top: 6px; */
}

h1 {
	font-size: 18px;
	font-weight: normal;
}

div#principale {
	width: 980px;
	background: url(/images/interface/fond_principale.png);
	background-repeat: repeat-y;
}

div#navGauche {
	width: 197px;
	float: left;
}

div#navGauche ul#listeLiens {
	margin: 0;
	padding: 5px 0 0 5px;
	list-style-type: none;
}

div#navGauche ul#listeLiens li {
	display: block;
	width: 188px;
	height: 30px;
	background: url(/images/interface/nav/listegauche.png);
	background-repeat: no-repeat;
	padding: 0;
	margin: 0 0 1px 0;
}

div#navGauche ul#listeLiens li div.lien {
	padding-top: 7px;
	padding-left: 32px;
}
div#navGauche ul#listeLiens li div.lien a {
	font-size: 11px;
	font-weight: bold;
	color: #C84600;
}
div#navGauche ul#listeLiens li div.lien a:hover {
	color: #545358;
}

div#navGauche div#panier {
	width: 186px;
	border: solid 1px white;
	margin-left: 5px;
	margin-top: 16px
}

div#navGauche div#panier div.entete {
	margin: 0;
	padding: 0;
	background: url(/images/interface/boutique/entetepanier.png);
	background-repeat: no-repeat;
	height: 29px;
}

div#navGauche div#panier div.entete div.titre {
	padding-top: 8px;
	padding-left: 30px;
	font-size: 11px;
	font-weight: bold;
	color: #565656;
	float: left
}

div#navGauche div#panier div.entete div.titreArticles {
	font-size: 11px;
	float: right;
	color: #565656;
	padding-top: 8px;
	padding-right: 12px
}

div#navGauche div#panier ul {
	margin: 0;
	padding: 5px 5px 0 5px;
	list-style-type: none;
}

div#navGauche div#panier ul li {
	display: block;
	width: 100%;
	padding: 0;
	margin: 4px 0 2px 0;
}

div#navGauche div#panier ul li div.panierArticle {
	width: 146px;
	font-size: 11px;
	float: left;
}

div#navGauche div#panier ul li div.infosArticle {
	width: 30px;
	margin-left: 150px;
	font-size: 10px;
	padding-top: 1px;
}

div#navGauche div#panier ul li div#btnValidPanier {
	border: solid 1px white;
	width: 104px;
	float: left;
}

div#navGauche div#panier ul li div#btnValidPanier div {
	margin: 4px 6px;
	color: #c84600;
	font-size: 11px;
	text-align: center
}

div#navGauche div#panier ul li div#caseTotal {
	border: solid 1px #c84600;
	background: #c84600;
	width: 62px;
	margin-left: 110px;
}

div#navGauche div#panier ul li div#caseTotal div {
	margin: 4px 6px;
	color: white;
	font-size: 11px;
	text-align: center
}

div#navGauche p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #545358;
	margin-left: 35px;
	margin-top: 10px;
	margin-bottom: 20px;
}

div#princDroite {
	margin-left: 206px;
}

div#blocAgenda {
	width: 185px;
	float: right;
	margin-right: 5px;
	background: #F6F0E7;
	border: solid 1px #dcd1ba;
}

div#blocAgenda ul {
	width: 170px;
	list-style-type: none;
	padding: 2px 6px;
	color: #545358;
}

div#blocAgenda ul li {
	margin: 8px 0;
}
div#blocAgenda ul li h3 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 6px;
	width: 150px;
}

div#blocAgenda ul li p {
	font-size: 12px;
	width: 150px;
}

div#blocNouveautes {
	width: 575px;
}

div.bloc280 {
	width: 280px;
	float: left;
	font-size: 11px;
}

div.bloc280 div.visuel {
	width: 120px;
	float: left;
}

div.bloc280 div.visuel a img {
	border: solid 1px black;
}

div.bloc280 div.visuel a:hover img {
	border: solid 1px #808080;
}

div.bloc280 div.infos {
	margin-left: 130px;
}

div.blocColonne2 {
	margin-left: 15px;
}

.lienTheme {
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 16px;
}

.lienTheme a:hover {
	color: #808080;
}

.lienTheme a {
	display: block;
	padding-left: 10px;
}

div.intro .retour img {
	vertical-align: 1px;
}

div.intro .retour a {
	color: white;
}

div.intro .retour a:hover {
	color: #C84600;
}

div#introContenu h2 {
	font-size: 18px;
}

div#introContenu p.auteur {
	margin: 6px 0 3px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
div#introContenu p.infos {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div.intro .marge {
	width: 775px;
	height: 20px;
	margin-left: 205px;
}

div.intro .retour {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 11px;
}

.collection #classement {
	margin-bottom: 4px;
	padding: 5px 6px;
}

.collection #classement select {
	font-size: 11px;
}

.collection .livre {
	margin: 4px 0;
	float: left;
}

.collection .livre .couv {
	display: block;
	float: left;
}

.collection .livre .couv a img {
	border: solid 1px black;
}

.collection .livre .blocInfos {
	margin-left: 93px;
}

.collection .livre .infos {
	width: 420px;
	float: left;
}

.collection .livre .infos .info {
	margin: 8px 0;
}

.collection .livre .infos .caract {
	display: block;
	width: 50px;
	float: left;
	font-size: 10px;
}

.collection .livre .infos .caractVal {
	margin-left: 60px;
}

.collection .livre .infos .filet {
	height: 1px;
	font-size: 1px;
	line-height: 0;
	background: #DCD1BA;
}

.collection .livre .blocInfos .savoirplus {
	height: 110px;
	width: 58px;
	text-align: right;
	float: left
}

.separateur {
	float: left;
	width: 478px;
	font-size: 1px;
	line-height: 1px;
	height: 5px;
}

/* - psychanalyse - */
div.introPsycha h6 {
	color: #75455D;
}

div.introPsycha .marge {
	background: url(/images/interface/bandeau/psychanalyse.png);
}

.collectionPsycha .separateur {
	background: url(/images/interface/bandeau/psychanalyse.png);
}
.collectionPsycha .livre .infos .caract {
	color: #75455D;
}
.lienPsycha a {
	color: #75455D;
	background: url(/images/interface/fleches/psychanalyse.png) left 3px;
	background-repeat: no-repeat;
}

.collectionPsycha #classement {
	background: url(/images/interface/bandeau/psychanalyse.png); 
}

div.detailsPsycha div#medias {
	background: url(/images/interface/bandeau/psychanalyse.png);
}

div.detailsPsycha h4 {
	color: #75455D;
}

div.detailsPsycha div#medias ul li p.menu {
	background: url(/images/interface/bandeau/psychanalyse.png);
	border-top: solid 1px #AD919F;
	border-left: solid 1px #AD919F;
	border-right: solid 1px #AD919F;
}
/* ------- */

/* - philo - */
div.introPhilo h6 {
	color: #54707E;
}

div.introPhilo .marge {
	background: url(/images/interface/bandeau/philosophie.png);
}

.collectionPhilo .separateur {
	background: url(/images/interface/bandeau/philosophie.png);
}
.collectionPhilo .livre .infos .caract {
	color: #54707E;
}

.lienPhilo a {
	color: #54707E;
	background: url(/images/interface/fleches/philosophie.png) left 3px;
	background-repeat: no-repeat;
}

.collectionPhilo #classement {
	background: url(/images/interface/bandeau/philosophie.png); 
}

div.detailsPhilo div#medias {
	background: url(/images/interface/bandeau/philosophie.png);
}

div.detailsPhilo h4 {
	color: #54707E;
}

div.detailsPhilo div#medias ul li p.menu {
	background: url(/images/interface/bandeau/philosophie.png);
	border-top: solid 1px #9AABB4;
	border-left: solid 1px #9AABB4;
	border-right: solid 1px #9AABB4;
}
/* ------- */

/* - science metaphysique - */
div.introScimeta h6 {
	color: #789255;
}

div.introScimeta .marge {
	background: url(/images/interface/bandeau/science-meta.png);
}

.collectionScimeta .separateur {
	background: url(/images/interface/bandeau/science-meta.png);
}
.collectionScimeta .livre .infos .caract {
	color: #789255;
}
.lienScimeta a {
	color: #789255;
	background: url(/images/interface/fleches/science-meta.png) left 3px;
	background-repeat: no-repeat;
}

.collectionScimeta #classement {
	background: url(/images/interface/bandeau/science-meta.png); 
}

div.detailsScimeta div#medias {
	background: url(/images/interface/bandeau/science-meta.png);
}

div.detailsScimeta h4 {
	color: #789255;
}

div.detailsScimeta div#medias ul li p.menu {
	background: url(/images/interface/bandeau/science-meta.png);
	border-top: solid 1px #C1CAAD;
	border-left: solid 1px #C1CAAD;
	border-right: solid 1px #C1CAAD;
}
/* ------- */

/* - anthropologie - */
div.introAnthropo h6 {
	color: #C07A3D;
}

div.introAnthropo .marge {
	background: url(/images/interface/bandeau/anthropo.png);
}

.collectionAnthropo .separateur {
	background: url(/images/interface/bandeau/anthropo.png);
}
.collectionAnthropo .livre .infos .caract {
	color: #C07A3D;
}
.lienAnthropo a {
	color: #C07A3D;
	background: url(/images/interface/fleches/anthropo.png) left 3px;
	background-repeat: no-repeat;
}

.collectionAnthropo #classement {
	background: url(/images/interface/bandeau/anthropo.png); 
}

div.detailsAnthropo div#medias {
	background: url(/images/interface/bandeau/anthropo.png);
}

div.detailsAnthropo h4 {
	color: #C07A3D;
}

div.detailsAnthropo div#medias ul li p.menu {
	background: url(/images/interface/bandeau/anthropo.png);
	border-top: solid 1px #D5AF86;
	border-left: solid 1px #D5AF86;
	border-right: solid 1px #D5AF86;
}
/* ------- */

/* - hors-collection - */
div.introHorscol h6 {
	color: #8D88A4;
}

div.introHorscol .marge {
	background: url(/images/interface/bandeau/hors-collection.png);
}

.collectionHorscol .separateur {
	background: url(/images/interface/bandeau/hors-collection.png);
}
.collectionHorscol .livre .infos .caract {
	color: #8D88A4;
}
.lienHorscol a {
	color: #8D88A4;
	background: url(/images/interface/fleches/hors-collection.png) left 3px;
	background-repeat: no-repeat;
}

.collectionHorscol #classement {
	background: url(/images/interface/bandeau/hors-collection.png); 
}

div.detailsHorscol div#medias {
	background: url(/images/interface/bandeau/hors-collection.png);
}

div.detailsHorscol h4 {
	color: #8D88A4;
}

div.detailsHorscol div#medias ul li p.menu {
	background: url(/images/interface/bandeau/hors-collection.png);
	border-top: solid 1px #C0BDCC;
	border-left: solid 1px #C0BDCC;
	border-right: solid 1px #C0BDCC;
}
/* ------- */

h5.titre {
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 3px 10px;
}

p.auteur {
	margin: 0 0 12px 10px;
}

p.sortie {
	color: #C84600;
	font-weight: bold;
	margin: 0 0 0 10px;
}

.catalogue #classement {
	margin-bottom: 4px;
	padding: 5px 6px;
	background: url(/images/interface/fond_gris.png);
}

.catalogue #classement select {
	font-size: 11px;
}

.catalogue table {
	width: 100%;
	border: none;
	float: left;
	border-collapse: collapse;
	margin: 0;
}

.catalogue table th {
	background: #DCD1BA;
	font-size: 10px;
	font-weight: normal;
	padding: 3px 6px;
	border: none;
}

.catalogue table td {
	padding: 0;
	vertical-align: top;
}

.catalogue table td p {
	margin: 8px 6px 6px 6px;
}

.catalogue table td.titre {
	width: 350px;
	font-weight: bold;
}

.catalogue table td.titre a {
	color: black;
}

.catalogue table td.titre a:hover {
	color: #545358;
}

.catalogue table td.isbn {
	font-size: 10px;
	color: #545358;
}

.catalogue table td.plusinfos img {
	/*
	margin-left: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
	*/
	margin: 4px;
}

div.agenda {
	background: url(/images/interface/fond_colonne_agenda.png) right top;
	background-repeat: repeat-y;
}

div.agenda .infos {
	float: left;
	width: 525px;
	padding: 8px 0;
}

div.agenda .infos h4 {
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 6px;
}

div.agenda .livre {
	margin-left: 545px;
	width: 215px;
	padding-top: 8px;
	padding-bottom: 8px;
}

div.agenda .livre a img {
	border: solid 1px black;
}

div.details {
	float: left;
}

div.details p.pu {
	float: left;
	margin-top: 4px
}

div.details div.ajouterAuPanier {
	width: 198px;
	height: 29px;
	float: left;
	margin-top: 10px;
	background: url(/images/interface/boutique/ajouter_au_panier.png);
	background-repeat: no-repeat;
}
div.details div.ajouterAuPanier p {
	margin-top: 7px;
	margin-left: 32px;
}

div.details div#medias {
	height: 30px;
}

div.details div#medias ul {
	margin: 0;
	padding: 0;
	float: right;
}

div.details div#medias ul li {
	display: block;
	float: left;
	height: 30px;
}

div.details div#medias ul li:hover p.menu {
	background: #F5F5F5;
	border-top: solid 1px #C1CAAD;
	border-left: solid 1px #C1CAAD;
	border-right: solid 1px #C1CAAD;
}

div.details div#medias ul li p.menu {
	position: relative;
	padding-top: 7px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 6px;
	z-index: 10;
}

div.details div#medias ul li p.menu a {
	font-weight: normal;
	color: white;
}

div.details div#medias ul li:hover p.menu a {
	color: #C84600;
}

div.details div#medias ul li.pdf p.menu {
	padding-bottom: 5px;
}

div.details div#medias ul li.pdf:hover p.menu {
	border-bottom: solid 1px #C1CAAD;
}

div.details div#medias ul li div.sousmenu {
	display: none;
	position: absolute;
	margin-top: -1px;
	background: #F5F5F5;
	padding: 6px;
	border: solid 1px #C1CAAD;
	z-index: 1;
}

div.details div#medias ul li:hover div.sousmenu {
	display: block;
}

div.details div#medias ul li div.sousmenu p {
	width: 200px;
}

div.details div#medias ul li div.sousmenu span.plus {
	color: #BA3106;
	font-weight: bold;
}

div.details div#medias ul li div.sousmenu a {
	color: #545358;
	font-weight: normal;
}

div.details div#medias ul li div.sousmenu a:hover {
	color: #BA3106;
}

div.details div#medias ul li img {
	display: inline;
	vertical-align: middle;
	margin-right: 6px;
}

div.details div#infos {
	width: 556px;
	margin-left: 210px
}

div.details div#infos h4 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
}

div.details div#infos p {
	font-size: 12px;
	line-height: 15px;
}

div#miettes {
	font-size: 11px;
	color: #555459;
	margin-top: 8px;
	margin-bottom: 8px;
}

div#miettes a {
	color: #555459;
	font-weight: normal;
}

div#miettes a:hover {
	color: #C84600;
	font-weight: normal;
}

/* cgv */
#cgv img {
     display: inline;
}

#cgv ul {
     margin-left: 25px;
}

#cgv .article {
     padding: 10px 0 4px 0;
}

#cgv a {
	color: #888;
}

#cgv a:hover {
	color: #000;
}

/* liens */
div#liens div p { margin: 10px 0 0 0; font-weight: bold; color: #333; font-size: 14px }
div#liens div ul { margin: 2px 0 2px 0; list-style-type: none; padding-left: 12px }
div#liens div ul li { margin: 2px 0 2px 0; font-size: 13px; color: #666; font-weight: bold }
div#liens div ul li.auteur { margin-left: -6px }
div#liens div a { color: #777777; text-decoration: none; font-weight: normal }
div#liens div a:hover { color: black; text-decoration: none; font-weight: normal }

/* contacts */
div#contacts img { display: inline }
div#contacts div.filet { width: 750px; height: 2px; font-size: 2px; background: #e2ded2; margin: 8px 0 8px 0 }
div#contacts a { color: black; text-decoration: none }
div#contacts a:hover { color: #777777; text-decoration: none }
div#contacts a.c_contact { color: black; text-decoration: none }
div#contacts a.c_contact:hover { color: #777777; text-decoration: none }
div#contacts a.c_contact img { display: inline; vertical-align: -1px }
div#contacts a.c_equipe { color: black; text-decoration: none }
div#contacts a.c_equipe:hover { color: #777777; text-decoration: none }
div#contacts a.c_equipe img { display: inline; vertical-align: -1px }
div#contacts div ul { margin: 2px 0 2px 0; list-style-type: none; padding-left: 12px }
div#contacts div ul li { margin: 6px 0 }

/* mentions legales */
div#infoslegales p { margin: 10px 0 10px 0 }
div#infoslegales a { color: black; text-decoration: none }
div#infoslegales a:hover { color: #777777; text-decoration: none }
div#infoslegales a.c_contact { color: black; text-decoration: none }
div#infoslegales a.c_contact:hover { color: #777777; text-decoration: none }
div#infoslegales a.c_contact img { display: inline; vertical-align: -1px }
div#infoslegales ul { margin: 2px 0 2px 0; list-style-type: disc; padding-left: 20px }
div#infoslegales ul li { margin: 6px 0 }


/* newsletter */
div#newsletter .entete {
	background: url(/images/interface/fond_blocgris.png) top left;
	background-repeat: no-repeat;
	height: 30px;
}

div#newsletter .entete p {
	padding-top: 8px;
	padding-left: 29px;
}

div#newsletter #nlFormInscr {
	width: 377px;
	float: left;
	border: solid 1px #E6E6E6;
	background: #E6E6E6
}

div#newsletter #nlFormModif {
	width: 377px;
	margin-left: 386px;
	border: solid 1px #E6E6E6;
	background: #E6E6E6
}

div#newsletter form {
	margin: 10px 10px 0 32px;
}

div#newsletter form ul {
	list-style-type: none;
}

div#newsletter form ul li {
	margin: 2px 0;
	width: 100%;
	display: block;
	float: left;
}

div#newsletter form ul.cases li {
	margin: 6px 0;
	padding-left: 20px;
}

div#newsletter form ul.cases li input {
	margin-right: 8px;
}

div#newsletter form label {
	display: block;
	width: 48px;
	float: left;
}

div#newsletter form input.champsTexte {
	display: block;
	width: 276px;
	float: left;
}

div#newsletter form a.btn {
	display: block;
	padding: 4px;
	border: solid 1px white;
	float: left;
	font-size: 11px;
	font-weight: normal;
}

div#commande { width: 750px; padding-top: 6px; margin: 0; font-size: 11px }
div#commande div#barreetapes { margin-top: 10px; margin-bottom: 40px }
div#commande div#barreetapes img { display: inline; margin: 0 40px 0 0 }
div#commande div.btnnormal { color: #cc4600; padding: 4px 5px 4px 5px; width: 110px; border: 1px solid #cc4600; margin-top: 20px }
div#commande div.btnnormal img { display: inline; position: relative; top: 1px }
div#commande div.btnnormal a { font-size: 11px; color: #cc4600; font-weight: bold; text-decoration: none }
div#commande div.btnover { color: #af2d26; padding: 4px 5px 4px 5px; width: 110px; border: 1px solid #af2d26; margin-top: 20px }
div#commande div.btnover img { display: inline; position: relative; top: 1px }
div#commande div.btnover a { font-size: 11px; color: #af2d26; font-weight: bold; text-decoration: none }
div#commande form { padding: 10px 10px 0 10px }
div#commande form input { display: block; font-size: 9px; margin-top: 2px; margin-bottom: 8px }
div#commande div#iddejaclient { width: 350px; float: left }
div#commande div#idnouvclient { width: 350px; margin-left: 370px }
div#commande div#idnouvclient div#texte { padding: 10px 10px 0 10px }
div#commande p { margin: 10px }
div#commande div.barre { background: #e7e7e7; color: #787878; padding: 6px 10px 6px 10px; margin: 0; font-weight: bold }
div#commande div.barreerr { background: red; color: white; padding: 6px 10px 6px 10px; margin: 0; font-weight: bold; font-style: italic }
div#commande div.blanc { width: 100%; height: 24px }
div#commande form#FormInscript { padding: 0; width: 750px }
div#commande form#FormInscript div.champs { width: 750px; padding: 3px 0 }
div#commande form#FormInscript label { display: block; float: left; width: 140px; margin: 4px 10px 4px 10px }
div#commande form#FormInscript input { display: block; margin-left: 150px }
div#commande form#FormInscript input.deuxcent { width: 200px }
div#commande form#FormInscript textarea { display: block; margin-left: 150px }
div#commande form#FormInscript textarea.deuxcent { width: 200px; margin-bottom: 10px }
div#commande form#FormInscript select { display: block; margin-left: 150px }
div#commande form#FormInscript div#envoyer { margin-left: 10px }
div#commande form#FormInscript div.clr { font-size: 1px; height: 1px; width: 100% }
div#commande div#recap { width: 460px }
div#commande div#recap div.barre { width: 440px; margin: 0 }
div#commande div#recap table { width: 460px; padding: 0; width: 100%; margin: 0; border: 0; border-collapse: collapse }
div#commande div#recap table th { background: #e7e7e7; color: #787878; padding: 6px 10px 6px 10px; font-weight: bold; text-align: left }
div#commande div#recap table .bordures { border-left: solid 6px white; border-right: solid 6px white }
div#commande div#recap table td { padding: 6px 10px 6px 10px; vertical-align: middle; font-size: 11px }
div#commande div#recap table td.droite { text-align: right }
div#commande div#recap table td.lignegrise { border-bottom: solid 1px #bfbfbf; height: 1px; margin: 0; padding: 0; empty-cells: show }
div#commande div#recap table td.total { color: white; background: #c94600; padding: 6px 10px 6px 10px }


/* blog */
div#blog ul {
	list-style: none;
	padding-left: 16px;
	margin-top: 10px;
}

div#blog ul li {
	padding: 4px 0;
}

div#blog div#blogPosts {
	float: left;
	padding-left: 20px;
}

div#blog div#blogPosts h2 {
	font-size: 14px;
}

div#blog div#blogPosts blockquote {
	margin: 10px 0 10px 30px;
	color: #888;
	padding-left: 12px;
	width: 550px;
}

div#blog div#blogPosts .post ul {
	margin: 10px 0 10px 10px;
}

div#blog div#blogPosts .post ul li {
	list-style-type: circle;
	padding: 4px 0;
}

div#blog div#blogPosts .hentry {
	width: 750px;
}

div#blog div#blogPosts .linkcat h2 {
	font-size: 12px;
	margin: 0;
	color: #c84600;
}
div#blog div#blogPosts .linkcat ul.blogroll {
	margin: 0 0 20px 0;
}
div#blog div#blogPosts .linkcat ul.blogroll li {
	margin: 0;
	padding: 2px 0;
}
div#blog div#blogPosts .linkcat ul.blogroll li a {
	font-size: 11px;
	color: #606060;
	font-weight: normal;
}

div#blog div#blogPosts .linkcat ul.blogroll li a:hover {
	color: black;
}

div#blog div#blogSidebar {
	margin-left: 610px;
	background: #F6F0E7;
	border: solid 1px #dcd1ba;
}

div#blog div#blogSidebar input {
	margin-top: 10px;
	margin-right: 10px;
	width: 100px
}
div#blog div#blogSidebar ul {
	width: 127px
}

div#blog div#blogSidebar ul li#archives {
	margin-top: 20px;
}

div#blog form p {
	padding: 2px 0;
}

div#blog form p label {
	color: #aaa;
}

div#blog form p input {
	border: solid 1px #ddd;
}

div#blog form p textarea {
	border: solid 1px #ddd;
}

div#blog h2#comments {
	font-size: 11px;
}

div#blog h2 {
	font-size: 11px;
}

div#blog .post h2 {
	margin-bottom: 6px;
}