@import url(./styleNew.css) all;

#wrapper {
	background-image: none;
	background-color: #fff; !important
}

#bodyPartFoot {
    background-color: transparent;
    background-image: none;
	height: 0;
}

#mainPartTop {
    background-color: #fff;
    background-image: none;
	height: 10px;
}

#menuTop {
    width: auto;
    height: auto;
    background-image: none;
    margin: -3px 0 0 0;
    padding: 0 0 0 0;
	text-align: center;
	background-color: #ddd;
}

#menuTop ul {
	margin: 0 0;
	padding: 0 0;

}

#menuTop li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
}

#menuTop li a {
	display: block;
	padding: 5px 20px;
	background-color: #ddd;
	border-right: 3px solid #eee;
	text-decoration: none;
}

#menuTop li a:hover {
	display: block;
	background-color: #eee;
	border-right: 3px solid #ccc;
}

div.spacer {
	clear: both;
}

#wrapper a {
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}

#wrapper a:hover {
	text-decoration: none;
	border-bottom: 1px solid #999;
}

div.post-excerpt p:after, div.post-content p:after, div.post-excerpt ul:after, div.post-content ul:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */