html,
body {
	margin: 0; padding: 0;
	background-color: black;
	font-family: Arial, sans-serif;
}
#wrapper {
	margin: 25px auto;
	padding: 25px;
	max-width: 927px;
	background-color: #556270;
	clear: both;
	overflow: auto;
}

.col {
	width: 213px;
	padding: 0;
	float: left;
	margin-right: 25px; 
}

#col4 {
	margin-right: 0;
}
/*
#col3 div {
     border-bottom: 1px solid #ccc;
}
#col3 div:last-of-type {
    border-bottom: none;
}
*/
.col div {
	background-color: #eee;  		
}
.col div ul {
    padding: 10px 0;
}
img.reddit {
    float: left;
    padding: 0;
    padding-right: 20px;
}
header {
	padding: 20px 0;
	padding-left: 20px;
	margin-bottom: 20px;
    background: #59C173;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #5D26C1, #a17fe0, #59C173);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #5D26C1, #a17fe0, #59C173); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
h1 {
	font-size: 24px;
	margin: 0; padding: 0;
	color: #fff;
}
h1 a,
h1 a:hover, 
h1 a:active {
    color: #fff;
    text-decoration: none;
}
h2 {
	background-color: #333;
	/*color: #FFE500;*/
	color: #ECCD35;
	font: bold 16px Arial;
	text-align: center;
	padding: 7px 0;
	margin: 0;
}
h2.celeb {
    color: #FFC48C;
}
h2.teen,
h2.bbw {
    color: #88D3AB;
}
h2.pink {
    color: #FF9999;
}
h2.gay, 
h2.onlyfans {
    color: #6CDFEA;
}
h2.premium {
    color: #88D3AB;
}
h2.ebony,
h2.latina,
h2.asian {
    color: #BFA76F;
}
h2.mature {
    color: #C0C0C0;
}
h2.vr {
    color: #C0ADDB;
}
.subhead {
	font-weight: bold;
	padding-left: 10px;
	color: #FE9D97;
}
ul {
	list-style-type: none;
	margin: 0; padding: 0;
}
ul li {
	text-align: center;
	line-height: 1.7em;
}

/* Style the list */
ul.breadcrumb {
  list-style: none;
}

/* Display list items side by side */
ul.breadcrumb li {
  display: inline;
  font-size: 14px;
  /*text-transform: capitalize;*/
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
  padding: 5px;
  color: #333;
  content: "\00BB";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
  color: #04C;
  text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
  color: #08C;
  text-decoration: underline;
}  	

section div {
	margin-bottom: 15px;
	padding-bottom: 10px;
}
footer,
section.feat {
	margin: 0; padding: 0;
	text-align: center;
	clear: both;
    border-top: 1px solid #ccc;
}
footer {
    margin-top: 20px;
    padding: 20px;
}
section p.sleeper {
	margin: 5px 0;
	padding: 0 20px;
	line-height: 1.2em;
	color: #E0FFFF;
}
#wrapper section li {
    font-size: 16px;
    line-height: 2em;
}
#wrapper section p {
    font-size: 18px;   
}
footer * {
    color: #ccc;
}
footer p,
section.feat p {
	text-align: left;
}
footer a {
    color: #9ECBE1;
}
img#chico {
    float: left;
    width: 150px;
    padding: 10px;
}
a {
	color: #08c;
	text-decoration: none;
}
a:hover {
	color: #08c;
	text-decoration: underline;
}
a:visited {
	
}
.arrow {
  border: solid #999;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.right {
   transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.center {
    text-align: center !important;
}
section p.sleeper {
    text-align: left;
    padding: 10px 20px;
}
section#policy {
    background-color:#eee;
    padding: 25px;
}
#wrapper section#policy p,
#wrapper section#policy li {
    font-size: 16px;
    text-align: left;
}
#wrapper section#policy ul {
    padding-left: 25px;
    list-style-type: circle;
}
#wrapper.redir {
    background-color: #eee; 
    width: 500px;
}