body {
	margin:0; padding:0;
	width:auto; height:100%;
	background:#fff url(woi/background.png) repeat-x top left;
	font:0.75em Georgia, "Times New Roman", Times, serif;
	color:#333;
	line-height:18px;
}
#navigation {
	background-image:url(woi/navigation.png);
	color: #94B3E0;
}
#navigation-links {
	display: none;
}
#navigation-links a {
	color:#1C5AB4;
}
#navigation-links a:hover {
	color: #e300d6;
}
.rss {
	background-image: url(woi/rss.png);
}
.rss A {
	color: #1663d5;
}

/* --------- Menu1
*/
.Menu {
	list-style-type: none;
}
.Menu LI {
	float: left;
	background:no-repeat;	
}
.Menu .Active {
}
.Menu LI A {
	display: block;
	background:no-repeat;	
}
.Menu LI A SPAN {
	display: block;
}
#IfcMenu1 {
	float: left;
	width: 650px;
	font-size: 18px;
	font-weight: normal;
	margin:0;
	padding:0;
}
#IfcMenu1 LI {
	background-position: right 0px;
	background-image: url(woi/menu1_dx.png);
	padding-right:10px;
	margin-right: 5px;
	width: auto;
	display: block;
}
#IfcMenu1 LI:hover {
	background-position:right -100px;
}
#IfcMenu1 LI A {
	background-position: left 0px;
	padding-left:10px;
	padding-right:0px;
	background-image: url(woi/menu1_sx.png);
	height:90px;
}
#IfcMenu1 LI A,
#IfcMenu1 LI A:visited {
	color:#1C5AB4;
}
#IfcMenu1 LI A:hover {
	text-decoration:none;
	color: #e300d6;
}
#IfcMenu1 LI:hover A {
	background-position:left -100px;
}
#IfcMenu1 LI A SPAN {
	/*padding-top:40px;
	padding-bottom:30px;*/
	padding-top:30px;
	padding-bottom:40px;
	background:url(woi/menu1-bg2.png) no-repeat left -300px;
	text-align: center;
	white-space: normal;
}
#IfcMenu1 LI A:hover SPAN {
	background-position:center 0px;
	padding-top:40px;
	padding-bottom:30px;	
}
#IfcMenu1 .Active,
#IfcMenu1 .Active:hover {
	background-position:right -200px;
}
#IfcMenu1 .Active A,
#IfcMenu1 .Active:hover A {
	background-position:left -200px;
}
#IfcMenu1 .Active SPAN,
#IfcMenu1 .Active A:hover SPAN {
	background-position:center -100px;
	margin: 0px;
	padding-top:40px;
	padding-bottom:30px;
	color: #1C5AB4;
}

#categories {
	background:transparent;
	display: none;
}
#categories-back {
	background:transparent url(woi/categories-back.png) no-repeat left center;
}
.category a {
	background:transparent url(woi/category.png) no-repeat scroll left top;
}
.category a:hover {
	background:transparent url(woi/category.png) no-repeat scroll left bottom;
	color:#fff!important;
}

#content-back {
	background:transparent url(woi/content-back.png) no-repeat scroll left top;
	min-height:950px;	
}

#left-top {
	background:transparent url(woi/left-top.png) no-repeat scroll center top;
}
#left-col {
	background-image:url(woi/left-col.png);
}
#left-col IMG {
	max-width:100%;
	/*max-width:590px;*/
	height:auto;
}
.inner-columns {
	/*background-image:url(woi/inner-columns.png);*/
	background-image:none;
}

/* ----- HOME column left-right
*/
.left-left {
/*	width:411px;*/
	width:631px;
	height:auto;
	float:left;
}
.left-right {
	width:220px;
	height:auto;
	float:right;
	display:none;
}

#left-bottom {
	background-image:url(woi/left-bottom.png);
}
.featured {
	background-image:url(woi/featured-ad.png);
}
/* --------- Post
*/
.post-top {
	background:url(woi/post-top.png) no-repeat top center;
}
.post-fancy {
	background:url(woi/post-paper.png) no-repeat top center;
}
.commentlist {
	background:url(woi/comment-bottom.png) top left no-repeat;
}
.commentform-key p {
	font-family:Georgia, "Times New Roman", Times, serif;
}
.comment-text,
.comment-text-alt,
.comment-form {
	background-color:#fff;
}
.comment-author {
	background-color:transparent;
}
.comment-author p {
	background-image:url(woi/divider.png);
}
.submit {
	color:#fff;
	background-image:url(woi/submit.png);
}
/* -------- Sidebar
*/
#sidebar h2 {
	background-image:url(woi/sidebar-top.png);
}
#sidebar li {
	background-image:url(woi/sidebar-bottom.png);
}
#sidebar li ul {
	background-image:url(woi/sidebar.png);
}
/* --- divider
*/
.divider,
.post,
.post-top,
#sidebar li ul li,
#sidebar #wp-calendar caption,
#sidebar .flickr_photos li,
#categories-back li,
#categories-back li.blank {
	background-image:url(woi/divider.png);
}

/* ----- elements
*/
H1 {
	float:left;
	width: 250px;
	overflow: hidden;
}
H1 A {
	background:transparent url(woi/logo.png) no-repeat left top;
	text-indent:-90000em;
	display:block;
	width:399px;
	height:45px;
}
H1 A:hover {
	background-position:left -55px;
}
H1 A IMG {
	visibility:hidden;
}

H2,
H3,
H4,
H5,
H6 {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform: none;
}
/* Links */
.pink {
	color:#000;
}
A.pink {
	/*color:#1C5AB4;*/
	color:#e300d6;
}
A.pink:hover {
	color:#e300d6;
	text-decoration:underline;
}
A:link {
	color:#1C5AB4;
}
a:active,
a:visited {
	color:#326AC7;
	text-decoration:none;
}
A:hover {
	color:#e300d6!important;
	text-decoration:underline;
}
h1 a {
	border:0;
	display:block;
	outline:0;
}
h2 a:link,
h2 a:active,
h2 a:visited {
	font-size:1em;
	color:#47443a;
}
h3 a:link,
h3 a:active,
h3 a:visited {
	color:#6e6960;
}
h4 a:link,
h4 a:active,
h4 a:visited {
	color:#1C5AB4;
}
h5 a:link,
h5 a:active,
h5 a:visited {
	color:#000000;
}
h5.pink-links a:link,
h5.pink-links a:active,
h5.pink-links a:visited {
	color:#666666;
}
h6 a:link,
h6 a:active,
h6 a:visited {
	color:#48463c;
}
/* ------ Footer
*/
.footer {
	background:url(woi/footer_back.png) repeat-x bottom left;
}
#footer {
	height:115px;
	padding-top:120px;
	background:transparent url(woi/footer.png) no-repeat left bottom;
}
#footer .footer-inner {
	margin-top:0px;
	position:relative;
}
#footer .Firma {
	clear:none;
	float: right;
	width: 150px;
	top:20px;
	right: 50px;
	position: absolute;
}
#footer .Firma A {
	display: block;
	padding: 0px;
	font-size: 7px;
	text-indent:-5000em;
	overflow: hidden;
	text-align: left;
	width: 150px;
	white-space:nowrap;
	margin: 0px;
	height: 50px;
	background:transparent url(woi/logo_foot.png) no-repeat left 0px;
}
#footer .Firma A.Blog {
	background-image:url(woi/blog_foot.png);
}
#footer .Firma A:hover {
	background-position:left -70px;
}
#footer .right {
	display:none;
}
