﻿@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff') format('woff'), url('fonts/fontawesome-webfont.ttf') format('truetype'), url('fonts/fontawesome-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	overflow:hidden;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
body {
	overflow: hidden;
	background-color: #444;
}
a{
	color:#999;
	text-decoration:none;
}
*{
	font-family: 'Open Sans', sans-serif;
}
#rb-switcher{
	background-color:#333;
	height:50px;
}
#rb-logo:link,
#rb-logo:visited{
	display:block;
	color:#fff;
	font-family: 'Oswald', sans-serif;
	text-decoration:none;
	font-size:18px;
	line-height:50px;
}

/* chrome hack */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    #rb-logo:link,
	#rb-logo:visited{
		line-height:42px;
	}
}

#rb-logo:hover,
#rb-logo:active{
	color:#ddd;
}
#closeSwitcher:link,
#closeSwitcher:visited{
	text-decoration:none;
}
#closeSwitcher:before{
		    transition: all .5s ease-in-out;
	   -moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
		 -o-transition: all .5s ease-in-out;
		-ms-transition: all .5s ease-in-out;
		
	font-family: FontAwesome;
	content:'\f00d';
	font-size:1.5em;
	color:#999;
	line-height:50px;
}

#closeSwitcher:hover:before{
	color:#fff;
}
#current_item{
	width:350px;
	height:50px;
	border-left:1px solid #555;
	border-right:1px solid #555;
}


#buySwitcher:link,
#buySwitcher:visited{
		    transition: all .5s ease-in-out;
	   -moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
		 -o-transition: all .5s ease-in-out;
		-ms-transition: all .5s ease-in-out;
	text-decoration:none;
	display:block;
	line-height:50px;
	height:50px;
	color:#fff;
	background-color:#ff7800;
	padding:0 30px;
}

#buySwitcher:hover,
#buySwitcher:active{
	color:#ff7800;
	background-color:#fff;
}

#theme_list_wrapper{
	position:relative;
}
#theme_list{
	top:50px;
	position:absolute;
	width:350px;
	display:none;
	list-style:none;
	margin:0;
	padding:0;
	border-left:1px solid #555;
	border-right:1px solid #555;
	border-bottom:1px solid #555;
	background-color:#444;
	height:400px;
	
	max-height: 400px;
	overflow-y: scroll;
	overflow-x: hidden;
}

#theme_list li{
	border-bottom:1px solid #404040;
}

.opener, .closer{
	float:right;
}
.opener:before,
.closer:before{
	font-family:FontAwesome;
	content:'\f078';
	line-height:50px;
}
.closer:before{ content: '\f00d'; }

.theme_list_link:link,
.theme_list_link:visited{
		    transition: all .5s ease-in-out;
	   -moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
		 -o-transition: all .5s ease-in-out;
		-ms-transition: all .5s ease-in-out;
	
	padding:0 20px;
	display: block;
	color:#999;
	text-decoration:none;
	line-height:50px;
	font-size:14px;
}


#theme_list li.selected .theme_list_link,
.theme_list_link:hover,
.theme_list_link:active{
	color:#fff;
	background-color:#404040;
}

#theme_list li.selected .theme_list_link .tag,
.theme_list_link:hover .tag,
.theme_list_link:active .tag{
			    transition: all .5s ease-in-out;
	   -moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
		 -o-transition: all .5s ease-in-out;
		-ms-transition: all .5s ease-in-out;
	background-color:#FF7800;
}

.tag{
	display:inline-block;
	float:right;
	font-size:12px;
	padding:4px;
	background-color:#333;
	line-height:14px;
	margin-left:4px;
	margin-top:14px;
}

.rb-row{
	margin:0 auto;
	width:960px;
}
.rb-col-left{
	margin-right:40px;
	float:left;
}
.rb-col-right{
	float:right;
	margin-left:40px;
}

.clearfix:before,
.clearfix:after{
	display: table;
	content: " ";
}
.clearfix:after{
	clear: both;
}

#rb-fb-like{
	float:left;
	margin: 15px 30px;
}

#cover{
	display:block;
	position:absolute;
	left:-9999px;
	top:-9999px;
	z-index:2;
	border:1px solid #444;
	background-color:#333;
	padding:10px;
	opacity:0;
}
#cover img{
	width:590px;
	height:300px;
	opacity:0;
}