/* ----------------------------------------------------------------------------------------------------------

    This website template was downloaded from http://www.nuviotemplates.com - visit us for more templates

    Structure:
    display; position; float; z-index; overflow; width; height; margin; padding; border; background; align; font;

    Content:
    
        1) HTML tags, reset
        2) Universal styles (display, float, margin, text-align...)
        3) Generally HTML styles (table, ul, dl...)
        4) Layout
        5) Page: Home
        
---------------------------------------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------------------------------------
1) HTML tags, reset
---------------------------------------------------------------------------------------------------------- */

* {margin:0; padding:0;}


body, div, span, p, a, img, ul, ol, li, caption, table, thead, tbody, tfoot, tr, th, td, form, fieldset, legend, label, dl, dt, dd, blockquote, applet, object, h1, h2, h3, h4, h5 {border:0;}
body {padding-bottom:20px; background:url("../design/bg.gif") 0 0 repeat-x; font:0.8em/1.5 "arial",sans-serif; text-align:center;}

h1, h2, h3, h4, h5, h6 {margin:15px 0 10px 0;}
h1 {font-size:180%;}
h2 {font-size:160%;}
h3 {font-size:140%;}
h4 {font-size:120%;}
h5 {font-size:100%;}
h6 {font-size:100%; height:50px;}

p, table, ul, ol, dl, fieldset {margin:15px 0;}

table {border-collapse:collapse; border-spacing:0; font-size:100%;}
th {text-align:center; font-weight:bold;}
th, td {padding:3px 3px;}

ul, ol {margin-left:30px;}
ul ul, ol ol {margin:0; margin-left:20px;}
ol {list-style-type:decimal;}
li {display:list-item;}

dt {font-weight:bold;}
dd {margin-left:30px;}

fieldset {position:relative; padding:10px;}
legend {position:absolute; top:-1em; margin:0; padding:5px 10px; font-size:100%; font-weight:bold;}

/* ----------------------------------------------------------------------------------------------------------
2) Universal styles (display, float, margin, text-align...)
---------------------------------------------------------------------------------------------------------- */

.box {min-height:1px;}
.box:after {display:block; visibility:hidden; clear:both; line-height:0; font-size:0; content:".";}

.boxsmall {min-height:1px; width: 160px; display: inline-block;}
.boxsmall:after {display:block; visibility:hidden; clear:both; line-height:0; font-size:0; content:".";}

.relative {position:relative;}

.clear {clear:both;}

.f-left {float:left !important;} img.f-left {float:left; margin-right:10px;}
.f-right {float:right !important;} img.f-right {float:right; margin-left:10px;}

.t-left {text-align:left !important;}
.t-center {text-align:center !important;}
.t-right {text-align:right !important;}
.t-justify {text-align:justify !important;}


.va-top {vertical-align:top;}
.va-middle {vertical-align:middle;}
.va-bottom {vertical-align:bottom;}

.nom {margin:0 !important;}
.nomt {margin-top:0 !important;}
.nomb {margin-bottom:0 !important;}

.noscreen {display:none;}

.noactivelink {display:block; padding:12px 15px 12px 14px; background:url("../design/nav-link.gif") 100% 0 repeat-y; text-decoration:underline;}
.activelink { display:block; padding:12px 15px 12px 14px; background:url("../design/nav-link.gif") 100% 0 repeat-y; }
.activelink a {font-weight:bold; text-decoration:none; color:#000;}
.asidebox {padding:10px; background:url("../design/aside-box.jpg") 0 100% no-repeat;}
.boldtext {font-size:80%; font-weight:bold}
.sboldtext { font-size: 120%; font-weight:bold}



.linkbutton {
  text-decoration: none !important; 
  text-decoration: underline;
  text-align:center;
}
.linkbutton img {
    padding-right: 5px;
    border: 0;
}
.linkbutton:hover {
    text-decoration: none;
}
.linkbutton:hover u {
  text-decoration: none;
}

/* ----------------------------------------------------------------------------------------------------------
3) Generally HTML styles (table, ul, dl...)
---------------------------------------------------------------------------------------------------------- */            


table.table-style01 {width:100%;}
table.table-style01 th {text-align:center;}

ul.ul-style01 {margin:15px 0 15px 20px; padding:0; list-style:none;}
ul.ul-style01 li {margin:0; padding:0; padding-left:15px; background:url("../design/ul-style01.gif") 0 5px no-repeat;} 
ul.ul-style01 ul {margin:0; padding:0; list-style:none;}
ul.ul-style01 ul li {background:url("../design/ul-style01-sub.gif") 0 5px no-repeat;}


/* ----------------------------------------------------------------------------------------------------------
4) Layout
---------------------------------------------------------------------------------------------------------- */


#main {width:910px; margin:0 auto; text-align:left;}

    #header {position:relative; height:100px; background:url("../design/header.jpg") 0 0 no-repeat; overflow:hidden;}
    
        #logo {position:absolute; top:30px; left:80px; margin:0; font-size:200%; letter-spacing:-1px; font-weight:normal;}
        #logo span {font-weight:bold;}
        #logo a {text-decoration:none;}
        
        #slogan {position:absolute; top:10px; right:15px; width:230px; font-size:80%; font-weight:normal; font-style:italic; text-align:center;}

    #nav {padding:0 15px 5px 6px; background:url("../design/nav.gif") 0 100% no-repeat;}
    
        #nav ul {margin:0; padding:0; list-style:none;}
        #nav ul li {display:inline; margin:0; padding:0;}
        #nav ul li a {display:block; float:left; padding:12px 15px 12px 14px; background:url("../design/nav-link.gif") 100% 0 repeat-y; text-decoration:underline;}
        #nav ul li#nav-active a {font-weight:bold; text-decoration:none;}
        #nav ul li#rnav a {display:block; float:right; padding:12px 15px 12px 14px; background:url("../design/nav-link.gif") 100% 0 repeat-y; text-decoration:underline;}
        #nav ul li#rnav-active a {display:block; float:right; padding:12px 15px 12px 14px; background:url("../design/nav-link.gif") 100% 0 repeat-y; font-weight:bold; text-decoration:none;}

    #cols {background:url("../design/cols.gif") 0 0 repeat-y;}

        #content {float:left; width:655px; overflow:hidden;}
        
            #content #content-title,#lcomment-title  {margin:0; padding:15px 15px 10px 20px; background:url("../design/content-title.gif") 0 0 no-repeat; font-size:140%; font-weight:normal;}
            
            #content #content-in {padding:15px 15px 10px 20px;}
        
        #aside {float:right; width:255px; overflow:hidden;}
        
            #aside #aside-title {margin:0; padding:15px 15px 10px 15px; background:url("../design/aside-title.gif") 0 0 no-repeat; font-size:140%; font-weight:normal;}
            #aside .aside-in {padding:10px 10px 15px 10px;}
            #aside .aside-box {padding:10px; background:url("../design/aside-box.jpg") 0 0 no-repeat;}
            #aside .title {margin:0 5px 0 0; padding:10px 15px; background:url("../design/aside-title-02.gif") 0 0 repeat-x; font-size:100%;}    

    #cols-bottom {width:910px; height:12px; background:url("../design/cols-bottom.gif") 0 0 no-repeat; font-size:0;}
    
    #footer {width:870px; height:40px; padding:20px 20px 0 20px; background:url("../design/footer.gif") 0 0 no-repeat;}
    #footer p {margin:0;}

/* ----------------------------------------------------------------------------------------------------------
5) Page: Home
---------------------------------------------------------------------------------------------------------- */

#perex, #perex_comments, #perex_l {margin-left:5px; padding:15px; background:url("../design/perex.gif") 0 100% no-repeat;}
#perex p {margin:0;}

#perex_l {}


#AnimeList1 {margin-left:5px; padding:15px; background:url("../design/perex.gif") 0 100% no-repeat;}
#AnimeList1 p {margin:0;}

#perexsmall {margin-left:5px; padding:15px;  background:url("../design/perex.gif") 0 100% no-repeat;}
#perexsmall p {margin:0;}


#sections {background:url("../design/sections.gif") 0 0 repeat-y;}
#sections-bottom {width:620px; height:7px; background:url("../design/sections-bottom.gif") 0 0 no-repeat; font-size:0;}

    .section {float:left; width:200px;}
    .section p {margin:0;}
    .section.margin {margin:0 10px;}
    .section h3 {margin:0; padding:10px; background:url("../design/section-title.gif") 0 0 no-repeat; font-size:100%;}
    .section-in {margin-bottom:10px; padding:0 10px 10px 10px; height:30px}

dl#news, dl#news dd {margin:0;}
dl#news dt {clear:both; padding-left:18px; background:url("../design/ico-list.gif") 0 2px no-repeat;}
dl#news dd {margin:7px 0 10px 0; padding-bottom:10px;}
dl#news dd span.date {padding-right:10px; background:url("../design/date.gif") 100% 50% no-repeat; font-size:85%; font-weight:bold;}


dl#comments, dl#comments dd {margin:0;}
dl#comments dt {clear:both; padding-left:18px; background:url("../design/ico-list.gif") 0 2px no-repeat;}
dl#comments dd {margin:7px 0 10px 0; padding-bottom:10px; color:White;}
dl#comments dd span.date {padding-right:10px; background:url("../design/date.gif") 100% 50% no-repeat; font-size:85%; font-weight:bold;}

/* ----------------------------------------------------------------------------------------------------------
5) Page: Advanced Master
---------------------------------------------------------------------------------------------------------- */
#adverror { background-color:#111; border-style:ridge; border-width:medium; border-color:#333; width : 100%; height:auto; }
		#adverrorimg { width : 30%; text-align :center; float:left; }
		#adverrmsgl1, #adverrmsgl2 { width : 90%; text-align:justify; float:left; }
				#adverrmsgl1 { color : #EFF }
				#adverrmsgl2 { color : #FEE }	
/* ----------------------------------------------------------------------------------------------------------
5) Page: Advanced Login
---------------------------------------------------------------------------------------------------------- */
#login { background-color:#111; border-style:ridge; border-width:medium; border-color:#333; width : 100%; height:auto; }

.editlabel { text-align:right; float:left; font-size:14px; font-weight:bold; color:White;}
.edittext  { width : 48%; text-align:left; vertical-align:middle; float:left; padding: 0.2%;  margin-left:0.2%; margin-top:0.2%; font-size:16px; font-weight:bold; color:White;}

.formedit  { width : 250px; height:24px; padding: 2px; font-size:20px; font-weight:bold; color: white; background-color:black; border: solid 2px #FF4F00; }
.formbutton  { padding: 2px; font-size:16px; font-weight:bold; color: #FF4F00; background-color:white; border: solid 2px #FF4F00; }

.noborders { padding : 0px; margin:0px; border:0px; }

#secure, #statistic, #contacts, #personalize 
	{ width : 250px; height: 150px; background-color:Gray; border: solid 1px white; padding:2px; float : left; margin: 25px; }
#funcheader { width:250px; height:20px; text-align:left; font-size:14px; font-weight:bold; color:White;  vertical-align:middle; }
/*-----------------
Page: Anime
--------------------*/
#tvtop { border-width:0px; background-color : Black;  height:12px; width:620px;    background:url("../design/tvtop.gif") 0 0 no-repeat; }
#tvbot { border-width:0px; background-color : Black;  height:36px; width:620px;    background:url("../design/tvbot.gif") 0 0 no-repeat;}
#flashtvscreen, #imagetvscreen { background-color:#373737;  margin:  0px 0px 0px 10px;  padding:0px;width:600px; }
#flashtvscreen { height:400px; }
#tv { background-color:Black; background:url("../design/tvbg.gif") 0 0 repeat-y; width:620px; margin:0px; padding:0px;}
#tvfullscr, #tvhint { padding: 0px; height:20px; margin-top: 5px; margin-left:0px; margin-right:15px; width:240px; text-align : center; color : White; font-size:10px; float:right; vertical-align:middle; text-align:right;}

#animeviews { display:inline; padding: 0px; height:16px; margin-top: 0px; margin-left:5px; width:185px; text-align : center; color :White; font-size:14px; font-weight:bold; float:left; }
#animemark  { display:inline; padding: 0px; height:16px; margin-top: 0px; margin-left:0px; margin-bottom:0px; width:190px; text-align : center; color : #FF5A00; font-size:14px; font-weight:bold; float:left;}
.animemakemark { text-align: left; width:200px; height:80px; padding: 0px; right:0; margin-top: 0px; vertical-align:middle; font-size:12px; font-weight:bold; float:left;}
.viewsbottom { display:inline; padding: 0px; height:30px; margin-top: 2px; margin-left:5px; width:620px; text-align : center; color :White; font-size:14px; font-weight:bold; float:left; }
#numofvotes {  display:inline; font-size : 10px; font-weight:bold; margin:0px; padding:1px; float:left; color:#FF5A00; width:190px; height:10px; text-align:center;}
#numofviews {  display:inline; font-size : 10px; font-weight:bold; margin:0px; margin-left:5px; padding:1px; float:left; color:white; width:185px; height:12px; text-align:center; vertical-align:middle;}

.pageactive { font-size:20px !important; font-weight:bold; text-decoration:none;  }
.pageunactive { font-size:14px !important; font-weight:normal;  text-decoration:none; }

#authors { font-size:10px; float:left; padding-left:20px; width:240px; height:30px; }
#anonceblock { font-size:11px; text-align:justify; width:600px; color:White; border: solid 1px gray; padding:5px; margin-top:20px; float:left;  }
#addcomment { text-align: left;  width:200px; height:80px; padding-top:2px; margin-top: 0px; vertical-align:middle; font-size:12px; font-weight:bold; float:left;}


.alistitem { height:300px; width:200px; background-color:#000; vertical-align:top;}
.alisttable { width:620px; padding:15px;}
.atoptable  { height:300px; width:620px; padding:15px;}
.alistitemdiv {background-color:#111; width:200px; border: dashed 2px #222; height:300px; text-align:center;}



#nextanime			{ float:left; width :210px; height:80px; padding:5px;}
#nextanimecapt		{ width :68%; height:19%; color: White; font-size:14px; font-weight:bold; left:0; top:0; position:absolute;}
#nextanimeicon		{ width :30%; height:20%; left : 69%; top:-35%; position:absolute; }
#nextanimedesc		{ width :99%; height:80%; color: White; text-decoration:none; text-align:center; float:left; padding:5px; left:0; top:20%; position:absolute;}


#lcdate				{ width : 100px; height : 40px; float:left;  font-size:85%; color:#ff2C00;  font-weight:bold; }
#lcfrom				{ width : 200px; height : 20px;  font-size:12px; color:#000;  font-weight:bold; }
#lctext_large, #lctext_small				{ width : 210px; text-align:justify; overflow: auto; font-size:12px; text-indent: 20px; }
#lctext_large { height : 100px; }
#lctext_small { height : 100px; }
						#lctext_large p:first-letter, #lctext_small p:first-letter { text-transform: capitalize; }
						

#lclink				{ width : 200px; height: 20px; padding-top:20px; text-align: center; }
#lcimg			{width:200px; height:170px; }
#lcon			{text-align:center; width:200px; height:40px; }

.fnt10			{font-size:10px; }
.fnt12b			{font-size:12px; font-weight:bold; }
.fnt14			{font-size:14px; }
.fnt12			{font-size:12px; }
.fnt14b			{font-size:14px; font-weight:bold; }
.fnt18			{font-size:18px; }
.fnt18_w		{font-size:18px; color:White;}
.ht48			{height: 48px;}
.ht5			{height:5px;}
.ht15			{height:15px;}
.w100			{width:140px;}

.cmsgdate		{ font-size:10px; width:80px; display:block;  float:left; }
.cmsgtext       { font-size:12px; width:500px; display:block; float:left; }

.msgbox			{font-size:12px; background-color:#111; border: dashed 2px #222; padding: 5px;}
.msg_bd		{border: dashed 2px #333;}
.msg_frm    {width:605px; height:20px; color: #ffe; background-color:#111; padding:5px;}
.msg_hd1    {font-size:12px; font-weight:bold; float:left; width: 400px;}
.msg_hd2	{font-size:10px; width:190px; text-align:right; float:left;}
.msg_txt	{padding:8px;}

#foot_logo, #foot_cnt { height:32px; width:210px; float:left; }
#foot_cnt	{ width: 640px; text-align:right; }

#annheader  { height : 80px;  position:relative; display:block;}
#annonces   { position : absolute; width:410px; height:64px; display:inline; background:url("../design/annoncebg.gif") 0 0 no-repeat;  padding: 10px 10px 0px 10px;background-color:#000; }

#annoncetext { border: dashed 2px #222; padding: 3px 3px 3px 3px; position:relative;}
#anncap     { height : 22px; width:410px; font-size:16px; font-weight:bold;  color:White; border-bottom: solid 2px #fff; }
#anntxt		{ color:#EEE; font-size:100%; height:36px; font-weight:bold; text-align:center; padding:2px;}
#annbanner  { position : absolute; left:435px; top:10px; width:480px; height:60px; display:inline;  }

.sortselactive { text-align: right; font-size:14px !important; font-weight:bold; color:Red; text-decoration:none; }
.sortsel {  text-align: right; font-size:14px !important; font-weight:normal; color:Gray; text-decoration:none;} 


.vtab,.htab { width:125px; height:25px; background-color:white; color:Black; font-weight:bold; text-decoration:none; text-align:center; vertical-align:middle; }
.vtab      {  float:left; display:inline; border-right:solid 1px #ccc; }
.htab      {  border-bottom:solid 1px #ccc; }
.activel {  background-color:#FF4F00; color:White;  text-decoration:none;  }



#perex .vtab a, #perex .htab a {  color:Black;  text-decoration:none;  }
#perex .vtab a:hover, #perex .htab a:hover { color:Black; text-decoration:none; }
#perex .activel a    { color:White; text-decoration:none; }
#perex .activel a:hover { color:White; text-decoration:none; }

#getlink_panel { width:600px; }
#getlink_type  { width:500px; }
#getlink_input {  width:600px; }
#getlink_input_val {float:left; width:500px; display:inline; }
#getlink_formats { float:left; width:100px; display:inline; }
#getlink_input_txt{ width:490px; border:solid 5px #FF4F00; background-color:Black; color:White; height:90px; overflow:auto; font-size:12px; }
#getlink_blogs{ display:block; width:500px; }

