/*=================================*/
/* Nivo slider
/* March 2010
/* By: Gilbert Pellegrom
/* https://www.gilbertpellegrom.co.uk
/*=================================*/

/*====================*/
/*=== Reset Styles ===*/
/*====================*/


/*========================*/
/*=== Structure Styles ===*/
/*========================*/

.content{
	background-color:#EFF8DB;
	padding:10px;
	border:1px solid #C8D3AB;
	width:745px;
}
#wrapper {
	width:740px;
}

#dev7link {
	display:block;
	width:78px;
	height:73px;
	background:url(images/dev7.png) no-repeat;
	position:absolute;
	top:0px;
	left:50px;
	text-indent:-9999px;
	border:0;
}


#slider {
	position:relative;
	min-height:290px;
	background-color:#EFF7E1;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

#wrapperbanner #slider a {
	display: inline-block;
	float: none;
}

.nivo-controlNav {
	position:absolute;
	bottom:-38px;
	text-align:center;
	background:url('../img/bk-nivo.png') no-repeat;
	width: 640px;
	height:28px;
	left:55px;
	padding-left:10px;
	display: none;
}

.nivo-controlNav a {
	width:25px;
	height:25px;
	background:url('../images/bullets.png') no-repeat;
	border:0;
	font-size:11px;
	padding-top:5px;
	float:left;
	margin-right:3px;
	color:#FFFFFF;
	background-position:0px 0;
	
}
.nivo-controlNav a.active {
	background-position:-30px 0;
	color:#3E4095
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

a#download-btn {
	display:inline-block;
	width:106px;
	height:34px;
	line-height:34px;
	background:url(images/download.png) no-repeat;
	text-indent:-9999px;
	border:0;
	position:relative;
	margin:20px 5px 0 0;
}
a#download-btn:active {
	top:2px;
}

a#download-jump {
	float:right;
	font-style:italic;
	cursor:pointer;
	margin:0 10px 20px 0;
	border:0;
}

#vbadge {
	position:absolute;
	top:10px;
	right:-22px;
}

#network-bar {
	height:20px;
	background:#202834;
	border-bottom:1px solid #000;
	text-align:right;
	color:#8E9BAF;
}
#network-bar ul {
	list-style:none;
	margin:0 50px 0 0;
	padding:0;
}
#network-bar ul li {
	display:inline;
}
#network-bar ul li a {
	border:0;
	line-height:20px;
	margin-left:10px;
	font-weight:bold;
}
#network-bar ul li a span {
	color:#eee;
}

ul#plats {
	list-style:none;
	padding:0;
}
ul#plats li.wordpress {
	background:url(images/wordpress_16.png) no-repeat 0 4px;
	padding-left:25px;
}
ul#plats li.drupal {
	background:url(images/drupal_16.png) no-repeat 0 4px;
	padding-left:25px;
}
ul#plats li.joomla {
	background:url(images/joomla_16.png) no-repeat 0 4px;
	padding-left:25px;
}

#yoggrt {
    float:right;
    clear:right;
    background:#15191F;
    padding:10px;
    -moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
#yoggrt .adby {
    font-style:italic;
    text-align:right;
    margin:0;
}
#yoggrt .adby a {
    border:0;
    color:#5F6C7F;
}
.yoggrtad a {
    border:0;
    margin-bottom:3px;
}
.yoggrttext a {
    display:block;
    width:160px;
    border:0;
    line-height:14px;
    margin-bottom:3px;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}

.pointer {
	cursor:pointer;
}

/* Sharper Thumbnails */
img {
	-ms-interpolation-mode:bicubic;
}

/* Wordpress Defaults */
img.alignright {float:right; margin:0 0 .7em 1em}
img.alignleft {float:left; margin:0 1em .7em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 .7em 1em}
a img.alignleft {float:left; margin:0 1em .7em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

/* Easy Border Radius */
.round5 { -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; }
.round10 { -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; }
.round15 { -moz-border-radius:15px; -webkit-border-radius:15px; border-radius:15px; }
.round20 { -moz-border-radius:20px; -webkit-border-radius:20px; border-radius:20px; }
.round25 { -moz-border-radius:25px; -webkit-border-radius:25px; border-radius:25px; }
.round30 { -moz-border-radius:30px; -webkit-border-radius:30px; border-radius:30px; }


.slide .nivo-controlNav{ 
	background: transparent;
	height: 24px;
}
.slide .nivo-controlNav a{
	background: #B6D763;
	padding-top: 2px;
	height: 16px;
}
.slide .nivo-controlNav a.active{
	color: #333;
	background: #D6DFC7;
}