/*

25/11/13 - Added Voting CSS styling - Rich

*/


/* This css file is to define the custom stylesheet for SketchUcation */
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600,300);

@font-face {
	font-family: 'VollkornRegular';
	font-style: normal;
	font-weight: normal;
	src: local('Vollkorn Regular'), local('Vollkorn-Regular'), url(//themes.googleusercontent.com/static/fonts/vollkorn/v3/BCFBp4rt5gxxFrX6F12DKvesZW2xOQ-xsNqO47m55DA.woff) format('woff');
}

@font-face {
	font-family: 'VollkornBold';
	font-style: normal;
	font-weight: normal;
	src: local('Vollkorn Bold'), local('Vollkorn-Bold'), url(//themes.googleusercontent.com/static/fonts/vollkorn/v3/BCFBp4rt5gxxFrX6F12DKvesZW2xOQ-xsNqO47m55DA.woff) format('woff');
}

/* General
===========================================================================
*/
body {
	font-size: 14px !important;
	color: #333332;
}

hr.hrabbc3 {
	display: block;
}

p {
	margin: 15px 0;
}

h1,h2 {
	font-family: 'Vollkorn', 'Helvetica', arial, serif;
	font-weight: normal !important;
	font-size: 1.2em;
}

h1 a,h2 a {
	font-weight: normal !important;
}

h2.title {
	font-size: 1.6em;
}

h5 {
	text-transform: none;
	font-size: 100%;
}

ul.categories-moduleicon23 li a,ul.categories-moduleicon23 li li a {
	font-size: 1em;
	line-height: 1em;
}

.categories-moduleicon23 h4,.categories-moduleicon23 h5 {
	margin: 0;
	line-height: 0.4em;
}

.horizmenu .rt-block {
	margin-bottom: 0;
}

/* solve-unsolve
===========================================================================
*/
/*ul.profile-icons li.solve-icon,ul.profile-icons li.unsolve-icon {
	background: white;
	border: 1px solid #CCC;

	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	border-radius: 3px;

	-webkit-transition: background-color 0.3s linear;
	-moz-transition: background-color 0.3s linear;
	-o-transition: background-color 0.3s linear;
	-ms-transition: background-color 0.3s linear;
	transition: background-color 0.3s linear;
}*/
/* Forum links
===========================================================================
 */
ul.linklist {
	font-size: 13px !important;
}
.online {background: url("//sketchucation.com/forums/styles/halcyon/imageset/en/icon_user_online.svg") no-repeat 17% 1%;}
/* Home page */
.home-tabs {
	display: block;
	padding: 8px 8px 4px;
	border: 1px silver solid;
	background: #d2d2d2;
	color: #000000;
	text-shadow: 1px 1px #fff;
	font-family: 'Vollkorn', 'Helvetica', arial, serif;
	text-align: center;
	margin-bottom: -20px;
	border-radius: 8px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#d2d2d2');
	background: -webkit-gradient(radial, center center, 0, center center, 460, from(#eee), to(#d2d2d2));

	background: -webkit-radial-gradient(circle, #eee, #d2d2d2);
	background: -moz-radial-gradient(circle, #eee, #d2d2d2);
	background: -o-radial-gradient(circle, #eee, #d2d2d2);
	background: -ms-radial-gradient(circle, #eee, #d2d2d2);
	background: radial-gradient(circle, #eee, #d2d2d2);
}

.home-tabs a {
	font-weight: normal;
}

.home-tabs-size {
	font-size: 2em;
	line-height: 1.4em;
}

.home-tabs:hover {
	background: #d2d2d2;
}

.home-tabs a {
	color: #000000;
	display: block;
}

.sprocket-features,.layout-showcase {
	max-height: 306px;
}

.sprocket-features-img-container {
	height: 204px;
	width: 204px;
	text-align: center;
	border: 3px solid #0a496c;
}

.sprocket-features-img-container,.linkthumb img {
	overflow: hidden;
	border-radius: 8px;
}

.linkthumb img {
	float: left;
	margin-right: 10px;
}

.sprocket-features-img-container img {
	display: block;
	margin-left: auto;
	margin-right: auto !important;
	float: none !important;
	vertical-align: middle;
}

.home-news-scroller .sprocket-features-img-container img {
	margin-right: 10px !important;
}

.rt-article div.sprocket-features-img-container {
	margin-right: 4px;
	float: left;
	text-align: center;
}

h2.sprocket-features-title {
	font-size: 1em;
}

#rt-feature h2.sprocket-features-title {
	text-align: center;
}

#rt-content-top {
	margin-top: -26px;
}

.rt-block {
	padding-left: 5px;
	padding-right: 5px;
}

.layout-slideshow .sprocket-features-content {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
}

.layout-slideshow .sprocket-features-title,sprocket-features-content,h2.sprocket-features-title a:link,h2.sprocket-features-title a:visited {
	background: transparent;
	color: grey !important;
	font-size: 1em !important;
	text-transform: uppercase !important;
	margin: 5px 0 !important;
	padding: 0 !important;
}

.sprocket-features-title a {
	display: block;
	height: 28px;
}

/* Home News Scroller */
.home-news-scroller {display:block;height:270px;overflow:hidden;}
/* Login box tweaking */
.rolldown {width:220px;position:absolute;top:15px;background:#eaeaea;z-index:100;color: #000000;border: 1px #006599 solid;border-radius: 8px;padding:0 8px;overflow:hidden;height:76px;transition:height 0.5s; -moz-transition:height 0.1s; -webkit-transition:height 0.5s; -o-transition:height 0.1s;}
.rolldown a {color:#0B486B;}
.rolldown:hover {min-height:76px;height:320px;z-index:100;}
.remember-me {margin-top:-14px;}
.rokbridge_login {margin-top:-30px;}
.hidden {display:none;}
.login-username {margin-bottom:4px;}
h4#member-login-register, h4#my-account {text-transform:uppercase;line-height: 1.4em;text-shadow: 1px 1px #fff;font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;font-family: 'Vollkorn', 'Helvetica', arial, serif;}
h4#member-login-register {font-size: 1.1em;margin-bottom:20px;}
h4#my-account {font-size: 1.3em;line-height: 15px;margin-bottom:6px;}
.avatar>img {height:52px;width:52px !important;float:left;margin-right:10px;}
h4.welcome {clear:both;font-size:1em;margin:0;}
h4.welcome p {margin-bottom:15px !important;}
.login-links p {margin-bottom:15px !important;}
#form-login-submit button {font-family: 'Vollkorn', 'Helvetica', arial, serif;	}
.account-type {font-size:1.1em !important;font-weight:bold;}
.login-links {margin-top:10px;}
.login-links a {color:#0B486B !important;}
.register-free, .premium-size {text-transform: uppercase;}
.register-free a, .premium-size a {color:#C00 !important;}
.register-free {font-size:16px !important;line-height: 1.6em;}
.premium-size {font-size:16px;line-height: 1.6em;}
#header-banner {margin-top: -15px !important;margin-bottom: -15px !important;}
/* #rt-top-surround {background: url(//sketchucation.com/images/texture.png) 50% 100%;} */
#form-login-submit .button, .main-login-form .button {border:1px solid silver; border-radius:4px;}
/* Text based logo */
.suclogo {font-family: 'Vollkorn', 'Helvetica', arial, serif;float:left;font-size:3em;margin:-10px 0;line-height:1.8em;display:block;height:40px;vertical-align:middle;text-rendering:geometricPrecision;}
.suclogo a, a.suclogo {color: #eee;font-weight:normal;}
.red-u {color:#e82c2e;font-size:1.1em;}
/* Getting rid of different grey gradients */
#rt-showcase, #rt-feature, .sidebar-right #rt-sidebar-b, .sidebar-left #rt-sidebar-a {background-image: none;background-color:transparent;border-bottom:none;}
/* Ads tricking */
h6 {
	position: relative;
	margin: 0 auto;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	color: #eee;
	border: 1px dotted #eee;
	border-radius: 0;

	-webkit-animation: ads 60s;
	-moz-animation: ads 60s;
	-ms-animation: ads 60s;
	-o-animation: ads 60s;
	animation: ads 60s;

	-moz-box-orient: horizontal;
	-ms-box-orient: horizontal;
	box-orient: horizontal;

	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-box-pack: center;
	box-pack: center;

	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-box-align: center;
	box-align: center;
	display: -webkit-box;
	display: -moz-box;
	display: box;
}
/* testing  srolling ads */
#rt-sidebar-b>div:first-child, #rt-sidebar-b>div:last-child {margin:0;}
@keyframes ads
{
0% {color:#fff;}
10% {color:#eee;}
20% {color:grey;}
60% {color:#cc1100;}
95% {color:grey;}
100% {color:#eee;}
}
@-moz-keyframes ads /* Firefox */
{
0% {color:#fff;}
10% {color:#eee;}
20% {color:grey;}
60% {color:#cc1100;}
95% {color:grey;}
100% {color:#eee;}
}
@-webkit-keyframes ads /* Safari and Chrome */
{
0% {color:#fff;}
10% {color:#eee;}
20% {color:grey;}
60% {color:#cc1100;}
95% {color:grey;}
100% {color:#eee;}
}
h6:before {content:"All our ads are SketchUp related";}
h6:after {content:"You are missing relevant content";}
h6:hover {border: 1px solid #cc1100;color:#cc1100 !important;}
.bsa {position: absolute;top:  -1px;left: -1px;width: 768px;height: 90px;}
.sidebar-ads {position: absolute;top:  -1px;left: -1px;}
#scroll.fixed {position: fixed;}
.header-img, .sidebar-ad {position: absolute;top:  -1px;left: -1px;}
/* Header Search hacking */
/*#rt-top-surround #rokajaxsearch .rokajaxsearch .inputbox {margin:70px 0 -20px -4px !important;width:226px !important;background-color: #eee !important;background-position: 210px 8px !important;z-index:10;}*/
body #roksearch_results .roksearch_even, body #roksearch_results .roksearch_odd {background-color: #eee;}
/* forum header search hacking */
.roksearch_option {display:none;}
/* Rich's font hacking */
#wrap ul li a {font-size: 13px;}
li h4 {margin:5px 0 !important;}
.featuretable .item1 {font-size: 30px;line-height: 40px;display: block;text-shadow: 1px 1px #fff;}
.approved, .attention, .alert, .notice {font-weight: normal !important;}
#member-registration dt, #member-profile dt  {width:20em;}
#szamok {vertical-align:middle;}
::selection {color:#fff;background-color:#0B486B;}
h2.title {font-size: 1.3em !important;}
.sprocket-lists-container h4.sprocket-lists-title, .forums strong, .contact h1, .contact h3, #jform_teddfelre-lbl, #jform_teddfelre, .contact-address .jicons-icons, .rt-pagetitle {display:none;}
.sprocket-padding {padding:0 !important;}
#rt-footer .sprocket-lists-arrows {display:none;}
#rt-footer a {font-weight: normal;}
#rt-footer p {margin:0 0 5px 0;}
.vollkorn, .contact-name {font-family: 'Vollkorn', 'Helvetica', arial, serif;text-align:center;color:#0b486b;font-weight:normal;}
.big-v, .contact h2 {font-size:2.0em;line-height:1.2em;letter-spacing:inherit;}
.featuretable, .featuretable-border {border: 1px silver solid;border-radius: 8px;box-shadow: 2px 2px 10px silver;}
.l-col, .r-col {width: 454px;float:left;}
.l-col {padding-right:10px;clear:both;}
.r-col {padding-left:10px;}
.tos-pp {text-align:justify;}
.tos-pp h2 {counter-increment: myIndex;}
.tos-pp h3{counter-increment: myIndex2;}
.tos-pp h2 a, .tos-pp h3 a {color:#191919;}
.tos-pp h2:before {content:counter(myIndex)". ";}
.tos-pp h3:before {content:counter(myIndex)"."counter(myIndex2)". ";}
ol.lower-latin li {list-style: lower-latin;}
.component-content .contact .button {margin:0 !important;}
.fusion-js-container, .level1 menutop {margin-top:1px;}
.sprocket-features-desc .readon span {background-position: 0 11px;}
.sprocket-features-desc .readon span:hover {background-position: 5px 11px;}
.profile-edit #jform_username {color:silver;}
.profile-edit #jform_username:focus {color:red;}
.profile-edit #jform_username:focus {border-color: red; -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px red; -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px red;box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px red;transition: border-color 0.25s ease-in-out;}
.rokbridge_login .avatar {margin:0 !important;}
.panel .account-link {margin:-36px 0 0 -179px;font-size:0.9em !important;}
h1.title {clear:both;}
.leading-0, .leading-1, leading-2 {min-height:300px;}
/* bbcode table and posting */
dl.codebox code {max-height: none;}
table#abbc3posttable,table#abbc3posttable tbody, table#abbc3posttable td  {width:740px;border:0 !important;border-color:transparent !important;}
table#abbc3posttable #format-buttons select option {font-size: normal !important;}
table#abbc3posttable textarea#helpbox {width:740px;height:50px;margin-top:10px;}
textarea#helpbox {background: #E6E6E6;background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), color-stop(25%, white), to(#E6E6E6));background-image: -webkit-linear-gradient(white, white 25%, #E6E6E6);background-image: -moz-linear-gradient(top, white, white 25%, #E6E6E6);background-image: -ms-linear-gradient(white, white 25%, #E6E6E6);background-image: -o-linear-gradient(white, white 25%, #E6E6E6);background-image: linear-gradient(white, white 25%, #E6E6E6);border-color:silver;border-radius:2px;}
td.bg3 {background-color:transparent;}
td.bg3 img {border:1px solid #eee;border-radius:4px;vertical-align:middle;}
td.bg3 img:hover {border:1px solid silver;background:#eee;box-shadow: inset 0 0 2px silver;cursor:pointer;}
img [title~=aka]  {display:none;}
#message-box textarea {height:400px;}
#postingbox h3 {display:none;}
.fields1 dl {padding:0;}
.gotimage {background-repeat: no-repeat;padding-left:30px;}
/* custom bbcodes */
.offtopic  {background: #eee;border: 1px solid silver;padding: 15px;border-radius: 6px;}
p.download-plugin a {display:block;text-decoration:none;font-style: normal !important;width:134px;padding:12px 6px 12px 18px;font-size:1.4em;text-align:center;color:#333;background:#eee url("//sketchucation.com/forums/styles/halcyon/imageset/download.png") no-repeat 8px 9px;text-shadow: 1px 1px 2px white;border:1px solid grey;border-radius:12px;box-shadow: inset -2px -2px 6px silver;}
p.download-plugin a:hover {background:#eee url("//sketchucation.com/forums/styles/halcyon/imageset/download.gif") no-repeat 8px 9px;}
p.download-plugin a:active {box-shadow: inset 2px 2px 6px silver;padding:13px 7px 11px 19px;background:#eee url("//sketchucation.com/forums/styles/halcyon/imageset/download.png") no-repeat 9px 10px;}
/* PayPal Button */
p.paypal a {border:1px solid #0B486B;padding:6px 16px;border-radius:12px;box-shadow:inset 0 0 2px 1px yellow; text-decoration:none;color:#0B486B;font-family: 'Helvetica', arial, serif;font-style: italic;font-size:1.2em;font-weight:bold;text-shadow: 1px 1px 2px yellow;Border:1px solid #0B486B;padding:6px 16px;border-radius:16px;box-shadow:inset 0 0 2px 1px yellow;background: -webkit-gradient(linear, 0 0, 0 100%, from(yellow), color-stop(25%, yellow), to(orange));background: -webkit-linear-gradient(yellow, yellow 25%, orange);background: -moz-linear-gradient(top, yellow, yellow 25%, orange);background: -ms-linear-gradient(yellow, yellow 25%, orange);background: -o-linear-gradient(yellow, yellow 25%, orange);background: linear-gradient(yellow, yellow 25%, orange);}
p.paypal a:hover, p.paypal a:active {background: -webkit-gradient(linear, 0 0, 0 100%, from(orange), color-stop(25%, orange), to(yellow));background: -webkit-linear-gradient(orange, orange 25%, yellow);background: -moz-linear-gradient(top, orange, orange 25%, yellow);background: -ms-linear-gradient(orange, orange 25%, yellow);background: -o-linear-gradient(orange, orange 25%, yellow);background: linear-gradient(orange, orange 25%, yellow);}
p.paypal:active:after {content: " " url('//sketchucation.com/forums/images/smilies/thumbu.gif');}
p.paypal:active {margin-top:12px;margin-bottom:13px;}
/* button tweaks */
.button1.default-submit-action, .pagination span strong, div#qr_editor_div fieldset.submit-buttons input.button1 {border:1px solid #0B486B;color:#0B486B !important;}
div#qr_editor_div fieldset.submit-buttons input.button2 {border:1px solid #E82C2E;color:#E82C2E !important;}
div#qr_editor_div fieldset.submit-buttons input.button2:hover {box-shadow: inset 0 0 4px #E82C2E;border:1px solid#E82C2E !important;}.button1.default-submit-action:hover, .pagination span a:hover, div#qr_editor_div fieldset.submit-buttons input.button1:hover {box-shadow: inset 0 0 4px #0B486B;border:1px solid #0B486B !important;}
/* profile */
.postprofile dd {margin-bottom:4px;}
.postprofile dt img {border-radius: 6px;box-shadow: 1px 1px 1px 1px silver;margin-bottom:4px;background: #E6E6E6;background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), color-stop(25%, white), to(#E6E6E6));background-image: -webkit-linear-gradient(white, white 25%, #E6E6E6);background-image: -moz-linear-gradient(top, white, white 25%, #E6E6E6);background-image: -ms-linear-gradient(white, white 25%, #E6E6E6);background-image: -o-linear-gradient(white, white 25%, #E6E6E6);background-image: linear-gradient(white, white 25%, #E6E6E6);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);}
#helpbox {margin-top:40px;}
/* Product table */
table.products, table.sales, table.files, table.earnings {border-collapse:collapse;width:100%;box-shadow:1px 1px 6px #eee;}
table.products, table.products th, table.products td, table.sales, table.sales th, table.sales td, table.earnings, table.earnings th, table.earnings td , table.files, table.files th, table.files td {border: 1px solid #eee;padding:0 4px;}
.products tr:nth-child(odd), .sales tr:nth-child(odd), .files tr:nth-child(odd), .earnings tr:nth-child(odd) {background:  #f9f9f9;}
.products tr:nth-child(even), .sales tr:nth-child(even), .files tr:nth-child(even), .earnings tr:nth-child(even) {background: #fff;}
.products tr:first-of-type th, .sales tr:first-of-type th, .files tr:first-of-type th, .earnings tr:first-of-type th {background: #eee;padding: 4px 4px;font-weight: bold;text-shadow: 1px 1px 1px white;border: 1px solid #dfdfdf;background: -webkit-gradient(linear, left top, left bottom, from(#dfdfdf), to(#f9f9f9));background: -moz-linear-gradient(top,  #dfdfdf,  #f9f9f9);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#f9f9f9');}
th.pid, th.command, th.fid {width:40px;}
.products th.command {width:110px;}
th.authoramount, th.authtransferdate, th.authsentby {width:33%;}
th.price, th.discount, th.paid, th.paypal-fee, th.vat, th.authorshare, th.sucshare, th.earned, th.transferred, th.balance, th.downloaded, th.file-size{width:60px;}
th.earned, th.transferred, th.balance {width:90px;}
th.initiate {width:220px;}
td.pid, td.price, td.discount, td.paid, td.paypal-fee, td.vat, td.sucshare, td.authorshare, td.fid, td.downloaded, td.earned, td.transferred, td.balance {text-align:right;padding-right:6px !important;}
td.rejected, td.online, td.inreview, td.command {text-align:center;}
th.status {width:80px;}
td.rejected a {color:#e82c2e;text-decoration: line-through;}
td.online {color:green;font-weight:bold;background-image: none !important;}
td.inreview {color:navy;}
td {line-height:2.8em;}
td.command img {display:block;float:left;margin:10px 2px;vertical-align:middle;}
/* Shop article */
.rt-article {border-bottom:1px solid #eee;}
.shop-item {margin-top:10px;}
.shop-column-left, .shop-column-right {position:relative;float:left;min-height:216px;padding-left:10px;}
.shop-column-left {width:240px;}
.shop-column-right {width:216px;border-left:1px solid #eee;text-align:right;}
.shop-hide .edit-icon {display:none;}
.shop-author, .shop-price, .shop-discount, .file-info, .shop-login, .shop-signup {font-weight:bold;}
.shop-column-right a {font-weight:normal;}
.readon {clear:both;}
.shop-discount {color:#e82c2e;}
img.shop-thumb {float: left;border-radius:8px;-webkit-box-shadow: 0 8px 6px -6px black;box-shadow: 0 8px 6px -6px black;}
.shop-desc {clear:both;max-width:960px;padding-top:10px;}
.shop-desc img {margin:10px 0;border-radius:8px;}
.shop-buy, .shop-download {font-family: 'Vollkorn', 'Helvetica', arial, serif;font-size:1.1em;padding:4px 6px;background:#eee;border:1px solid #0a496c;border-radius: 5px;background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#dfdfdf));background: -moz-linear-gradient(top,  #f9f9f9,  '#dfdfdf');filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr=''#dfdfdf'');}
.shop-download:link, .shop-download:visited {color:#e82c2e !important;}
.shop-buy:hover, .shop-download:hover {border:1px solid #0B486B;background: -webkit-gradient(linear, left top, left bottom, from(#dfdfdf), to(#f9f9f9));background: -moz-linear-gradient(top,  #dfdfdf,  #f9f9f9);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#f9f9f9');}
.shop-download:hover {border:1px solid #e82c2e;}
.shop-buy:hover {border:1px solid #0B486B;color:#0B486B !important;}
.shop-download:active {box-shadow: inset 0 0 4px #e82c2e;}
.shop-buy:active {box-shadow: inset 0 0 4px #0B486B;}
/*
.new-shop-thumb {float: left;border-radius:8px;-webkit-box-shadow: 0 8px 6px -6px black;box-shadow: 0 8px 6px -6px black;}
*/
/* Shop-Caption */
#shop-wrapper {
	font: 10pt normal Arial, sans-serif;
	height: auto;
	margin: 0 auto 0 auto;
	text-align: center;
/*	width: 660px; */
}

/* Image Box Style */
#shop-wrapper .shop-box {
/*	border: 5px solid #fff; */
	cursor: pointer;
	height: 160px;
	float: left;
	margin: 0;
	position: relative;
	overflow: hidden;
	width: 160px;
/*		 -webkit-box-shadow: 1px 1px 1px 1px #ccc;
		-moz-box-shadow: 1px 1px 1px 1px #ccc;
		box-shadow: 1px 1px 1px 1px #ccc;

*/
}
#shop-wrapper .shop-box .shop-img {
	position: absolute;
	left: 0;
		-webkit-transition: all 300ms ease-out;
		-moz-transition: all 300ms ease-out;
		-o-transition: all 300ms ease-out;
		-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

/* Caption Common Style */
#shop-wrapper .shop-box .caption {
	background-color: rgba(82,82,82,0.8);
	position: absolute;
	color: #fff;
	z-index: 100;
		-webkit-transition: all 300ms ease-out;
		-moz-transition: all 300ms ease-out;
		-o-transition: all 300ms ease-out;
		-ms-transition: all 300ms ease-out;
		transition: all 300ms ease-out;
	left: 0;
}
/** Caption 2: Full Width & Height **/
#shop-wrapper .shop-box .shop-caption {
	width: 140px;
	height: 140px;
	top: -160px;
	text-align: left;
	padding: 10px;
}
/** Full Caption :hover Behaviour **/
#shop-wrapper .shop-box:hover .shop-caption {
	-moz-transform: translateY(100%);
	-o-transform: translateY(100%);
	-webkit-transform: translateY(100%);
	opacity: 1;
	transform: translateY(100%);
}
.shop-addtocart-button {
	margin-top:5px;float:left;
}
.shop-downloadsample-button {
	float:right;margin-top:5px;
}
.shop-small-buttons {
	font-weight:300;padding: 3px 5px;
}
.shop-intro-wrapper .shop-intro-buttons {
width: 160px;
}

/* Shop creation html tags*/
.container>pre>.anchor:before {color:red;content: '//www.sketchup.com';}
.container>pre>.anchor:after {color:red;content: 'SketchUp Home';}
.container>pre>.bold:after {color:red;font-weight:bold;content: 'bold text';}
.container>pre>.italic:after {color:red;font-style: italic;content: 'italic text';}
/* Tutorials */
.tutorial-intro {min-height:216px;margin-top:10px;}
.tutorial-intro img, .news-intro img {float:left;width:208px;height:208px;margin-right:20px;-webkit-box-shadow: 0 8px 6px -6px black;box-shadow: 0 8px 6px -6px black; border-radius: 8px; }
#rt-mainbody  .sprocket-features-img-container {margin-right:20px;}
.tutorial-text h2, .tos-pp h2, h2.nice-heading, h2.tutorial, h2.shop-help {clear:both;padding:8px 10px 6px;background: #E6E6E6;background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), color-stop(25%, white), to(#E6E6E6));background-image: -webkit-linear-gradient(white, white 25%, #E6E6E6);background-image: -moz-linear-gradient(top, white, white 25%, #E6E6E6);background-image: -ms-linear-gradient(white, white 25%, #E6E6E6);background-image: -o-linear-gradient(white, white 25%, #E6E6E6);background-image: linear-gradient(white, white 25%, #E6E6E6);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);color: #333;border: 1px solid #CCC;border-bottom-color: #BBB;border-radius: 4px;-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);box-shadow: inset 0 1px 0 rgba(255, 255,255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);}
.tutorial-text h2, h2.tutorial, h2.shop-help {counter-increment: tut-h2;}
.tutorial-text h2, .tutorial-text h2 a {color:#333;font-weight:normal;}
.tutorial-text h2 a:hover {color:#0B486B;font-weight:normal;}
.tutorial-text h2:before, h2.tutorial:before, h2.shop-help:before {content: counter(tut-h2)".  ";}
.tutorial-text em {color:#000;}
.tutorial-text img, .news-text img {margin-bottom:15px;border-radius:8px;box-shadow:0 0 0 1px silver;}
.tutorial-note {display:block;padding:15px 15px 0 15px;color:grey;margin:15px 0 15px 15px;border:1px solid #E6E6E6;border-radius: 4px;box-shadow: -4px 4px 8px silver;}
.tutorial-note p:first-of-type {margin-top:10px;}
.tutorial-note em, .tutorial-note i, .tutorial-note strong, .tutorial-note b {color: #333;}
.tutorial-note:before {font-weight:bold;content: "Note:";color: #333;}
.rdn_buttons {margin-top:14px;}
form p {line-height:1.4em;}
/* Networking */
.network .rt-articleinfo {display:none;}
.network .rt-article img {float:left;margin-right:6px;box-shadow: 0px 0px 0px 1px silver;margin-left:1px;border-radius:8px;}
.network .leading-0, .network .leading-1, .network .leading-2, .network .leading-3, .network .items-row {display:block;margin-bottom:10px;min-height:264px;height:264px !important;overflow:hidden;}
.network .items-row {border-top:1px solid #eee;margin-top:10px;padding-top:6px;}
/* NEWS */
.sprocket-features-desc span .news-intro p a {line-height:normal !important;font-size: 1em;}
.news-intro {display:block;min-height:210px;}
.news-intro ul li a {line-height:normal;font-size: 1em;}
.sprocket-features-desc .readon {display:none;}
/* Forum miscellaneaous */
.postbody h3 img {vertical-align: middle;margin-bottom:4px;}
/* tags */
.tag-results {padding-bottom:10px;border-bottom:1px solid #eee;margin-bottom:10px;}
/* Ad machine */
#p h3 a {color:#eee;text-shadow:1px 1px 2px black;}
#p dt strong {color:#eee;text-shadow:1px 1px 2px black;}
a.ease  {display:inline-block;border-radius:4px;padding:0 4px;}
body#phpbb .postlink a, .postlink:visited {color: #0B486B;text-decoration:underline;}
a.ease,body#phpbb .postlink:hover {
	color: #BDBDBD;
	text-decoration: none;
	border-bottom-color: transparent;

	-webkit-transition: color 1.8s ease-in-out;
	-moz-transition: color 1.8s ease-in-out;
	-o-transition: color 1.8s ease-in-out;
	-ms-transition: color 1.8s ease-in-out;
	transition: color 1.8s ease-in-out;
}
a:hover, a.topictitle:hover, a.forumtitle:hover {color:#e82c2e !important;}
.menutop a:hover, #rt-footer a:hover {color:#fff !important;}
.home-tabs a:hover {color:grey !important;}
h1.suclogo a:hover  {color:silver  !important;}
/* Beta testers */
dl.codebox code {white-space: nowrap;}
#smiley-box {line-height: 1.4em;}
.abbc3_link{display:none;}
.latest_posts {margin-bottom: 1em;}
.latest_posts_date {font-size: 80%;} /* or 90% */
.attach-image {overflow: visible !important;height: auto !important;  max-height: none !important; }
.forabg {margin-top:0;}
ul.forums li.row:last-of-type {border-bottom:none;}
h6+p {margin:0;line-height:1.8em;}
.rt-breadcrumb-surround {margin:-6px 0;}
sup {font-size:0.8em;}
div.rules {text-align: center;font-weight:bold;display:block;padding:10px;background-color: #ECD5D8;color: #e82c2e;border: 1px solid #e82c2e;box-shadow: 0 0 0 2px #ECD5D8;}
dt>span {line-height:1.4em;}
ul li a {line-height:normal;font-size: 1em;}
rt-menubar ul li a {line-height: 1.8em;font-size: 1.2em;}
ul.yep li, ul li.yep {list-style-image: url("//sketchucation.com/images/yep.png" !important);margin-left:10px;}
ul.nope li, ul li.nope {list-style-image: url("//sketchucation.com/images/nope.png" !important);margin-left:10px;}
/* Social links [module-207]*/
.social-links {float:left;width:36px;padding:2px;}
#rt-sidebar-b div.bannergroup {margin-bottom:-40px;}
table.table1 tbody td {line-height:1.3em;;}
input#move_leave_shadow_time {border: 1px solid silver;border-radius:4px;line-height:1.4em;}
/* Let's hide read subforums */
#wrap ul ul, #wrap ol ol  {margin-left: 16px;}
#wrap ul ul ul, #wrap ol ol ol {margin-left: 32px;}
dl.thumbnail {display: inline !important;}
dl.thumbnail img {border-color: transparent;background-color: transparent;display: inline;vertical-align: bottom !important;}
/* Comparison table */
div.tholder {width:220px;float:left; margin:10px 10px 10px 0;}
table.comparison {width:210px;padding:4px;border-radius:8px;background-color:#eee;box-shadow:0 0 6px 2px silver;border-collapse:collapse;}
table.comparison th, table.comparison td {width:50%;text-align:center;}
table.comparison th {color:white;font-size:2em;padding:20px 0;border:1px solid transparent;box-shadow: 0px 2px 4px silver;}
table.comparison td {border-bottom:1px solid silver;border-top:1px solid white;padding:4px 0;}
table.comparison tr:first-of-type td, table.comparison tr:last-of-type td {border-bottom:none;}
table.comparison tr:last-of-type td {padding: 10px 0;}
table.comparison tr:first-of-type td {padding: 0;border-top:none;}
table.comparison th.tregular {
	background-color:#0B486B;
}
table.comparison th.tpremium {
	background-color:#E82C2E;
}
table.comparison td.tregular, table.comparison td.tpremium {
	padding:0 0;
	font-size:3em;
	line-height:2em;
	text-shadow: 2px 2px 4px white;
}
table.comparison td.yep , table.comparison td.nope {
	padding left: 4px;
}
table.comparison td.yep  {
	background:#eee url("//sketchucation.com/images/yep.png") no-repeat 10px 50%;
}
table.comparison td.nope  {
	background:#eee url("//sketchucation.com/images/nope.png") no-repeat 10px 50%;
}
div.pm-panel-message div.left-box {
	width:auto;}
a.topictitle, a.forumtitle {
	font-size:1.1em !important;}

/* Tutorial template */

.tutorial-intro {
	min-height:216px;
	margin-top:10px;
}
.tutorial-intro img , .news-intro img {
    float:left;
    width:208px;
    height:208px;
    margin-right:20px;
    -webkit-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
    border-radius: 8px;
}
.tutorial-text h2, .tos-pp h2, h2.nice-heading, h2.tutorial, h2.shop-help {
	clear:both;
	padding:8px 10px 6px;
	background: #E6E6E6;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), color-stop(25%, white), to(#E6E6E6));
	background-image: -webkit-linear-gradient(white, white 25%, #E6E6E6);
	background-image: -moz-linear-gradient(top, white, white 25%, #E6E6E6);
	background-image: -ms-linear-gradient(white, white 25%, #E6E6E6);
	background-image: -o-linear-gradient(white, white 25%, #E6E6E6);
	background-image: linear-gradient(white, white 25%, #E6E6E6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	color: #333;
	border: 1px solid #CCC;
	border-bottom-color: #BBB;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.tutorial-text h2, h2.tutorial, h2.shop-help {
	counter-increment: tut-h2;
}
.tutorial-text h2, .tutorial-text h2 a/*, .tutorial-text h2 a:hover*/ {
	color:#333;
	font-weight:normal;
}
.tutorial-text h2 a:hover {
	color:#0B486B;
	font-weight:normal;
}
.tutorial-text h2:before, h2.tutorial:before, h2.shop-help:before {
   content: counter(tut-h2)".  ";
}
.tutorial-text em {
	color:#000;
}
.tutorial-text img, .news-text img {
	margin-bottom:15px;
	border-radius:8px;
	box-shadow:0 0 0 1px silver;
}
div.tutorial-note, div.author-info {
	width:656px;
	overflow: auto;
	padding:15px 15px 0 15px;
	margin:15px 0;
	border:1px solid #E6E6E6;
	border-radius:4px;
	box-shadow: 0 12px 8px -8px silver;
}
.tutorial-note p:first-of-type {
	margin-top:10px;
}
.tutorial-note em, .tutorial-note i, .tutorial-note strong, .tutorial-note b {
	color: #333;
}
.tutorial-note:before {
	font-weight:bold;
   content: "Note:";
	color: #333;
}

/* Author info box */

/*div.author-info  - defined together with the tutorial-note class */
div.author-info h2 {
	margin-top:0 !important;
}
div.author-image {
	width:52px;
	float:left;
	margin-right:15px;
}
div.author-image img {
	max-width:52px;
	height:auto;
	border-radius:4px;
	box-shadow: 1px 1px 2px silver;
}
div.author-about {
	width:588px;
	float:left;
}
div.author-about p:first-of-type {
	margin-top:0 !important;
}
span.article-author, span.author-nick {
	font-weight:bold;
}
div.author-about:after {
	clear:both;
}
div.publisher {
	text-align:right;
	font-size:small;
	font-style: italic;
}

/* forum header tweak */

body#phpbb .component-content .article-header h1.title {
	margin-bottom:0px !important;
}
div.rt-joomla h2 {
	letter-spacing: normal;
}
table#memberlist tr:nth-child(even) {
	background: #eee
}

/* mosaik tweak */

span.sprocket-mosaic-hovercontent, div.sprocket-padding a.sprocket-readmore span {
	display:none;
}
div.sprocket-mosaic-head {
	height:44px !important;
}
div.sprocket-mosaic-item {
	border:none !important;
}
h2.sprocket-mosaic-title {
	margin-bottom:none !important;
}
div.sprocket-mosaic-loadmore {
	width:100%;
}
body#phpbb dl.file dd:first-of-type {font-weight:bold;margin-top:8px;margin-bottom:8px;}

/* Social icon css sprite by Gabor */
a.facebook-icon {background:url('//sketchucation.com/media/socialicons/social_sprite.png') no-repeat 0,0;float: left;display: block;width: 32px;height: 32px;background-position: -84px 0px;}
a.twitter-icon {background:url('//sketchucation.com/media/socialicons/social_sprite.png') no-repeat 0,0;float: left;display: block;width: 32px;height: 32px;background-position: 0px 0px;}
a.gplus-icon {background:url('//sketchucation.com/media/socialicons/social_sprite.png') no-repeat 0,0;float: left;display: block;width: 32px;height: 32px;background-position: -42px 0px;}
a.youtube-icon {background:url('//sketchucation.com/media/socialicons/social_sprite.png') no-repeat 0,0;float: left;display: block;width: 32px;height: 32px;background-position: -125px 0px;}
a.feed-icon {background:url('//sketchucation.com/media/socialicons/social_sprite.png') no-repeat 0,0;float: left;display: block;width: 32px;height: 32px;background-position: -167px 0px;}
/* PluginStore */
div#ps-repo-search{
width:220px;
float:right;
padding:10px 0;
}
input#ps-search {
border:none;
border-radius:4px;
float:left;
width:100px;
padding:5px 5px 6px 5px;
color: #C9C9C9;
font-style:italic;
margin-right:6px;
}
div#ps-repo-search .ps-btn2 {float:left;}
form.ps {
text-align:center;
padding-left:50px;
}
select.ps {
border: 1px solid #959595;
border-radius: 4px;
padding: 5px;
display: inline-block;
color: #555555;
vertical-align: middle;
}
/*
select.ps {
 width:220px;
border:1px solid #eee;
padding:6px;
display: inline-block;
color: #555555;
vertical-align: middle;
}
*/
#ps-author-select {
width:160px;
}
#ps-listtype-select {
width:160px;
}
#ps-category-select {
width:160px;
}
/* Plugin Repo header part */
table#ps-header input#search {
height:26px;
}
/*
table#ps-header form.ps {
margin-bottom:5px;
}
*/
table#ps-header input#search,table#ps-header select{
width:142px;
}
table#ps-header td {
vertical-align:bottom;
}
/* End Plugin Repo header part */
table.ps {
width:100%;
border-collapse:collapse;
margin-bottom:0;
}
p.ps-author  {
font-size: 14px;
}
/*
tbody.ps-odd {
background-color: #f3f3f3;
}
*/
tbody.ps-even {
background-color: #ffffff;
}
td.ps {
border-top:1px solid #eeeeee;
padding:0 4px;
}
span.ps-plugin-author,span.ps-plugin-name{
font-family: 'vollkorn';
font-size:18px;
}
div.ps-icon {
padding-right: 10px;
}
td.ps-title {
padding-top: 10px;
}
span.ps-plugin-author{
font-weight:bold;
}
td.ps-buttoncontainer {width:100px;}
.ps-btn,.ps-btn2,.ps-donate-btn{
  border: 0px solid;
  width: 100px;
  height:28px;
  margin-bottom: 10px;
  float: right;
  color: white;
  font: bold 11px 'Trebuchet MS';
  padding: 4px;
  cursor: pointer;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.ps-btn {
  background: #e82c2e;
}
.ps-btn2{
  background: #0B486B;
}
.ps-donate-btn{
  background: #EAC117;
}
.ps-btn:hover,.ps-btn2:hover,.donate-btn:hover {
background: #959595;
}
#ps-btn-search:hover {
background: #e82c2e;
}
.ps-downloadcount {
font-style:italic;
}
#pagination-clean{
text-align:center;
margin: 10px 0;
}
#pagination-clean input{
width:110px;
color:#0B486B;
height:24px;
background:#fff;
margin:0; padding:0;
border-right:solid 1px #ccc;
border-top:0;
border-bottom:0;
border-left:0;
font-size:12px;
cursor:pointer;
font-weight:bold;
}
#pagination-clean input.ps-pagin-disabled{
color:silver;
}
#pagination-clean input:last-of-type{
border:0 !important;
}
#pagination-clean input:hover {color: #e82c2e;}
div#repo-search input#search {
border: 1px solid #959595;
text-indent: 10px;
color: #959595;
font-style:italic;
border-radius:4px;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
div#repo-search input#ps-btn-search {margin-left: 0px; border-radius: 4px;border-top-left-radius: 0;border-bottom-left-radius: 0;width:30px;height:30px;}
div#repo-search form {
margin-bottom:0px !important;
}
table#ps-header tr, table#ps-header td {
vertical-align:top !important;}
table#ps-header div#repo-search{padding-top:5px}
#ps-header {
margin-bottom: 30px;
}
/* Registration form tweaking.
Make input boxes the same (kind of full width) size
and buttons half with (the two spanning full width) */
#member-registration input.inputbox, #member-registration textarea.inputbox {width:360px;}
#member-registration select.inputbox {width:370px;}
#member-registration input#jform_g_c {width:284px !important;}
#member-registration div.readon {width:49% !important;}
#member-registration div.readon button, #member-registration div.readon input {width:100% !important;}
#member-registration div.register-buttons p {margin-left:70px;margin-bottom:8px;}
#member-registration input.button, #member-registration button.button {
color: white !important;
padding: 10px !important;
border-radius: 5px !important;
border:none !important;
-webkit-box-shadow:none !important;
-moz-box-shadow:none !important;
box-shadow:none !important;
text-shadow: none !important;
font-weight:bold !important;
}
#member-registration input.button {
background: #e82c2e !important;}
#member-registration button.button {
background: #0B486B !important;}
#member-registration input.button:hover, #member-registration button.button:hover {background:#959595 !important;}
/*
#member-registration button.button,#member-registration button.button4,input.button1,input.button2,a.button,a.button4 {
color: white !important;
padding: 10px !important;
border-radius: 5px !important;
border:none !important;
-webkit-box-shadow:none !important;
-moz-box-shadow:none !important;
box-shadow:none !important;
text-shadow: none !important;
font-weight:bold !important;
background: #0B486B !important;}
button.button:hover,button.button4:hover,input.button1:hover,input.button2:hover,a.button:hover,a.button4:hover {background:#959595 !important;color:white !important;border:none !important;}
button, button1, button2, button3, button4 {background:#959595 !important;color:white !important;border:none !important;}
*/
/*! Hint.css - v1.2.1 - 2013-03-24
* http://kushagragour.in/lab/hint/
* Copyright (c) 2013 Kushagra Gour; Licensed MIT */
.hint,[data-hint] {	position:relative;}
.hint:before,.hint:after,[data-hint]:before,[data-hint]:after {	position:absolute;visibility:hidden;opacity:0;z-index:1000000;pointer-events:none;-webkit-transition:.3s ease;-moz-transition:.3s ease;transition:.3s ease}
.hint:hover:before,.hint:hover:after,[data-hint]:hover:before,[data-hint]:hover:after{visibility:visible;opacity:1}
.hint:before,[data-hint]:before{content:'';position:absolute;background:transparent;border:6px solid transparent;z-index:1000001}
.hint:after,[data-hint]:after{content:attr(data-hint);background:#383838;color:#fff;text-shadow:0 -1px 0 black;padding:8px 10px;font-size:12px;line-height:12px;white-space:nowrap;box-shadow:4px 4px 8px rgba(0,0,0,.3)}
.hint--top:before{border-top-color:#383838}
.hint--bottom:before{border-bottom-color:#383838}
.hint--left:before{border-left-color:#383838}
.hint--right:before{border-right-color:#383838}
.hint--top:before{margin-bottom:-12px}
.hint--top:after{margin-left:-18px}
.hint--top:before,.hint--top:after{bottom:100%;left:50%}
.hint--top:hover:before,.hint--top:hover:after{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}
.hint--bottom:before{margin-top:-12px}
.hint--bottom:after{margin-left:-18px}
.hint--bottom:before,.hint--bottom:after{top:100%;left:50%}
.hint--bottom:hover:before,.hint--bottom:hover:after{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}
.hint--right:before{margin-left:-12px;margin-bottom:-6px}
.hint--right:after{margin-bottom:-14px}
.hint--right:before,.hint--right:after{left:100%;bottom:50%}
.hint--right:hover:before,.hint--right:hover:after{-webkit-transform:translateX(8px);-moz-transform:translateX(8px);transform:translateX(8px)}
.hint--left:before{margin-right:-12px;margin-bottom:-6px}
.hint--left:after{margin-bottom:-14px}
.hint--left:before,.hint--left:after{right:100%;bottom:50%}
.hint--left:hover:before,.hint--left:hover:after{-webkit-transform:translateX(-8px);-moz-transform:translateX(-8px);transform:translateX(-8px)}
.hint--error:after{background-color:#b34e4d;text-shadow:0 -1px 0 #5a2626}
.hint--error.hint--top:before{border-top-color:#b34e4d}
.hint--error.hint--bottom:before{border-bottom-color:#b34e4d}
.hint--error.hint--left:before{border-left-color:#b34e4d}
.hint--error.hint--right:before{border-right-color:#b34e4d}
.hint--warning:after{background-color:#c09854;text-shadow:0 -1px 0 #6d5228}
.hint--warning.hint--top:before{border-top-color:#c09854}
.hint--warning.hint--bottom:before{border-bottom-color:#c09854}
.hint--warning.hint--left:before{border-left-color:#c09854}
.hint--warning.hint--right:before{border-right-color:#c09854}
.hint--info:after{background-color:#7F8C8D;text-shadow:0 -1px 0 #193c4c}
.hint--info.hint--top:before{border-top-color:#7F8C8D}
.hint--info.hint--bottom:before{border-bottom-color:#7F8C8D}
.hint--info.hint--left:before{border-left-color:#7F8C8D}
.hint--info.hint--right:before{border-right-color:#7F8C8D}
.hint--success:after{background-color:#458746;text-shadow:0 -1px 0 #1a331a}
.hint--success.hint--top:before{border-top-color:#458746}
.hint--success.hint--bottom:before{border-bottom-color:#458746}
.hint--success.hint--left:before{border-left-color:#458746}
.hint--success.hint--right:before{border-right-color:#458746}
.hint--always:after,.hint--always:before{opacity:1;visibility:visible}
.hint--always.hint--top:after,.hint--always.hint--top:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}
.hint--always.hint--bottom:after,.hint--always.hint--bottom:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}
.hint--always.hint--left:after,.hint--always.hint--left:before{-webkit-transform:translateX(-8px);-moz-transform:translateX(-8px);transform:translateX(-8px)}
.hint--always.hint--right:after,.hint--always.hint--right:before{-webkit-transform:translateX(8px);-moz-transform:translateX(8px);transform:translateX(8px)}
.hint--rounded:after{border-radius:4px}

/* =========================
[ PluginStore authors area ]
 ==========================*/

.pse-btn {
	border: none;
	width: auto;
	height: 30px;
	color: white;
	font: bold 14px 'Trebuchet MS';
	padding: 0 12px;
	cursor: pointer;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #0B486B;
}


.pse-btn:hover {
	border: none;
	width: auto;
	height: 30px;
	color: white;
	font: bold 14px 'Trebuchet MS';
	padding: 0 12px;
	cursor: pointer;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #959595;
}

.pse-edit {
	width: 100%;
}

.pse-edit:hover {
	width: 100%;
}

.pse-pname {
	font-size: 3em !important;
	color: #0B486B;
	padding: 20px 0 20px 0;
	text-align: center;
}

.pse-remove {
	background: #0B486B;
	color: #fff;
	padding: 7px 6px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.pse-remove:hover {
	background: #959595;
	color: #fff !important;
	padding: 7px 6px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.pse-upload-btn {
	border: 2px #959595 solid;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #fff;
	color: #111;
	padding: 2px 0 2px 2px;
}

/* =============================
 [homepage newsfeed restyling]
================================
*/

/* [remove bullet from title] */
.newsflash-item {
	list-style-type: none;
}

/* [increase h1 heading size] */
.newsflash-title {
	font-size: 2.1em;
	padding-left: 10px;
}

/* [ add underline on hover to h1] */
.newsflash-title:hover {
	text-decoration: underline;
}
/* ================================
[ New Header Div Classes ]
=================================== */
.scf-header-container {
	background-color: #34495e;
	display: inline-block;
	width: 100%;
}

.scf-loginlogout-ul {
	float: right;
	list-style-type: none;
	display: inline;
	padding: 0 15px;
}

.scf-upgrade-button-li,.scf-register-button-li,.scf-my-downloads-button-li {
	text-decoration: none;
	display: inline;
	padding: 0 15px;
}

.scf-search-li,.scf-searchbox-wrapper,.scf-icons-social,.scf-icons-social-ul,.scf-icon-social-li {
	text-decoration: none;
	display: inline;
}

.scf-icons-social {
	margin-top:3px;
	position: absolute;
}

.scf-icon-social-li {
	margin-left: 10px;
	position: relative;
}

.scf-username-li,.scf-logout-li,.scf-login-button-li {
	display: inline;
	text-decoration: none;
	border-left: 1px solid #fff;
	padding: 0 15px;
}

#rokajaxsearch, .rokajaxsearch {
	display: inline;
}

#rokajaxsearch .rokajaxsearch .inputbox {
	height: 21px;
	line-height: 14px;
	font-size: 12px;
	width: 200px;
	background-repeat: no-repeat;
	background-position: 187px 3px;
	margin-top: 2px;
	padding: 0 3px;
	border-radius: 0;
}

.scf-login-text, .scf-logout-text {
	color: #e74c3c;
}

.scf-username-text {
	color: #fff;
	font-weight: 300;
}

.scf-social-a {
color: #bdc3c7;
}

.scf-social-a:hover {
color: #e74c3c!important;
}

/*==================================
[ Navbar styling ]
==================================*/
.topblock-overlay-dark #rt-navigation {
background: none;
border-top: 1px solid;
}

#rt-top-pattern {
background: #2c3e50!important;
}
/*==================================
[ Forum UCP Text]
====================================*/
.icon-ucp {
	padding-left: 0px!important;
}
/* =================================
[ Buttons]
================================= */
.btn{display:inline-block;*display:inline;zoom:1;line-height:normal;white-space:nowrap;vertical-align:baseline;text-align:center;cursor:pointer;-webkit-user-drag:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn:-moz-focus-inner{padding:0;border:0}.btn{font-size:100%;font-weight:300;*font-size:90%;*overflow:visible;margin:2px;padding:.25em 1em;color:#fff;*color:#fff;border:0 rgba(250,250,250,0);background-color:#7f8c8d;text-decoration:none;-webkit-font-smoothing:antialiased}.btn-hover,.btn:hover,.btn:focus{background-color:#95a5a6;color:#fff!important;font-weight:300}.btn:focus{outline:0}.btn-active,.btn:active{-webkit-box-shadow:0 0 0 1px rgba(0,0,0,.15) inset,0 0 6px rgba(0,0,0,.2) inset;box-shadow:0 0 0 1px rgba(0,0,0,.15) inset,0 0 6px rgba(0,0,0,.2) inset}.btn[disabled],.btn-disabled,.btn-disabled:hover,.btn-disabled:focus,.btn-disabled:active{border:0;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);-khtml-opacity:.4;-moz-opacity:.4;-ms-filter:"alpha(Opacity=40)";filter:alpha(opacity=40);opacity:.4;cursor:not-allowed;-webkit-box-shadow:none;box-shadow:none}.btn-hidden{display:none}.btn:-moz-focus-inner{padding:0;border:0}.btn-primary{background-color:#2980b9}.btn-primary:hover{background-color:#3498db}.btn-success{background-color:#27ae60}.btn-success:hover{background-color:#2ecc71}.btn-donate{background-color:#f39c12}.btn-donate:hover{background-color:#f1c40f}.btn-error{background-color:#c0392b}.btn-error:hover{background-color:#e74c3c}.btn-xs{font-size:75%}.btn-s{font-size:90%}.btn-l{font-size:110%}.btn-xl{font-size:130%}.btn-xxl{font-size:150%}.btn-full{width:100%}

/* =================================
[ SCF Voting System ]
================================= */

.scf-vote {
float: right;
font-size: 100%;
font-weight: 300;
margin: 12px;
padding: .25em 0.5em;
border-radius: 2px;
background-color: #DDDDDD;
text-decoration: none;
-webkit-font-smoothing: antialiased;
}

.scf-vote-green {
color: #27ae60;
text-shadow: none;
}

.scf-vote-green:hover {
color: #2ecc71;
text-shadow: none;
}

.scf-vote-red {
color: #c0392b;
text-shadow: none;
}

.scf-vote-red:hover {
color: #e74c3c;
text-shadow: none;
}

.scf-vote-counter {
color: #333;
font-size: 1.4em;
padding: 0 5px;
text-shadow: none;
}

/* =================================
[ Forum Restyling 07-04-14 ]
================================= */

/* body */
body{
	background: #f3f3f3;
}

/* breadcrumbs*/

#rt-main {
margin-top: 7px;
}

#rt-utility, #rt-maintop{
border-bottom: none;
}

#rt-breadcrumbs {
	font-family: 'Open Sans';
	font-size: 80%;
	border-bottom: 1px solid #bdc3c7;
}

/* ucp */

.navbar {
/*	border-bottom: 1px solid #bdc3c7;
 */
	margin-top: 15px;
}

ul.linklist {
margin-bottom: 5px;
}

.icon-ucp a {
margin-right: 15px;
}

/* ucp */

.icon-ucp {
font-family: 'Open Sans';
padding-left: 30px!important;
}

#page-body {
	border-top: 1px solid #bdc3c7;
	font-family: 'open sans',serif;
}

/* topic title */

#page-body > h2 {
text-align: center;
color: #34495e;
font-size: 2.5em;
margin-top: .2em;
}

#page-body > p {
	margin: 0;
}

a.left {
background-image: none;
line-height: 1;
color: #7f8c8d;
font-family: 'Open Sans';
font-weight: lighter;
font-size: 70%;
padding: 3px;
}

a.left:hover {
background-color: #34495e;
padding: 3px;
color: #fff!important;
}

/* forum topic header */

li.header {
background: #34495e;
border-radius: 0;
border: 0;
border-bottom: 2px solid #bdc3c7;
box-shadow: none;
color: #fff;
text-shadow: none;
}

li.header a{
color: #fff;
}

/* forum topics*/

li.row {
border-bottom: 1px solid #7f8c8d;
padding: 15px;
line-height: 2;
}

li.row:hover {
border-bottom: 1px solid #c0392b;
}

/* forum links */

a {color: #34495e;}

a.forumtitle:hover, a.topictitle:hover, a:hover {
color: #c0392b!important;
}

.forumtitle{
color: #34495e;
}

/* jump to/quick mod select */
select#f, select#quick-mod-select {
padding: 6px;
margin-right: 10px;
border-color: #7f8c8d;
border-radius: 0;
font-family: 'open sans',serif;
}

fieldset.quickmod {
margin-top: 20px;
}

/* jump to/quick mod Go button */
.quickmod input.button2, .jumpbox input.button2 {
padding: 8px;
background-color: #7f8c8d;
}

.quickmod input.button2:hover, .jumpbox input.button2:hover {
border-bottom: 0;
background-color: #95a5a6;
}

/* topic search */
input#search_keywords {
border: 1px solid #7f8c8d!important;
border-radius: 0;
color: #7f8c8d;
}

/* buttons */

input.button2, .readon .button {
background-color: #34495e;
background-image: none;
border: 0;
border-bottom: 2px solid #bdc3c7;
border-radius: 0;
text-shadow: none;
color: #fff;
}

input.button2, .readon .button:hover, .main-body-light .readon:hover .button {
color: #fff;
background-color: #2c3e50;
}

a.button4 {
	color: #fff!important;
}

a.button4:hover {
	color: #fff!important;
}

a.button1:hover,
input.button1:hover,
a.button2:hover,
input.button2:hover,
input.button3:hover,
a.button4:hover {
	color: #fff!important;
}

/* pagination */

.pagination{font-family: 'Open Sans';margin-top: 3px}

.pagination span strong{
	background-color:#34495e;
	border-radius:0;
	color: #fff!important;
}
.pagination span strong:hover{cursor:not-allowed;}

.pagination span a, .pagination span a:link{
	background-color:#34495e!important;
	border-radius:0;
	color:#fff!important;
}
.pagination span a:hover{box-shadow: none;}

/* posts */
.post-bg .rt-block {
padding: 15px;
}

div.post-bg {
font-family: 'open sans';
background: #f3f3f3;
background-image: none;
border:0;
border-bottom: 1px solid #7f8c8d;
border-radius: 0;
box-shadow: none;
margin-bottom: 30px;
}

.content blockquote {
background: url(//sketchucation.com/templates/rt_halcyon/images/typography/light/quote-l.png) 0 0 no-repeat;
background-color: #fff;
border-radius: 0;
font-family: 'open sans',serif;
}

blockquote cite {
margin: 0 0 5px 31px;
background-color: #bdc3c7;
color: #fff;
text-shadow: none;
padding-left: 10px;
}

/* post profile */
.postprofile{
/*background: #fff;*/
padding: 10px 0;
}

/* profile icons */
.edit-icon,.delete-icon,.unsolve-icon,
.solve-icon,.report-icon,.warn-icon,
.info-icon,.quote-icon{
background: none;
border: 0;
border-bottom-color: transparent;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}


ul.profile-icons li.pm-icon, ul.profile-icons li.email-icon, ul.profile-icons li.web-icon {
background: transparent;
border: none;
border-radius: 0px;
box-shadow: none;
width: 26px;
height: 26px;
}

.email-icon,.email-icon a,.aim-icon,.aim-icon a,.yahoo-icon,.yahoo-icon a,.web-icon,
.web-icon a,.msnm-icon,.msnm-icon a,.icq-icon,.icq-icon a,.jabber-icon,.jabber-icon a,
.pm-icon,.pm-icon a,.quote-icon,.quote-icon a,.report-icon,.report-icon a,.edit-icon,
.edit-icon a,.delete-icon,.delete-icon a,.info-icon,.info-icon a,.warn-icon,.warn-icon a,
.pmreply-icon,.newpm-icon,.forwardpm-icon {
border-radius:0px;
}


/* avatar */
.postprofile dt img {
	border-radius: 0;
	border-bottom: 2px solid #bdc3c7;
	box-shadow: none;

}

/* forum polls */
.pollbar1 {
background-color: #2980b9;
border-bottom-color: #3498db;
border-right-color: #3498db;
}


.pollbar5 {
background-color: #c0392b;
border-bottom-color: #e74c3c;
border-right-color: #e74c3c;
}

/* acp */

div.copyright > strong > a {
background-color: #c0392b;
border-bottom: 2px solid #7f8c8d;
color: #fff;
padding: 6px 10px;
}

div.copyright > strong > a:hover {
background-color: #e74c3c;
border-bottom: 2px solid #7f8c8d;
color: #fff!important;
}

/* add friend to PM button */

.friend-online>input, .friend-offline>input {
background: #7f8c8d;
font-size: 10px;
padding: 4px 6px;
margin-left: 4px;
}

.friend-online>input:hover, .friend-offline>input:hover {
background: #ecf0f1;
color: #7f8c8d!important;
border-bottom: 0;
}

/* icon post target */
.author a img {
margin-right: 5px;
}

p.author{font-size: 0.8em;}

/* forum latest */
ul.topiclist li.row dt a.subforum {
padding: 0 0 0 15px;
}

/*aligning forum icon with text on board index*/
ul.forums dl.icon dt {
padding-top: 10px;
}
