/*
Theme Name: CLEAN THEME
Theme URI: http://foliowebsites.com/example/clean/
Description: CLEAN WordPress theme by FOLIO WEBSITES
Version: 2.1
Tags: splash screen, blog styles,Favicon, Color picker, Google Analytics
Author: FOLIO WEBSITES
Author URI: http://foliowebsites.com/
*/

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,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
b,u,i,center,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	margin: 0;
}

body,th,td,input,textarea {
	color: #000000;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
}

form {
}

fieldset {
}

input,textarea {
	font-weight: bold;
}

input.text {
	background: #FFFFFF;
	border: none;
	padding: 1px;
}

input.button {
	background: #000000;
	border: 1px solid #000000;
	color: #ffffff;
}

h1,h2,h3 {
	color: #000000;
}

h1 {
	font-size: 25px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10px;
}

p,ul,ol {
	font-size: 12px;
	line-height: 20px;
}

ul,ol {
}

blockquote {
	margin-left: 36px;
	margin-right: 36px;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	border: none;
}

h1 a,h2 a,h3 a {
	border: none;
	color: #333333;
	text-decoration: none;
}

h1 a:hover,h2 a:hover,h3 a:hover {
	background: none;
	color: #371015;
}

hr {
	display: none;
}

#wrapper {
}

#header {
	float: right;
	margin-top: 13px;
	position: relative;
}

#menu {
	float: right;
}

#menu ul {
	line-height: normal;
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu li {
	float: left;
}

#menu a {
	color: #FFFFFF;
	display: block;
	float: left;
	margin-right: 1px;
	text-decoration: none;
	padding-right: 0px;
	padding-left: 2px;
}

#search {
	float: right;
	width: 270px;
	padding-top: 10px;
}

#search fieldset {
	border: none;
}

#search #s {
	padding: 3px;
	width: 140px;
	vertical-align: top;
}

#search #x {
	width: 60px;
	vertical-align: top;
}

#logo {
	margin: 26px auto 0px;
}


#logo h1,#logo h2 {
	margin: 0;
	padding: 0;
	color: #000000;
}

#logo h1 {
	color: #000000;
	padding: 50px 5px 0 20px;
}

#logo h2 {
	color: #000000;
	margin: 10px 0 0 17px;
	padding: 5px;
}

#logo p {
	clear: left;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	margin: 0;
	padding: 0 0 0 20px;
}

#logo a {
	color: #000000;
}

#page {
	margin: 0 auto;
	padding: 18px 0px 0 0px;
	width: 750px;
	clear: both;
}

.contentmain {
}

#content {
	padding-top: 0px;
	padding-bottom: 0px;
}

#galleria {
	min-height: 575px;
}

#galleria img {
	display: none;
}

.galleria-container {
	background: transparent !important;
}

.galleria-loader {
	background-image: url('images/loader.gif') !important;
	background-position: center center !important;
	height: 100% !important;
	width: 100% !important;
	
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
}

.galleria-thumbnails .galleria-image {
	border: none !important;
}

.galleria-image-nav {
	top: 0px !important;
	margin-top: 0px !important;
	height: 100% !important;
}

.galleria-image-nav-left,
.galleria-image-nav-right {
	position: absolute !important;
	background-color: transparent !important;
	background-repeat: no-repeat !important;
	height: 100% !important;
	width: 50% !important;
	top: 0px !important;
	z-index: 10 !important;
	cursor: pointer !important;
	zoom:1;
	opacity: 0 !important;
	filter: alpha(opacity = 0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.galleria-image-nav-left:hover,
.galleria-image-nav-right:hover {
	opacity: 1 !important;
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.galleria-image-nav-left {
	background-image: url('images/slideshow-prev.png') !important;
	background-position: left center !important;
	left: 0px !important;
	right: auto !important;
}

.galleria-image-nav-right {
	background-image: url('images/slideshow-next.png') !important;
	background-position: right center !important;
	right: 0px !important;
	left: auto !important;
}

.galleria-thumbnails-container {
	width: 100% !important;
}

#content p {
	padding-top: 5px;
	padding-bottom: 5px;
	color: #000000;
}

.post {
}

.post .title {
	font-weight: normal;
	margin: 0;
}

h1.title {
	color: #000000;
	font-size: 20px;
	font-weight: bold;
}

h2.title {
	color: #000000;
	font-size: 16px;
	margin-bottom: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #939598;
}

.desctitle {
	font-size: 10px;
}

.post h1.title {
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
}

.post h1.title a {
	color: #939598;
}

.post .entry {
}

.entry p {
	padding-bottom: 20px;
}

.entry ul,ol {
	padding-left: 20px;
}

.post .meta {
	border-bottom: 1px dotted #CCCCCC;
	color: #333333;
	font-size: 14px;
}

.navigation {
	padding-top: 10px;
	padding-bottom: 10px;
}

.navigation a {
	font-size: 14px;
	font-weight: bold;
}

.post .meta a {
	color: #333333;
}

.post .links {
	margin: 0;
}

.post .tags {
	font-size: 9px;
	font-weight: bold;
	margin: 0;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.post .links a,.post .tags a {
	border: none;
}

.leftsidebar {
	width: 245px;
	float: left;
}

.sidebar {
}

.sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar1 li {
	background-color: #C6C6C6;
	padding: 5px;
}

#sidebar2 li {
	background-color: #C6C6C6;
	padding: 5px;
}

.sidebar li ul {
}

.sidebar li li {
	margin: 0;
}

.sidebar li h2 {
	margin: 0;
}

#sidebar1 {
	margin-left: 10px;
}

#sidebar1 li h2 {
	height: 30px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 30px;
	background-color: #333333;
	text-align: center;
}

#sidebar1 li ul {
	line-height: normal;
	padding-left: 5px;
	padding-right: 5px;
}

#sidebar1 li li {
	background-image: url(images/list.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#sidebar1 li li li {
	background-image: url(images/list.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px;
}

#sidebar1 li li a {
}

.rightsidebar {
	width: 245px;
	float: left;
}

#sidebar2 {
	padding: 0px;
	margin-right: 5px;
}

#sidebar2 li h2 {
	height: 30px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #333333;
	text-align: center;
}

#sidebar2 li ul {
	line-height: normal;
	padding-left: 10px;
}

#sidebar2 li li {
	background-image: url(images/list.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

#sidebar2 li a {
	border: none;
	padding-left: 10px;
}

#sidebar2 li a:hover {
	border: none;
}

#calendar {
	margin: 0 auto;
}

#calendar caption {
	font-weight: bold;
}

#calendar table {
	border-collapse: collapse;
	text-align: center;
	width: 220px;
}

#calendar thead th {
	background: #CCCCCC;
	color: #FFFFFF;
}

#calendar tbody td {
	background: #EEEEEE;
}

#calendar #today {
	background: #B8D03B;
	color: #FFFFFF;
	font-weight: bold;
}

#calendar a {
	font-weight: bold;
}

#calendar #prev {
	text-align: left;
}

#calendar #next {
	text-align: right;
}

#design {
	background: #FFFFFF url(images/lines2.gif) bottom right no-repeat;
	height: 138px;
}

#footer {
	color: #6d6e71;
	font-size: 9px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	height: 50px;
	margin-top: 75px;
}
#footer.front{ 
	margin-top:0;
}
#footer a {
	color: #6d6e71;
}

.footer_copy {
	padding-top: 10px;
	text-align: left;
	font-size: 8px;
	width: 375px;
	float: left;
}

.footer_copy_right {
	padding-top: 10px;
	font-size: 8px;
	width: 375px;
	float: right;
	text-align: right;
}

.sw_copy {
	font-size: 12px;
}

.info {
}

.comlabel {
	color: #666666;
	font-size: 13px;
	font-weight: lighter;
}

.comtext {
	background-color: #EAEAEA;
	border: 5px solid #EAEAEA;
	color: #000000;
	padding: 5px;
}

.postlabel {
	color: #666666;
	font-size: 11px;
	font-weight: lighter;
}

.posttext {
	background-color: #EAEAEA;
	border: 5px solid #EAEAEA;
	color: #000000;
	padding: 5px;
	position: relative;
	top: 15px;
}

.commentlist {
	list-style: none;
}

.main_comment {
	display: none;
}

.authorcomment {
	background-color: #efefef;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

.odd {
	color: #333333;
	background-color: #EAEAEA;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

.odd a:link {
	color: #000000;
}

.commenttext {
	color: #000000;
	color: #000000;
	font-size: 10px;
	margin: 0px 0px 10px 0px;
	padding: 5px 10px 5px 10px;
	background-color: #EAEAEA;
}

#author,#email,#url {
	background: #efefef;
	border: 1px solid #cbcbcb;
	padding: 3px;
	width: 40%;
}

#comment {
	background: #efefef;
	border: 1px solid #cbcbcb;
	margin-bottom: 0.6em;
	margin-top: 5px;
	padding: 3px;
	width: 98%;
}

#submit {
	background-color: #efefef;
	border-bottom: 2px solid #CCCCCC;
	border-left: 1px solid #E4E4E4;
	border-right: 2px solid #CCCCCC;
	border-top: 1px solid #E4E4E4;
	padding: 3px;
}

acronym,abbr,span.caps {
	cursor: help;
}

acronym,abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	padding-left: 52px;
	background-image: url(images/qt.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 15px;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 5px;
}

blockquote cite {
	display: block;
	margin: 5px 0 0;
}

.center {
	text-align: center;
}

.aligncenter {
	margin-right: auto;
	margin-left: auto;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

hr {
	display: none;
}

a img {
	border: none;
}

pre {
	background: #f3f2ed;
	border: solid 1px #9a9a9a;
	color: blue;
	margin: 10px;
	padding: 10px;
}

code {
	color: #000;
	font-size: 1.0em;
}

/* Begin Images */
p img {
	padding: 0;
}

/* Using 'class="alignright"' on an image will (who would've
thought?!) align the image to the right. And using 'class="centered',
will of course center the image. This is much better than using
align="center",being much more futureproof (and valid) */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

/* End Images */
/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

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

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* End captions */
/*Drop Menu start*/
#dropmenu,#dropmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
	z-index: 300;
	width: 100%;
}

#dropmenu a {
	color: #000000;
	display: block;
	float: left;
	font-size: 11px;
	padding-left: 2px;
	padding-right: 8px;
	text-decoration: none;
	font-family: Helvetica Neue,Arial,Helvetica,sans-serif;
}

#dropmenu a:hover {
}

#dropmenu li {
	float: left;
	position: relative;
}

#dropmenu ul {
	position: absolute;
	top: 14px;
	left: 0px;
}

#dropmenu ul a {
	font-weight: normal;
	background-image: none;
}

#dropmenu ul a:hover {
	color: #FFFFFF;
	font-weight: normal;
	background-image: none;
}

#dropmenu li ul {
	background-color: #f5f5f5;
	width: 175px;
	padding: 0px;
	margin: 0px;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	display:none;
}

#dropmenu li ul a {
	height: auto;
	float: left;
	width: 175px;
	text-align: left;
	text-indent: 6px;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 2px;
	margin-top: 3px;
	margin-right: 0px;
	margin-left: 0px;
}

#dropmenu li ul a:hover {
	background-color: #ededed;
	color: #333333;
}

#dropmenu li ul li {
	width: 125px;
}

#dropmenu ul ul {
	top: auto;
}

#dropmenu li ul ul {
	left: 125px;
	margin: 0px 0 0 0px;
}

#dropmenu li:hover ul ul,#dropmenu li:hover ul ul ul,#dropmenu li:hover ul ul ul ul {
	display: none;
}

#dropmenu li:hover ul,#dropmenu li li:hover ul,#dropmenu li li li:hover ul,#dropmenu li li li li:hover ul {
	display: block;
}

.main_logo {
	float: left;
}

.main_logo.horizontal img {
	max-width: 350px;
	height: auto;
}

.main_logo.vertical img {
	max-height: 75px;
	width: auto;
}

.home_left {
	width: 366px;
	float: left;
}

.home_right {
	width: 366px;
	float: left;
	margin-left: 18px;
}

.clear {
	clear: both;
}

.entry_left {
	width: 373px;
	float: left;
}

.entry_right {
	width: 366px;
	float: left;
}

.WallSizesThumbHolder {
	margin-left: 9px;
}

/*---------- Gallery Styles-------------*/
/*#galleria {
height: 575px;
width: 750px;
}

*/
.blog_left {
	width: 637px;
	float: left;
}

.blog_left a {
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
}

.clear {
	clear: both;
}

.blog_right {
	width: 113px;
	float: left;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	text-align: right;
}

#contact-form label {
	display: block;/* needed in order to set a width */
	float:left;/* make it inline with the input field */
	width:115px;
}

#contact-form .error {
	margin-left: 100px;/* same as label width */
	color:#9e2828;
}

.contact_sub {
	width: 150px;
	float: left;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 5px;
}

.contact-form {
	font-weight: bold;
}

.contact_field {
	background-color: #FFFFFF;
	width: 180px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #000000;
	margin-bottom: 5px;
}

.contact_field_name {
	background-color: #FFFFFF;
	width: 295px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #000000;
	margin-bottom: 5px;
}

.contact_field_email {
	background-color: #FFFFFF;
	width: 293px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #000000;
	margin-bottom: 5px;
}

.contact_field_event {
	background-color: #FFFFFF;
	width: 261px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #000000;
	margin-bottom: 5px;
}

.contact_field_location {
	background-color: #FFFFFF;
	width: 237px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #000000;
	margin-bottom: 5px;
}

.contact_field_message {
	background-color: #FFFFFF;
	width: 332px;
	margin-bottom: 5px;
	background-image: url(images/line.jpg);
	background-repeat: repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 23px;
	height: 93px;
}

.contact_field_how {
	background-color: #FFFFFF;
	width: 222px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #000000;
	margin-bottom: 5px;
}

.blog_main {
	clear: both;
	margin-bottom: 10px;
	padding-bottom: 10px;
        padding-top: 20px;
        border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EBEBEB;

}

.blog_main img {
	max-width: 750px !important;
	height: auto !important;
    border: none !important;
	padding-top:5px;
}

.contact_sub_name {
	width: 38px;
	float: left;
	font-weight: bold;
	font-size: 10px;
	line-height: 19px;
}

.contact_sub_email {
	width: 41px;
	float: left;
	font-weight: bold;
	font-size: 10px;
	line-height: 19px;
}

.contact_sub_event {
	width: 72px;
	float: left;
	font-weight: bold;
	font-size: 10px;
	line-height: 19px;
}

.contact_sub_location {
	width: 95px;
	float: left;
	font-weight: bold;
	font-size: 10px;
	line-height: 19px;
}

.contact_sub_how {
	width: 111px;
	float: left;
	font-weight: bold;
	font-size: 10px;
	line-height: 19px;
}

.contact_main {
	margin-bottom: 10px;
}

.contact_submit_button {
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #939393;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	float: right;
	margin-right: 41px;
	cursor: pointer;
}

#contact-form p {
	padding-bottom: 0px;
	padding-top: 0px;
}

/*Home image fader*/
#slideshow {
	position: relative;
	height: 500px;
}

#slideshow IMG {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
	opacity: 0.0;
}

#slideshow IMG.active {
	z-index: 10;
	opacity: 1.0;
}

#slideshow IMG.last-active {
	z-index: 9;
}

.blog_info {
	color: #939598;
	padding-top: 5px;
}

.blog_info a {
	color: #939598;
}

#commentsbox {
	padding-top: 25px;
}

#gallery-1 img {
	border: none!important;
}

.footer_menu {
	margin-bottom: 3px;
}

.footer_menu ul {
	list-style-type: none;
	display: inline;
}

.footer_menu ul li {
	float: left;
	height: 11px;
	line-height: 11px;
	margin-right: 7px;
	padding-right: 7px;
}

.footer_menu ul li a {
	font-size: 11px;
	color: #000000;
}

.main_div {
	width: 750px;
	padding: 10px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#footer.blog {
	margin-top: 30px;
}

#footer div.widget {
	float: left;
	width: 25%;
	margin-bottom: 40px;
}

#footer .widget h2 {
	font-size: 14px;
}

#footer div.widget li {
	list-style: none;
}

#footer .widget li li:before {
	content: '- ';
}

#footer .widget li a {
	color: #000;
	font-size: 11px;
	line-height: 18px;
}

#footer .screen-reader-text {
	display: none;
}

#footer .textwidget {
	font-size: 11px;
	color: #000;
	line-height: 18px;
}

#searchform input#s {
	border: 1px solid #000;
	float: left;
	width: 118px;
	margin: 0 10px 0 0;
	padding: 1px 0 2px;
}

#searchform input#searchsubmit {
	background: #000;
	border: none;
	color: #fff;
	font-style: helvetica;
	float: left;
	margin: 0;
	cursor: pointer;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 14px;
}

#music {
	position: absolute;
	bottom: 0;
	right: 2px;
}      

/* Search */ 
#blogsearch{
	margin: 0px;
	padding: 0px;
}
#blogsearch label,
#blogsearch input, 
#blogsearch span{
	float: left;
}
form#blogsearch input#s{
	padding: 0 5px;
	font-weight: normal;
	font-family: helvetica, arial;
	text-transform: uppercase;
	margin: -3px 0 0 3px;
	width: 100px;
}


/* SPLASH SCREEN */
#logo_splash{
	margin:30px auto;
	width:100%;
        padding-bottom: 30px;
}
#logo_splash a{
	position: relative;
	left: 50%;
}
#logo_splash a img{
	position: relative;
	right: 50%;
}
#dropmenu.splash {
	float: left;
	position: relative;
	left: 50%;
	width:auto;
}
#dropmenu.splash > li{
	float: left;
	position: relative;
	right: 50%;
}
#dropmenu.splash > li > a{
font-size: 16px;
text-transform:uppercase;
padding-right: 20px;
padding-bottom: 20px;
}
#icons {
	float: left;
	position: relative;
	left: 50%;
	width:auto;
	clear: left;
	margin-top: 40px;
}
#icons > li{
	float: left;
	position: relative; 
	right: 50%;
	list-style:none;
	margin-right: 20px;
}
#icons > li > a > img{
max-width:50px;
max-height:50px;
}
.main_comment ul.children{
	
	list-style:none;
}
 
.main_comment  .children .even ,.main_comment  .children .odd {
padding: 12px 12px 12px 50px;
}
.main_comment  .children .even {
background:#fff;
}
