/* ***************************
   Base Styling
*/

* {margin: 0; padding: 0;}
ul li {list-style: none;}
img {border: 0;}

body {
	font: 13px/22px Helvetica, Arial, sans-serif;
	border-top: 2px solid #000;
	background: url(../images/bg.jpg);
	color: #717171;
}

div:after, ul:after, form:after, #skin_gallery li:after {
	content: "";
	display: block;
	overflow: hidden;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0em;
}

a:hover {color: #5e9dde;}
a {
	text-decoration: none;
	outline: 0;
	color: #2685c2;
}

p, ul, ol, form, table {margin-bottom: 20px;}
ol, ul.pad { padding: 0 0 0 30px; }
ul.pad li { list-style: disc; }
.hidden {display: none;}
.center {display: block; text-align: center;}

hr {
	border: none;
	border-top: 1px solid #ddd;
	height: 0;
	margin: -25px 0 25px 0;
	clear: both;
	padding: 0;
}

/* ***************************
   Container
*/

#main, #neck, .inner, #head div {
	width: 796px;
	margin: 0 auto;
}

#main.pad_extra {
	margin-top: 120px;
}

#main_wrap {
	background: #e5eff9 url(../images/bg_png.png) repeat-x top center;
	-webkit-box-shadow: 0 0 6px rgba(50,50,50,.6);
	-moz-box-shadow: 0 0 3px #444;
	box-shadow: 0 0 3px #444;
	padding: 20px 0;
	margin: -10px auto 20px auto;
	width: 900px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}


/* ***************************
   Head
*/

#sale {
	background: #000;
	color: red;
	font-size: 11px;
	text-align: center;
	display: block;
	padding: 4px 0;
	margin: 0;
	font-weight: bold;
	display: none;
}

#sale a {
	color: #fff;
}

.view_skins,
.learn_more,
#order_form #verify {
	background: url(../images/view_vbulletin_skins.png) no-repeat top left;
	width: 170px;
	height: 29px;
	overflow: hidden;
	text-indent: -3000em;
	border: none;
}

.view_skins.head, .userinfo {
	float: right;
	margin: 14px 0 0 0;
}

.view_skins:hover,
#order_form #verify:hover {
	background-position: 0 -29px;
	cursor: pointer;
}

#go_to_contact:hover {color: red;}
#go_to_contact {
	color: #fff;
}

.userinfo {
	display: block;
	text-align: right;
	font-size: 12px;
}

.userinfo a {
	font-weight: bold;
}

a.small {
	font-size: 11px;
	color: lightyellow;
}

.notice {
	padding: 0 40px;
}

#head {
	margin: 0;
	padding: 8px 0 15px 0;
	background: url(../images/bg2.jpg);
}

	#head h1 {float: left; margin: 0 20px 0 0;}
	#head h1 a {
		background: url(../images/vbseed_logo.png) no-repeat center center;
		width: 149px;
		height: 46px;
		padding: 10px 0;
		text-indent: -3000em;
		overflow: hidden;
		display: block;
	}

	#nav {
		margin: 0;
		padding: 0 2px;
		float: left;
	}
	
	#nav li {
		float: left;
		margin: 0;
	}
	
	#nav li a:hover {color: yellow;}
	#nav li a {
		float: left;
		padding: 24px 20px;
		font-size: 16px;
		color: lightyellow;
		text-shadow: #000 0 1px 0;
		text-align: center;
	}
	
	#nav li.active a {
		color: yellow;
		font-weight: bold;
		background: url(../images/active.png) no-repeat center center;
	}
	
	#nav li.highlight {
		float: right;
		background-position: top left;
	}

/* ***************************
   Neck
*/

#neck {
	margin-bottom: 10px;
	padding: 10px 0 30px 0;
	clear: both;
	border-bottom: 1px solid #ddd;
}

#neck h2 {
	width: 242px;
	height: 24px;
	overflow: hidden;
	text-indent: -3000em;
	background: url(../images/quality_vbulletin_skins.png) no-repeat top left;
	float: left;
	margin: 9px 0 0 15px;
}

#neck h2#get_in_touch  {background-image: url(../images/get_in_touch_with_us.png);}
#neck h2#grow  {background-image: url(../images/we_help_you_grow.png);}
#neck h2#gallery  {background-image: url(../images/welcome_to_the_gallery.png);}

#neck p {
	float: left;
	width: 430px;
	margin: -5px 0 -3px 25px;
	padding: 0 0 0 30px;
	border-left: 1px solid #ddd;
	color: #666;
	font-size: 16px;
	line-height: 24px;
	text-shadow: 0 1px 0 #fff;
	font-family: 'Helvetica Neue Light', HelveticaNeue-Light, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#neck.full { margin-bottom: 0; border: none; }
#neck.full p {
	float: none;
	margin: 0;
	padding: 0;
	border: none;
	width: 100%;
	text-align: center;
	font-size: 24px;
	text-shadow: 0 0 1px #fff;
}

#neck strong {
	color: #47b932;
}


/* ***************************
   Index
*/

#right {
	float: right;
	width: 435px;
	position: relative;
}

#featured {
	background: url(../images/featured_bg.png) no-repeat top left;
	height: 360px;
	margin: 0 0 20px 0;
	text-shadow: #3c85b6 0 1px 0;
	position: relative;
	z-index: 10;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	overflow: hidden;
}

#featured #feat_nav {
	margin: 2px 0 0 0;
}

#featured img {
	margin: 25px 0 0 20px;
	float: left;
}

#feat_nav li.active {
	background: url(../images/feat_li_active.png) no-repeat bottom left;
}

#feat_nav li {
	float: right;
	background: url(../images/feat_divider.png) no-repeat bottom left;
}

#feat_nav li a {
	float: left;
	padding: 21px 25px 18px 50px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	background-position: 20px 23px;
	background-repeat: no-repeat;
}

#feat_nav li.clean a {background-image: url(../images/pallete.png);}
#feat_nav li.optimized a {background-image: url(../images/time.png);}
#feat_nav li.unique a {background-image: url(../images/paintings.png);}
#feat_nav li.supported a {background-image: url(../images/anchor.png);}

#featured h3 {
	width: 400px;
	height: 18px;
	overflow: hidden;
	text-indent: -3000em;
	margin: 35px 0 22px 40px;
	padding: 0;
	border: none;
}

#featured .content h3 { background: url(../images/clean_title.png) no-repeat top left; }
#featured #optimized h3 { background-image: url(../images/optimized_title.png); }
#featured #unique h3 { background-image: url(../images/unique_title.png); }
#featured #supported h3 { background-image: url(../images/supported_title.png); }

#featured .content.hidden {display: none;}
#featured .content {
	height: 165px;
}

#featured .content ul {
	margin: 0 0 0 40px;
	color: #fff;
}

#featured .content li {
	margin: 0 0 18px 0;
	padding: 0 0 0 38px;
	width: 310px;
	font-size: 14px;
	background: url(../images/check.png) no-repeat 14px 2px;
}

#featured .view_skins {
	float: left;
	background-image: url(../images/view_our_skins.png);
	height: 61px;
	margin: 0 0 0 70px;
	width: 300px;
}

#featured .view_skins:hover {
	background-position: 0 -61px;
}

h3 {
	font-weight: normal;
	margin: 0 0 10px 0;
	font-size: 20px;
	text-shadow: 0 0 2px #fff;
	border-bottom: 1px solid #ddd;
	padding: 8px 0;
	color: #333;
}

.grid {
	margin: 0 0 20px 0;
}

.grid li {
	float: left;
	padding: 10px 20px;
	margin: 0;
	width: 350px;
	position: relative;
}

.grid li .image {
	float: left;
	height: 60px;
	overflow: hidden;
	margin: 0 10px 0 0;
	-webkit-box-shadow: 0 0 3px #000;
	-moz-box-shadow: 0 0 3px #000;
	box-shadow: 0 0 3px #000;
}

.grid li p {
	font-size: 14px;
}

.grid li p img {
	margin: 0 4px -2px 0;
}

.grid.skins li img {
	width: 120px;
}

.grid li h4 {
	float: left;
	font-size: 14px;
	margin: 0;
	width: 220px;
}

.grid li p {
	margin: 0;
}

/* ***************************
   Subpages
*/

#content h3 {
	font-size: 18px;
	font-weight: normal;
	margin: 0 -35px 0 -35px;
	padding: 12px 25px 0 25px;
	height: 40px;
	color: #fff;
	text-shadow: #50b4e4 1px 1px 0;
	background: url(../images/gallery_bg_top.png) no-repeat top left;
	border: none;
}

h3.nav {
	position: relative;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	overflow: hidden;
}

#content h3 span {
	position: absolute;
	top: 12px;
	right: 20px;
	font-size: 12px;
}

#content h3 span a.not_active {padding-left: 20px;}
#content h3 span a {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	margin: -6px 0 0 0;
	padding: 6px 10px 6px 0;
	text-shadow: #a1e7f6 0 1px 0;
}

#content h3.darker span a {color: #005e96;}
#content h3 span a.active {
	color: #005e96;
	padding-left: 20px;
	background: url(../images/gallery_active.png) no-repeat 2px 7px;
}

#content h3 span a.active:hover,
#content h3.darker span a:hover {
	color: #007ac2;
}

#content p.gray.lesspad {margin-bottom: 15px;}
#content p.gray {
	background: #dcedf9;
	padding: 10px 16px 9px 16px;
}

#skin_gallery {
	margin: -10px 0 10px 0;
	overflow: hidden;
}

#skin_gallery li {
	border-bottom: 1px solid #ddd;
	margin: 10px 0;
	padding: 12px 0 20px 0;
	clear: both;
}

#skin_gallery .image {
	float: left;
	margin: 0 15px 0 0;
	text-decoration: none;
	position: relative;
	height: 170px;
}

#skin_gallery img {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	overflow: hidden;
	height: 170px;
}

#skin_gallery .image strong {
	height: 80px;
	padding: 10px 0 0;
	position: absolute;
	top: 104px;
	right: 20px;
	font-size: 42px;
	color: #fff;
	text-shadow: #999 1px 1px 0;
}

#skin_gallery div {
	width: 600px;
	float: left;
}

#skin_gallery h4 {
	margin: 2px 0 2px 0;
}

#skin_gallery h4 a {
	text-decoration: none;
	font-size: 24px;
	margin: 0 2px 0 0;
}

h4 a span {
	margin: 0 20px 0 0;
	padding: 5px 5px 3px;
	color: #999;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: normal;
	float: right;
	background: #ccc;
	background: -moz-linear-gradient(top, #999, #ccc);
	background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#999));
	display: inline-block;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-box-shadow: 0 1px 2px #222;
	-webkit-box-shadow: 0 1px 2px #222;
	border: 1px solid #aaa;
	text-shadow: 0 -1px 1px #555;
	position: relative;
	cursor: pointer;
}

h4 a:hover span {
	background: #aaa;
	background: -moz-linear-gradient(top, #aaa, #eee);
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#aaa));
}

#skin_gallery p {
	font-size: 16px;
	color: #aaa;
}

#skin_gallery strong {
	color: #444;
	display: block;
	margin: 0 0 2px 0;
}

#skin_gallery li form fieldset h4 strong {
	color: red;
}

#skin_gallery li {
	background: url(../images/li_bg.png) no-repeat bottom center;
}

#skin_gallery ul {
	margin-bottom: 0;
}

#skin_gallery ul li {
	padding: 2px 0 2px 30px;
	width: 194px;
	float: left;
	font-size: 12px;
	margin: 0;
	background: url(../images/check_white.png) no-repeat 11px 4px;
	border: none;
	clear: none;
}

#skin_gallery span strong {
	display: inline;
}

#skin_gallery .view_skins:hover {
	color: #000;
	-webkit-box-shadow: 0 1px 8px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 8px rgba(0,0,0,0.5);
	box-shadow: 0 1px 8px rgba(0,0,0,0.5);
}

#skin_gallery .view_skins {
	text-indent: 0em;
	background: #eee;
	background: -webkit-gradient(linear, left bottom, left top, from(#ddd), to(#fff));
	background: -moz-linear-gradient(bottom, #ddd, #fff);
	border-top: 1px solid #fff;
	border: 1px solid #999;
	padding: 6px 20px;
	color: #666;
	text-shadow: 0 1px #fff;
	height: auto;
	width: auto;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	transition: linear 1s ease-in-out;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.5);
	box-shadow: 0 1px 4px rgba(0,0,0,0.5);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size: 18px;
	color: #666;
	float: left;
	margin: 15px 20px 0 10px;
}

#skin_gallery .view_skins span {
	font-weight: bold;
	color: #999;
}

label {
	font-weight: bold;
	color: #666;
	display: block;
	margin: 0;
}

#main form p.success, .success {
	color: #31af34;
}

#main .fail {
	color: #f70000;
	margin: 0;
	padding: 0;
}

input.text {
	margin: 0 0 10px 0;
	width: 400px;
	padding: 4px;
	font-size: 14px;
}

textarea {
	width: 550px;
	height: 140px;
	padding: 4px;
	font-size: 12px;
	margin: 0 0 10px 0;
}

.generic ol li { list-style: auto; }
.generic ul li {list-style: disc;}
.generic li {margin-left: 20px;}


/* ***************************
   Order Form
*/

#order_form.visible { display: block; position: relative; }
#order_form {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 101;
	text-align: center;
}

#order_form div.wrap {
	position: relative;
	margin: 0 auto;
	background: #fff;
	width: 446px;
	height: 420px;
	border: 3px solid #222;
	padding: 20px;
	padding-top: 40px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
}

#order_form h3 span {
	display: none;
}

#order_form div.generic {
	text-align: left;
}

#order_form form {
	text-align: left;
	margin: 0;
}

#order_form fieldset {
	border: 1px solid #fcecb9;
	padding: 15px;
	background: #fff9e6;
	margin: 0 0 10px 0;
	text-align: left;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#order_form form #login_note {
	margin: -15px 0 4px 0;
	float: right;
	padding: 4px;
	border: none;
	background: #fcecb9;
}

#order_form input.text {
	margin-bottom: 10px;
}

#order_form label em {
	font-weight: normal;
	font-size: 11px;
	color: #666;
}

#order_form label.error a { color: #fff; text-decoration: underline; }
#order_form label.error em { color: #ddd; }
#order_form label.error {
	background: #f70000;
	color: #fff;
}

#order_form input.text.error {
	border: 2px solid #f70000;
}

#order_form img {
	margin: -12px auto 12px auto;
	display: block;
}

#order_form h3 strong {
	color: #000;
}

#order_form h4.nopad {margin-top: 0;}
#order_form h4 {
	clear: both;
	text-align: left;
	margin: 12px 0 8px 0;
	color: #000;
	font-size: 14px;
	text-transform: uppercase;
}

#order_form h4.total {
	float: left;
	padding: 15px 0 0;
	margin: 0;
	display: block;
	color: #000;
	font-size: 22px;
	text-transform: none;
}

#order_form p {
	font-size: 12px;
	line-height: 16px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #f7f7f7;
	text-align: left;
}

#order_form p.fail {
	margin: -4px 0 0 0;
	padding: 0;
}

#order_form span {
	font-size: 12px;
	line-height: 16px;
	margin: -6px 0 20px 0;
	display: block;
}

#order_form fieldset div.password {
	width: 200px;
	float: left;
}

#order_form .password.two .text {width: 200px;}
#order_form .password .text {width: 182px;}

#order_form dl {
	margin: 0 0 20px 0;
}

#order_form dd, #order_form dt {
	float: left;
	width: 348px;
	height: 35px;
	background: #fcecb9;
	margin: 0 0 2px 0;
	padding: 6px 6px;
}

#order_form dd span {
	font-size: 12px;
	margin: -6px 0 0;
}

#order_form dt {
	margin-left: 2px;
	background: #caecb9;
	width: 40px;
	text-align: center;
}

#order_form dt input {
	margin: 10px 0 0;
}

#order_form .view_skins {
	float: right;
	padding-top: 29px;
	margin: 10px 0 0;
	height: 0;
	display: block;
	border: none;
	background-image: url(../images/purchase_with_paypal.png);
}

a.cancel {
	text-decoration: underline;
	display: inline;
	clear: both;
	position: absolute;
	top: -10px;
	right: -10px;
	width: 30px;
	height: 30px;
	background: url(../images/close.png) no-repeat top left;
	text-indent: -3000em;
	overflow: hidden;
}

#order_form #agree_label {
	font-size: 12px;
}

#order_form #agree {
	float: left;
	margin: 3px 6px 0 0;
}

#order_form hr {
	margin: 12px 0 6px 0;
}

#overlay {
	display: none;
	background-image: url(../images/overlay.png);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}

#order_form.show,
#overlay.show {display: block;}
#order_form.show {margin: 50px 0 0;}

/* ***************************
   End
*/

.split {
	float: left;
	width: 50%;
	margin: 0 0 20px 0;
}

h4.clear {clear: both;}
h4 {
	color: #555;
	font-size: 18px;
	margin: 12px 0;
}

h5 {
	font-size: 12px;
}

h5 span {
	font-size: 14px;
	color: #000;
	padding: 0 2px;
}

#testimonials {
	float: left;
	width: 445px;
	padding: 0 30px 0 0;
	margin: 0 15px 30px 20px;
	border-right: 1px solid #eee;
	font-size: 14px;
	line-height: 22px;
	background: url(../images/quote_open.png) no-repeat 0 36px;
}

#testimonials p {
	margin: 0 0 -20px 0;
	padding: 0 0 10px 32px;
	background: url(../images/quote_close.png) no-repeat bottom right;
}

#testimonials strong {
	display: block;
	margin: 4px 0 0;
}

#contact {
	width: 250px;
	margin: -10px 0 0;
	padding: 10px 0 0 15px;
	float: left;
	font-size: 14px;
}

#contact li#email_contact {background: url(../images/email.png) no-repeat 4px 2px;}
#contact li {
	margin: 10px 0 8px 0;
	padding: 0 0 0 30px;
	background: url(../images/im.png) no-repeat 4px 0;
}

#contact h4 a:hover { color: #bbb; }
#contact h4 a {
	font-size: 11px;
	font-weight: normal;
	color: #999;
	margin: 0 0 0 4px;
}

#contact a {
	text-decoration: underline;
}

#contact em {
	color: #818181;
	width: 60px;
	font-style: normal;
	display: block;
	float: left;
}

/* ***************************
   Footer
*/

#bot {
	margin: -90px 0 -20px 0;
	padding: 90px 0 20px 0;
	background: url(../images/bg3.png) repeat-x bottom center;
	text-shadow: 0 1px #fff;
}

#foot a {text-decoration: underline; font-size: 12px; font-weight: bold;}
#foot {
	padding: 10px 0;
	margin: 0 auto 20px auto;
	text-align: center;
	clear: both;
	line-height: 22px;
	color: #888;
	font-size: 12px;
	text-shadow: 0 1px #fff;
}

h3, #bot h4, #foot a, .userinfo a {
	-webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .7)), to(rgba(0, 0, 0, 1)));	
}

