/*========================*/
/*=== Structure Styles ===*/
/*========================*/
#slideback {
	width: 955px;
}
#wrapper1 {
	width:955px;
	height: 440px;
}

a#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;
}

#header {
	height:170px;
}
#header p, #header h1 {
	display:none;
}

#slider1 {
	position:relative;
	min-height:370px;
	margin:0px 0px 30px;
	background-color: #F8F8F8;
	background-image: url(../images/loading1.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
#slider1 img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider1 a {
	border:0;
	display:block;
}

#content {
	width:510px;
	margin:0 auto;
	padding:20px;
	background:#202834;
	color:#8E9BAF;
	position:relative;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

#footer {
	text-align:center;
	padding:30px 0;
	color:#31333E;
	text-shadow:0px 1px 0px #6F7784;
}
#footer a {
	color:#31333E;
	border-color:#31333E;
}

.nivo-controlNav {
	position:absolute;
	left:47%;
	bottom:-30px;
}
.nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:-10px 0;
}

.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;
}



/* 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; }

