* {
	margin: 0;
}
  html, body {
	width: 100%;
	height: 100%;
	padding: 0;	
}

body { 	 
	font: 12px/18px Tahoma, Geneva, sans-serif;
	color: #4d4d4d;
}

p.emoji{
	height: 35px;
    display: inline;
}

img{
	max-width: 100%;
	border: 0;
}

img.icons{
	max-height: 64px;
	max-width: 64px;
	border: 0;
}

img.reported{
	border: 2px solid red;
}

img.video{
	border: 2px solid blue;
}

img.image{
	border: 2px solid green;
}

img.album{
	border: 2px solid purple;
}

img.torrent{
	border: 2px solid yellow;
}

img.checked {
	position: absolute;
	top: 24px;
	right: 40px;
	height: 24px;
}

img.blurred {
  -webkit-filter: blur(10px); /* Safari 6.0 - 9.0 */
  filter: blur(10px);
}

.noscript{
	width: 100%;
	margin: 0 auto;
	margin-bottom: 1%;
	text-align: center;
	background-color: #1ce36c;
	overflow: auto;
}

.user-menu {
	width: 100%;
	height: 80px;
	top: 0;
	position: fixed;
	background: repeating-linear-gradient(
		90deg,
		#cccccc,
		#cccccc 1%,
		#e5e5e5 1%,
		#e5e5e5 2%
	);
	opacity: 0.7;
	overflow: hidden; /*auto*/
	z-index: 1001;
	padding: 0;
	margin: 0 auto;
}

.login, .logout {
	float: left;
	width: 13%;
	text-align: left;
	padding: 2px;
	margin-top: 26px;
}

.login a, .logout a {
	color: #000;
	text-decoration: none;
	padding: 6px;
	font-size: 24px;
	letter-spacing: 0.7px;
}

.user-nav {
	float: left;
    width: 59%;
    background-color: #f2f2f2;
	margin-top: 14px;
	padding: 6px;
	border: 2px solid white;
}

.user-nav ul {
	background: #f2f2f2;
    margin: 0;
	padding: 0;
    float: left;
}

.user-nav ul li {
    display: inline;
}
/*
.user-nav ul li.notifs, li.notifs a {
   color: red;
}
*/
.user-nav ul li img {
    max-height: 90%;
}

.user-nav ul li a {
    float: left;
	text-decoration: none;
	margin-left: 12px;
    color: #fff; 
    padding: 8px 16px;
    background-color:  #000;
	border-radius: 24px;
	transition: background .5s;
}
 
.user-nav ul li a:visited {
    color: white;
}
 
.user-nav ul li a:hover {
    color: white;
    background-color: #5FD367;
}

.search {
	float: right;
	width: 16%;
	text-align: left;
	padding: 2px;
	margin-top: 10px;
}

.content{
	width: 100%;
	margin: 0 auto;
	margin-top: 6%;
	text-align: center;
}

.footer{
	width: 80%;
	margin: auto;
	margin-top: 24px;
	padding: 2px;
}

.cloud {
	background: #f2f2f2;
	width: 78%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 32px;
	padding: 12px;
	border: 5px solid white; 
	-webkit-box-shadow: 
		inset 0 0 4px  rgba(0,0,0,0.1),
        0 0 8px rgba(0,0,0,0.1); 
	-moz-box-shadow: 
		inset 0 0 4px  rgba(0,0,0,0.1),
        0 0 8px rgba(0,0,0,0.1); 
	box-shadow: 
		inset 0 0 4px  rgba(0,0,0,0.1),
        0 0 8px rgba(0,0,0,0.1);
	text-transform: uppercase;
    font: Helvetica, Arial, Sans-Serif;
    -webkit-transition: all 0.12s ease-out;
    -moz-transition: all 0.12s ease-out;
    -o-transition: all 0.12s ease-out;
}

.table {
	width: 80%;
	margin: 0 auto;
}

.share {
	width: 60%;
	margin: 0 auto;
	text-align: left;
}

.myButton {
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	background-color:#f9f9f9;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.myButton:hover {
	background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
	background-color:#e9e9e9;
}
.myButton:active {
	position:relative;
	top:1px;
}

/*
a, a.tag1, a.tag2, a.tag3, a.tag4, a.tag5 {
	color: #006aff;
}
*/
a.tag1 {
	text-decoration: none;
	float: left;
	padding: 6px;
	font-size: 36px;
	letter-spacing: 1px;
}

a.tag2 {
	text-decoration: none;
	float: left;
	padding: 6px;
	font-size: 28px;
	letter-spacing: 0.7px;
}

a.tag3 {
	text-decoration: none;
	float: left;
	padding: 6px;
	font-size: 24px;
	letter-spacing: 0.5px;
}

a.tag4 {
	text-decoration: none;
	float: left;
	padding: 6px;
	font-size: 18px;
	letter-spacing: 0.2px;
}

a.tag5 {
	text-decoration: none;
	float: left;
	padding: 6px;
	font-size: 14px;
}

a.tag1:hover, a.tag2:hover, a.tag3:hover, a.tag4:hover, a.tag5:hover {
	text-decoration: none;
	color: #309CE7;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	text-shadow: 4px 4px 4px #fff;
}
/*
.button {
	background-color: #5FD367;
	border: 2px solid #f2f2f2;
	border-radius: 2px;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}
*/
.register {
	width: 90%;
	margin: auto;
	padding: 12px;
}

.membership {
	float: left;
	background: #f2f2f2;
	width: 28%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 12px;
	padding: 12px;
	border: 5px solid white; 
	-webkit-box-shadow: 
		inset 0 0 4px  rgba(0,0,0,0.1),
        0 0 8px rgba(0,0,0,0.1); 
	-moz-box-shadow: 
    inset 0 0 4px  rgba(0,0,0,0.1),
        0 0 8px rgba(0,0,0,0.1); 
	box-shadow: 
    inset 0 0 4px  rgba(0,0,0,0.1),
        0 0 8px rgba(0,0,0,0.1);
	text-transform: uppercase;
    font: Helvetica, Arial, Sans-Serif;
    -webkit-transition: all 0.12s ease-out;
    -moz-transition: all 0.12s ease-out;
    -o-transition: all 0.12s ease-out;
}

a.mtag {
	text-decoration: none;
	padding: 6px;
	font-size: 36px;
	letter-spacing: 1px;
}
a.mtag:hover {
	text-decoration: none;
	color: #309CE7;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	text-shadow: 4px 4px 4px #fff;
}

input[type=submit]{
	padding: 15px;
	background: #f7f7f7;
	border: 5px solid #fff;
	border-radius: 
	-webkit-box-shadow: 
		inset 0 0 4px  rgba(0,0,0,0.1),
        0 0 8px rgba(0,0,0,0.1); 
	-moz-box-shadow: 
		inset 0 0 4px  rgba(0,0,0,0.1),
        0 0 8px rgba(0,0,0,0.1); 
	box-shadow: 
		inset 0 0 4px  rgba(0,0,0,0.1),
        0 0 8px rgba(0,0,0,0.1);
	color: #6CB3EC;
	cursor: pointer;
}

input[class=search-form]{
	border: 5px solid white; 
	-webkit-box-shadow: 
		inset 0 0 4px  rgba(0,0,0,0.1),
        0 0 8px rgba(0,0,0,0.1); 
	-moz-box-shadow: 
		inset 0 0 4px  rgba(0,0,0,0.1),
        0 0 8px rgba(0,0,0,0.1); 
	box-shadow: 
		inset 0 0 4px  rgba(0,0,0,0.1),
        0 0 8px rgba(0,0,0,0.1); 
	padding: 15px;
	background: white;
	margin: 0 12px 15px 0;
}

input[type=image]{
	height: 64px;
}

input:not([type=submit]):not([class=search]):not([type=image]), textarea, select {
	border: 5px solid white; 
	-webkit-box-shadow: 
		inset 0 0 4px  rgba(0,0,0,0.1),
        0 0 8px rgba(0,0,0,0.1); 
	-moz-box-shadow: 
		inset 0 0 4px  rgba(0,0,0,0.1),
        0 0 8px rgba(0,0,0,0.1); 
	box-shadow: 
		inset 0 0 4px  rgba(0,0,0,0.1),
        0 0 8px rgba(0,0,0,0.1); 
	padding: 15px;
	background: rgba(255,255,255,0.5);
	margin: 0 12px 15px 0;
}

span.clr-1 {
	color: #3b5998;
}

.prof-links {
	width: 100%;
	padding: 2px;
	background: #f2f2f2;
	border: 4px solid #fff;
	border-radius: 
	-webkit-box-shadow: 
		inset 0 0 2px  rgba(0,0,0,0.1),
        0 0 2px rgba(0,0,0,0.1); 
    -moz-box-shadow: 
		inset 0 0 2px  rgba(0,0,0,0.1),
        0 0 2px rgba(0,0,0,0.1); 
    box-shadow: 
		inset 0 0 2px  rgba(0,0,0,0.1),
        0 0 2px rgba(0,0,0,0.1);
	color: #6CB3EC;
}

.prof-links ul {
	margin:0;
	padding:0;
}

.prof-links a {
	text-decoration: none;
	text-transform: uppercase;
}

.prof-links li {
	width: 98%;
	padding: 2px;
	display: block;
	border-bottom: 1px solid #fff;
}

.prof-links li:hover {
	background: #fff;
}

#blanket {
	background-color: #111;
	opacity: 0.65;
	filter: alpha(opacity=65);
	position: absolute;
	z-index: 9001;
	top: 0px;
	left: 0px;
	width: 100%;
}

#popUpDiv {
	position: absolute;
	background-color: #eeeeee;
	width: 300px;
	height:300px;
	z-index: 9002;
}

h1 {
	font-size: 2.5rem;
	font-weight: 300;
	font-family: 'Muli', sans-serif;
	letter-spacing: 1px;
	color: #006aff;
	padding-top: 8px;
	padding-bottom: 12px;
}

h2 {
	font-size: 1.8rem;
	font-weight: 300;
	font-family: 'Muli', sans-serif;
	letter-spacing: 1px;
	color: #006aff;
	padding-top: 4px;
	padding-bottom: 12px;
}

h3 {
	font-size: 1.4rem;
	font-weight: 300;
	font-family: 'Muli', sans-serif;
	letter-spacing: 1px;
	color: #006aff;
	padding-top: 6px;
	padding-bottom: 6px;
}

h4{
	font-size: 1.0rem;
	font-weight: 300;
	font-family: 'Muli', sans-serif;
	letter-spacing: 1px;
	color: #006aff;
	padding-top: 4px;
	padding-bottom: 4px;
}

.rtfm-h2 {
	font-size: 1.8rem;
	font-weight: 300;
	font-family: 'Muli', sans-serif;
	letter-spacing: 1px;
	color: #ee1435;
	padding-top: 4px;
	padding-bottom: 12px;
	text-decoration: underline;
}

.rtfm-h3 {
	font-size: 1.4rem;
	font-weight: 300;
	font-family: 'Muli', sans-serif;
	letter-spacing: 1px;
	color: #f9546d;
	padding-top: 6px;
	padding-bottom: 6px;
}

.clear {
	clear: both;
}

.rate-ex1-cnt {
	width:225px; height: 40px;
	margin: 0 auto;
	border:#e9e9e9 1px solid;
	background-color:  #f6f6f6;
}
.rate-ex1-cnt .rate-btn {
	width: 45px; height:40px;
	float: left;
	background: url(../img/rate/rate-btn.png) no-repeat;
	cursor: pointer;
}
.rate-ex1-cnt .rate-btn:hover, .rate-ex1-cnt  .rate-btn-hover, .rate-ex1-cnt  .rate-btn-active {
	background: url(../img/rate/rate-btn-hover.png) no-repeat;
}

.rate-ex2-cnt {
	width:150px; height: 30px;
	border:#e9e9e9 1px solid;
	background-color:  #f6f6f6;
}
.rate-ex2-cnt .rate-btn {
	width: 30px; height:30px;
	float: left;
	background: url(../img/rate/rate-btn2.png) no-repeat;
	cursor: pointer;
}
.rate-ex2-cnt .rate-btn:hover, .rate-ex2-cnt  .rate-btn-hover, .rate-ex2-cnt  .rate-btn-active {
	background: url(../img/rate/rate-btn2-hover.png) no-repeat;
}

.rate-ex3-cnt {
	width:85px; height: 17px;
	border:#e9e9e9 1px solid;
	background-color:  #f6f6f6;
}
.rate-ex3-cnt .rate-btn {
	width: 17px; height:17px;
	float: left;
	background: url(../img/rate/rate-btn3.png) no-repeat;
	cursor: pointer;
}
.rate-ex3-cnt .rate-btn:hover, .rate-ex3-cnt  .rate-btn-hover, .rate-ex3-cnt  .rate-btn-active {
	background: url(../img/rate/rate-btn3-hover.png) no-repeat;
}

.rate-result-cnt {
	width: 82px; height: 18px;
	position: relative;
	background-color: #ccc;
	border: #ccc 1px solid;
}
.rate-stars {
	width: 82px; height: 18px;
	background: url(../img/rate/rate-stars.png) no-repeat;
	position: absolute;
}
.rate-bg {
	height: 18px;
	background-color: #ffbe10;
	position: absolute;
}