/* basic html
---------------------------------------------*/
html {-webkit-text-size-adjust:none; background-color: #EEEEEE;}
body {
  background-color: #EEEEEE;
  color: #222;
  font-family: Helvetica, sans-serif; 
  font-size: 14px;
  margin: 0;
  padding: 0;
  border: none;
}
a:link,
a:visited {
  color: #fff;
  text-decoration: none;
  outline: none;
}

h3 {
  font-weight: normal;
}
input[type=text] {
  font-size: 18px;
  color: #666;
  padding: 10px;
  width: 92%;
  margin-right: 10px;
  font-weight: bold;
}

/* structure & #content specified text
---------------------------------------------*/
#header {
    background-color: #333;
    border-top: 1px solid #444;
    box-shadow: 0 -1px #444 inset;
    -moz-box-shadow: 0 -1px #444 inset;
    -o-box-shadow: 0 -1px #444 inset;
    -webkit-box-shadow: 0 -1px #444 inset;
    height: 45px;
    width: 100%;
}
#content {
	padding: 10px;
	background-color: #000;
	overflow: hidden;
	position: relative;
}

.page-turn-container {
	position: relative;
	overflow: hidden;
}

#content img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 150px;
  margin: 0 auto;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  background-color: #222;
    box-shadow: 0 0 0 1px #333 inset;
    -o-box-shadow: 0 0 0 1px #333 inset;
  -webkit-box-shadow: 0 0 0 1px #333 inset;
  -moz-box-shadow: 0 0 0 1px #333 inset;
}
#content h1 {
    font-size: 16px;
    color: #fff;
}
#content h3 {
  font-weight: bold;
  text-shadow: 0px 1px 1px #eee;
}

/* header
---------------------------------------------*/
#header h1.hooppps {
  margin: 0;
}
#header h1.hooppps a {
    height: 21px;
    width: 119px;
    display: block;
    background: url(https://hugelol.com/img/logo-compact.png) no-repeat;
    margin: 11px 10px 
}
#header a.nav:link,
#header a.nav:visited {
    background-color: #444;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2) inset, 0 0 0 1px #111;
    -o-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2) inset, 0 0 0 1px #111;
    -moz-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2) inset, 0 0 0 1px #111;
    -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2) inset, 0 0 0 1px #111;
    font-size: 12px;
    font-weight: bold;
    padding: 8px 12px;
    position: absolute;
    right: 10px;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.4);
    top: 8px;
}

/* nav
---------------------------------------------*/
#nav {
  display: none;
  width: 100%;
  position: absolute;
  top: 50px;
  opacity: 0;
}
#nav ul {
  margin: 10px;
  background: #333;
  border: 5px solid #333;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  position: relative;
  -webkit-box-shadow: 0 0 0 1px #444, 0 0 0 2px #000, 0 2px 12px #000;
  -o-box-shadow: 0 0 0 1px #444, 0 0 0 2px #000, 0 2px 12px #000;
  -moz-box-shadow: 0 0 0 1px #444, 0 0 0 2px #000, 0 2px 12px #000;
  box-shadow: 0 0 0 1px #444, 0 0 0 2px #000, 0 2px 12px #000;
    -webkit-padding-start: 0px !important;
    opacity: 0.95;
}
#nav ul .tip-border {
  border-color: transparent transparent #333 transparent;
  border-style: solid;
  border-width: 10px;
  height:0;
  width:0;
  position:absolute;
  top:-25px;
  right: 13px;
}

#nav ul li {
  list-style-type: none;
  border-bottom: 1px solid #bbb;
  border-top: 1px solid #fff;
  margin: 0 1px;
}
#nav ul li:last-child {
  border-bottom: none;
}
#nav ul li.first {
  border-top: none;
  margin-top: 1px;
}
#nav ul li a {
  color: #222;
  font-size: 14px;
  font-weight: bold;
  display: block;
  background-color: #ddd;
  padding: 16px 0;
  text-align: center;
  text-shadow: 0 1px #fff;
}

/* sfront stats
---------------------------------------------*/
h3.feed-name {
    background-color: #222;
    border-bottom: 1px solid #333;
    border-top: 1px solid #000;
    box-shadow: 0 1px 4px #111 inset;
    -o-box-shadow: 0 1px 4px #111 inset;
    -moz-box-shadow: 0 1px 4px #111 inset;
    -webkit-box-shadow: 0 1px 4px #111 inset;
    color: #00a5f0;
    text-shadow: 0 1px 1px #000;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 8px 0;
    text-align: center;
}

#content div.stats-container {
  margin-bottom: 30px;
  background: #222;
  position: relative;
  padding: 5px 10px 4px;
  border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  border-top: 1px solid #000;
  box-shadow: 0 0 0 1px #333 inset;
  -webkit-box-shadow: 0 0 0 1px #333 inset;
  -moz-box-shadow: 0 0 0 1px #333 inset;
  -o-box-shadow: 0 0 0 1px #333 inset;
}

#content ul.stats {
  margin: 0;
  padding: 0;
}
#content ul.stats li {
  list-style-type: none;
  display: inline-block;
  padding-left: 32px;
  font-size: 12px;
  line-height: 32px;
  color: #888;
  text-shadow: 0 -1px #000;
}

#content ul.stats li.likes {
  background: transparent url(../img/icons/heart.png) 2px 3px no-repeat;
  padding-right: 10px;
  height: 32px;
}
#content ul.stats li.likes.no-view {
  border-right: none;
}
#content ul.stats li.view {
  padding: 0;
  position: absolute;
  right: 10px;
  top: 6px;
}
#content ul.stats li.view a:link,
#content ul.stats li.view a:visited {
  top: 8px;
  padding: 5px 10px;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1) inset, 0 0 0 1px #111;
  -moz-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1) inset, 0 0 0 1px #111;
    -o-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1) inset, 0 0 0 1px #111;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1) inset, 0 0 0 1px #111;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  font-weight: bold;
  text-shadow: 0 -1px #000;
  font-size: 12px;
  background-color: #333;
}


/* sfront title & meta
---------------------------------------------*/
#content .sfront_meta,
#about .sfront_meta {
  min-height: 50px;
}
#content .sfront_meta h2,
#about .sfront_meta h2 {
  padding: 0 0 0 65px;
  color: #333;
  text-shadow: 0px 1px 1px #eee;
}
#content .sfront_meta img,
#about .sfront_meta img {
  position: absolute;
  vertical-align: top;
  left: 10px;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px
  -webkit-box-shadow: 0px 1px 2px #000;
  -moz-box-shadow: 0px 1px 2px #000;
  -o-box-shadow: 0px 1px 2px #000;
  box-shadow: 0px 1px 2px #000;
}
#content .sfront_meta h2 span,
#about .sfront_meta h2 span {
  font-weight: normal;
  font-size: 14px;
  display: block;
}
#content .sfront_meta h2 span a:link,
#content .shot_meta h2 span a:visited {
  color: #EA4C88;
  font-weight: bold;
}


/* Button styles
---------------------------------------------*/
a.big-pink-third.disabled {
	opacity: 0.3;
	cursor: pointer;
}
a.big-pink-third:link,
a.big-pink-third:visited {
  display: inline-block;
  padding: 12px 0;
  -webkit-box-shadow: 0 0 0 1px rgba(255,255,255,0.3) inset;
  -moz-box-shadow: 0 0 0 1px rgba(255,255,255,0.3) inset;
  -o-box-shadow: 0 0 0 1px rgba(255,255,255,0.3) inset;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.3) inset;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 12px;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.2);
  margin: 10px 5px;
  text-align: center;
  width: 46%;
  background-color: #00a5f0;
}

#pagination {
    background-color: #111;
    padding: 10px 4px;
    border-top: 1px solid #222;
}

.footer {
    background-color: #000;
    color: #888;
    font-size: 11px;
    padding: 8px;
    font-style: italic;
    text-align: center;
    border-top: 1px solid #222;
}

.footer .full-view{
    color: #00a5f0;
}

.post-leaderboard-ads {
	background-color: #000;
	padding-bottom: 10px;
}

/* Quick Navigation
---------------------------------------------*/
.page-turn-container a.page-turn {
	position: absolute;
	height: 100%;
	width: 33%;
	color: #fff;
	background: rgba(0, 0, 0, 0);
	font-size: 36px;
	top: 0;
	line-height: 100%;
	text-align: center;
	text-shadow: 0 0 5px rgba(0,0,0,0.5);
	-webkit-transition: opacity 0.2s ease;
}

.page-turn-container span {
	position: absolute;
	top: 10px;
	right: 10px;
}

.page-turn-container a.page-turn{
	opacity: 0.3 !important;
}

.page-turn-container a.page-turn:active {
	opacity: 0.5 !important;
}
.page-turn-container a.page-turn:focus {
	opacity: 0.5 !important;
}

.page-turn-container a.page-turn span {
	height: 36px;
	vertical-align: middle;
	width: 30%;
	display: block;
	margin-top: 40%;
	position: absolute;
}

.page-turn-container a.page-turn span.rotate-180 {
	-webkit-transform: rotate(-180deg);
}

.page-turn-container a.page-turn.prev {
	left: 0;
	float: left;
}

.page-turn-container a.page-turn.prev span {
	left: 10px;
}

.page-turn-container a.page-turn.next {
	right: 0;
	float: right;
}

.page-turn-container a.page-turn.next span{
	right: 10px;
}



.navhint{
    font-size: 11px;
    text-align: center;
	background-color: #111111;
	margin-top: -4px;
	padding-bottom: 10px;
	color: #777;
	font-size: 11px
}



/* Loading Animation
---------------------------------------------*/
/* Mask for background, by default is not display */
#mask {
	display: none;
	background: #F7F7F7;
	position: fixed; left: 0; top: 0; 
	z-index: 10;
	width: 100%; height: 100%;
	opacity: 0.5;
	z-index: 999;
}

/* You can customize to your needs  */
.load_animation{
	display:none;
	float: left;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -18px;
	z-index: 99999;
	width: 16px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #F4F4F4;
	padding: 10px;
	overflow: hidden;
}



/* Comments
---------------------------------------------*/
/* LOL COMMENTS */
.lol-comments{
width: 100%;
font-size: 12px;
background-color: #000000;
text-align: center;
margin-top: -1px;
}
.comment{
background-color: #111111;
margin-bottom: 10px;
width: 90%;
overflow: hidden;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
padding: 5px;
padding-left: 1%;
padding-right: 1%;
margin-left: 4%;
margin-right: 4%;
color: #AAAAAA;
text-align: left;
}
.sub-comment{
background-color: #111111;
margin-bottom: 10px;
width: 80%;
overflow: hidden;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
padding: 5px;
padding-left: 1%;
padding-right: 1%;
margin-left: 14%;
margin-right: 4%;
color: #AAAAAA;
text-align: left;
}

.comment-header{
margin-bottom: 5px;
font-size: 10px;
}
.comment-body{
background-color: #111111;
}
.header-span-1{
margin-left: 15px;
color: #777777;
}
.header-span-2{
margin-left: 5px;
color: #777777;
}