/*
Theme Name: Nova Dzungla
Description: A WordPress Magazine Theme
Author: Theme Sector
Author URI: http://themesector.com
Version: 1.0.1
*/
@import url("css/reset.css");
@import url("css/nivo-slider.css");


body { background:#EEE; font-family: sans-serif; font-size:12px; color:#333; }
a { text-decoration:none; color:#bc0c0c; }
a:hover { text-decoration:underline; }
p { line-height:18px; }
ul {list-style-type:none;}
.post-review-widget { margin-top: 5px; }

#jtwt_date { display: none; }

/*** Header styles ***/
#header-top-wrapper { background:#121212 url(images/top-navigation-trans.png) bottom repeat-x; height:35px; margin-bottom:20px; }
#header-top { width:980px; margin:0 auto; }
#header-top ul { font-family:'PTSansNarrowRegular'; text-transform:uppercase; font-size:13px; }
#header-top ul li { float:left; display:block; margin-right:18px; position: relative; }
#header-top ul li a { color:#999; text-shadow: 0px -1px 0px #000; height: 35px; line-height: 35px; }
#header-top ul li ul { display: none; background: #fff; padding: 0; border: 1px solid #ddd; border-top: 0;
-webkit-border-bottom-right-radius: 8px;
-webkit-border-bottom-left-radius: 8px;
-moz-border-radius-bottomright: 8px;
-moz-border-radius-bottomleft: 8px;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px;
box-shadow:0px 1px 8px rgba(0, 0, 0, 0.2);
}
#header-top ul li:hover > ul { display: block; position: absolute; top: 35px; left: 0; z-index: 100; width: 170px; }
#header-top ul li ul li { margin-right: 0; width: 170px; }
#header-top ul li li a:hover { background: #f1f1f1; text-decoration: none; }
#header-top ul li ul li a { color: #777; border-bottom: 1px solid #ddd; display: block; text-shadow: none; height: auto; line-height: normal; padding: 8px; font-size: 13px; }
#header-top ul li ul li:last-child a { border-bottom: 0; }
#header-top ul li ul li ul { display: none; }
#header-top ul li ul li:hover ul { left: 210px; top: 10px; border-top: 1px solid #ddd;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}
#header-sponzor { float:left;}
#searchform { float:right; margin-right:2px;}
#datum-dan {background: #800000; color:#fff; font-family: 'Oswald', sans-serif; font-size: 17px; padding:3px 3px 3px 3px; margin:10px 3px 0px 1px; width:20px; float:left; text-align:center;}
#datum-mesec { font-size: 17px; font-family: 'Oswald', sans-serif; padding:13px 0px 0px 0px; }
#sponzor { background:#FFF; border:1px solid #d5d5d5; font-size: 17px; font-family: 'Oswald', sans-serif; padding:3px 3px 3px 3px; margin-left:0px; margin-top:0px; width:204px}


.sponzor-link { color:#444; text-decoration: none;}
.sponzor-link:hover {  text-decoration: none; color:#bc0c0c;}
.pop {background: url(images/ami-play.png) no-repeat right; padding:3px 20px 3px 0px; outline: none; font-size: 17px; font-family: 'Oswald', sans-serif;  margin-top:2px;}
.pop:hover{color:#444; text-decoration: none;}
.folk {background: url(images/ami-play.png) no-repeat right; padding:3px 22px 3px 0px; outline: none; font-size: 17px; font-family: 'Oswald', sans-serif;  margin-top:2px;}
.folk:hover{color:#444; text-decoration: none;}

.vreme-ticker { font-size: 16px; font-family: 'Oswald', sans-serif;}


#header {margin-bottom:0px; height:125px;  width:986px; margin:0 auto; background:#ffffff; 
	/*float:left;*/
	position:fixed;
	z-index:100;
-moz-box-shadow: 0px 0px 10px #000000;
-webkit-box-shadow: 0px -0px 10px #000000;
box-shadow: 0px 0px 10px #000000;
}

#shade {background:url(images/shade.png); }



#logo {  margin:5px 0px 5px 5px; width:210px; height:120px;}
#header-banner { margin:5px 5px 5px 0px; width:752px; height:60px; background: #F0F0F0; border: 1px solid #D0D0D0; padding:5px;}
#header-banner2 { float:right; width:468px; height:60px; }
#najnovije {padding-top:125px; height:38px; }
/*** Navigation ***/
#navigation-wrapper { background:#121212 url(images/navigation-trans.png) repeat-x; height:41px; margin-bottom:20px;-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px; }
#navigation { font-family:'PTSansNarrowBold'; text-transform:uppercase; font-size:14px; }
#navigation li { float:left; display:block; position: relative; }
#navigation li a { color:#FFF; text-shadow: 0px -1px 0px #000; height: 41px; line-height: 41px; display: inline-block; padding: 0 14px; }
#navigation > ul > li.current-menu-item > a, #navigation > ul > li.current-menu-parent > a { background: url('images/nav-active.png') repeat-x top left; height: 41px; line-height: 41px; }
#navigation > ul > li > a:hover { background: url('images/nav-active.png') repeat-x top left; height: 41px; line-height: 41px; text-decoration: none; }
#navigation li ul { display: none; background: #fff; padding: 0; border: 1px solid #ddd; border-top: 0;
-webkit-border-bottom-right-radius: 8px;
-webkit-border-bottom-left-radius: 8px;
-moz-border-radius-bottomright: 8px;
-moz-border-radius-bottomleft: 8px;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px;
box-shadow:0px 1px 8px rgba(0, 0, 0, 0.2);
}
#navigation li:hover > ul { display: block; position: absolute; top: 41px; left: 0; z-index: 100; width: 170px; }
#navigation li ul li { margin-right: 0; width: 170px; }
#navigation ul li li a:hover { background: #f1f1f1; text-decoration: none; }
#navigation li ul li a { color: #777; border-bottom: 1px solid #ddd; display: block; text-shadow: none; height: auto; line-height: normal; padding: 8px; font-size: 13px; }
#navigation li ul li:last-child a { border-bottom: 0; }
#navigation li ul li ul { display: none; }
#navigation li ul li:hover ul { left: 210px; top: 10px; border-top: 1px solid #ddd;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}

/*** General styles ***/
#wrapper { width:986px; margin:0 auto; overflow:hidden; background:#fff; }
#main {padding-left:2px; 

	 -moz-box-shadow: -0px -0px 10px #000000;
-webkit-box-shadow: -0px -0px 10px #000000;
box-shadow: -0px -0px 10px #000000;}

.alignleft { float: left; }
.alignright { float: right; }

.clear { clear: both; }
.clear2 { clear: both; border-top:1px dashed #d2d2d2; width: 100°%; margin:5px;}
.border {background: url(images/hit-overtitle.png) repeat-x scroll 0 0px transparent; margin-left:4px; margin-right:4px;  width: 100°%; height:5px;}
.border2 {background: url(images/hit-overtitle.png) repeat-x scroll 0 -100px transparent; margin-left:4px; margin-right:4px;  width: 100°%; height:5px;}
.border3 {background: url(images/hit-overtitle.png) repeat-x scroll 0 -600px transparent; margin-left:4px; margin-right:4px;  width: 100°%; height:5px;}
.border4 {background: url(images/hit-overtitle.png) repeat-x scroll 0 -300px transparent; margin-left:4px; margin-right:4px;  width: 100°%; height:5px;}
#border5 {border-top:1px dashed #d2d2d2; width: 100°%; margin:5px;}
.post-navigation { margin-bottom: 10px; }

/*** Featured ***/
#featured-wrapper { margin-bottom:20px; }
.slider-item { position:relative; width:650px; height:400px; background: white url('images/loading.gif') no-repeat 50% 50%; }
.nivo-caption { position:absolute; bottom:0; }
.nivo-caption .category { float:left; background:#bc0c0c; color:#FFF; padding:6px 10px 6px 10px; text-shadow: 0px -1px 0px #000; font-family:'PTSansNarrowBold'; font-size:15px; }
.nivo-caption .category a { color:#FFF; }
.nivo-caption . { float:left; background:#424242; color:#CCC; padding:6px 10px 6px 10px; text-shadow: 0px -1px 0px #000; font-family:'PTSansNarrowBold'; font-size:15px; margin-left:-2px; }
.nivo-caption .comments { float:right; background:url(images/comment-bg.png) no-repeat; text-shadow: 0px -1px 0px #000; color:#FFF; height:32px; width:33px; font-family:'PTSansNarrowBold'; font-size:15px; position:absolute; right:0; top:4px; text-align:center; padding-top:4px;  }
.nivo-caption .comments a { color:#FFF; }
.nivo-caption .slider-heading { background:url(images/trans.png) repeat; padding:12px; clear:both; }
.nivo-caption .slider-heading h2 a { line-height:30px; font-size:26px; color:#FFF; text-transform:uppercase; text-shadow: 0px -1px 0px #000; font-family:'PTSansNarrowBold'; margin-bottom:4px; display:block; }
.nivo-caption .slider-heading p { color:#BBB; text-shadow: 0px -1px 0px #000; }

.nivo-controlNav { right:18px; top:15px; position:absolute; }
.nivo-controlNav .nivo-control { background:url(images/slider-button.png) no-repeat; width:20px; height:20px; display:block; float:left; text-indent: -100000px; }
.nivo-controlNav .nivo-control.active { background:url(images/slider-button-active.png) no-repeat; }

/*** Items ***/

.excerpt {padding-top:8px;}
.posted {padding-top:8px; font-family: sans-serif;  font-size:11px; color:#444;}

#kolumnista { margin:5px 5px 5px 0px; background: #F0F0F0; border: 1px solid #D0D0D0; padding:5px;}

.kolumnista-slika img {margin-bottom:0px; padding: 3px;
	border: solid 1px #D8D8D8 ;}
.kolumnista-slika img:hover { border: solid 1px #CCC;
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
        box-shadow: 1px 1px 5px #999;}	


div.box:nth-child(odd) { height:110px; padding:0px 5px 0px 0px;margin:0 0 20px 5px;background:#eee;border-left:6px solid #d81c1c; border-right:6px solid #d81c1c;}
div.box:nth-child(even) { height:110px; padding:0px 5px 0px 0px;margin:0 0 20px 5px;background:#eee;border-left:6px solid #999999; border-right:6px solid #999999;}
#items-wrapper3 { float:left;
 width:650px;
background:#FFF;
margin-bottom:0px;
border:0px solid #d2d2d2;
margin-left:5px; 
padding-right:10px; 
border-right: 1px dashed #d2d2d2;
}
#items-wrapper3  h3 a{font-size:18px; 
	
	font-family: 'Oswald', sans-serif;
	text-shadow: 0px 1px 0px rgba(255,255,255,.5); color: #444; }

#items-wrapper2{ margin-top:5px; overflow:hidden; width:640px; float:left;}
.uvod {background:#F0F0F0; padding:5px;}
.marketing2 {padding:3px; margin:3px 1px 1px 0px; width:300px; height:250px; border:0px dashed #6a6a6a;}
.marketing3 {padding:3px; margin:3px 1px 3px 0px; width:300px; height:100px; border:0px dashed #6a6a6a;}
.item {
float:left;
margin-bottom:0px;

margin-right:0px;
padding:3px;
background:#FFF;
border:0px solid #d2d2d2;}
.item.last { margin-right:0; }
.item img { margin-bottom:0px; padding: 1px;
	border: solid 1px #D8D8D8 ;}

	
.item-thumb1 img { margin-bottom:0px; width:415px; height:277px;}
.item-thumb2 img { margin-bottom:6px; width:230px; height:160px; }
.item-thumb3 img { margin-bottom:2px; width:149px; height:103px;}
.item-thumb4 img { margin-bottom:2px; width:258px; height:168px;}
.item-thumb5 img { margin-bottom:2px; width:120px; height:87px;}
.item-thumb6 img { margin-bottom:2px; width:180px; height:110px; float:left; margin-right:10px;}
.item h3 { margin-bottom:6px; }
.item-font h3 a { font-family: 'Oswald', sans-serif;  font-size:18px; color:#444;}
.item-font2 h3 a { font-family: 'Oswald', sans-serif; font-size:15px; color:#444;}
.item-font3 h3 a { font-family: sans-serif;  font-size:12px; color:#444; font-weight:bold;}
.item-font4 h3 a { font-family: sans-serif;  font-size:12px; color:#444; font-weight:bold;}
.item-font5 h3 a { font-family: 'Oswald', sans-serif;  font-size:17px; font-weight:normal; color:red;}
.title-mini h3 a { font-family: sans-serif;  font-size:12px; color:#444; font-weight:bold;}
.title-mini2 h3 a { font-family: sans-serif;  font-size:12px; color:#444; font-weight:bold;}
.title-mini { margin-top:3px; margin-left:3px;}
.title-mini2 { margin-top:3px; padding-right:10px;}
.item p { font-size:13px; color:#666; line-height:18px; margin-bottom:0px; font-family: sans-serif;}
.item .item-meta { position:absolute; left:0; bottom:0; background:#F1F1F1; border-top:1px solid #D7D7D7; width:295px; padding:8px 10px px 10px; }
.item .item-meta .date { font-style:italic; color:#888; text-shadow: 0px -1px 0px #FFF; font-size:11px; float:left; }
.date1 { color:#888; text-shadow: 0px -1px 0px #FFF; font-size:11px;  }
.item .item-meta .category { float:right; text-shadow: 0px -1px 0px #FFF; font-size:11px; }
.category2 { text-shadow: 0px -1px 0px #FFF; font-size:11px; }
.item-thumb { position:relative; }
.item-thumb22 img { width:230px; height:160px; }
.thumb-icon { height:26px; width:26px; position:absolute; left:10px; top:10px; }
.thumb-icon.audio { background:url(images/music-icon.png) no-repeat; }
.thumb-icon.gallery { background:url(images/gallery-icon.png) no-repeat; }
.thumb-icon.video { background:url(images/video-icon.png) no-repeat; }

.thumb-icon-small { height:16px; width:16px; position:absolute; left:35px; top:35px; }
.thumb-icon-small.audio { background:url(images/music-icon-small.png) no-repeat; }
.thumb-icon-small.gallery { background:url(images/gallery-icon-small.png) no-repeat; }
.thumb-icon-small.video { background:url(images/video-icon-small.png) no-repeat; }

.item-thumb .comments { background:url(images/comment-bg.png) no-repeat; text-shadow: 0px -1px 0px #000; color:#FFF; height:15px; width:16px; position:absolute; right:0px; bottom:9px; text-align:center; padding-top:4px; font-family:'PTSansNarrowBold'; font-size:11px; }
.item-thumb .comments a { color: #fff; }
.item-thumb .kategorija a {position: absolute;
	bottom: 30px;
	left: 5px;
	background: transparent url(images/back-postmeta.png) repeat top left;
	padding: 10px 15px;
	max-width: 350px;
	z-index: 20;}
.item-thumb .kaegorija a h3{ color: #fff; }
.item-thumb .kategorija2 a{  background-color:#8c0000; border-left: 3px solid #fff; border-bottom: 3px solid #fff;
 color:#FFF; height:18px; width:auto; position:absolute; left:1px; bottom:6px; text-align:center; padding:2px 4px 0 4px; font-family:Arial, Helvetica; font-size:13px; font-weight:bold;}
.item-thumb .kaegorija2 a { color: #fff; }
.item-thumb .kategorija3 a {  background-color:#8c0000; border-left: 3px solid #fff; border-bottom: 3px solid #fff;
 color:#FFF; height:15px; width:auto; position:absolute; left:1px; bottom:6px; text-align:center; padding:2px 4px 0 4px; font-family:Arial, Helvetica; font-size:11px; font-weight:bold;}
.item-thumb .kaegorija3 a { color: #fff; }
.kategorija4 a {  background-color:#8c0000;
color:#FFF; height:15px; width:auto; left:0px; text-align:center; padding:2px 4px 0 4px; font-family:Arial, Helvetica; font-size:11px; font-weight:bold; margin-bottom:6px;}
.item-thumb .kaegorija4 a { color: #fff; }
.item-review { background:url(images/trans.png) repeat; position:absolute; left:0; bottom:9px; display:block; height:12px; padding:5px;}

.item-thumb .kategorija6 a { background:#bc0c0c; 
background: -moz-linear-gradient(top, #ff5353, #8a1718);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff5353), to(#8a1718));
	background: -o-linear-gradient(top, #ff5353, #8a1718);
text-shadow: 0px -1px 0px #000; color:#FFF; height:15px; width:auto; left:0px; text-align:center; padding:0px 4px 0 4px; font-family:Arial, Helvetica; font-size:11px; font-weight:bold; margin-bottom:4px;}
.item-thumb .kaegorija6 a { color: #fff; }
	
/*** pagination ***/
#pagination { margin-bottom:30px;}
#pagination ul li { background:#cccccc; padding:8px 12px 8px 12px; float:left; display:block; margin-right:8px; font-size:14px; color:#777; text-shadow: 0px -1px 0px #FFF; }
#pagination ul li a { color:#777; }
#pagination ul li.active { background:#666666; color:#FFF; text-shadow: 0px -1px 0px #444; }

/*** Sidebar ***/
#sidebar { float:right; width:300px; margin-left:4px; }
.sidebar-widget { padding:3px; margin:3px 1px 3px 0px; width:300px; }
.widget { margin:5px; width:300px; }
.widget h4 { background: #F0F0F0; border-bottom: 3px solid #D0D0D0; padding:5px; font-size:18px; font-family: 'Oswald', sans-serif; text-transform:uppercase; color:#444; margin:10px 0px 5px 0px;}

	/** Social widget **/
	.social-box { margin-bottom:10px; overflow:hidden; }
	.social-box img { float:left; }
	.social-box-text {
	position:relative;
	float:right;
	padding:4px 10px 6px 10px;
	width:212px; 
	background:#FFF;
	border:1px solid #d2d2d2;
	-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;	}
	.social-box-descrip { font-family:'PTSansNarrowRegular'; font-size:16px; color:#777; display:block; margin-bottom:1px; }
	.social-box-count { color:#999; font-size:11px; }
	.social-arrow { background:url(images/social-arrow.png) no-repeat; position:absolute; left:-8px; top:17px; height:12px; width:8px; display:block; }
	
	/** recent post widget **/
	.widget-item { margin-bottom:10px; overflow:hidden; position: relative; }
	.widget-item .thumb, .widget-item .avatar { background:#FFFFFF; border:1px solid #D5D5D5; padding:5px; float:left; margin-right:10px; }
	.widget-item h3 a { font-family:'PTSansNarrowRegular'; font-size:13px; font-weight:bold; margin-bottom:5px; display:block; text-shadow: 0px -1px 0px #FFF; color:#444; }
	.widget-item .date { color:#888; margin-right:6px; text-shadow: 0px -1px 0px #FFF; }
	.widget-item .comments { background:url(images/comment.png) no-repeat left; padding-left:18px; color:#888; text-shadow: 0px -1px 0px #FFF; }
	
	/** recent tweets **/
	.twitter #jtwt_text { background:url(images/twitter_small.png) no-repeat left top; padding-left:22px; margin-bottom:10px; }
	
	/** flickr widget **/
	#sidebar .flickr .flickr_badge_image { float:left; margin-right:14px; margin-bottom:14px; }
	#sidebar .flickr #flickr_badge_image3, #sidebar .flickr #flickr_badge_image6, #sidebar .flickr #flickr_badge_image9, #sidebar .flickr #flickr_badge_image12, #sidebar .flickr #flickr_badge_image15, #sidebar .flickr #flickr_badge_image18, #sidebar .flickr #flickr_badge_image21, #sidebar .flickr #flickr_badge_image24, #sidebar .flickr #flickr_badge_image27, #sidebar .flickr #flickr_badge_image30 { margin-right:0; }
	#sidebar .flickr .flickr_badge_image img { background:#333; border:1px solid #111; padding:5px; }
	
	/** tabs widget **/
	.tabs { border-bottom:1px solid #CCC; overflow:hidden; padding-left:5px; font-size:13px; font-family:'PTSansNarrowBold'; text-transform:uppercase; color:#888; margin-bottom:20px; list-style: none; }
	.tabs a { color: #888 !important; }
	.tabs li { border-bottom:none !important; background-image: none !important; float:left; padding:10px; background:#F2F2F2; border-top:1px solid #d5d5d5; border-left:1px solid #d5d5d5; border-right:1px solid #d5d5d5; margin-right:4px; -webkit-border-radius:3px 3px 0 0; -moz-border-radius:3px 3px 0 0; border-radius:3px 3px 0 0; margin-bottom: 0 !important; }
	.tabs li.active { background:#E2E2E2; border-color:#D1D1D1; color:#666; text-shadow: 0px -1px 0px #FFF; }
	
	/** search widget **/
	.search-field { background:#FFF url(images/search-icon.png) no-repeat left; border:1px solid #d5d5d5; padding:3px 7px 3px 25px; outline: none; font-family:'PTSansRegular'; font-size:13px; color:#777; width:210px; margin-bottom:10px;
	-moz-box-shadow:inset 0 0 7px #DDD;
    -webkit-box-shadow:inset 0 0 7px #DDD;
    box-shadow:inset 0 0 7px #DDD;
	}
	.search-button { background:#858585; border:1px solid #666; font-family:'PTSansRegular'; font-size:13px; color:#FFF; text-shadow: 0px -1px 0px #555; padding:3px; margin-left:-4px; cursor:pointer; margin-bottom:10px;}
	
	/** general widget style **/
	.widget ul a { #333; }
	.widget li { border-bottom: 1px dashed #CCC; padding-bottom: 10px; margin-bottom: 10px; }
	.widget p { line-height: 18px; }
	
	/** Calendar **/
	#calendar_wrap { margin: 0 auto; }
	#calendar_wrap caption { text-align: center; }
	
	#wp-calendar caption {
		font: bold 1.1em;
		margin-bottom: 5px;
	}
	
	#wp-calendar { 
		border-left: 1px solid #e6e6e6;
		border-top: 1px solid #e6e6e6;
	    line-height:15px;
	    margin:0 0 22px 0;
	    text-align:left;
	}
	
	#wp-calendar th {
		font: bold 11px;
		color: #fff;
		border-right: 1px solid #e6e6e6;
		letter-spacing: 2px;
		text-transform: uppercase;	
		padding: 6px 6px 6px 12px;
		background: #666;
	}
	
	#wp-calendar td {
		border-right: 1px solid #e6e6e6;
		border-bottom: 1px solid #e6e6e6;	
		padding: 6px 6px 6px 12px;
		color: #333;
	}
	
	tr.even { background: #fafafa; }

/*** Footer ***/
#footer-wrapper { background:#151515; border-top:8px solid #151515; overflow:hidden; width:990px; margin:0 auto;}
#footer-wrapper2 { background:#272727 url(images/pattern7.png) repeat; border-top:12px solid #151515; overflow:hidden; width:990px; margin:0 auto;}
#footer { width:980px; margin:0 auto; padding:0px 0 5px 0; color:#fff;}
#footer a { color:#CCC; text-shadow: 0px -1px 0px #000; }
#footer2 { width:980px; margin:0 auto; padding:0px; color:#fff;}
#footer-left {float:left;}
#footer-right {float:right;}

	.footer-baner_list li {
		float: left;
		border-left: solid 5px #151515;
	}

	/** Footer widgets **/
	#footer .widget { width:215px; float:left; margin-right:40px; color:#666; text-shadow: 0px -1px 0px #000; }
	#footer .widget.last { margin-right:0; }
	#footer .widget h4 { background:#2e2e2e; color:#aaa; text-shadow: 0px -1px 0px #000; }
	#footer .widget p { margin-bottom:20px; }
	
	/** footer widget item **/
	#footer .widget .widget-item .thumb { background:#333; border:1px solid #111; }
	#footer .widget .widget-item h3 a { color:#CCC; text-shadow: 0px -1px 0px #000; }
	#footer .widget .widget-item .date { color:#666; text-shadow: 0px -1px 0px #000; margin-right:3px; }
	#footer .widget .widget-item .comments { background:url(images/comment-footer.png) no-repeat left; color:#666; text-shadow: 0px -1px 0px #000; }
	
	/** footer widget twitter **/
	#footer .widget .twitter { color:#666; text-shadow: 0px -1px 0px #000; }
	#footer .widget .follow a { text-shadow: 0px -1px 0px #000; color:#CCC; }
	
	/** footer widget flickr **/
	#footer .flickr .flickr_badge_image { float:left; margin-right:14px; margin-bottom:14px; }
	#footer .flickr .flickr_badge_image img { width: 50px; height: 50px; }
	#footer .flickr #flickr_badge_image3, #footer .flickr #flickr_badge_image6, #footer .flickr #flickr_badge_image9, #footer.flickr #flickr_badge_image12, #footer .flickr #flickr_badge_image15, #footer .flickr #flickr_badge_image18, #footer .flickr #flickr_badge_image21, #footer .flickr #flickr_badge_image24, #footer .flickr #flickr_badge_image27, #footer .flickr #flickr_badge_image30 { margin-right:0; }
	#footer .flickr .flickr_badge_image img { background:#333; border:1px solid #111; padding:5px; }

/*** Bottom ***/
#bottom-wrapper { background:#151515 url(images/pattern7.png) repeat; width:990px; margin:0 auto;}
#bottom { width:980px; margin:0 auto; padding:12px 0 12px 0; color:#555; text-shadow: 0px -1px 0px #000; overflow:hidden; }
#bottom a { color: #555; }
#bottom .left { float:left; }
#bottom .right { float:right; }
#bottom .totop a { color:#555; float:right; margin-left:20px; background:url(images/totop.png) no-repeat right; padding-right:10px; }

/*** Post ***/
#post-wrapper { float:left;
 width:650px;
background:#FFF;
margin-bottom:30px;
border:0px solid #d2d2d2;
margin-left:5px; 
padding-right:10px; 
border-right: 1px dashed #d2d2d2;
}

#post-header { margin-bottom:6px; }
#post-header h1 { float:left; font-size:25px;  padding:0px 0px 12px 0px; width:650px; 
	
	font-family: 'Oswald', sans-serif;
	 text-shadow: 0px 1px 0px rgba(255,255,255,.5);
	}
	#post-header2 { margin-bottom:6px; }
#post-header2 h1 { font-size:40px;  padding:0px 0px 5px 0px; width:650px; 
	
	font-family: Helvetica, sans-serif;
	font-weight: bold; text-shadow: 0px 1px 0px rgba(255,255,255,.5);
	}
	
#horoskop h1 { font-size:20px;  padding:0px 0px 0px 0px; 
	
	font-family: 'Oswald', sans-serif;
	 text-shadow: 0px 1px 0px rgba(255,255,255,.5);
	}	
.post-meta { border-top:0px solid #D2D2D2; height:20px; border-bottom:0px dashed #d2d2d2;;
	box-shadow: 0 1px 0 #dcdcdc; padding:0px 5px 0 5px; clear:both; }
.post-meta .author { background:url(images/author-icon.png) no-repeat; padding-left:20px; margin-right:20px; }
.post-meta .author a { color:#888; text-shadow: 0px -1px 0px #FFF; }
.post-meta .date { background:url(images/date-icon.png) no-repeat; padding-left:20px; color:#888; text-shadow: 0px -1px 0px #FFF;}
.post-meta .comment { background:url(images/comment.png) no-repeat; padding-left:20px; color:#888; text-shadow: 0px -1px 0px #FFF; float: right;}
.post-meta .category { padding-right:24px; text-shadow: 0px -1px 0px #FFF; padding-left: 5px;}
.post-comment-box { margin:0px 14px 0 0; background:#bc0c0c url(images/comment-bg2.png) no-repeat; text-shadow: 0px -1px 0px #000; color:#FFF; height:18px; width:17px; text-align:center; font-family:'PTSansNarrowBold'; font-size:10px; float:right; }
.post-comment-box a { color:#FFF; }
.post-meta2 { border-top:0px solid #D2D2D2; height:20px; border-bottom:1px solid #d2d2d2;
	 padding:0px 5px 0px 5px; clear:both;  }
.post-meta2 .izvor {float: left; background:url(http://www.dzungla.org/wp-content/themes/nova-dzungla/images/fancy_globe.png) no-repeat; padding-left:20px; padding-bottom:5px;}
.post-meta2 .opsirnije {float: right; background:url(http://www.dzungla.org/wp-content/themes/nova-dzungla/images/read_more.png) no-repeat; padding-left:20px; padding-top:-10px; font-size: 12px; }

#post { padding: 10px 0 0 0; }
#post .featured-image { border:0px solid #d8d8d8; padding:4px; margin-bottom: 15px; }
.post-content p { font-size:13px; margin-bottom:20px;  }
.post-content img { margin-bottom:0px; padding: 3px;
	border: solid 1px #D8D8D8 ; }
.post-content h1 { font-size:25px; margin-bottom:14px; }
.post-content h2 { font-size:22px; margin-bottom:14px; }
.post-content h3 { font-size:19px; margin-bottom:14px; }
.post-content h4 { font-size:17px; margin-bottom:14px; }
.post-content h5 { font-size:15px; margin-bottom:14px; }
.post-content h6 { font-size:13px; margin-bottom:14px; text-transform:uppercase; }
.post-content hr { border:0; background-color: #DDD; height:1px; margin-bottom:14px; color:#DDD; }
.post-content blockquote { background:url(images/quote.png) no-repeat; padding-left:32px; padding-top:5px; margin-left:25px; color:#777; font-style:italic; }
.post-content ol { padding-left:42px; margin-bottom:20px; font-size:13px; }
.post-content ol li { list-style-type: decimal; margin-bottom:6px; }
.post-content ul { padding-left: 26px; margin-bottom:20px; font-size:13px; }

.post-content pre { overflow: auto; margin-bottom:20px; }
.post-content .alignright { float:right; margin:0 0 4px 10px; }
.post-content .alignleft { float:left; margin:0 10px 4px 0; }
.post-content .alignleft2 { float:left; margin:0 10px 4px 0; border:0px;}
.wp-caption, .gallery-caption  { border-bottom: 1px solid #D7D7D7; padding-top: 4px; margin-bottom:20px; text-align: left; }
p.wp-caption-text { margin-bottom:2px; font-size:11px;}
.aligncenter, div.aligncenter { display: block; margin-left: auto; margin-right: auto; }

	/** Review box **/
	.post-review { float:right; width:200px; border:1px solid #D7D7D7; margin-left:10px; margin-bottom:20px; }
	.overall-score { background:#EEE; margin:1px; padding:10px; text-align:center; }
	.post-review ul { border-top:1px solid #D7D7D7; padding:0; margin:0; }
	.post-review ul li { background:url(http://www.dzungla.org/wp-content/themes/nova-dzungla/images/criteria-bg.gif) repeat-x bottom; border-bottom:1px solid #D7D7D7; padding:10px; color:#555; margin:0; }
	.post-review ul li:last-child { border-bottom:none; }
	.score { float:right; }

	/*** Shortcodes ***/

	/** Columns **/
	.one_half, .one_third, .two_third, .three_fourth, .one_fourth { margin-right: 4%; float: left; line-height:21px; margin-bottom:20px; }
	.one_half { 	width: 48%; }
	.one_third { width: 30.6666%; }
	.two_third { width: 65.3332%; }
	.one_fourth { width: 22%; }
	.three_fourth { width: 74%; }
	.last { margin-right: 0 !important; clear: right; }
	.clearboth{ clear: both; display: block; font-size: 0px; height: 0px; line-height: 0; width: 100%; overflow:hidden; }
	
	/** Dropcap **/
	.dropcap { font-size:32px; margin-right:6px; padding-top:4px; text-transform: uppercase; float: left; position: relative; top: 5px; color:#888; }
	
	/** Highlight **/
	.highlight1 { background:#f6f67a; }
	.highlight2 { background:#000; color:#CCC; }
	
	/** Video **/
	.video-shortcode { margin-bottom:20px; }
	
	/** Tabs **/
	.post-content .tabs { margin-bottom: 0 !important; }
	.post-content .tabs li { padding-left: 10px !important; }
	.post-content .tab_content {padding:16px 16px 0 16px; overflow:hidden; }
	.post-content .tabs-wrapper { overflow: hidden; width: 100%; margin-bottom: 20px; }
	.post-content .tabs-wrapper .tab_content { border:1px solid #d7d7d7; border-width:0 1px 1px 1px; }
	
	/** Toggles **/
	.toggle { background:url(images/light-button.png) repeat-x; border:1px solid #BBB; padding:6px 10px 9px 14px; -moz-border-radius: 5px; -webkit-border-radius:5px; border-radius: 5px; cursor:pointer; margin-bottom:6px; }
	.toggle:hover { background:url(images/light-button.png) repeat-x; background-position:0 -37px; }
	.toggle a { background:url(images/toggle-arrow.png) no-repeat left; text-decoration:none; padding-left:30px; text-shadow: 0px -1px 0px #FFF; color:#444 !important; font-size:16px; }
	.toggle-content { display:none; background:#e6e6e6; -moz-border-radius: 5px; -webkit-border-radius:5px; border-radius: 5px; padding:20px; border:1px solid #DDD; font-size:14px; line-height:18px; text-shadow: 0px -1px 0px #FFF; margin-bottom:16px; }
	.toggle-content .block {padding:0px;}
	
	/** Checklist **/
	.checklist li { background:url(images/check-list.png) no-repeat left !important; padding-left:28px !important; }
	
	/** Badlist **/
	.badlist li { background:url(images/bad-list.png) no-repeat left !important; padding-left:28px !important; }
	
	/** Buttons **/
	.button { padding:6px 10px 9px 10px; display:inline-block; margin:0 10px 20px 0; -moz-border-radius: 5px; -webkit-border-radius:5px; border-radius: 5px; font-size:16px; cursor:pointer; }
	.button a { color:#FFF !important; text-shadow: 0px -1px 0px #333; }
	.button a:hover { text-decoration:none; }
	.button.black { background:url(images/black-button.png) repeat-x; border:1px solid #000; }
	.button.black:hover { background:url(images/black-button.png) repeat-x; background-position:0 -37px; }
	.button.red { background:url(images/red-button.png) repeat-x; border:1px solid #690000; }
	.button.red:hover { background:url(images/red-button.png) repeat-x; background-position:0 -37px; }
	.button.green { background:url(images/green-button.png) repeat-x; border:1px solid #0e5800; }
	.button.green:hover { background:url(images/green-button.png) repeat-x; background-position:0 -37px; }
	.button.blue { background:url(images/blue-button.png) repeat-x; border:1px solid #244f7c; }
	.button.blue:hover { background:url(images/blue-button.png) repeat-x; background-position:0 -37px; }
	.button.orange { background:url(images/orange-button.png) repeat-x; border:1px solid #824700; }
	.button.orange:hover { background:url(images/orange-button.png) repeat-x; background-position:0 -37px; }
	.button.light { background:url(images/light-button.png) repeat-x; border:1px solid #afafaf; }
	.button.light a { color:#5d5d5d !important; text-shadow: 0px -1px 0px #FFF; }
	.button.light:hover { background:url(images/light-button.png) repeat-x; background-position:0 -37px; }
	
.post-tags a { background:url(images/tag.png) no-repeat left; padding-left:21px; padding-right:10px; height:18px; margin:4px 10px 4px 0; padding-top:5px; font-size:11px !important; color:#777; text-shadow: 1px 1px 1px #FFF; display:inline-block; -moz-border-radius: 2px; -webkit-border-radius:2px; border-radius: 2px;}

.post-box-wrapper { border-bottom:1px solid #E1E1E1; }
.post-box-wrapper.first { border-top:1px solid #E1E1E1; }
.post-box { padding:20px 20px 27px 20px; overflow:hidden; }
.post-box h5 { font-family:'PTSansNarrowRegular'; font-size:20px; color:#666; margin-bottom:10px; }
.post-box .avatar { border:1px solid #d8d8d8; padding:4px; float:left; margin-right:10px; }
.post-box p { font-size:13px; color:#777; line-height:20px; }

.related-item { float:left; margin-right:19px; }
.post-box .related-item.last { margin-right:0; }
.related-item img { padding:4px; border:1px solid #d8d8d8; }

/** Post Share **/
.post-share {
	width: 80px; padding: 10px 0px; padding-bottom: 0; background: #ffffff; border: 1px solid #d2d2d2;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-align: center;
	position: fixed;
	top: 229px;
	left: auto;
	z-index: 15;
	margin-left: -103px;
	-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
}

.share-widget {
	margin-bottom: 10px;
}

	/** Comments styles **/
	#comments { }
	#comments h3 { font-size:26px; border-bottom:4px solid #DDD; margin-bottom:25px; }
	ol.commentlist { margin-bottom:40px; }
	li.commentlist { }
	.the-comment { margin-bottom:24px; }
	.avatar { border:1px solid #CCC; float:left; margin-right:14px; }
	.comment-arrow { background:url(images/comment-arrow2.png) no-repeat; width:8px; height:15px; float:left; margin-top:16px; margin-right:-1px; }
	.comment-box { background:url(images/comment-bg2.png) repeat-x; border:1px solid #CCC; -moz-border-radius: 5px; -webkit-border-radius:5px; border-radius: 5px; padding:14px; overflow:hidden;  }
	.comment-author { margin-bottom:10px; }
	.comment-author small { color:#888; }
	.comment-text { line-height:18px; }
	#comments .children { margin: 20px 0 0 83px; }
	#comments .children li.comment { margin: 0 0 20px 0; }
	.cancel-comment-reply { margin-bottom:10px; }
	.no-comments { color:#888; }
	.comment-author a { color:#3a3a3a; }
	.comment-text-side { color:#888; font-style:italic; line-height:18px; }
	
	#tab2 h3 a { font-style: normal !important; font-weight: normal !important; }
	.who-said { font-weight: bold !important; margin-bottom: 5px !important; }
	
	#comment-input { float:left; margin-right:20px; }
	#comment-input input { border:0; margin-bottom:17px; }
	#comment-input input:focus, textarea:focus { outline:none; }
	#comment-input label { display:block; margin-bottom:5px; }
	#comment-input label .req { color:#999; }
	.input-name { background:url(images/input-name.png) no-repeat; width:198px; padding:11px 10px 14px 34px; }
	.input-email { background:url(images/input-email.png) no-repeat; width:198px; padding:11px 10px 14px 34px; }
	.input-website { background:url(images/input-website.png) no-repeat; width:198px; padding:11px 10px 14px 34px; }
	#comment-textarea { float:right; }
	.textarea-comment { background:url(images/textarea-comment.png) no-repeat; border:0; width:308px; height:163px; padding:14px; font-family:arial; }
	#comment-textarea label { display:block; margin-bottom:5px; }
	#comment-textarea-admin { float:none; margin-bottom:16px; }
	#comment-textarea-admin label { display:block; margin:10px 0 5px 0; }
	#comment-submit { clear:both; float:right; margin-bottom:10px; }
	#comment-submit-admin { clear:both; margin-bottom:10px; }
	.comment-submit { background:url(images/black-button.png) repeat-x; border:1px solid #000; padding:6px 10px 7px 10px; -moz-border-radius: 5px; -webkit-border-radius:5px; border-radius: 5px; font-size:13px; color:#FFF; text-shadow: 0px -1px 0px #000; cursor:pointer; }
	.comment-submit:hover { background:url(images/black-button.png) repeat-x; background-position:0 -37px;  }

/*** Page ***/
#page-header { border-bottom:1px solid #D8D8D8; }
#page-header h1 { font-family:'PTSansNarrowRegular'; font-size:30px; color:#333; padding:10px 20px 12px 20px; margin-bottom:2px; }	
	
	
/*** Archive ***/
#archive-title {
background:#FFF;
margin-bottom:5px;
border-bottom:1px solid #F0F0F0;
padding:10px 10px 0px 12px;
}
#archive-title h1 { font-size:23px; }
#archive-title span { color:#999; margin-bottom:2px; display:block; }

/** Form **/
.postForm label { font-size: 12px; display: block; color: #333; margin-bottom: 5px; }
.postForm label span { color: #999; font-weight: normal; }
.postForm div { margin-bottom: 17px; }
.postForm .text { background: url(images/input-name.png) no-repeat; border: 0; color: #333; width: 198px; padding: 11px 10px 14px 34px; }
.postForm .error { border: 1px solid red; }
.postForm textarea {
	background: url(images/textarea-comment.png) no-repeat;
	border: 0;
	width: 308px;
	height: 163px;
	padding: 14px;
	font-family: arial;
}
.postForm .submit { background: #4e4e4e; border: 1px solid #3d3d3d; font-size: 12px; color: #fff; font-weight: bold; padding: 6px 20px; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; }
.postForm .submit:hover { background: #414141; }
.postForm .error_msg { display: none; margin-top: 5px; color: red; }
.postForm .email_sent { color: green; margin-bottom: 10px; display: none; }
.postForm #pyre_email { background: url(images/input-email.png) no-repeat; }
/*** Fonts ***/
@font-face {
    font-family: 'PTSansRegular';
    src: url('fonts/PTS55F-webfont.eot');
    src: url('fonts/PTS55F-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/PTS55F-webfont.woff') format('woff'),
         url('fonts/PTS55F-webfont.ttf') format('truetype'),
         url('fonts/PTS55F-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PTSansNarrowRegular';
    src: url('fonts/PTN57F-webfont.eot');
    src: url('fonts/PTN57F-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/PTN57F-webfont.woff') format('woff'),
         url('fonts/PTN57F-webfont.ttf') format('truetype'),
         url('fonts/PTN57F-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PTSansNarrowBold';
    src: url('fonts/PTN77F-webfont.eot');
    src: url('fonts/PTN77F-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/PTN77F-webfont.woff') format('woff'),
         url('fonts/PTN77F-webfont.ttf') format('truetype'),
         url('fonts/PTN77F-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

#sph-wrap {
	width: 100%;
	height: 45px;
	color: white;
	position: fixed;
	top: -50px;
	z-index: 9999;
	background: #404040;
	background: rgba(0,0,0,0.7);
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-weight: 300 !important;
	border-bottom: 1px solid rgba(225,225,225,0.3);

	-webkit-transition: top 0.2s ease-in-out;
	-moz-transition: top 0.2s ease-in-out;
	-o-transition: top 0.2s ease-in-out;
	-ms-transition: top 0.2s ease-in-out;
	transition: top 0.2s ease-in-out;
}


#sph-wrap.scrolling{
	top: 0;
	z-index: 9999;
}

.admin-bar #sph-wrap, .admin_bar #sph-wrap{
	top: 28px!important;
	z-index: 9999;
}

body:has(#wpadminbar) #sph-wrap{
	top: 28px!important;
	color: red;
}

#sph-wrap #sph-top {
	width: 100% !important;
	z-index: 9999;
	
}

#sph-wrap #sph-top>ul {
	margin: 0;
	padding-left: 0;
	height: 45px;
	z-index: 9999;
}

#sph-wrap #sph-top>ul>li {
	float: left;
	line-height: 45px;
	height: 45px;
	z-index: 9999;
}

#sph-wrap li li{
	text-align: left!important;
	z-index: 9999;
}

#sph-wrap #sph-top>ul>li:not(#network_menu).has_sub>a:after{
	z-index: 9999;
	content: " ";
	display: block;
	position: absolute;
	right: 7px;
	top: 22px;
	opacity: 0.4;
	border: 3px solid transparent;
	border-top-color: #fff;
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-ms-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}

#sph-wrap #sph-top>ul>li:not(#network_menu).has_sub>a:hover:after{
	opacity: 1;
}

#sph-wrap #sph-top>ul>li:not(#network_menu).has_sub>a{
	padding-right: 20px;
}

#sph-wrap #sph-top li a {
	color: #ccc;
	text-decoration: none;
	display: block;

	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
	padding: 0 10px;
	font-size: 13px;
	font-weight: 500;
}

#sph-wrap #sph-top li li a {
	font-size: 14px;
}

#sph-wrap #sph-top li a:hover {
	color: #fff;
	background-color: rgba(225,225,225,0.2);

	-webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0 0 10px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 10px rgba(0,0,0,0.3);
	text-shadow: 0 -2px 0 rgba(0,0,0,0.8);
}

#sph-wrap h1,#sph-wrap h2 {
	margin: 0;
	line-height: 45px;
	font-weight: 300;
}

#sph-wrap h1 {
	width: auto!important;
	font-size: 24px;
	padding: 0 0 0 40px !important;
	margin-right: 10px;
	color: white;
	font-family: "Helvetica Neue", Helvetica;
	
	cursor: pointer;
	font-weight: 300;
	background: url(http://www.dzungla.org/wp-content/themes/nova-dzungla/img/logosprites.png) no-repeat;
}

#sph-wrap h1 a:first-letter{
	text-transform: uppercase;
}

#sph-wrap h1 a{
	font-weight: 300!important;
}

#link-to-home:hover {
	background: none !important;

	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	border: none;
}

#link-to-home {
	padding: 0 !important;
	font-size: 24px !important;
}

#sph-loading {
	float: right !important;
	width: 45px;
	background: url(http://www.dzungla.org/wp-content/themes/nova-dzungla/img/ajax-loader.gif) no-repeat center;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;

	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	-ms-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}

#sph-loading.visible {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
}

h1.sitepoint {
	background-position: 5px 6px !important;
}

h1.dealfuel {
	background-position: -198px -196px !important;
}

h1.rubysource {
	background-position: -47px -45px !important;
}

h1.designfestival {
	background-position: -148px -147px !important;
}

h1.phpmaster {
	background-position: -95px -95px !important;
}

h1.buildmobile {
	background-position: -298px -295px !important;
}

h1.cloudspring {
	background-position: -250px -245px !important;
}

h1.sitepointmarket {
	background-position: -349px -343px !important;
}

#sph-wrap h1:after {
	content: ".";
	text-indent: -9999em;
	display: block;
	position: absolute;
	right: 15px;
	top: 22px;
	width: 0;
	border-top: 4px solid #fff !important;
	border: 4px solid transparent;
}

#sph-wrap #search {
	float: right!important;
	padding: 0;
	width: 45px;
	background-image: url(images/find.png);
	background-repeat: no-repeat;
	background-position: 3px 3px;
}

#sph-wrap #search>h3{
	text-indent: -9999em;
	margin: 0;
}

#sph-wrap #search:hover{

	background-color: #92cd68;
}

#search form{
	position: absolute;
	right: -1px;
	top: -10000px;
	background: rgba(0,0,0,0.6);
	padding: 10px;
	-webkit-transition: opacity 0.5s linear;
}

#search:hover form{
	top: 45px;
	opacity: 1;
}

li {
	cursor: pointer !important;
}

li.hidden{
	opacity: 0!important;
}

#sph-wrap #s {
	border: none !important;
	padding: 5px 10px !important;
	padding-left: 30px !important;
	background: rgba(225,225,225,1) url(http://www.dzungla.org/wp-content/themes/nova-dzungla/images/magnifier.png) no-repeat 7px center;

	-webkit-background-size: 16px;
	-moz-background-size: 16px;
	background-size: 16px;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-left: 10px;
	width: 100px;
	color: #404040;
	font-size: 16px !important;
	font-family: "Helvetica Neue" !important;
	font-weight: 300 !important;
	font-style: normal;

	-webkit-box-shadow: 0 -1px 0 rgba(225,225,225,0.3);
	-moz-box-shadow: 0 -1px 0 rgba(225,225,225,0.3);
	box-shadow: 0 -1px 0 rgba(225,225,225,0.3), inset 2px 2px 5px rgba(0,0,0,0.3);
	text-shadow: 0 1px 0 rgba(225,225,225,0.5);

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#sph-wrap #s:focus {
	width: 250px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	outline: none;
}

#sph-wrap #sph-top #network_menu li a {
	padding: 0 10px 0 42px;
	cursor: pointer;
	text-align: left !important;
}

#unite-sitepoint {
	background: url(images/logosprites.png) no-repeat 5px 6px;
}

#unite-rubysource {
	background: url(images/logosprites.png) no-repeat -50px -45px;
}

#unite-buildmobile {
	background: url(images/logosprites.png) no-repeat -298px -295px;
}

#unite-cloudspring {
	background: url(http://www.dzungla.org/wp-content/themes/nova-dzungla/imageslogosprites.png) no-repeat -248px -245px;
}

#unite-dealfuel {
	background: url(images/logosprites.png) no-repeat -198px -196px;
}

#unite-designfestival {
	background: url(images/logosprites.png) no-repeat -148px -147px;
}

#unite-phpmaster {
	background: url(images/logosprites.png) no-repeat -97px -98px;
}

#unite-learnable {
	background: url(images/logosprites.png) no-repeat -342px -345px;
}

#unite-sitepointmarket {
	background: url(images/logosprites.png) no-repeat -380px -385px;
}

/*------dropdowns ------*/
#sph-wrap #sph-top ul li {
	position: relative;
	list-style: none;
}

#sph-wrap #sph-top ul ul {
	top: -99999em;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	z-index: 99;
	min-width: 240px;
	background: rgba(0,0,0,0.9);
	position: absolute;
	left: 0;
	padding: 0;
	padding-bottom: 10px;
	margin: 0;

	-webkit-box-shadow: 0 0 30px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 0 30px rgba(0,0,0,0.4);
	box-shadow: 0 0 30px rgba(0,0,0,0.4);

	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-o-transition: opacity 0.4s ease-in-out;
	-ms-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
}

#sph-wrap #sph-top ul ul li a {
	display: block;
	margin-bottom: 1px;
}


#sph-wrap #sph-top ul ul li a:hover {
	background-color: rgba(225,225,225,0.2);

	-webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0 0 10px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 10px rgba(0,0,0,0.3);
	text-shadow: 0 -2px 0 rgba(0,0,0,0.8);
	border: 0;
}

#sph-wrap ul li:hover ul, #sph-wrap ul li:focus ul {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1!important;
	top: 45px!important;
}

/*lame IE, lame.*/

.sub-open>ul {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1!important;
	top: 45px!important;
}

#network_menu {
	padding-right: 30px;
	padding-left: 2px;
}

#network_menu:hover {
	background: rgba(225,225,225,0.1);
}

#network_menu ul {
	width: 100% !important;
}

#sph-top{
	float: right!important;
}

.li-right {
	float: right !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;

	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
	background-color: rgba(225,225,225,0.1)!important;
	margin-right: 1px;
}

.li-right:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	background-color: rgba(225,225,225,0.9);
}

.li-right a {
	text-decoration: none;
	text-indent: -999em;
	width: 45px;
	display: block;
	padding: 0 !important;
}

#sph-rss-link a {
	background: url(images/socialsprites.png) no-repeat -247px -247px;
}

#sph-rss-link a:hover {
	background-color: #ff7200 !important;
}

#sph-facebook-link a:hover {
	background-color: rgba(59,89,152,1) !important;
}

#sph-twitter-link a:hover {
	background-color: rgba(141, 192, 217, 1) !important;
}

#sph-subscribe-email:hover {
	background-color: rgba(31,136,225,1) !important;
}

#sph-github-link a:hover {
	background-color: rgba(103, 124, 137, 1) !important;
}

#sph-google-link a:hover {
	-webkit-animation: googlecolors 8s infinite;
	-moz-animation: googlecolors 8s infinite;
	-ms-animation: googlecolors 8s infinite;
	-o-animation: googlecolors 8s infinite;
	animation: googlecolors 8s infinite;
}

.prox {
	background-color: #1f88ff;

	-webkit-animation: pulseblue 4s infinite;
	-moz-animation: pulseblue 4s infinite;
	-ms-animation: pulseblue 4s infinite;
	-o-animation: pulseblue 4s infinite;
	animation: pulseblue 4s infinite;
}

.prox:hover {
	-webkit-animation: none !important;
	-moz-animation: none !important;
	-ms-animation: none !important;
	-o-animation: none !important;
	animation: none !important;
}

@keyframes "pulseblue" {
 1% {
    background-color: rgba(225,225,225,0.1);
 }
 50% {
    background-color: rgba(31,136,225,1);
 }
 100% {
    background-color: rgba(225,225,225,0.1);
 }

}

@-moz-keyframes pulseblue {
 1% {
   background-color: rgba(225,225,225,0.1);
 }
 50% {
   background-color: rgba(31,136,225,1);
 }
 100% {
   background-color: rgba(225,225,225,0.1);
 }

}

@-webkit-keyframes "pulseblue" {
 1% {
   background-color: rgba(225,225,225,0.1);
 }
 50% {
   background-color: rgba(31,136,225,1);
 }
 100% {
   background-color: rgba(225,225,225,0.1);
 }

}

@-ms-keyframes "pulseblue" {
 1% {
   background-color: rgba(225,225,225,0.1);
 }
 50% {
   background-color: rgba(31,136,225,1);
 }
 100% {
   background-color: rgba(225,225,225,0.1);
 }

}

@-o-keyframes "pulseblue" {
 1% {
   background-color: rgba(225,225,225,0.1);
 }
 50% {
   background-color: rgba(31,136,225,1);
 }
 100% {
   background-color: rgba(225,225,225,0.1);
 }

}

@keyframes "googlecolors" {
 1% {
    background-color: rgba(0, 201, 230, 1);
 }
 24% {
    background-color: rgba(247, 220, 0, 1);
 }
 49% {
    background-color: rgba(72,201,75,1);
 }
 74% {
    background-color: rgba(253,119,130, 1);
 }
 100% {
    background-color: rgba(0, 201, 230, 1);
 }

}

@-moz-keyframes googlecolors {
 1% {
   background-color: rgba(0, 201, 230, 1);
 }
 24% {
   background-color: rgba(247, 220, 0, 1);
 }
 49% {
   background-color: rgba(72,201,75,1);
 }
 74% {
   background-color: rgba(253,119,130, 1);
 }
 100% {
   background-color: rgba(0, 201, 230, 1);
 }

}

@-webkit-keyframes "googlecolors" {
 1% {
   background-color: rgba(0, 201, 230, 1);
 }
 24% {
   background-color: rgba(247, 220, 0, 1);
 }
 49% {
   background-color: rgba(72,201,75,1);
 }
 74% {
   background-color: rgba(253,119,130, 1);
 }
 100% {
   background-color: rgba(0, 201, 230, 1);
 }

}

@-ms-keyframes "googlecolors" {
 1% {
   background-color: rgba(0, 201, 230, 1);
 }
 24% {
   background-color: rgba(247, 220, 0, 1);
 }
 49% {
   background-color: rgba(72,201,75,1);
 }
 74% {
   background-color: rgba(253,119,130, 1);
 }
 100% {
   background-color: rgba(0, 201, 230, 1);
 }

}

@-o-keyframes "googlecolors" {
 1% {
   background-color: rgba(0, 201, 230, 1);
 }
 24% {
   background-color: rgba(247, 220, 0, 1);
 }
 49% {
   background-color: rgba(72,201,75,1);
 }
 74% {
   background-color: rgba(253,119,130, 1);
 }
 100% {
   background-color: rgba(0, 201, 230, 1);
 }

}

#sph-twitter-link a {
	background: url(images/socialsprites.png) no-repeat -309px -307px;
}

#sph-facebook-link a {
	background: url(images/socialsprites.png) no-repeat -68px -67px;
}

#sph-google-link a {
	background: url(images/socialsprites.png) no-repeat -187px -187px;
}

#sph-subscribe-email a {
	background: url(images/socialsprites.png) no-repeat -6px -6px;
}

#sph-github-link a {
	background: url(images/socialsprites.png) no-repeat -127px -128px;
}

#sph-subscribe-email form {
	position: absolute;
	top: -1000px;
	background: rgba(0,0,0,1);
	right: 0px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;

	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	-ms-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}

#sph-subscribe-email:hover form, #sph-subscribe-email.stay form {
	top: 45px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	padding: 10px 20px 20px;
	overflow: hidden;
}

#sph-subscribe-email form .message {
	position: absolute;
	margin: 0 !important;
	padding: 0 !important;
	text-align: center;
	font-weight: bold;
	left: 0;
	top: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	width: 100%;
	padding-bottom: 20px;
	background: rgba(0,0,0,0.9) url(http://www.dzungla.org/wp-content/themes/nova-dzungla/img/ajax-loader.gif) no-repeat center;
	display: none;

	-webkit-box-shadow: 0 5px 10px #000;
	-moz-box-shadow: 0 5px 10px #000;
	box-shadow: 0 5px 10px #000;
}

#sph-subscribe-email form .closer {
	top: -10px;
}

#sph-subscribe-email form p {
	margin: 0;
}

#sph-subscribe-email form p.label {
	margin: 0 0 10px;
	font-size: 13px;
	color: white;
	width: 190px;
	line-height: 18px;
	font-weight: bold;
}

#sph-subscribe-email form input[type=text] {
	width: 176px;
	padding: 5px 7px;
	background: rgba(225,225,225,1);
	border: 2px solid #eee;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#sph-subscribe-email form input[type=text]:focus {
	outline: none;
	border: 2px solid #2aa0fa;
}

#sph-subscribe-email form input[type=submit] {
	width: 194px;
	border: 1px solid #8eaae9;
	padding: 7px 0;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: white;
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(0,0,0,0.4);

	-webkit-box-shadow: 0px 5px 0px #22448f;
	-moz-box-shadow: 0px 5px 0px #22448f;
	box-shadow: 0px 5px 0px #22448f;

	background-image: -webkit-linear-gradient(bottom, rgb(28,98,189) 23%, rgb(0,111,255) 81%);
	background-image: -moz-linear-gradient(bottom, rgb(28,98,189) 23%, rgb(0,111,255) 81%);
	background-image: -o-linear-gradient(bottom, rgb(28,98,189) 23%, rgb(0,111,255) 81%);
	background-image: -ms-linear-gradient(bottom, rgb(28,98,189) 23%, rgb(0,111,255) 81%);
	background-image: linear-gradient(bottom, rgb(28,98,189) 23%, rgb(0,111,255) 81%);
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.23, rgb(28,98,189)), color-stop(0.81, rgb(0,111,255)) );
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1 !important;
}

#sph-subscribe-email form input[type=submit]:active {
	position: relative;
	top: 5px;

	-webkit-box-shadow: 0px 5px 0px rgba(0,0,0,0);
	-moz-box-shadow: 0px 5px 0px rgba(0,0,0,0);
	box-shadow: 0px 5px 0px rgba(0,0,0,0);
}

#menu-trigger{
	display: none;
}

#sph-info{
	float: right!important;
	margin-right: 1px;
}

#sph-top-link{
	width: 45px;
	overflow: hidden;
}

#sph-top-link:hover{
	background-color: black!important;
}

#sph-info h4{
	text-indent: -900em;
	width: 45px;
	position: relative;
	background-image: url(images/abouticon.png);
	opacity: 1;
	margin: 0;
	-webkit-transition: background-color 0.3s ease-in-out;
}

#sph-top-link h4{
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	padding: 0!important;
	background: url(images/top.png) no-repeat center;
	margin: 0!important;
}

#sph-top-link:hover h4 {
	-webkit-animation: animateTop 2s ease-in-out 0s infinite alternate;
	-moz-animation: animateTop 2s ease-in-out 0s infinite alternate;
	-ms-animation: animateTop 2s ease-in-out 0s infinite alternate;
	-o-animation: animateTop 2s ease-in-out 0s infinite alternate;
	animation: animateTop 2s ease-in-out 0s infinite alternate;
}

@keyframes "animateTop" {
 1% {
    background-position: 10px 10px;
 }
 33% {
    background-position: 10px -50px;
 }
 34% {
    background-position: -50px -50px;
 }
 35% {
    background-position: -50px 50px;
 }
 36% {
    background-position: 10px 50px;
 }
 66% {
    background-position: 10px 10px;
 }
 100% {
    background-position: 10px 10px;
 }

}

@-moz-keyframes animateTop {
 1% {
   background-position: 10px 10px;
 }
 33% {
   background-position: 10px -50px;
 }
 34% {
   background-position: -50px -50px;
 }
 35% {
   background-position: -50px 50px;
 }
 36% {
   background-position: 10px 50px;
 }
 66% {
   background-position: 10px 10px;
 }
 100% {
   background-position: 10px 10px;
 }

}

@-webkit-keyframes "animateTop" {
 1% {
   background-position: 10px 10px;
 }
 33% {
   background-position: 10px -50px;
 }
 34% {
   background-position: -50px -50px;
 }
 35% {
   background-position: -50px 50px;
 }
 36% {
   background-position: 10px 50px;
 }
 66% {
   background-position: 10px 10px;
 }
 100% {
   background-position: 10px 10px;
 }

}

@-ms-keyframes "animateTop" {
 1% {
   background-position: 10px 10px;
 }
 33% {
   background-position: 10px -50px;
 }
 34% {
   background-position: -50px -50px;
 }
 35% {
   background-position: -50px 50px;
 }
 36% {
   background-position: 10px 50px;
 }
 66% {
   background-position: 10px 10px;
 }
 100% {
   background-position: 10px 10px;
 }

}

@-o-keyframes "animateTop" {
 1% {
   background-position: 10px 10px;
 }
 33% {
   background-position: 10px -50px;
 }
 34% {
   background-position: -50px -50px;
 }
 35% {
   background-position: -50px 50px;
 }
 36% {
   background-position: 10px 50px;
 }
 66% {
   background-position: 10px 10px;
 }
 100% {
   background-position: 10px 10px;
 }

}

#sph-info:hover h4{
	background-color: rgb(237, 157, 100);
	box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
}

#sph-info p{
	position: absolute;
	background: rgba(0,0,0,0.7);
	width: 200px;
	line-height: 18px;
	padding: 20px;
	color: white;
	font-weight: bold;
	font-size: 14px;
	top: -1000px;
	right: 0;
	opacity: 0;
	margin: 0;
	-webkit-transition: opacity 0.3s ease-in-out;
}

#sph-info:hover p{
	opacity: 1;
	top: 45px;
}

@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px){
	#network_menu{
		width: 100%;
	} 
	
	.li-right, li.menu-item, #search{
		display: none!important;
	}
	
	{
		display: none!important;
	}
	
	.mobile-hide{
		display: none;
	}
}

@media only screen
and (min-width : 480px)
and (max-width : 1024px){

	#sph-wrap>#sph-top>ul>li:not(#network_menu)>a{
		font-size: 12px!important;
		padding: 0px 10px!important;
	}
	
	#sph-wrap #sph-top>ul>li:not(#network_menu).has_sub>a{
		padding-right: 20px!important;
	}
	
	#sph-wrap #sph-top>ul>li:not(#network_menu).has_sub>a:after{
		right: 7px;
	}

	.li-right{
		display: none;
		padding: 0!important;
	}
}

*---------------- Rectangle left border-----------*/ 
.fetch{ 
color:#d81c1c;
height:110px; padding:0px 5px 0px 0px;margin:0 0 20px 5px;background:#eee;border-left:6px solid #d81c1c;
font:bold 13px sans-serif; 
} 
.fetch a { 
color:#d81c1c;
height:110px; padding:0px 5px 0px 5px;margin:0 0 20px 5px;background:#eee;border-left:6px solid #d81c1c;
font:bold 15px sans-serif; 
}
.fetch a:hover { 
color:#d81c1c; 
height:110px; padding:0px 5px 0px 5px;margin:0 0 20px 5px;background:#eee;border-left:6px solid #999999;
font:bold 15px sans-serif; 
}

#mainmenu {
	clear:both;
    margin:0;}
		
	
	#mainmenu .icemegamenu {
		border-top:5px solid #C94340;
		height: 35px;
		padding:0;
		margin:0;
		background:#141414 url(images/nav.png) repeat-x;
		width:100%;
		position:relative;}
		
		
/* TopMenu 
---------------*/
#topmenu {
	line-height:40px;
	float:right}
	
#topmenu ul.menu { 
	margin:0 ;
	padding:0;}
	#topmenu ul.menu li {
		display:inline;
		float:left;
		padding:0 0 0 24px;
		margin:0;
		font-size:.9em;
		list-style-type:none;}
		#topmenu ul.menu li a {
			display: block;
			padding: 0;}
			
			#topmenu ul.menu li.active a,
			#topmenu ul.menu li a:hover {}
			
		#topmenu ul.menu li a img {
			float:none;
			margin:0px 8px -4px 0}
			
		#topmenu ul.menu li:last-child {
			border:none;
			padding-right:0;}
			
div.icemegamenu { 
	position:relative;}
	

div.icemegamenu ul#icemegamenu {
	display:block;
	list-style:none;
	margin:0;
	padding: 0;
	z-index:99;
	position:relative;
	top:0;
	left:0;}	
	
	div.icemegamenu ul#icemegamenu li { 
		display:block;
		list-style:none;
		margin:0;
		padding:0;
		position:relative;
		float:left;}
		div.icemegamenu ul#icemegamenu li:last-child { 
			background:none;}
				

		
		div.icemegamenu ul#icemegamenu li a.iceMenuTitle,
		div.icemegamenu ul#icemegamenu li span.separator,
		div#subMenusContainer a.iceMenuTitle,
		div#subMenusContainer span.separator {
			text-decoration:none;
			display:block;
			margin:0;
			padding:0;
			color:#fff;
			cursor:pointer;
			-webkit-transition:color .3s linear;
			-moz-transition:color .3s linear;
			-o-transition:color .3s linear;
			transition:color .3s linear}
	
	
			div.icemegamenu ul#icemegamenu li span.icemega_title,
			div#subMenusContainer span.icemega_title {
				font-family:"Droid Sans", Verdana, Geneva, sans-serif;
				font-size:1.1em;
				line-height:1.2em;
				text-shadow:1px 1px 1px #000;
				height:26px;
				display:block;
				padding:9px 18px 0 15px}
				
				
		
			div.icemegamenu ul#icemegamenu li span.icemega_desc {
				display:block;
				font-family:Arial, Helvetica, sans-serif;
				padding:0;
				font-size:12px;
				line-height:1em;
				color:#fff!important;
				color:rgba(255,255,255,.7)!important;
				background-color:#2A6A9A;
				background-image: -moz-linear-gradient(#3486C2, #2A6A9A);
				background-image: -webkit-linear-gradient(#3486C2, #2A6A9A); 
				background-image: -o-linear-gradient(#3486C2, #2A6A9A);
				background-image: linear-gradient(#3486C2, #2A6A9A);
				padding:3px 9px;
				position:absolute;
				top:-24px;
				opacity:0;
				right:10px;
				border-radius:5px;
				-webkit-transition:all .3s linear;
				-moz-transition:all .3s linear;
				-o-transition:all .3s linear;
				transition:all .3s linear;
				box-shadow:2px 2px 10px rgba(0,0,0,.4);}
				

				div.icemegamenu ul#icemegamenu li span.icemega_desc:after{
					  content:"";
					  border-style: dashed;
					  border-color: transparent;
					  border-width: 0.6em;
					  display: -moz-inline-box;
					  display: inline-block;
					  height: 0;
					  line-height: 0;
					  position: relative;
					  vertical-align: middle;
					  width: 0;
					  border-top-width: .7em;
					  border-top-style: solid;
					  border-top-color: #2A6A9A;
					  position:absolute;
					  bottom:-14px;
					  left:7px;
					  opacity:0;
					  -webkit-transition:opacity .3s linear;
					  -moz-transition:opacity .3s linear;
					   -o-transition:opacity .3s linear;
					   transition:opacity .3s linear}
					  
					  
					  	div.icemegamenu ul#icemegamenu li:hover span.icemega_desc,
						div.icemegamenu ul#icemegamenu li.current span.icemega_desc,
						div.icemegamenu ul#icemegamenu li.active  span.icemega_desc {
							top:-16px}
							
					  	div.icemegamenu ul#icemegamenu li:hover span.icemega_desc,
						div.icemegamenu ul#icemegamenu li.current span.icemega_desc,
						div.icemegamenu ul#icemegamenu li:hover span.icemega_desc:after,
						div.icemegamenu ul#icemegamenu li.current span.icemega_desc:after,
						div.icemegamenu ul#icemegamenu li.active  span.icemega_desc,
						div.icemegamenu ul#icemegamenu li.active  span.icemega_desc:after {
							opacity:1;}
				
				
				       /* when is active */
	
			div#subMenusContainer li span.icemega_nosubtitle {	
					padding-top:3px;
					display:inline-block}
					


			/* when is current */
			div.icemegamenu ul#icemegamenu li.active a.iceMenuTitle,
			div.icemegamenu ul#icemegamenu li.active span.separator{	  
				color:#fff;}
				
				div.icemegamenu ul#icemegamenu li.active span.icemega_title {
					color:#fff600!important;
					background:#C94340;
					background:url(images/current.png) no-repeat top right, url(images/current_2.png) repeat-x top ;
					text-shadow:none!important;}	
			
			
			div#subMenusContainer li.active a.iceMenuTitle, 
			div#subMenusContainer li.active span.separator {
				color:#FFF600;}
			
					
				
				
					
					

/* All submenu OLs and ULs */
div#subMenusContainer {    
	display:block;     
	position:absolute;    
	top:0;
	left:0;    
	width:100%;    
	height:0;    
	overflow:visible;
	z-index:1000000000;
	list-style:none;}

	#icemegamenu ul.icesubMenu,
	#subMenusContainer ul.icesubMenu {  
		background:#141414 url(images/bg.png) repeat;
		border:1px solid rgba(255,255,255,.2);
		text-align:left;
		padding:0;
		margin:0;
		list-style-type:none;
		left:0;
		line-height:1.8em;
		opacity:1!important;}
		
		#icemegamenu ul.sub_level_1,
		#subMenusContainer ul.sub_level_1 { 
			border-top:none;
			opacity: 1 !important;}
		
		#icemegamenu ul.icesubMenu li,
		#subMenusContainer ul.icesubMenu li {
			margin:0;
			padding:0;}

		div#subMenusContainer ul.icesubMenu li div.iceCols { 
			overflow: hidden;
			width:100%;
			margin:5px 0 10px}
			div#subMenusContainer ul.icesubMenu li div.iceCols li {
				padding:0 15px;}
				
				div#subMenusContainer ul.icesubMenu li div.iceCols:nth-child(1n+2) li {
					padding-left:0;}
				
			

			div#subMenusContainer a.iceMenuTitle,
			div#subMenusContainer span.separator {
				background: url(images/point.png) no-repeat scroll 0 45% transparent;
				border-bottom: 1px solid rgba(0, 0, 0, 0.2);
				box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
				height: auto;
				margin: 0 0 1px;
				padding: 4px 0 8px 16px;}
				
				div#subMenusContainer li.active a.iceMenuTitle,
				div#subMenusContainer a.iceMenuTitle:hover,
				div#subMenusContainer li.active span.separator {
					background-image:url(images/point_hover.png)}
									
				
				div#subMenusContainer span.icemega_title {
					font-family:Arial, Helvetica, sans-serif;
					text-transform:none;
					font-size:1.1em;
					line-height:1.2em;
					letter-spacing:normal;
					height:auto;
					padding:0;}
					
					
					div.icemegamenu ul#icemegamenu li li span.icemega_desc,
					div#subMenusContainer span.icemega_desc {
						display:block;
						font-size:12px;
						color:#999;
						margin-top:-2px;
						margin-bottom:-2px;
						background:none;
						font-family:Verdana, Geneva, sans-serif;}


				/* when is parent */
				div#subMenusContainer ul.icesubMenu li div.iceCols li.parent {
					background:url(images/arrow.png) no-repeat 94% 45%;} 
					
					
					
				

/* sub menu links on hover or focus */ 
#icemegamenu a.mainMenuParentBtnFocused{
	color:#fff600!important;}



/* ----[ OLs ULs, LIs, and DIVs ]----*/
/* Submenu Outer Wrapper - each submenu is inside a div with this class - javascript users only */
.smOW{ 
	display:none; 
	position: absolute; 
	overflow:hidden; 
	padding:0 1px;
	margin:0;}

#icemegamenu li a.iceMenuTitle img{ border:none}
a.iceMenuTitle img{ border:none}  


/* --------------------------[ The below is just for non-javscript users ]--------------------------*/
#icemegamenu li li {   
float:none; }

#icemegamenu li li a{ /* Just submenu links*/    
	position:relative;
	background:none!important;
	padding:3px 14px!important;
	height:auto!important;
	float:none;}

#icemegamenu li ul.sub_level_1 {
	position: absolute;
	width: 10em;
	margin-left: -1000em;
}
#icemegamenu li ul.sub_level_1 li{
	background:none;
	float:none;
	min-width:260px;
}

#icemegamenu li ul.sub_level_1 ul {
	padding-left:0}


#icemegamenu li ul li ul.sub_level_2{
	position: absolute;
	width: 10em;
	margin-left: -1000em;
}

/* third-and-above-level lists */

/* lists nested under hovered list items */
#icemegamenu li:hover ul {  margin-left: 0; }
#icemegamenu li li li.iceMenuLiLevel_2:hover ul.sub_level_2 {   margin-left:20em; position:absolute; margin-top:-3.5em; z-index:9999;  } 
#icemegamenu li li.iceMenuLiLevel_2:hover ul.sub_level_2{    margin-left:8em; position: relative; margin-top:-3.5em;  }  
/*#icemegamenu li li:hover ul {    margin-left: 10em; margin-top:-2.5em;}  */
			 
/* extra positioning rules for limited noscript keyboard accessibility */
#icemegamenu li a:focus + ul {  margin-left: 0; margin-top:2.2em; }
#icemegamenu li li a:focus + ul { left:0; margin-left: 1010em; margin-top:-2.2em;}
#icemegamenu li li a:focus {left:0;  margin-left:1000em; width:10em;  margin-top:0;}
#icemegamenu li li li a:focus {left:0; margin-left: 2010em; width: 10em;  margin-top:-1em;}
#icemegamenu li:hover a:focus{ margin-left: 0; }
#icemegamenu li li:hover a:focus + ul { margin-left: 10em; }

.icesubMenu { position:absolute}



/* for the modules insdie the dropdown */
#icemegamenu .icesubMenu .icemega_cover_module,
#subMenusContainer .icesubMenu .icemega_cover_module  {
	position:relative; 
	overflow:hidden; 
	width:auto!important;
	padding:5px 0 10px}
	div#subMenusContainer .icemega_cover_module {
		padding-left:0;
		padding-right:0}


	#icemegamenu .icesubMenu .icemega_cover_module .icemega_modulewrap,
	#subMenusContainer .icesubMenu .icemega_cover_module .icemega_modulewrap { 
		position:relative;
		color:#fff;
		color:rgba(255,2555,255,.6);}


	#icemegamenu .icesubMenu .icemega_cover_module .icemega_modulewrap span.iceModuleTile,
	#subMenusContainer .icesubMenu .icemega_cover_module .icemega_modulewrap span.iceModuleTile {
		color:#fff;
		font-family:Arial, Helvetica, sans-serif;
		font-size: 1.3em;
		margin-bottom:2px;
		display:block;}
		
	#icemegamenu .icesubMenu .icemega_cover_module .icemega_modulewrap p:last-child,
	#subMenusContainer .icesubMenu .icemega_cover_module .icemega_modulewrap p:last-child {
		margin-bottom:.25em}
		
	#icemegamenu .icesubMenu .icemega_cover_module .icemega_modulewrap a,
	#subMenusContainer .icesubMenu .icemega_cover_module .icemega_modulewrap a {
		color:#fff; }		

	
	#icemegamenu .icesubMenu .icemega_cover_module .icemega_modulewrap img,
	#subMenusContainer .icesubMenu .icemega_cover_module .icemega_modulewrap img {
		float:left;
		margin:5px 10px 10px 0} 


div#subMenusContainer ul.icesubMenu li div.iceCols ul {
	list-style:none;
	padding:0px;
	margin:0px;}	

/* Header 
----------------*/
#header2 {
	background:#EBEBEB;
	background: -webkit-linear-gradient(top, #fff, #EBEBEB);
	background: -moz-linear-gradient(top, #fff, #EBEBEB);
	background: -ms-linear-gradient(top, #fff, #EBEBEB);
	background: -o-linear-gradient(top, #fff, #EBEBEB);
	background: -o-linear-gradient(top, #fff, #EBEBEB);
	border-bottom:1px solid #fff;
	box-shadow: 0 1px 0 #dcdcdc;
	clear:both;
	margin-bottom: 5px; 
	height:100px;  padding-left:5px; }


	
/* Logo
------------*/	

/* social 
----------*/
#header2 #kategorija {
	float:right;
	margin:0px 0px 0 0;
	width:320px;
	height:100px;
	} 
	
.title-kategorija h1 a{ 
color: #CCC;}	

.title-kategorija h1 { 
color: #CCC;}	


/* Lesson 7 style Starts here */
.column-left
{
 float: left;
 position: relative;
 margin-right: 20px;
 width: 310px;
}
.column-right
{
 float: left;
 position: relative;
 width: 310px;
}
/* Lesson 7 style ends here */

.col1, .col2 {float:left; width:49%; }
.col { width:150px; float:left; margin-right:5px; }

div.postmeta {
	position: absolute;
	bottom: 30px;
	left: 5px;
	background: transparent url(images/back-postmeta.png) repeat top left;
	padding: 10px 10px;
	max-width: 350px;
	z-index: 20;
}
div.postmeta a{
	color:#fff;
}

p.title a, ul.posts a, article.single p.postmetadata a {
	color: #222 !important;
}

p.postmetadata a {
	color: #dd878d !important;
}

p.postmetadata3 a {
	color: #ffffff !important;
}

p.title a:hover, ul.posts a:hover, article.single p.postmetadata a:hover {
	color: #cc333f !important;
	text-decoration: none !important;
}

div.postmeta2 {
	position: absolute;
	bottom: 20px;
	left: 5px;
	background: transparent url(images/back-postmeta.png) repeat top left;
	padding: 10px 10px;
	max-width: 180px;
	z-index: 20;
}
div.postmeta2 a{
	color:#fff;
}

div.postmeta3 {
	position: absolute;
	bottom: 9px;
	left: 5px;
	background: url(images/hit-overtitle.png) repeat-x scroll 0 -100px transparent;
	padding: 0px 4px;
	max-width: 135px;
	z-index: 20;
	font-weight:bold;
}
div.postmeta3 a{
	color:#fff;
}

div.postmeta4 {
	position: absolute;
	bottom: 9px;
	left: 5px;
	background: url(images/hit-overtitle.png) repeat-x scroll 0 -600px transparent;
	padding: 0px 4px;
	max-width: 135px;
	z-index: 20;
	font-weight:bold;
}
div.postmeta4 a{
	color:#fff;
}
div.postmeta5 {
	
	background: url(images/hit-overtitle.png) repeat-x scroll 0 -100px transparent;
	padding: 0px 4px;
	max-width: 125px;
	z-index: 20;
	font-weight:bold;
	margin-top: 2px;
}
div.postmeta5 a{
	color:#fff;
}

div.postmeta6 {
	
	background: url(images/hit-overtitle.png) repeat-x scroll 0 -600px transparent;
	padding: 0px 4px;
	max-width: 125px;
	z-index: 20;
	font-weight:bold;
	margin-top: 2px;
}
div.postmeta6 a{
	color:#fff;
}

div.postmeta7 {
	
	background: url(images/hit-overtitle.png) repeat-x scroll 0 -300px transparent;
	padding: 0px 4px;
	width: 120px;
	z-index: 20;
	font-weight:bold;
	margin-top: 2px;
}
div.postmeta7 a{
	color:#fff;
}
#color-menu { float:left;}
First level meni ---- */
#nav_main 				{ z-index:100; float:right; margin:0; top:0;  margin-right:5px;}
#nav_main li 			{ z-index:100; float:left; display:block;  position:relative;}
#nav_main li.search,
#nav_main li.search a,
#nav_main li.search span.open_fs { width:80px !important; }

#nav_main li a,
#nav_main li span.main_cat,
#nav_main li.search span.open_fs {
	display:block;
	
	text-decoration:none;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:40px;
	
}
#nav_main li span.main_cat {
	background:none;
}
.main_cat { text-align:center; }

/* normal state */
#nav_main li.home a 	{ background-image:url(images/home-menu.jpg); width:60px; height:40px; text-shadow:#850407 0 0 2px; -webkit-border-top-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomleft: 5px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;}
#nav_main li.home img { padding-top:5px;} 
#nav_main li.zabava a 	{ background-image:url(images/red-menu.jpg); width:117px; height:40px; text-shadow:#850407 0 0 2px; }
#nav_main li.zivot a 	{ background-image:url(images/menu-zuto.jpg); width:117px; height:40px; text-shadow:#9e5b0b 0 0 2px; }
#nav_main li.kolumna a 	{ background-image:url(images/menu-plavo.jpg); width:117px; height:40px; text-shadow:#1c5118 0 0 2px; }
#nav_main li.radio a 	{ background-image:url(images/menu-ljubicasta.jpg); width:117px; height:40px; text-shadow:#947808 0 0 2px; }
#nav_main li.fun a 	{ background-image:url(images/menu-sivo.jpg); width:117px; height:40px; text-shadow:#194c98 0 0 2px; }
#nav_main li.video a 	{ background-image:url(images/menu-zelena.jpg); width:117px; height:40px; text-shadow:#2d71d8 0 0 2px; }
#nav_main li.info a 	{ background-image:url(images/menu-info.jpg); width:117px; height:40px; text-shadow:#971657 0 0 2px; -webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;}
#nav_main li.repo a 	{ background-image:url(images/menu-sivo.jpg); width:112px; height:40px; text-shadow:#858585 0 0 2px; }
#nav_main li.search a,
#nav_main li.search span { background-image:url(images/menu-sivo.jpg); width:112px; height:40px; text-shadow:#000 0 0 2px; }

/* current state */
#nav_main li a.current 		{ height:52px; position:relative; /*top:-10px;*/ margin-top:-10px; line-height:60px; }
#nav_main li.zabava a.current { background-position:0px -132px;  }
#nav_main li.zivot a.current { background-position:-150px -132px; }
#nav_main li.kolumna a.current{ background-position:-300px -132px; }
#nav_main li.radio a.current { background-position:-450px -132px; }
#nav_main li.fun a.current  { background-position:-600px -132px; }
#nav_main li.video a.current { background-position:-1924px -132px; }
#nav_main li.info a.current { background-position:-750px -132px; }
#nav_main li.repo a.current { background-position:-900px -132px; }
#nav_main li.search a.open_fs,
#nav_main li.search span.open_fs,
#nav_main li.search a:hover.open_fs { background-position:-1050px -142px; height:42px !important; }

/* hover state */ 
#nav_main li .hover a,
#nav_main li a:hover,
#nav_main li a:hover.current 		{ line-height:40px !important; top:10px !important; background-color:transparent ; }
#nav_main li.home .hover a,
#nav_main li.home a:hover,
#nav_main li.home a:hover.current 	{ background-position:0px -76px; text-shadow:#c32776 0 0 5px; }
#nav_main li.zabava .hover a,
#nav_main li.zabava a:hover,
#nav_main li.zabava a:hover.current 	{ background-position:0px -76px; text-shadow:#ae1116 0 0 5px; }
#nav_main li.zivot .hover a,
#nav_main li.zivot a:hover,
#nav_main li.zivot a:hover.current 	{ background-position:-150px -76px; text-shadow:#cc7b1a 0 0 5px; }
#nav_main li.kolumna .hover a,
#nav_main li.kolumna a:hover,
#nav_main li.kolumna a:hover.current 	{ background-position:-300px -76px; text-shadow:#2e6e2a 0 0 5px; }
#nav_main li.radio .hover a,
#nav_main li.radio a:hover,
#nav_main li.radio a:hover.current 	{ background-position:-450px -76px; text-shadow:#cc7b1a 0 0 5px; }
#nav_main li.fun .hover a,
#nav_main li.fun a:hover,
#nav_main li.fun a:hover.current        { background-position:-600px -76px; text-shadow:#2b68c5 0 0 5px; }
#nav_main li.video .hover a,
#nav_main li.video a:hover,
#nav_main li.video a:hover.current        { background-position:-1924px -76px; text-shadow:#2b68c5 0 0 5px; }
#nav_main li.info .hover a,
#nav_main li.info a:hover,
#nav_main li.info a:hover.current 	{ background-position:-750px -76px; text-shadow:#c32776 0 0 5px; }
#nav_main li.repo .hover a,
#nav_main li.repo a:hover,
#nav_main li.repo a:hover.current 	{ background-position:-900px -76px; text-shadow:#ababab 0 0 5px; }
#nav_main li.search .hover a,
#nav_main li.search a:hover,
#nav_main li.search a:hover.current { background-position:-1050px -76px; }

/* --
Second level meni ---- */
#nav_main ul.nav_sec {
	display:none;
	margin:0;
	padding:0;
	float:left;
	position:absolute;
	top:40px;
	text-align:left;
	z-index:100;
	box-shadow: 0 5px 10px #333;
	-moz-box-shadow: 0px 5px 10px #333;
	-webkit-box-shadow: 0px 5px 10px #333;
}

#nav_main ul.nav_sec li {
	border-top:#000 1px solid;
	
	width:190px;
	height:34px;
	text-align:left;
}
.nav_sec a{padding-left:5px;}
#nav_main ul.nav_sec a {
	text-transform:none;
	background-color:#787878 ;
	background-image:none;
	display:block;
	width:186px;
	height:34px !important;
	line-height:34px !important;
	top:0;
	text-shadow:none;
}
#nav_main ul.nav_sec a.current,
#nav_main ul.nav_sec a:hover.current {
	background-color:#cf0a10;
	color:#fff;
	line-height:34px !important;
	height:34px !important;
	margin-top:0 !important;
	text-shadow:none;
}
#nav_main ul.nav_sec a.ar_hover,
#nav_main ul.nav_sec a:hover {
	background-color:#fff;
	color:#333;
	top:0 !important;
	text-shadow:none;
}

#nav_main ul.nav_sec a span.arrow {
	display:block;
	width:35px;
	height:34px;
	background:url(http://www.dzungla.org/wp-content/themes/images/nav/nav-main.png) no-repeat -1500px 0px;
	text-indent:-9999em;
	position:absolute;
	top:0;
	right:0;
}
#nav_main ul.nav_sec a.ar_hover span {
	background-position:-1500px -44px;
}
/* --
Navigate to article ---- */
#nav_main ul.nav_toarticle {
	display:none;
	position:absolute;
	right:-195px;
	/*top:0;*/
	margin-top:-35px;
	width:205px;
	padding:0px 0 5px;
	background-color:#fff;
	/*border-top:#000 1px solid;*/
	box-shadow: 0 5px 10px #333;
	-moz-box-shadow: 0px 5px 10px #333;
	-webkit-box-shadow: 0px 5px 10px #333;
}
#nav_main li.sexy ul.nav_toarticle,
#nav_main li.repo ul.nav_toarticle {
	left:-195px;
	/*top:0;*/
}
#nav_main ul.nav_toarticle li {
	height:auto;
	width:205px;
	border:none;
}
#nav_main ul.nav_toarticle li.top a {
	padding-top:10px;
	font-size:14px;
}
#nav_main ul.nav_toarticle a {
	color:#222;
	background-color:#fff;
	font-size:13px;
	font-weight:normal;
	height:auto !important;
	width:185px;
	padding:0 10px;
	line-height:18px !important;
	text-indent:0;
	text-shadow:none;
}
#nav_main ul.nav_toarticle a:hover {
	color:#666;
	background-color:#f2f2f2;
}
#nav_main ul.nav_toarticle a img {
	float:left;
	padding-bottom:5px;
}
#nav_main ul.nav_toarticle a strong {
	padding:0 0 5px 0;
	display:block;
	line-height:18px;
}
#nav_main ul.nav_toarticle a span {
	border-top:#e2e2e2 1px solid;
	padding:5px 0;
	display:block;
	line-height:18px;
	
	/* If you want you can use font-face */
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('http://www.dzungla.org/wp-content/themes/nova-dzungla/BebasNeue-webfont.eot');
    src: url('http://www.dzungla.org/wp-content/themes/nova-dzungla/BebasNeue-webfont.eot#iefix') format('embedded-opentype'),
         url('http://www.dzungla.org/wp-content/themes/nova-dzungla/BebasNeue-webfont.woff') format('woff'),
         url('http://www.dzungla.org/wp-content/themes/nova-dzungla/BebasNeue-webfont.ttf') format('truetype'),
         url('http://www.dzungla.org/wp-content/themes/nova-dzungla/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.container {width: 960px; margin: 0 auto; overflow: hidden;}

.clock {width:800px; margin:0 auto; padding:30px; border:1px solid #333; color:#fff; }

#Date { font-family:'BebasNeueRegular', Arial, Helvetica, sans-serif; font-size:36px; text-align:center; text-shadow:0 0 5px #00c6ff; }

ul { width:800px; margin:0 auto; padding:0px; list-style:none; text-align:center; }
ul li { display:inline; font-size:10em; text-align:center; font-family:'BebasNeueRegular', Arial, Helvetica, sans-serif; text-shadow:0 0 5px #00c6ff; }

#point { position:relative; -moz-animation:mymove 1s ease infinite; -webkit-animation:mymove 1s ease infinite; padding-left:10px; padding-right:10px; }

/* Simple Animation */
@-webkit-keyframes mymove 
{
0% {opacity:1.0; text-shadow:0 0 20px #00c6ff;}
50% {opacity:0; text-shadow:none; }
100% {opacity:1.0; text-shadow:0 0 20px #00c6ff; }	
}

@-moz-keyframes mymove 
{
0% {opacity:1.0; text-shadow:0 0 20px #00c6ff;}
50% {opacity:0; text-shadow:none; }
100% {opacity:1.0; text-shadow:0 0 20px #00c6ff; }	
}

.CSSTableGenerator {

	margin:0px;padding:0px;

	width:100%;
	box-shadow: 10px 10px 5px #888888;

	border:1px solid #ffffff;

	

	-moz-border-radius-bottomleft:0px;

	-webkit-border-bottom-left-radius:0px;

	border-bottom-left-radius:0px;

	

	-moz-border-radius-bottomright:0px;

	-webkit-border-bottom-right-radius:0px;

	border-bottom-right-radius:0px;

	

	-moz-border-radius-topright:0px;

	-webkit-border-top-right-radius:0px;

	border-top-right-radius:0px;

	

	-moz-border-radius-topleft:0px;

	-webkit-border-top-left-radius:0px;

	border-top-left-radius:0px;

}.CSSTableGenerator table{

	width:100%;

	height:100%;

	margin:0px;padding:0px;

}.CSSTableGenerator tr:last-child td:last-child {

	-moz-border-radius-bottomright:0px;

	-webkit-border-bottom-right-radius:0px;

	border-bottom-right-radius:0px;

}

.CSSTableGenerator table tr:first-child td:first-child {

	-moz-border-radius-topleft:0px;

	-webkit-border-top-left-radius:0px;

	border-top-left-radius:0px;

}

.CSSTableGenerator table tr:first-child td:last-child {

	-moz-border-radius-topright:0px;

	-webkit-border-top-right-radius:0px;

	border-top-right-radius:0px;

}.CSSTableGenerator tr:last-child td:first-child{

	-moz-border-radius-bottomleft:0px;

	-webkit-border-bottom-left-radius:0px;

	border-bottom-left-radius:0px;

}.CSSTableGenerator tr:hover td{

	

}
.CSSTableGenerator tr:nth-child(odd){ background-color:#f79b9b; }

.CSSTableGenerator tr:nth-child(even)    { background-color:#ffffff; }
.CSSTableGenerator td{

	vertical-align:middle;

	

	

	border:1px solid #ffffff;

	border-width:0px 1px 1px 0px;

	text-align:left;

	padding:7px;

	font-size:10px;

	font-family:Arial;

	font-weight:normal;

	color:#000000;

}.CSSTableGenerator tr:last-child td{

	border-width:0px 1px 0px 0px;

}.CSSTableGenerator tr td:last-child{

	border-width:0px 0px 1px 0px;

}.CSSTableGenerator tr:last-child td:last-child{

	border-width:0px 0px 0px 0px;

}

.CSSTableGenerator tr:first-child td{

		background:-o-linear-gradient(bottom, #ff5656 5%, #bf0000 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff5656), color-stop(1, #bf0000) );
	background:-moz-linear-gradient( center top, #ff5656 5%, #bf0000 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff5656", endColorstr="#bf0000");	background: -o-linear-gradient(top,#ff5656,bf0000);


	background-color:#ff5656;

	border:0px solid #ffffff;

	text-align:center;

	border-width:0px 0px 1px 1px;

	font-size:14px;

	font-family:Arial;

	font-weight:bold;

	color:#ffffff;

}

.CSSTableGenerator tr:first-child:hover td{

	background:-o-linear-gradient(bottom, #ff5656 5%, #bf0000 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff5656), color-stop(1, #bf0000) );
	background:-moz-linear-gradient( center top, #ff5656 5%, #bf0000 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff5656", endColorstr="#bf0000");	background: -o-linear-gradient(top,#ff5656,bf0000);


	background-color:#ff5656;

}

.CSSTableGenerator tr:first-child td:first-child{

	border-width:0px 0px 1px 0px;

}

.CSSTableGenerator tr:first-child td:last-child{

	border-width:0px 0px 1px 1px;

}