/*a, a:visited {
	color:#A7B0BF
	text-decoration:none;
	border-bottom:1px dotted #A7B0BF;
}
a:hover, a:active {
	color:#fff;
	text-decoration:none;
	border-bottom:1px dotted #A7B0BF;
}
h2.first {
	margin-top:0;
}*/
ol {
	list-style:decimal;
	padding-left:30px;
	margin-bottom:1.5em;
}
ul {
	list-style:disc;
	padding-left:25px;
	margin-bottom:1.5em;
}
li {
	padding:2px;
}
i, em {
	font-style:italic;
}
u {
	text-decoration:underline;
}
blockquote {
	font-style:italic;
	margin:0 0 10px 20px;
	padding-left:10px;
	border-left:3px solid #A7B0BF;
	font-size:14px;
}


#wrapper {
	width:800px;
	margin:0 auto;
}

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:200px;
}
#header p, #header h1 {
	display:none;
}

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

#demo {
	width:640px;
	margin:0 auto;
	margin-bottom:50px;
}
#demo a {
	margin:20px;
}
#demo img {
	-moz-box-shadow:0px 0px 5px #333;
	-webkit-box-shadow:0px 0px 5px #333;
	box-shadow:0px 0px 5px #333;
}
#demo img.nivoLarge {
	-moz-box-shadow:0px 0px 10px #000;
	-webkit-box-shadow:0px 0px 10px #000;
	box-shadow:0px 0px 10px #000;
}


a.nivoZoom {
	border:0 !important;
}
a.nivoZoom img {
	-moz-box-shadow:0px 0px 5px #000;
	-webkit-box-shadow:0px 0px 5px #000;
	box-shadow:0px 0px 5px #000;
}
a.nivoZoom img.nivoLarge {
	-moz-box-shadow:0px 0px 10px #000;
	-webkit-box-shadow:0px 0px 10px #000;
	box-shadow:0px 0px 10px #000;
}
.nivoZoomHover {
	background:url(images/zoom.png) no-repeat 50% 50%;
}
.nivoZoomHover.loading {
	background:url(images/loading.gif) no-repeat 50% 50%;
	border:4px solid #000;
	width:16px;
	height:16px;
	top:43%;
	left:43%;
	opacity:0.8;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}


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

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

/*====================*/
/*=== Input Styles ===*/
/*====================*/
input,
textarea,
select {
	padding: 2px;
	font: 400 1em Verdana, Sans-serif;
	color: #666;
	background:#ffffff;
	border: 1px solid #999;
	margin:2px;
}

input:focus,
textarea:focus,
select:focus {
	color: #000;
	background: #fff;
	border: 1px solid #002F59;
}

input#paypal-btn {
	border:0;
	background:transparent;
	position:relative;
	margin:0;
	padding:0;
}
input#paypal-btn:focus {
	outline:0;
}
input#paypal-btn:active {
	top:2px;
}
.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; }
