/*Nifty Corners Cube CSS by Alessandro Fulciniti
The following classes are added dinamically by javascript,
and their use should be avoided in the markup */

b.niftycorners,b.niftyfill{display:block}
b.niftycorners *{display:block;height: 1px;line-height:1px;font-size: 1px;
    overflow:hidden;border-style:solid;border-width: 0 1px}
/*normal*/
b.r1{margin: 0 3px;border-width: 0 2px}
b.r2{margin: 0 2px}
b.r3{margin: 0 1px}
b.r4{height: 2px}
b.rb1{margin: 0 8px;border-width:0 2px}
b.rb2{margin: 0 6px;border-width:0 2px}
b.rb3{margin: 0 5px}
b.rb4{margin: 0 4px}
b.rb5{margin: 0 3px}
b.rb6{margin: 0 2px}
b.rb7{margin: 0 1px;height:2px}
b.rb8{margin: 0;height:2px}
b.rs1{margin: 0 1px}
/*transparent inside*/
b.t1{border-width: 0 5px}
b.t2{border-width: 0 3px}
b.t3{border-width: 0 2px}
b.t4{height: 2px}
b.tb1{border-width: 0 10px}
b.tb2{border-width: 0 8px}
b.tb3{border-width: 0 6px}
b.tb4{border-width: 0 5px}
b.tb5{border-width: 0 4px}
b.tb6{border-width: 0 3px}
b.tb7{border-width: 0 2px;height:2px}
b.tb8{border-width: 0 1px;height:2px}
b.ts1{border-width: 0 2px}


/* IMAGE GALLERY WITH POPUP WINDOWS */
#gallery { 
	text-align:center;
	padding:20px 0;
	margin:20px 0;
	border-top: 1px #DDD solid;
	border-bottom: 1px #DDD solid;
}
#gallery img {
	width:50px;
	height:50px;
}
.galleryimg img {
	padding:7px;
	margin:3px;
	background:url('../img/gallery.jpg') no-repeat;
}
.galleryimg:hover img {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;	
}


/* SIMPLE VIEWER */
#flashcontent {
	height:500px;
	margin-top:15px;
}

/* FCK EDITOR */
.fckeditorbg {
	padding:10px;
}


/* WORDPRESS */
#sidecontainer {
	width:200px;
	margin:0;
	padding:0;
}
#sidebar li { 
	margin:0;
	padding:0 0 0 20px;
	list-style-type:none;
	font-size:10px;
	text-indent:-10px;
}
#sidebar li a {
	text-decoration:none;
	color:#000;
}
#sidebar li a:hover {
	color:#F00;
	text-decoration:underline;
}
.widgettitle { 
	font-size:14px;
	font-weight: bold;
	font-family: arial; 
	font-style: normal;
	font-variant:small-caps;
	padding:3px 0px 3px 20px;
	margin:5px 0;
	color:#09C;
}
p.postmetadata {
	font-size:10px;
	text-align:right;
}
div.navigation {
	font-size:14px;
	text-align:right;
}
#content_wordpress { 
	width:500px;
	padding-left:10px;
	margin-right:20px;
	float:right;
	overflow:hidden;
	font-size:12px;
}
.post h2 a {
	color:#F00;
	font-size:14px;
}
#recent-posts li {
	margin-left:-45px;
}
#archives li {
	margin-left:-25px;
}
#meta li {
	margin-left:-25px;
}
#tagcloud {
	width:100px;
	/* word-wrap:break-word; */
}


/* SLIMBOX */
#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}
#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}
.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}
#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}
#lbPrevLink {
	left: 0;
}
#lbPrevLink:hover {
	background: transparent url('../img/prevlabel.gif') no-repeat 0% 15%;
}
#lbNextLink {
	right: 0;
}
#lbNextLink:hover {
	background: transparent url('../img/nextlabel.gif') no-repeat 100% 15%;
}
#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}
#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}
#lbCaption, #lbNumber {
	margin-right: 71px;
}
#lbCaption {
	font-weight: bold;
}


/* SLIDESHOW  */

#slideshow {
	padding:10px;
	margin:10px;
	background:url('../img/slideshow/slideshowbg.jpg') no-repeat;
}

