/***********************
MAIN SITE THEME
### created by: bisexuowl
### version: .1
### created on: dec 19th '16
### finished on: 
***********************/

/**********************
		IMPORTS			
***********************/

@import url('https://fonts.googleapis.com/css?family=Kurale|Raleway|Roboto|Chewy');

/**********************
		BASICS			
***********************/


body {
	background-color:#76599b;
	background-image:url('asfalt-light.png');
}

br {
   	display: block;
   	margin: 3px 0;
}

table {
	width:auto;
	margin: 0 auto;
	background-color:transparent;
}

th {
	padding: 5px;
}

td {
	padding: 5px;
}

tr {
	padding: 5px;
}

/**********************
  WRAPPER + TITLE IMAGE			
***********************/

#wrapper {
    	width: 800px;
	background-color:#7ac068;
	color:#0b0118;
    	margin:10px 10px 10px 30%;
    	padding: 20px 20px 20px 20px;
    	border-radius: 30px;
  	border: 3px dashed #fff;
  	overflow-y: initial;
  	z-index:90;

}

#titleimage {
	padding:20px;
	background-image:url('test.PNG');
	height:150px;
	font-family:'Kurale';
	font-size:30px;
	color:#aadd9c;
	text-align: left;
	vertical-align:bottom;
  	border-bottom-left-radius: 30px;
  	border-bottom-right-radius: 30px;
}

#titleimage a {
	font-family:'Kurale';
	font-style: italic;
	font-weight:bold;
	font-size:40px;
	text-decoration:none;
	color:#aadd9c;
	text-align:left;
	vertical-align:middle;
}

#titleimage a:hover {
	color:#fff;
	text-decoration:none;
}

/**********************
		SIDEBAR			
***********************/

#sidebar {
	padding: 20px;
	background-color:#7ac068;
    	width:280px;
    	position: fixed;
   	left:10%;  	
   	/***margin-right: 5%;***/
  	font-family: 'Raleway', 'Roboto', sans-serif;
  	border-radius: 30px;
  	border: 6px dashed #fff;
  	z-index:50;
}

#sidebar p {
	margin: auto 10px;
	color: #0b0118;
}

#sidebar h1 {
	font-family: 'Chewy';
	font-size: 20px;
	border-bottom: 3px solid #fff;
	text-transform: uppercase;
	color: #000;
}

#sidebar a {
	text-transform: lowercase;
	color: #000;
	text-decoration: none;
}

#sidebar a:hover {
	color:#fff;
	background-color:#9e88ba;
}

#sidebar img {
	max-size: 300px;	
	background-color:#7ac068;
}

#sidebar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 280px;
    background-color: #9e88ba;
    border-radius: 30px;
}

#sidebar li a {
    display: block;
    color: #fff;
    padding: 8px 16px;
    text-decoration: none;
}

#sidebar li a:hover {
    background-color: #aadd9c;
    color: white;
}


/**********************
FAV PET BUBBLE THING
**********************/
.speechbubble {
	position: relative;
	width: 250px;
	height: 120px;
	padding: 0px;
	background: #FFFFFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.speechbubble:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 15px 15px 15px 0;
	border-color: transparent #FFFFFF;
	display: block;
	width: 0;
	z-index: 1;
	left: -15px;
	top: 45px;
}

/**********************
		NAVIGATION			
================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/dd_valid.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#navigation {
	width: 800px;
}

#navigation .ddmenu { 
	position:relative; 
	z-index:100;
	width: 800px;
}

#navigation .ddmenu ul li a, .ddmenu ul li a:visited {
	display:block; 
	text-decoration:none;
	font-size:12px; 
	color:#000;
	width:198px; 
	height:20px; 
	text-align:center; 
	color:#fff; 
	border:1px solid #fff; 
	background-color:#AADD9C; 
	line-height:20px; 
	overflow:hidden;
}

#navigation .ddmenu ul {
	padding:0; 
	margin:0; 
	list-style: none;
}
#navigation .ddmenu ul li {
	float:left; 
	position:relative;
}
#navigation .ddmenu ul li ul {
	display: none;
}

/* specific to non IE browsers */
#navigation .ddmenu ul li:hover a {
	color:#fff; 
	background-color:#9e88ba;
}
#navigation .ddmenu ul li:hover ul {
	display:block; 
	position:absolute; 
	top:21px; left:0; 
	width:198px;
}
#navigation .ddmenu ul li:hover ul li a.hides {
	background-color:#AADD9C; 
	color:#fff;
}
#navigation .ddmenu ul li:hover ul li:hover a.hides {
	background-color:#AADD9C; 
	color:#000;
}
#navigation .ddmenu ul li:hover ul li ul {
	display: none;
}
#navigation .ddmenu ul li:hover ul li a {
	display:block; 
	background-color:#AADD9C; 
	color:#000;
}
#navigation .ddmenu ul li:hover ul li a:hover {
	background-color:#9e88ba; 
	color:#fff;
}
#navigation .ddmenu ul li:hover ul li:hover ul {
	display:block; 
	position:absolute; 
	left:198px; 
	top:0;
}
#navigation .ddmenu ul li:hover ul li:hover ul.left {
	left:-198px;
}

/**********************
		ADOPT PROFILE	
***********************/
.tbs {
  position: relative;   
  height: 600px; /* This part sucks */
  clear: both;
  margin: 25px 0;
}
.tb {
  float: left;
}
.tb label {
  background: #eee; 
  padding: 10px; 
  border: 1px solid #ccc; 
  margin-left: -1px; 
  position: relative;
  left: 1px; 
}
.tb [type=radio] {
  display: none;   
}
.cnt {
  position: absolute;
  top: 28px;
  left: 0;
  background: white;
  right: 0;
  bottom: 0;
  padding: 20px;
  border: 1px solid #ccc; 
}
[type=radio]:checked ~ label {
  background: white;
  border-bottom: 1px solid white;
  z-index: 2;
}
[type=radio]:checked ~ label ~ .cnt {
  z-index: 1;
}

/**********************
		CONTENT			
***********************/


#content {
    background-color:#aadd9c;
    padding: 20px 20px 20px 20px;
    vertical-align:middle;
    font-family: 'Raleway', 'Roboto', sans-serif;
    font-size: 12px;
    border-radius: 30px;`
    border: 3px dashed #fff;
}

#content p {
    	background-color:#aadd9c;
    	font-family: 'Raleway', 'Roboto', sans-serif;
    	font-size: 12px;
	margin: 10px;
    	vertical-align:top;
}

#content b, strong {
	font-weight: bold;
}

#content i {
	font-style: italic;
}

#content h1 {
	font-size: 20px;
	border-bottom: 1px solid #fff;
	font-family: 'Chewy', 'Raleway', sans-serif;
	margin: 10px;
	color: #0b0118;
	font-weight: bold;
}

#content h2 {
	font-size: 15px;
	border-bottom: 1px solid #fff;
	font-family: 'Chewy', 'Raleway', sans-serif;
	margin: 10px;
	color: #0b0118;
	font-weight: bold;
}

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

#content a {
	color: #000;
}

#content a:hover {
	color:#fff;
}


/**********************
	EXPLORE
**********************/
ul.explorebtns {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 200px;
    background-color: #9e88ba;
    border-radius: 30px;
}

ul.explorebtns li a {
    display: block;
    color: #fff;
    padding: 8px 16px;
    text-decoration: none;
}

ul.explorebtns li a:hover {
    background-color: #aadd9c;
    color: white;
}

/**********************
	  ONLINE LIST			
***********************/
.onlinelist {
	color: black;
}

a.onlinelist:hover
{
	background:#fff;
	color: black;
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.onlinelistt
{
	color: black !important;
	width: 17%;
	display: inline-block;
	margin-bottom: 5px;
	text-align: center;
}
.onlinelistn
{
	color: black !important;
	display: inline-block;
	width: 17%;
	text-align: center;

}
.onlinelistj
{
	color: black !important;
	display: inline-block;
	width: 17%;
	text-align: center;
}
.onlinelistp
{
	color: black !important;
	display: inline-block;
	width: 17%;
	text-align: center;

}
.onlinelistg
{
	color: black !important;
	display: inline-block;
	width: 17%;
	text-align: center;

}

/**********************
		PROFILE
**********************/
#profile a { text-decoration: none; }
#profile a:focus { outline: 0; }
#profile p { margin: 0 0 20px 0; }
#page-wrap { width: 680px; margin: 30px;}
#profile h1 { font: bold 40px Sans-Serif; margin: 0 0 20px 0; }

/* Generic Utility */
#profile .hide { position: absolute; top: -9999px; left: -9999px; }


/* Specific to example one */

#profile { 
	background: #eee; 
	padding: 10px; 
	margin: 0 0 20px 0; 
	-moz-box-shadow: 0 0 5px #666; 
	-webkit-box-shadow: 0 0 5px #666; 
}

#profile .nav { 
	overflow: hidden; 
	margin: 0 0 10px 0; 
}

#profile .nav li {
 	width: 97px; 
 	float: left; 
 	margin: 0 10px 0 0; 
 }

#profile .nav li.last { margin-right: 0; }
#profile .nav li a { display: block; padding: 5px; background: #959290; color: white; text-align: center; border: 0; }
#profile .nav li a:hover { background-color: #111; }

#profile ul { list-style: none; }
#profile ul li a { display: block; border-bottom: 1px solid #666; padding: 4px; color: #666; }
#profile ul li a:hover { background: #fe4902; color: white; }
#profile ul li:last-child a { border: none; }

#profile ul li.nav0 a.current, #profile ul.visitormessage li a:hover { background-color: #aadd9c; color: white; }
#profile ul li.nav1 a.current, #profile ul.aboutme li a:hover { background-color: #aadd9c; color: white; }
#profile ul li.nav2 a.current, #profile ul.adopts li a:hover { background-color: #aadd9c; color: white; }
#profile ul li.nav3 a.current, #profile ul.friends li a:hover { background-color: #aadd9c; color: white; }
#profile ul li.nav4 a.current, #profile ul.contactinfo li a:hover { background-color: #aadd9c; color: white; }

/**********************
		PAGINATION
**********************/

div.pagination {
	padding: 3px;
	margin: 3px; 
}

div.pagination a {
	margin: 2px;
	border: 1px solid #000000;
	
	color: #000000; padding-left:5px; padding-right:5px; padding-top:2px; padding-bottom:2px
}
div.pagination a:hover, div.pagination a:active {
	margin: 2px;
		border: 1px solid #800000;
		
		background-color: #800000;
		color: #FFFFFF; padding-left:5px; padding-right:5px; padding-top:2px; padding-bottom:2px; text-decoration:none
}
div.pagination span.current {
	margin: 2px;
		border: 1px solid #000000;		
		background-color: #000000;
		color: #FFFFFF; padding-left:5px; padding-right:5px; padding-top:2px; padding-bottom:2px
	}
div.pagination span.disabled {
		margin: 2px;
		border: 1px solid #999999;
	
		color: #999999; padding-left:5px; padding-right:5px; padding-top:2px; padding-bottom:2px
	}
	
a:hover.list { font-variant: small-caps; 
               text-decoration: underline; text-transform: capitalize; 
               color: #006699; line-height: 200%; }
a.list       { text-transform: capitalize; font-variant: small-caps; 
               color: #FF0000; text-decoration: underline; 
               line-height: 200%; };

/**********************
		FOOTER			
***********************/
#footer {
    bottom: 0;
    position: fixed;
    width: 100%;
}
    
.footer {
    background: transparent;
    height: 100px;
    margin: auto;
    width: 600px;
    text-align:center;
    color:#ffffff;
    padding: 10px 10px 10px 10px;
}

.footer a {
	color: #000;
}
