@charset "UTF-8";
/* CSS Document */

html, body {
	margin:0; padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
}

body {
	background:url(images/bg-white-bricks.jpg) top center;
	/*background:#999;*/
	
}

.page-template-qb-front-page-php {
	background:#000 !important;
}

h1 {
	margin:0 0 30px; padding:0;
	font-size:60px;
	color:#000;
	text-transform:uppercase;
	text-align:center;
	border-bottom:2px dotted rgba(0,0,0,100);
	letter-spacing:5px;
}

h2 {
	margin:10px 0 0; padding:0;
	font-size:18px;
	font-weight:normal;
	text-transform:uppercase;
	text-shadow: 2px 2px 0 #fff;
}

h3,h4,h5 {
	margin:0; padding:0;
	text-shadow: 1px 1px 0 #fff;
}

a {
	color:#000;
	text-decoration:underline;
	border:none;
}
	a:hover {
		text-decoration:underline;
	}

img {
	border:none;
}

p {
	margin:5px 0 10px; padding:0;
	font-size:14px;
	line-height:20px;
	text-shadow: 1px 1px 0 #fff;
}

.alignleft { float:left; margin:5px 19px 0 0;}
.alignright {float:right; margin:0 0 0 20px;}
.aligncenter {
	/*margin:-24px 0 24px -30px;*/
	margin:0 auto;
	display:block;
	}
.aligncenter img {display:block;}

.clear { clear:both;}

.btn { 
display:inline-block; 
padding:6px 10px; 
background:#000; 
color:#fff; 
border-radius:3px; 
text-decoration:none; 
margin-top:5px;
}
	
#wrapper {
	position:relative;
	width:960px; min-height: 850px;
	margin: 0 auto; /* the bottom margin is the negative value of the footer's height */
	background:url(images/bg-white-bricks.jpg) top center;
}

/* Quarter Bar */

#qb-wrapper {
	position:relative;
	width:100%; min-width:960px; height: 800px;
	margin: 0 auto; /* the bottom margin is the negative value of the footer's height */
	background:url(images/qb/qb-bg.jpg) bottom center;
	overflow:hidden;

}

#header {
	position:relative;
	margin:0 auto 0; padding:40px 0 0;
	width:960px; height:225px;
	text-align:center;
	
}
	#header .logo {
		position:relative;
		z-index:99;
		margin: 0 auto;
		top:-60px; left:5px;
	}
	
	#header .nav {
		margin:0 auto;
		width:927px; height:64px;
		background:url(images/nav-bg.png) no-repeat;
		position:relative;
	}
		#header .nav .link {
			position:absolute;
			display:block;
			text-indent:-9999px;
		}
		
		#header .nav .nav-menu {
			width:99px; height:17px;
			top:23px; left:17px;
		}
		
		#header .nav .nav-loc {
			width:95px; height:21px;
			top:21px; left:135px;
		}
		
		#header .nav .nav-cat {
			width:118px; height:18px;
			top:23px; left:248px;
		}
		
		#header .nav .nav-bak {
			width:75px; height:23px;
			top:21px; left:572px;
		}
		
		#header .nav .nav-qb {
			width:232px; height:18px;
			top:24px; left:668px;
		}
	
	#header ul {
		position:absolute;
		list-style-type:none;
		margin:0; padding:25px 25px 20px;
		float:left;
		top: 75px; left:230px;
		width:690px; height:35px;
		background:url(images/bg-nav.png) no-repeat;
		text-align:center;
	}
		#header ul li {
			display:inline-block;
			*display: inline;
			zoom: 1;
			padding-right:5px;
			font-family:;
			color:#fff;
			font-size:19px;
			
			font-weight:normal;
		}
			#header ul li span {
				color:#c4a006; 
				font-size:14px; 
				position:relative; 
				top:-1px;
			}
		#header ul li a {
			color:#fff;
		}
			#header ul li a:hover {
				color:#c4a006;
			}

#content {
	clear:both;
	position:relative;
	margin:0 auto; padding:20px 0 0; 
	width:960px; min-height:500px;
	/*background:rgba(255,255,255,0.5);*/
	
}

#page {
	position:relative;
	margin:0 auto;
	width:900px;
}

.home #content {
	background:none !important;
}

.home #header {
	background:none !important;
}

.pbak {
	display:block;
	position:absolute;
	width:260px; height:325px;
	margin:0; padding:0;
	top:-120px; left:50px;
	background:url(images/pic-1.png) no-repeat;
	text-indent:-9999px;
}
	.pbak:hover span {
		display:block;
		position:absolute;
		width:95px; height:43px;
		top: 135px; left:75px;
		background-image:url(images/nav-bg.png);
		background-position: -562px -11px;
		background-repeat:no-repeat;
		background-color:rgba(255,255,255,0.7);
		border-radius:10px;
		
	}
	
	.wp-image-214 {
		padding-left:15px;
	}

.pcat {
	display:block;
	position:absolute;
	width:268px; height:215px;
	margin:0; padding:0;
	top:-80px; right:60px;
	background:url(images/pic-2.png) no-repeat;
	text-indent:-9999px;
}	
	.pcat:hover span {
		display:block;
		position:absolute;
		width:138px; height:38px;
		top:80px; left:60px;
		background-image:url(images/nav-bg.png);
		background-position: -238px -13px;
		background-repeat:no-repeat;
		background-color:rgba(255,255,255,0.7);
		border-radius:10px;
	}

.ploc {
	display:block;
	position:absolute;
	width:202px; height:253px;
	margin:0; padding:0;
	top:200px; left:385px;
	background:url(images/pic-3.png) no-repeat;
	text-indent:-9999px;
}	
	.ploc:hover span {
		display:block;
		position:absolute;
		width:115px; height:41px;
		top:110px; left:40px;
		background-image:url(images/nav-bg.png);
		background-position: -125px -11px;
		background-repeat:no-repeat;
		background-color:rgba(255,255,255,0.7);
		border-radius:10px;
	}

.pqb {
	display:block;
	position:absolute;
	width:266px; height:316px;
	margin:0; padding:0;
	top:150px; right:60px;
	background:url(images/pic-4.png) no-repeat;
	text-indent:-9999px;
}	
	.pqb:hover span {
		display:block;
		position:absolute;
		width:252px; height:38px;
		top:135px; left:2px;
		background-image:url(images/nav-bg.png);
		background-position: -658px -14px;
		background-repeat:no-repeat;
		background-color:rgba(255,255,255,0.7);
		border-radius:10px;
	}

.pmenu {
	display:block;
	position:absolute;
	width:220px; height:154px;
	margin:0; padding:0;
	top:20px; right:370px;
	background:url(images/lick-your-chops.png) no-repeat;
	text-indent:-9999px;
}
	.pmenu:hover span {
		display:block;
		position:absolute;
		width:119px; height:37px;
		top:60px; left:55px;
		background-image:url(images/nav-bg.png);
		background-position: -7px -13px;
		background-repeat:no-repeat;
		background-color:rgba(255,255,255,0.7);
		border-radius:10px;
	}

.pbest {
	display:block;
	position:absolute;
	width:296px; height:117px;
	margin:0; padding:0;
	top:245px; left:40px;
	background:url(images/best-breakfast.png) no-repeat;
	text-indent:-9999px;
}

.pbday {
	display:block;
	position:absolute;
	width:180px; height:180px;
	top:220px; left:155px;
	background:url(http://www.breadwinnerscafe.com/wp-content/uploads/2014/07/bread-winners-anniversary.png) no-repeat;
	text-indent:-9999px;
}	

.pwc {
	display:block;
	position:absolute;
	width:127px; height:127px;
	margin:0; padding:0;
	top:385px; left:50px;
	background:url(images/winners-circle.png) no-repeat;
	text-indent:-9999px;
}

.cake {
	margin:-53px auto; 
	position:relative;
	width:431px; height:480px;
	background:url(images/bg-home.jpg) no-repeat;
}
	.cake a {
		display:block;
		position:absolute;
		left:0;
		height:60px; width:431px;
		text-indent:-99999px;
		z-index:2;
		
	}
	.cake .cmenu {
		margin:125px auto 0;
		background:url(images/bg-home.jpg) 0 -125px no-repeat;
	}	
		.cake .cmenu:hover {
			background:url(images/bg-home-hover.jpg) 0 -125px no-repeat;
		}
	
	.cake .cloc {
		margin:225px auto 0;
		background:url(images/bg-home.jpg) 0 -225px no-repeat;
	}
		.cake .cloc:hover {
			background:url(images/bg-home-hover.jpg) 0 -225px no-repeat;
		}
	
	.cake .ccatering {
		margin:300px auto 0;
		background:url(images/bg-home.jpg) 0 -300px no-repeat;
	}
		.cake .ccatering:hover {
			background:url(images/bg-home-hover.jpg) 0 -300px no-repeat;
		}
	
	.cake .cbakery {
		margin:385px auto 0;
		background:url(images/bg-home.jpg) 0 -385px no-repeat;
	}
		.cake .cbakery:hover {
			background:url(images/bg-home-hover.jpg) 0 -385px no-repeat;
		}

#grad {
	position:relative;
	height:25px; width:100%;
	/*background:url(images/bg-footer.png) top center;*/
}

#footer {
	clear:both;
	position:relative;
	bottom:5px;
	margin:20px 0 0; padding:0 0 0 20px;
	width:920px; height:50px;
	
}
	#footer-content {
		width:400px;
		float:left;
		text-align:left;
		
	}
		#footer-content p {
			text-shadow:none;
		}
		
		#footer-content .fb {
			display:block;
			width:26px; height:26px;
			background:url(images/sm-icons.png) 0 0 no-repeat;
		}
		
		#footer-content .tw {
			display:block;
			width:27px; height:26px;
			background:url(images/sm-icons.png) -34px 0 no-repeat;
		}
		
		#footer-content .bl {
			display:block;
			width:27px; height:26px;
			background:url(images/sm-icons.png) -67px 0 no-repeat;
		}
		
		#footer-content .fl {
			display:block;
			width:27px; height:26px;
			background:url(images/sm-icons.png) -101px 0 no-repeat;
		}
		
		#footer-content .inst {
			display:block;
			width:27px; height:26px;
			background:url(images/sm-icons.png) -135px 0 no-repeat;
		}
		
		#footer-content ul {
			list-style-type:none;
			margin:0 auto; padding:0 0 0;
			width:100%;
		}
			#footer-content ul li {
				display:inline-block;
				*display: inline;
				zoom: 1;
				padding-right:5px;
				font-size:16px;
				font-weight:normal;
			}
				#footer-content ul li span {
					color:#c4a006; 
					font-size:14px; 
					position:relative; 
					top:-1px;
				}
			#footer-content ul li a {
			}
				#footer-content ul li a:hover {
					color:#c4a006;
				}
				
		#footer-content .copyright {
			font-size:10px;
			padding:0; margin:0;
		}
		
	#footer-links {
		position:relative;
		padding:15px 10px 0 0;
		width:400px;
		float:right;
		text-transform:uppercase;
		text-align:right;
	}
		.press {
			position:relative;
			font-size:18px;
			margin: 0 14px 0 0;
			top:-3px;
		}
		.contact {
			font-size:22px;
		}

/* FRAMES */

.frame-1 {
	position:absolute;
	right: -120px; top:120px;
	width:489px; height:380px;
	background:url(images/frame-1.png) no-repeat;
}

.menus {
	margin:0; padding:0 0 10px;
	list-style-type:none;
}
	.menus li {
		margin:3px 0 0; padding:8px;
		width:325px;
		background:#000;
		border-radius:5px;
		color:#fff;
		
	}
		.menus li:hover {
			background:#c4a006;
			
		}

/* Catering Menu */

.catering {
	clear:both;
}

.catering-pic {
	float:left;
	padding:0 0 0 30px;
}

.catering-menu {
	position:absolute;
	width:256px;
	right:30px; top:-20px;
}
	.catering-menu .header {
		display:block;
		width:256px; height:80px;
		background:url(images/catering-menus.png) 0 0 no-repeat;
	}
	
	.catering-menu .breakfast {
		display:block;
		width:256px; height:40px;
		background:url(images/catering-menus.png) 0 -90px no-repeat;
		text-indent:-9999px;
	}
	.catering-menu .lunch {
		display:block;
		width:256px; height:40px;
		background:url(images/catering-menus.png) 0 -170px no-repeat;
		text-indent:-9999px;
	}
	.catering-menu .party {
		display:block;
		width:256px; height:40px;
		background:url(images/catering-menus.png) 0 -240px no-repeat;
		text-indent:-9999px;
	}

.catering-contact {
	position:relative;
	width:915px; min-height:215px;
	padding:15px 15px 15px 30px; margin:10px 0 0;
	background:rgba(255,255,255,0.5);
}
	.catering-contact .catering-contact-list {
		float:right;
		margin:0 15px 0 0; padding: 0 0 0 20px;
	}

.catering-p {
	width:550px;
}
.catering-p p {
	line-height:22px !important;
}

.catering-email {
	position:absolute;
	top:200px; right:60px;
	z-index:2;
}

.contact-catering {
	width:700px; height:83px;
	border-top:2px solid #000;
	border-bottom:2px solid #000;
}

.thin {
	margin-bottom:1px;
	border-bottom:1px solid #000;
}

.phone-catering {
	float:left;
	margin:8px 0 0 8px;
	width: 410px; height:75px;
}
	.phone-catering .col {
		width: 200px; 
		float: left;
		font-size:18px;
		text-align:left;
	}
.email-catering {
	float:right;
	display:block;
	margin:8px 8px 0 0;
}
	

.email {
	display:block;
	width:400px; height:40px;
	margin:20px auto; padding-left:35px;
	font-size:20px;
	background:url(images/icon-email.png) 0 1px no-repeat;
}
	.email:hover {
		color:#c4a006;
		background:url(images/icon-email-hover.png) 0 1px no-repeat;
	}
	
	



	
.button-sm {
	display:block;
	width:185px;
	margin:8px 0 0; padding:8px 15px 10px;
	background:#000;
	color:#fff;
	font-size:18px;
	text-shadow:none;
	-moz-boder-radius:5px;
	border-radius:5px;
}
	.button-sm:hover {
		background:#c4a006;
	}	
	
/* Menu Page */

.menu-pic {
	float:left;
	padding:0 0 0 60px;
}

.menu-frame {
	position:relative;
	display:block;
	margin:0; padding:0 0 0;
	width:475px; height:369px;
	background:url(images/menu-frame.png) no-repeat 5px top;
	z-index:3;
	top:0px; left:45px;
	
}

.menu-frame-images {
	position:absolute;
	display:block;
	margin:0; padding:0;
	width:475px; height:369px;
	z-index:2;
	top:60px; left:80px;
	overflow:hidden;
}


.menu {
	position:absolute;
	width:202px;
	right:100px; top:0px;
}
	.menu .header {
		display:block;
		width:202px; height:80px;
		background:url(images/menus.png) 0 0 no-repeat;
	}
	
	.menu .breakfast {
		display:block;
		margin-top:20px;
		width:202px; height:40px;
		background:url(images/menus.png) 0 -90px no-repeat;
		text-indent:-9999px;
	}
	.menu .brunch {
		display:block;
		margin-top:10px;
		width:202px; height:40px;
		background:url(images/menus.png) 0 -160px no-repeat;
		text-indent:-9999px;
	}
	.menu .lunch {
		display:block;
		margin-top:10px;
		width:202px; height:40px;
		background:url(images/menus.png) 0 -230px no-repeat;
		text-indent:-9999px;
	}
	.menu .dinner {
		display:block;
		margin-top:10px;
		width:202px; height:45px;
		background:url(images/menus.png) 0 -300px no-repeat;
		text-indent:-9999px;
	}
	
	.menu .kids {
		display:block;
		margin-top:10px;
		width:202px; height:40px;
		background:url(images/menus.png) 0 -380px no-repeat;
		text-indent:-9999px;
	}


/* Quarter Bar Menu Page */

.qb-menu-page .menu-frame {
	float:left;
	width: 415px; height:540px;
}

.qb-menu-page .menu-list {
	float:left;
	margin:80px 0 0 20px; padding:0;
	width:300px;
	text-align:left;
}

/* Bakery Page */
.bakery-content {
	width:420px;
	padding:20px;
	float:right;
	text-align:left;
	background:rgba(255,255,255,0.5);
}

.bakery-life {
	position:absolute;
	left:50px; top:-80px;
	z-index:5;
}

.bakery-catering-menu {
	position:absolute;
	right:100px; top:-110px;
	z-index:5;
}

.bakery-frame {
	position:relative;
	float:left;
	display:block;
	margin:0; padding:0 0 0;
	width:476px; height:340px;
	background:url(images/bakery-frame.png) no-repeat 5px top;
	z-index:3;
	top:0px; left:10px;
	
}

.bakery-frame-images {
	position:absolute;
	display:block;
	margin:0; padding:0;
	width:475px; height:369px;
	z-index:2;
	top:85px; left:60px;
	overflow:hidden;
}

/* Location Page */
.locations {
	width:620px;
	margin:0 auto;
}

.location {
	width:310px;
	float:left;
	font-size:14px;
	text-align:center;
	
}
	.location-image {
		height:235px;
	}
	
	.location-detail {
		margin:0 0 15px; padding:10px 0 10px;
		background:rgba(255,255,255,0.5);
		line-height:18px;
	}

/* Quarter Bar Home Page*/

#qb-main {
	position:relative;
	width:100%; min-width:960px;
}

.qb-logo {
	top:0;
	margin:0 auto;
	display:block;
}

.qb-animate { position:relative; width:252px; height:433px; }
.qb-animate img { position:absolute; left:0; top:0; }

.qb-content {
	color:#fff;
}
	.qb-content a {
		color:#fff;
	}

.qb-arrow {
	position:absolute;
	display:block;
	top:20px; left:0;
	width:346px; height:268px;
	background:url(images/qb/qb-arrow.png) no-repeat left top;
	z-index:2;
}

.qb-arrow-up {
	position:absolute;
	display:block;
	width:346px; height:268px;
	background:url(images/qb/qb-arrow-up.png) no-repeat left top;
	top:400px;
	z-index:1;
}

.qb-nav {
	width:208px; height:383px;
	position:absolute;
	top:300px; right:8%;
	text-align:center;
	padding:60px 60px 0;
	background:url(images/qb/qb-nav.png) no-repeat left top;
}
	.qb-nav .qb-home {
		display:block;
		width:200px; height:65px;
		text-indent:-9999px;
		
	}
	
	.qb-nav .qb-loc {
		display:block;
		width:200px; height:65px;
		text-indent:-9999px;
		
	}
	
	.qb-nav .qb-gal {
		display:block;
		width:200px; height:65px;
		text-indent:-9999px;
		
	}
	
	.qb-nav .qb-men {
		display:block;
		width:200px; height:55px;
		text-indent:-9999px;
		
	}
	
	.qb-nav .qb-spec {
		display:block;
		width:200px; height:55px;
		text-indent:-9999px;
		
	}


/* Quarter Bar Home Page*/
.qb-index {
	position:absolute;
	display:block;
	margin:0; padding:0;
	width:416px; height:332px;
	background:url(images/qb/qb-home.png) no-repeat 10px top;
	z-index:2;
	top:245px; left:-40px;
	text-align:center;
	
}

.qb-private-party {
	position:absolute;
	display:block;
	margin:0; padding:0;
	width:274px; height:88px;
	background:url(images/qb/qb-private-party.png) no-repeat 10px top;
	z-index:2;
	top:570px; left:30px;
	text-align:center;
	
}

.qb-mm {
	position:absolute;
	display:block;
	margin:0; padding:0;
	width:274px; height:25px;
	z-index:2;
	top:663px; left:30px;
	text-align:center;
	font-size:18px;
}

/* Quarter Bar Location Page*/
.qb-location {
	position:absolute;
	display:block;
	margin:0; padding:110px 0 0 0;
	width:377px; height:249px;
	background:url(images/qb/qb-locations.png) no-repeat 10px top;
	z-index:2;
	top:275px; left:-15px;
	text-align:center;
	
}

/* Quarter Bar Menu Page*/
.qb-menu {
	position:absolute;
	display:block;
	margin:0; padding:150px 0 0 0;
	width:317px; height:377px;
	background:url(images/qb/qb-menu.png) no-repeat 5px top;
	z-index:2;
	top:275px; left:15px;
	text-align:center;
	font-size:20px;
	
}


/* Quarter Bar Specials Page*/
.qb-specials {
	position:absolute;
	display:block;
	margin:0; padding:120px 0 0 0;
	width:405px; height:300px;
	background:url(images/qb/qb-specials.png) no-repeat 5px top;
	z-index:2;
	top:100px; left:-25px;
	text-align:center;
	font-size:15px;
	
}


/* Quarter Bar Gallery Page*/
.qb-gallery {
	position:absolute;
	display:block;
	margin:0; padding:100px 0 0 0;
	width:317px; height:317px;
	background:url(images/qb/qb-gallery.png) no-repeat 5px top;
	z-index:3;
	top:120px; left:15px;
	text-align:center;
	font-size:15px;
	
}

.qb-gallery-images {
	position:absolute;
	display:block;
	margin:0; padding:0;
	width:317px; height:317px;
	z-index:2;
	top:130px; left:60px;
	overflow:hidden;
}

.qb-return-bw {
	position:absolute;
	top:715px; left:20px;
	color:#fff;
}
	.qb-return-bw a {
		color:#fff;
	}

/* Form */
.gform_wrapper {
	background:rgba(255,255,255,0.5);
	padding:20px;
}

input[type=text],.textarea {
	font-size:16px !important;
	padding:5px !important;
	border:1px solid #000;
}

.gfield_select {
	font-size:16px !important;
	padding:5px !important;
}

.button {
	display:block;
	margin:0 auto; padding:8px 15px 10px;
	background:#000;
	color:#fff;
	font-size:18px;
	text-shadow:none;
	-moz-boder-radius:5px;
	border-radius:5px;
	border:none;
	cursor:pointer;
}
	.button:hover {
		background:#e3a957;
	}


.post { 
	margin:0 0 10px; padding:20px 25px; 
	border-bottom:2px solid #000;
	border-radius:5px;
	background:#fff;
	background:rgba(255,255,255,0.7);
	-moz-border-radius:5px;
}

#comments h2 { font-size:14px;}	
ol.commentlist { list-style: none;}
ol.commentlist li { }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor { font-size:14px; font-weight:bold; }
ol.commentlist li.byuser { font-size:14px; font-weight:bold; }
ol.commentlist li.comment-author-admin { }
ol.commentlist li.comment { border-top: 1px solid #eee; border-left: 1px solid #eee; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; padding: 10px 10px 10px 15px; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; text-shadow: 0 1px 0 #fff;  }
ol.commentlist li.comment div.comment-author { }
ol.commentlist li.comment div.vcard { }
ol.commentlist li.comment div.vcard cite.fn { font-style: normal; }
ol.commentlist li.comment div.vcard cite.fn a.url { }
ol.commentlist li.comment div.vcard img.avatar { float:right; margin: 0 0 10px 10px; }
ol.commentlist li.comment div.vcard img.avatar-32 { }
ol.commentlist li.comment div.vcard img.photo { }
ol.commentlist li.comment div.vcard span.says { display:none; }
ol.commentlist li.comment div.commentmetadata { }
ol.commentlist li.comment div.comment-meta { font-size: 11px; font-family:"lucida grande",tahoma,verdana,arial,sans-serif; margin:0 0 5px; font-weight:normal; border:none; }
ol.commentlist li.comment div.comment-meta a { color: #666; }
ol.commentlist li.comment p { font-weight:normal; }
ol.commentlist li.comment ul { }
ol.commentlist li.comment div.reply { font-size: 11px; }
ol.commentlist li.comment div.reply a { font-weight: bold; }
ol.commentlist li.comment ul.children { list-style: none; margin: 10px 0 0; }
ol.commentlist li.comment ul.children li { }
ol.commentlist li.comment ul.children li.alt { }
ol.commentlist li.comment ul.children li.bypostauthor { }
ol.commentlist li.comment ul.children li.byuser { }
ol.commentlist li.comment ul.children li.comment { }
ol.commentlist li.comment ul.children li.comment-author-admin { }
ol.commentlist li.comment ul.children li.depth-2 {  margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-3 { margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-4 {  margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-5 { }
ol.commentlist li.comment ul.children li.odd { }
ol.commentlist li.even { background: #F9F9F9; }
ol.commentlist li.odd { background: #FFF; }
ol.commentlist li.parent { }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even { }
ol.commentlist li.thread-odd { }

form { }
input[type=text] { }
textarea { }