/*
Theme Name: Julia Schaefers
Theme URI: http://juliaschaefers.nl/
Description: Dutch artist shows largely abstract paintings, drawings and photographs. Animation of various phases of paintings provide an impression of the making of a painting.
Tags: Julia Schaefers,art,paintings,drawings,photography,acrylic,pastel,colored,coloured,pencil,abstract,expressionism,colorful,artist,gallery,modern,Gemälde,Zeichnungen,Pastell,peintures,dessin,pinturas,dibujos,desenhos,dipinti,disegni,maleri,tegninger,målning,billede,obraz
Version: 2
Author: Jan Lub
Author URI: http://step-it.com/
All rights reserved.
*/

/*
General
	errors
	links
	images
	backgrounds
	slides
	horizontal and vertical centering of posts/images/elements
Header
	menu
Footer
Sidebar
	menu
	social
Single / Category
	infopanel
Pages
	details en ontwikkeling
Category/Archive
Search
Forms
	search
	contact
Comments
*/


/* --------------------------------------------------------------------------------
	 GENERAL
-------------------------------------------------------------------------------- */

table, td, th {vertical-align:top;}
html, body {margin: 0;padding: 0;}
body {background: #FFFBF7;} /* #FAF4EF iets donkerder */
p + p {text-indent: 0;margin-top: 0;}

#page {
	width: 998px;
	margin: 0 auto;
	padding: 0;
	font-size: 1.0em;
	border: 0px solid #C4C4C4;
	text-align: left;
	height: 100%;
	color:#696969; /* dimgray*/
}
#contents {border:0px solid #9F9F9F;}

.container {background: transparent;}
.box {
	padding: 0px;
	background: transparent;
/*border:1px solid #C4C4C4;*/
	margin: 0px;
	overflow: auto; /* resolve collapsing parent issue */
}

.center {text-align: center; margin: 0 auto;}
.vertical_middle {vertical-align:middle;}
.bottom {position: absolute; bottom: 0;}
.inline {display: inline-block;}	/* see also ie.css */	

.border {border:1px solid #C4C4C4;}
.borderblack {border:1px solid #000;}

/*
.menu-en {
margin: 5px 0 0;
}
*/

/* --------------------------------------------------------------------------------
	 Error 404  */

.bg_404 {
	background-image: url('images/404.gif');
	background-repeat: no-repeat;
	background-position:0px 0px; /* hor vert */ 
}

.contents_404 {
	margin: 0;
	width:90%;
	position:absolute;
	bottom:0;
}

/* --------------------------------------------------------------------------------
	 Links  */

a, a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	padding: 0 0 0.5em 0;
	text-decoration: none;
	color: #A9A9A9; /* darkgray */
}
a:focus, a:hover {
	text-decoration: none;
	color: #BA7878;
}
a.toggle, a.toggle:visited  { /* visited pseudo selector so IE6 applies text colour*/
	padding: 0 0 0.5em 0;
	font-size: 1.2em;
	text-decoration: none;
	color: #A9A9A9; /* darkgray */
}
a.toggle:hover {
	color: #BA7878;
}
a.toggle:focus {
	color: #A9A9A9; /* darkgray */
}

/* --------------------------------------------------------------------------------
	 Images  */

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

.img-frontpage {
	padding: 10px 0;
	margin:0;
}
.img-contact {
	float:right;
	margin:0 0 1em 1em
}

/* --------------------------------------------------------------------------------
	 Backgrounds */

.bg_lines {
	background-image: url('images/bg_lines.png');
	background-repeat: no-repeat;
	background-position:90px 325px; /* hor vert */ 
	/* see also ie.css */	
}

.bg_schilderijen {
	height:550px;
	background-image: url('images/bg_schilderijen.png');
	background-repeat: no-repeat;
	background-position:80px 190px; /* hor vert */ 
}
.bg_schilderijen:lang(en) { background-image: url(images/bg_schilderijen_en.png) }

.bg_tekeningen {
	height:550px;
	background-image: url('images/bg_tekeningen.png');
	background-repeat: no-repeat;
	background-position:80px 190px; /* hor vert */ 
}
.bg_tekeningen:lang(en) { background-image: url(images/bg_tekeningen_en.png) }

.bg_fotografie {
	height:550px;
	background-image: url('images/bg_fotografie.png');
	background-repeat: no-repeat;
	background-position:80px 190px; /* hor vert */ 
}
.bg_fotografie:lang(en) { background-image: url(images/bg_fotografie_en.png) }

.bg_overzicht {
	background-image: url('images/bg_overzicht2.png');
	background-repeat: no-repeat;
	background-position:90px 45px; /* hor vert */ 
}

/* --------------------------------------------------------------------------------
	 Slides */

.slideshow { margin: 5px 0 0 auto; padding: 0; }
.slide { margin: 0; padding: 0 }
.slideshow, .slide { height: 425px; width: 425px; }
.slide img { margin: 0 auto; display: block }

.slidetitle {
	color:#666666;
	font-size:1.1em;
	font-weight:bold;
	padding:5px 0 0 0;
}

.slidesubtitle {
	color: #666666;
	font-size: 1em;
	margin:10px 0 0 0;
	padding:5px 0 0 0;
}

/* --------------------------------------------------------------------------------
	 Horizontal and Vertical center of post/image/element
   http://brunildo.org/test/shrink_center_4.html */
/* swc0: horizontal align swc1
   swc1: vertical align swc2
   swc2: ? align content swc2
   swc3: ?
*/

html, body, .swc0, .swc1 {
	height: 100%;
}
.swc0 {
	margin: 0 auto;
	display: table;
	position:relative; /* container of superfish menu: position relative and high z-index to prevent menu blocking by jcycle plugin*/
	z-index:100; /* container of superfish menu: position relative and high z-index to prevent menu blocking by jcycle plugin*/
/* background-color: #eee;*/
}
.swc1 {
	display: table-cell;
	vertical-align: middle;
/* background-color: #FF0000; /* rood */
}
.swc1 {
	white-space: nowrap;
}
.swc2 {
/* background-color: #7FFF00; /* groen */
/*	border: 1px solid #333;
*/
	padding: 0.3em 0.5em;
}
/* fix op10 vertical resize problem */
.swc2:after {
	position: absolute;
	height: 0%;
	content: "";
}
html {
	position: relative;
}

/* see also ie.css */		


/* --------------------------------------------------------------------------------
	 HEADER
-------------------------------------------------------------------------------- */

#header {
	text-align: center;
	padding: 0 0 5px 0;
}

#header .title {
	color: #BA7878;
	font-size: 2.1em;
	letter-spacing: .6em;
	font-size: 25px;
	letter-spacing: 15px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 20px 0 0 5px;
}

#header .title a, .title a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #BA7878;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

/* --------------------------------------------------------------------------------
	 Menu */

/* see superfish.css */


/* --------------------------------------------------------------------------------
   FOOTER
-------------------------------------------------------------------------------- */
#footer {
	color: #666666;
	background: transparent;
/*border:1px solid #C4C4C4;*/
}

.leftET {position: absolute; bottom: 5px; left: -50;}

/* --------------------------------------------------------------------------------
   SIDEBAR
-------------------------------------------------------------------------------- */

#sidebar {
}

.copyright {
	bottom:-3px;
	position:absolute;
}

ul {
	list-style: none;
	text-decoration: none;
	display: block;
	padding: 110px 0px 0px 0px;
	margin: 0;
}

li {
	padding: 5px 0px 5px 0px;
	margin: 0;
}

/* --------------------------------------------------------------------------------
   Menu */

.sidebar-menu {
}

.sidebar-menu a {
	padding: 0.5em 0 0.5em 0;
	text-decoration: none;
	font-size: 1.2em;
	letter-spacing: .5em;
	text-transform: lowercase;
}
.sidebar-menu a, .sidebar-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	text-decoration: none;

}
.sidebar-menu li:hover, .sidebar-menu a:focus, .sidebar-menu a:hover, .sidebar-menu a:active {
	text-decoration: none;
	color: #BA7878;
}

/* --------------------------------------------------------------------------------
   Social */

.addtoany_share_save_container{margin:16px 0;}
ul.addtoany_list{
	display:inline;
	list-style-type:none;
	margin:0 !important;
	padding:0 !important;
	text-indent:0 !important;
}
ul.addtoany_list li{
	background:none !important;
	border:0;
	display:inline !important;
	line-height:32px;
	list-style-type:none;
	margin:0 !important;
	padding:0 !important;
}
ul.addtoany_list li:before{content:"";}
ul.addtoany_list li a{padding:0;}
ul.addtoany_list img{
	float:none;
	border:0;
	margin:5px 0 0;
	padding:0;
	vertical-align:bottom;
}
ul.addtoany_list a img{
	opacity:.7;
	-moz-opacity:.7;
	filter:alpha(opacity=70);
}
ul.addtoany_list a:hover img, ul.addtoany_list a.addtoany_share_save img{
	opacity:1;
	-moz-opacity:1;
	filter:alpha(opacity=100);
}
a.addtoany_share_save img{border:0;width:auto;height:auto;}

#a2apage_any_email { display:none !important; } /* For standard sharing menu */
#a2amail_any_email { display:none !important; } /* For the email-only menu */


/* --------------------------------------------------------------------------------
   SINGLE / CATEGORY
-------------------------------------------------------------------------------- */

.entry {
	margin-top: auto;
	margin-bottom: auto;
	height: 550px; /* fixed-height needed for Vertical center of post/image */
	border:0px solid #9F9F9F;
	position:relative; /* container of superfish menu: position relative and high z-index to prevent menu blocking by jcycle plugin*/
	z-index:0; /* container of superfish menu: position relative and low z-index to prevent menu blocking by jcycle plugin*/
}

.entry .title_schilderijen {
	color: #ECD5C4;
	font-size: 3em;
	text-transform: lowercase;
	text-decoration: none;
	padding: 20px 0 0px 100px;
	margin: 0px;
	}

.entry .title_tekeningen {
	color: #ECD5C4;
	font-size: 3em;
	text-transform: lowercase;
	text-decoration: none;
	padding: 20px 0 0px 150px;
	margin: 0px;
	}

.entry .title {
	color: #ECD5C4;
	font-size: 3em;
	text-transform: lowercase;
	text-decoration: none;
	padding: 20px 0 0px 50px;
	margin: 0px;
	}

.overzicht_schilderijen {
	height: 380px; /*460-padding;*/
	background: transparent;
	padding: 75px 40px 5px;
	margin: 0px;
}

.overzicht_tekeningen {
	background: transparent;
	padding: 0 40px;
	margin: auto;
}

.overzicht {
	height: 460px;
	background: transparent;
	padding: 20px 40px 0;
	margin: auto;
}

.overzicht_schilderijen a , .overzicht_tekeningen a {
	text-decoration: none;
}

.box_schilderijen {
	width: 102px;
	height: 90px;
/*	border: 1px solid;*/
	margin: 0px 5px;
	padding: 0;
	display: inline-block;
	/* see also ie.css */		
}

img.galerie_schilderijen {
	background: #FFFFFF; /*#FAF4EF*/
	padding: 5px;
	margin: 5px;
	border: 1px solid #C4C4C4;
}

img.galerie_tekeningen {
	vertical-align: middle;
	background: #FFFFFF;
	padding: 0px;
	margin: 0 6px 15px 6px;
	border: 1px solid #696969; /* dimgrey */	
}

.myshadow {
	box-shadow: 3px 3px 15px #000; /* opera 10.5 and up */
	-moz-box-shadow: 3px 3px 15px #000; /* firefox 3.6 (?) and up */
	-webkit-box-shadow: 3px 3px 15px #000; /* chrome/safari */
	/* see also ie.css */		
}

.passepartout_in {
	margin: 0px;
	padding: 0px;
	border-color: #8F8F8F #CCCCCC #CCCCCC #8F8F8F; /* lighter left/top, darker right/bottom */
	border-style: solid;
	border-width: 2px;
	display: block;
}

.passepartout_border {
	margin: 0px;
	padding: 50px;
	border-color: #B8B8B8 #E0E0E0 #E0E0E0 #B8B8B8; /* lighter left/top, darker right/bottom */
	border-style: solid;
	border-width: 2px;
	background: #FFFFFF;
	display: block;
}

.passepartout_out {
	margin: 0px;
	padding: 15px;
	border: 1px solid #CCCCCC;
	background: #EFEBE7; /*#F5F5F5; /*#EFEFEF;*/
	display: block;
}

.pagnav {
	padding: 0 10px 10px;
	padding: 1px 10px 2px;
	margin:0;
	position:	absolute;
	bottom: 0;
	left:0;
	right:0;
	margin-left: auto;
	margin-right: auto;
	display: block;*/
}

/* --------------------------------------------------------------------------------
	Infopanel */

#infopanel .title, #searchresults .title{
	color: #666666;
	font-weight: bold;
	font-size: 1.1em;
	text-align: center;	
	padding: 5px 0 0;
}

#searchresults a.title:hover {
	color: #BA7878;
}

#infopanel .subtitle, #searchresults .subtitle {
	color: #666666;
	font-size: 1em;
	vertical-align: middle;
	padding: 0 10px;
}

#infopanel .menu {
	padding: 1.0em 0.5em 0 0.5em;
	text-decoration: none;
	font-size: 1.2em;
	letter-spacing: .5em;
	text-transform: lowercase;
	color: #A9A9A9; /* darkgray */
}
#infopanel .menu, #infopanel .menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #A9A9A9; /* darkgray */

}
#infopanel .menu a:focus, #infopanel .menu a:hover, #infopanel .menu a:active {
	color: #BA7878;
}

#infopanel .tools {
	padding: 10px 0 0;
}

#infopanel .prev {
	text-align: center;	
	display: inline-block;
	padding: 10px 10px 0 20px;
	/* see also ie.css */	
}
#infopanel .next {
	text-align: center;	
	padding: 10px 20px 0 10px;
	display: inline-block;
	/* see also ie.css */	
}

#infopanel a {
	text-decoration:none;
}

/* --------------------------------------------------------------------------------
	 PAGES
-------------------------------------------------------------------------------- */

.page_entry {
	padding: 0px 30px 0 30px;
	border: 0px solid #DFDFDF;
	margin:0;
	min-height: 550px;
	height: 550px;
	overflow: auto;
	position:relative; /* container of superfish menu: position relative and high z-index to prevent menu blocking by jcycle plugin*/
	z-index:0; /* container of superfish menu: position relative and low z-index to prevent menu blocking by jcycle plugin*/
}

.page_entry .title, .page_entry_contact .title {
	color: #ECD5C4;
	font-size: 3em;
/*	text-transform: lowercase;*/
	text-decoration: none;
	padding: 0 0 10px;
	margin: 0;
}

.page_entry .title_margin {
	color: #ECD5C4;
	font-size: 3em;
	text-transform: lowercase;
	text-decoration: none;
	padding: 0 0 10px;
	margin: 0;
}

#page_contactform {
	width: 578px;
	margin: 0 auto;
	padding: 0 0 0 10px;
	font-size: 1.0em;
	border: 0px solid #C4C4C4;
	text-align: left;
	height: 100%;
	background: #FFFBF7;
}

.page_entry_contact {
	padding: 0px 30px 0 30px;
	border: 0px solid #DFDFDF;
	margin:0;
	min-height: 550px;
	position:relative; /* container of superfish menu: position relative and high z-index to prevent menu blocking by jcycle plugin*/
	z-index:0; /* container of superfish menu: position relative and low z-index to prevent menu blocking by jcycle plugin*/
}

.adres {
	padding-bottom: 30px;
}

.kunstenares {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color:#EEEEEE;
	border:1px solid #CCCCCC;
	padding:30px;
}

img.flickr {
	padding: 5px;
	margin: 10px 10px;
	border: 1px solid #696969; /* dimgrey */	
}

#faq, #uitvoering, #aankoop, #betaling, #copyright, #policy, #colofon {
	border:1px solid #9F9F9F;
	padding:10px 10px 0;
	margin:0 0 20px 20px;
}

/* --------------------------------------------------------------------------------
   Details en ontwikkeling */

.entry .title_details, .entry .title_fase {
	color: #ECD5C4;
	font-size: 3em;
	text-transform: lowercase;
	text-decoration: none;
	padding: 20px 0 0px 0px;
	margin: 0px;
}

.overzicht_details, .overzicht_fase {
	height: 375px; /*460-padding-5;*/
	background: transparent;
	padding: 0 0px 5px;
	margin: 0px;
}

a img.galerie_details, a img.galerie_fase {
	background: #FFFFFF; /*#FAF4EF*/
	padding: 10px;
	margin: 0px;
	border: 1px solid #C4C4C4;
}

a img.symbol {
	padding: 8px 8px;
}

.thumbwrap {
	display: inline-block;
	padding: 15px 7px 0 7px;
	margin: 0;
	text-align:center;
}
.thumbwrap li {
	display: inline-block;
	margin: 0 7px 15px 7px; /* top rovina Op7 \*/
	vertical-align: top; /* rovina IE5/Mac */
	padding: 0;
	border: 1px solid #999;
	background: white;
}
.thumbwrap a {
	color: #000;
	text-decoration: none;
}
.thumbwrap a:hover {
	border-color: #6f6;
}
.thumbwrap a img {
	border-width: 0;
	vertical-align: bottom;
}
.thumbwrap a span, .thumbwrap li span{
	display: block;
	padding: 0px 4px;
	text-align: center;
	width: 102px;
	height: 30px;
}
/* hover Opera */
@media all and (min-width: 0px) {
	html:first-child .thumbwrap a {
		display: inline-block;
	}
}

/* --------------------------------------------------------------------------------
   FORMS
-------------------------------------------------------------------------------- */

/* --------------------------------------------------------------------------------
   Search */

#searchform {
	margin: 0 auto;
	padding: 0 0 0 0px;
	text-align: left;
}
#searchform fieldset {
	margin: 0;
	padding: 0;
	border:0 none;
}

#sidebar #searchform #s {
	width: 70%;
	padding: 1px;
	height: 15px;
	vertical-align:middle;
	background: #FFFBF7;
}

#sidebar #searchsubmit {
	padding: 0px;
	vertical-align:middle;
	font-size: 1em;
}

/* --------------------------------------------------------------------------------
   Contact */

textarea {width:340px;height:110px;padding:5px;}

#cap {width:120px;}

.contact {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
}

.contact p {
	margin: 0;
}

p.contactleft {
	width: 80px;
	float:left;
	clear:left;
	margin: 0.6em 0 0 0;
}
p.contactright {
	width: 80px;
	float:left;
	clear:left;
	margin: 0.6em 0 0 0;
}
.textleft {
	float:left;
	width:80px;
	margin: 1em 0.5em 0 0;
	text-align:right;
	display:inline-block;
}
.textinputlarge {
	float:left;
	width:400px;
	display:inline-block;
}
.textinputmedium {
	float:left;
	width:160px;
	display:inline-block;
}
.textmiddle {
	float:left;
	width:80px;
	margin: 1em 0.5em 0 0;
	text-align:right;
	display:inline-block;
}
.textinputsmall {
	float:left;
	width:100px;
	display:inline-block;
}

.contactcontainer{
	width: 490px;
	min-height: 480px; /* ivm ruimte voor validation errors */
	border: 0px solid #ECD5C4;
	padding: 5px 0 10px 5px;
	text-align:left;
	float:right;
}

#contact_inline {
	background: #FFFBF7;
	width: 710px;
	display:inline-block; 
}

.contact_inline {
 border: 1px solid #ECD5C4;
	margin:5px;
	padding:10px;
	float:left;
 width:180px;
}

.submit_contact {
	margin-top: 1em;
	width: 450px;
	/* see also ie.css */	
}

.wpcf7-quiz-label {
	margin-right: 0.5em;
}

/* --------------------------------------------------------------------------------
   COMMENTS
-------------------------------------------------------------------------------- */

.comnav {
	padding: 10px 10px 2px;
	margin:0;
	left:0;
	right:0;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.datetime {
	color: #999999;
}

/* .comments-box img {
	vertical-align: middle;
}

.comments-box h3 {
	color: #297eb9;
	font-size: 1.7em;
	font-family: arial;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 20px 0 0 0;
}
*/

#respond p {
	color: #777;
	margin: 5px 0 0 0;
}

#respond textarea {
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 2px;
	height: 100px;
	width: 500px;
	color: #777;
}

/*
.text {
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 2px;
	color: #777;
	width: 500px;
}

.submit {
	padding: 2px;
	cursor: pointer;
	font-weight: normal;
	border: 1px solid #c9d8da;
	background: #297eb9;
	color: #fff;
}

.submit:hover {
	border: 1px solid #ccc;
	background: #fff;
	color: #555;
}
*/

/* --------------------------------------------------------------------------------
   Framework for comments */

ol.commentlist { margin: 10px 0 0 0; padding: 0 0 0 0; background: #fff; border-top: 1px solid #e5e5e5; }
ol.commentlist li { display:block; overflow: auto; list-style-type: none; border-bottom: 1px solid #e5e5e5; border-right: 1px solid #e5e5e5; border-left: 1px solid #e5e5e5; padding: 10px 10px 10px 15px; }
ol.commentlist li.alt { background: #F5F5F5; }
ol.commentlist li.bypostauthor { background: #FFFBF7;}
ol.commentlist li.bypostauthor p { font-style: italic;}
ol.commentlist li.byuser { }
ol.commentlist li.comment-author-admin { font-style: italic; background: #FFFBF7; }
ol.commentlist li.comment { }
ol.commentlist li div.comment-author { }
ol.commentlist li div.vcard { text-align: right; }
ol.commentlist li div.vcard cite.fn { font-style:normal; font-weight: bold; font-size:1.2em; padding:0 0 0.5em; text-decoration:none; color:#808080; }
ol.commentlist li div.vcard cite.fn a.url { font-style:italic; font-weight: bold; color:#808080; }
ol.commentlist li div.vcard cite.fn a.url:hover {color: #BA7878 }
ol.commentlist li div.vcard img.avatar { float:right; }
ol.commentlist li div.vcard img.avatar-32 { background: #fff; padding: 2px; border: 1px solid #ddd; }
ol.commentlist li div.vcard img.photo { background: #fff; padding: 2px; border: 1px solid #ddd; margin-left:15px;}
ol.commentlist li div.vcard span.says { color: #888; }
ol.commentlist li div.commentmetadata {}
ol.commentlist li div.comment-meta { font-size: 0.9em; margin: 3px 0 0 0; }
ol.commentlist li div.comment-meta a { color: #aaa; }
ol.commentlist li p { margin: 5px 0 0 0; line-height: 1.4em; }
ol.commentlist li ul { }
ol.commentlist li div.reply { }
ol.commentlist li div.reply a { }
ol.commentlist li ul.children { margin: 10px 0 0 0; padding:0; border-top: 1px solid #e5e5e5; }
ol.commentlist li ul.children li {}
ol.commentlist li ul.children li.alt {}
ol.commentlist li ul.children li.bypostauthor {}
ol.commentlist li ul.children li.byuser {}
ol.commentlist li ul.children li.comment {}
ol.commentlist li ul.children li.comment-author-admin { }
ol.commentlist li ul.children li.depth-2 {  }
ol.commentlist li ul.children li.depth-3 { }
ol.commentlist li ul.children li.depth-4 {  }
ol.commentlist li ul.children li.depth-5 {}
ol.commentlist li ul.children li.odd {}
ol.commentlist li.even { }
ol.commentlist li.odd { }
ol.commentlist li.parent { }
ol.commentlist li.pingback { }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}

