html { 
  background: url("/images/nav/Background.jpg") no-repeat  scroll; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}

/*
body {
	
	width: 100%;
	background: url("/images/nav/Background.jpg");
	background-repeat: repeat-y;
	font-size: 12pt;
	line-height: 1.3em;
	font-family: 'Palatino', serif;
	
	
} */

.center {
    margin: auto;
    text-align: center;
}


#content {
    width: 85%;
}





/* Header Text Formats */
	
h1 {
        font-family: 'Mate', 'Palatino', serif;
        font-weight: bold;
        line-height: 1.4em;
        font-size: 25px; 
        margin: 0px;
}

h2 {
        font-size: 20px; 
        margin: 0px;
}
/**/




/* Links */
a {
	color: #f4bd00;
text-decoration: none;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

a:link, a:visited {
    color: #0500d0; 
}

a:hover {
	color: #f4f2fa;
}
/**/


 




/* border and background styles */
.left_sidebar{
	 padding: 5px;
	border: 2px solid #5ED6E9; 
    border-radius: 1px;
	background: rgba(108,163,208,.60);
	
	
}
.page,
.news,
.comments{
	 padding: 5px;
	border: 2px solid #5ED6E9; 
    border-radius: 1px;
	background: rgba(108,163,208,.60);
}
.container {
	 padding: 5px;
	background: rgba(108,163,208,.60);
}







/* FANART.PHP */

.fanart {
	width: 220px;
    height: 380px;
    padding: 10px;
    border: 1px solid #6BB0D1; /*character border color*/
    border-radius: 5px;
	background: rgba(108,163,208,.60);
    margin-top: 20px;
    margin-left: 20px;
	float: left;
}

.fanart img {
    max-width: 200px;
    max-height: 320px;
    margin-top: 10px;
    border-radius: 5px;
	overflow: hidden;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}

.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 20px auto;
  padding: 20px;
  background: #6E899F;
  border-radius: 5px;
  width: 70%;
	height: 90%;
	overflow: hidden;
  position: relative;
  transition: all .5s ease-in-out;
	
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #0A0C2A;
}
.popup .close:hover {
  color: #3A577F;
}
.popup .image {
	position: relative;
	overflow-y: scroll;
	max-width: 95%;
	max-height: 95%;
}



	
.name {
    font-size: 15px;
    color: #062247; /*artists name color*/
    text-transform: uppercase;
    margin-left: center;
	padding: 10px; 
    font-weight: bold;
}

/* END FANART */






/* HEADER */
#header {
    font-family: 'Mate SC', Palatino, serif;
    color: #f4f2fa;
    font-size: 50pt;
    line-height: 1em;
    margin: auto;
	margin-top: -20px;
	
	
}
    #header a:link,
    #header a:visited {
          color: #ffeb8e;  
          text-shadow: -1px 1px 0px #000000;
    }
    
    #header a:hover {
        color: #f4f2fa;
    }

.header_nav {
    font-family: 'Mate SC', Palatino, serif;
    font-size: 16pt;
    height: 195px;
    margin-top: -15px;
}

.header_nav li {
    list-style: none;
    display: inline-block;
    	margin: 0 5px;
	   line-height: normal;
}





/* SIDEBAR CSS */

.left_sidebar {
    width: 20%; 
    margin-top: -120px;
    margin-right: 0px;
    float: right;
    font-size: 10pt;
    text-align: center;
    padding: 8px; /*cancels the padding from the 'styles' div above */
    overflow: hidden;
	position: relative;
}


.sidebarlinks ul {
    list-style: none;
    margin-left: -35px;
	
}
	
.sidebarlinks a {
    font-family: 'Mate', 'Palatino', serif;
      font-size: 20px;
      	 display: inline-block;
      	 line-height: 1.5em;
		

}


/* News */	

.news {
    text-align: left;
    width: 100%;
  margin-top: 35px;
  clear: left;
  padding: 5px;
  overflow: hidden;
	font-family: 'Mate', Palatino, serif;
    font-size: 16px;
    font-style: normal;
	color: #BEEAF3;
}

.news .newsHeader {
    color: #ffffff; 
    margin: -10px -20px;
    /* the follow codes are for the gradient on the news header. */
    background: -moz-linear-gradient(top, rgba(32,24,69,1) 0%, rgba(32,24,69,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(32,24,69,1) 0%,rgba(32,24,690) 100%); /* Chrome10-25,Safari5.1-6*/
    background: linear-gradient(to bottom, rgba(32,24,69,1) 0%,rgba(32,24,69,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+,Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}

.news .newsTitle {
        font-family: 'Mate', Palatino, serif;
        font-size: 25px; 
        margin: 0px;
        line-height: 1.4em;
        padding: 5px 20px;
	color: #8BC7E4;
}

.news .newsDate {
    font-family: 'Mate', Palatino, serif;
    font-size: 18px; 
    text-align: right;
    font-style: normal;
	color: #8BC7E4;
}
.news .newsText {
    padding-left: 20px;
    font-style: normal;
}
            




/* -----CENTER CONTENT CSS ----- */

.center_content {
    width: 65%;
    margin-left: 235px;
	
}





/* PAGE AND PAGE NAVIGATION */	
.page {
	margin-top: -120px;
	width: 75%;
	margin-left: center;
	border: 2px solid #5ED6E9; 
    border-radius: 1px;
	
}

.page img {
    max-width: 100%;
	
}

.comic_nav {
    font-family: 'Mate SC', Palatino, sansserif;
    font-size: 20pt;
	margin-top: -10px;
    color:#9DD0F5;
    border-radius: 10px;
    padding: 20px;
	transition: all .2s ease-in-out;
}
		.comic_nav ul  {
	    	list-style: none;
	    	padding: 0;
	    	margin: 0;
	    }
	    .comic_nav li {
	    	display: inline;
	    	margin: 15px;
			padding: 10px;
	    }

        .comic_nav a:link
		{
			opacity: .6;
		}
        .comic_nav a:hover {
          
			opacity: 1;
			 -webkit-transform: scale(1.3);
       		 -ms-transform: scale(1.3);
       		 transform: scale(1.3);
        }
		
	
	





/*
.first img
{
	background-image: 'images/nav/pagination/first.png';
}
.first img:hover
{
	background-image: 'images/nav/pagination/first.gif';
}
.back img
{
	background-image: 'images/nav/pagination/back.png';
}
.back img:hover
{
	background-image: 'images/nav/pagination/back.gif';
}
.next img
{
	background-image: 'images/nav/pagination/next.png';
}
.next img:hover
{
	background-image: 'images/nav/pagination/next.gif';
}
.last img
{
	background-image: 'images/nav/pagination/last.png';
}
.last img:hover
{
	background-image: 'images/nav/pagination/last.gif';
}

*/





/* UNDER NEWS */
.comments {

	  width: 50%; 
     margin: 5px auto;
	
  
}

#footer {
    font-size: 9pt;
    font-style: normal;
    text-align: center;
    margin: 10px auto;
}

    #footer a:link,
    #footer a:visited {
          color: #ffeb8e;  
          text-shadow: -1px 1px 0px #000000;
    }
    
    #footer a:hover {
        color: #f4f2fa;
    }


/* SIDE PAGE CONTENT CSS */

.container {
	width: 100%;
	height: auto;
	overflow: hidden;
	word-wrap: break-word;
    margin-bottom: 25px;
    }
    
.container img {
    max-width: 100%;
}





/* SPIDERFOREST HEADER */

.menDiv {
	width: 100%;
	background: #000000 !important;
	margin: 0;
}

.sfdrop {
    background: #bcc7e3 !important;
    border: none !important;
    padding: 10px !important;
    border-radius: 4px !important;
}




/* MISC CSS */

blockquote {
    padding-left: 20px;
    font-style: normal;
    margin: 10px;
}