/*  
Theme Name: ComicPress
Theme URI: http://mindfaucet.com/comicpress/
Description: A customizable theme for publishing comics.
Version: 2.0 BE
Author: Tyler Martin
Author URI: http://mindfaucet.com/
ComicPress 2.0 BE (Blogging Edition)
http://mindfaucet.com/comicpress/
This theme was based on the WordPress default Kubrick theme.
The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/

/* NAVIGATION */

.previous_day, .next_day, .first_day, .last_day {
  display: block;
  height: 17px;
  width: 55px;
  }

.previous_day {
  background-image: url(images/aa-prev.jpg);
  }

.previous_day a {
  background-image: url(images/bb-prev.jpg);
  }

.next_day {
  background-image: url(images/aa-next.jpg);
  }

.next_day a {
  background-image: url(images/bb-next.jpg);
  }

.first_day {
  background-image: url(images/aa-prev.jpg);
  }

.first_day a {
  background-image: url(images/bb-prev.jpg);
  }

.last_day {
  background-image: url(images/aa-next.jpg);
  }

.last_day a {
  background-image: url(images/bb-next.jpg);
  }

/* MAIN SECTIONS */

body {
  margin: 0;
  background: #47605f;
	/* background: #47605f; */
  /*  background: #37363E; */
  /*  background: #1C1C1C; */
  color: #333;
  font: 10px Arial, Sans-Serif;
  text-align: center;
  }

#header {
  margin: 0 auto;
  width: 690px;
  /*  width: 760px; */
  background: #333333;
  }

#headerbar {
  /*  margin: 0 auto; */
  width: 690px;
  /*  width: 760px; */
  height: 27px; 
  background-color: #1D1D1D; 
  /*  background: #080809; */
  /*  background: #FFFFFF; */
  /*  background: #454545; */
  /*  border-top: 1px solid #222222; */
  /*  border-left: 1px solid #222222; */
  /*  border-right: 1px solid #222222; */
  }

#navbars {
  /* padding-top: 5px; */
  /* padding-bottom: 10px; */
	margin: 0px auto;
  width: 700px;
  background-color: #25282b;
	/* background-color: #1D1D1D; */
	/* background-color: #424043;*/
  }

#comic {
  padding-top: 5px;
  padding-bottom: 10px;
  margin: 0px auto;
  width: 700px;
  /*  width: 760px; */
  background-color: #25282b;
	/* background-color: #1D1D1D; */
	/* background-color: #424043; */
  /*  background-color: #080809; */
  /*  background-color: #FFFFFF; */
  /*  border-left: 1px solid #222222; */
  /*  border-right: 1px solid #222222; */
  }

#comic img {
  /* border-top: 1px solid #000000; */
  /* border-left: 1px solid #000000; */
  /* border-right: 1px solid #000000; */
  /* border-bottom: 1px solid #000000; */
  /* background-color: #000000; */
  width: 625px; 
  height: 975px; 
  }

#page {
  margin: 0px auto;
  width: 700px;
  /*  width: 760px; */
  /* background-color: #1D1D1D; */
  background-color: #25282b;
	/*	background-color: #424043; */
	/*  background-color: #080809; */
  /*  background-color: #FFFFFF; */
  text-align: left;
  /*  border-left: 1px solid #222222; */
  /*  border-right: 1px solid #222222; */
  color: #C0C0C0;
  }

#sidebar {
  /*  margin: 0 0 0 465px; */
  /*  margin: 0 0 0 545px; */
  /* padding: 7px 0 10px 10px; */
  padding: 10px 0 10px 10px;
	width: 185px;
  border-left: 1px solid #333333;
  /*  border-left: 2px dotted #C0C0C0; */
  }

#foottop {
  margin: 0;
  width: 690px;
  background-color: #1D1D1D; 
  /*  background-color: #080809; */
  /*  border-bottom: 1px solid #222222; */
  }

#footer {
  margin: 0;
  /*  width: 650px; */
  /*  width: 760px; */
  background-color: #47605f; 
  /*  background-color: #FFFFFF; */
  /*  background-color: #080809;  */
  clear: both;
  text-align: center;
  color: #C0C0C0;
  }

#footer p {
  padding: 20px 0;
  /*  background-color: #37363E; */
  background-color: #1D1D1D; 
  border-top: 1px solid #C0C0C0;
  text-align: center;
  }

#comicarchiveframe {
  margin: 20px 0 10px 0;
  padding: 5px;
  border: 1px solid #333333;
  /*  border: 2px dotted #C0C0C0; */
  }

/* POST STRUCTURE */

.narrowcolumn {
  margin: 0;
  padding: 5px 0px 0px 20px;
  float: left;
  width: 380px;
  margin: 0 0 0 10px;
	background-color: 1px solid #FFFF00;
  /*  width: 500px; */
  }

.blogheader {
  margin: 0;
  padding: 0;
  float: left;
  /* width: 295px; */
	/*  width: 545px; */
  border-bottom: 1px solid #333333;
  /*  border: 2px dotted #C0C0C0; */
  }

#leftcontainer {
  margin: 0;
  padding: 0;
  float: left;
  /* width: 295px; */
	/*  width: 545px; */
  }

.post {
  margin: 0;
  /* text-align: justify; */
  /* border-bottom: 1px solid #222222; */
	/* width: 295px; */
	/* background-color: 1px solid #FF00FF; */
	/* padding-left: 11px; */
	/* padding-right: 11px; */

  }
	
.postbox table {
  vertical-align: top;
  }

.postbox tr {
  vertical-align: top;
  }
	
.postbox td {
  vertical-align: top;
  }
	
.postbanner {
	color: #FFA500;
	font: 16px Verdana;
	font-weight: bold;
	}

.postbanner img {
  /* width: 300px; */ 
	/* padding-left: 5px; */
	/* padding-right: 5px; */
	cellspacing: 0;
  }

.postbanner td {
  /* width: 300px; */  
	background-color: #000000;
  }
	
.postheader {
	font: 14px Verdana;
	font-weight: bold;
	line-height: 16px;
  color: #e9a053;
	/* color: #FFA500; */
  }
	
.postheader a, postheader a:visited {
	text-decoration: none;
	color: #e9a053;
	font-family: verdana;
	}
	
.postheader a:hover {
  text-decoration: none;
		/* color: #e9a053; */
	color: #fb4c39;
	font-family: verdana;
	}
	
.postbod {
  color: #A0A0A0;
  margin: 0;
	padding-top: 5px;
  /* text-align: justify; */
	/* width: 300px; */
  /* font: 10px Arial, Sans-Serif; */
	font: 11px Verdana;
	line-height: 16px;
  }
	
.postbody {
  color: #A0A0A0;
  margin: 0;
	padding-top: 5px;
  /* text-align: justify; */
	/* width: 300px; */
  /* font: 10px Arial, Sans-Serif; */
	font: 11px Verdana;
	line-height: 16px;
  }
	
.postbody img { 
max-width:280px;
max-height:450px;
width: expression(this.width > 280 ? "280px" : true);
height: expression(this.height > 450 ? "450px" : true);
  /* max-width:280px; */
  /* height: auto; */ 
}
	
.postdate {
  /* margin: 0; */
  /* float: right; */
	/* color: #FFA500; */
	color: #e9a053;
	/* color: #657f7f; */
	/* font-weight: bold; */
	text-decoration: none;
  font-family: Verdana;
  }
	
.postauthor {
  /* margin: 0; */
  /* float: right; */
	/* color: #FFA500; */
	color: #e9a053;
	/* color: #657f7f; */
	/* font-weight: bold; */
	text-decoration: none;
  font-family: Verdana;
	/* font: 12px Verdana; */
  }
	
.postmeta {
  text-align: left;
	}
	
.postmeta a, postheader a:visited {
	text-decoration: none;
	color: #e9a053;
	font-family: verdana;
	}
	
.postmeta a:hover {
  text-decoration: none;
	/* color: #e9a053; */
	color: #fb4c39;
	font-family: verdana;
	}

.navibutton {
  text-align: left;
	font-weight: bold;
	}
	
.navibutton a, postheader a:visited {
	text-decoration: none;
	color: #e9a053;
	font-family: verdana;
	}
	
.navibutton a:hover {
  text-decoration: none;
	/* color: #e9a053; */
	color: #fb4c39;
	font-family: verdana;
	}	
	
.narrowcolumn .postmetadata {
  padding-top: 5px;
  }

/* FONTS */

a, .entry p a:visited {
  /*  color: #7F0000; */
  color: #FFA500;
  text-decoration: none;
  font-family: verdana, arial, helvetica;
  }

a:hover {
  /*  color: #7F0000; */
  color: #FFA500;
  text-decoration: underline;
  font-family: verdana, arial, helvetica;
  }

h2 a:hover, h3 a:hover {
  /*  color: #7F0000; */
  color: #FFA500;
  text-decoration: underline;
  font-family: verdana, arial, helvetica;
  }

.headernav {
  margin: -15px 5px -10px 0;
  float: right;
  font-size: 40px;
  font-weight: bold;
  font-family: verdana, arial, helvetica;
  }

.headernav a {
  color: #999999;
  }

.headernav a:hover {
  color: #FFFFFF;
  text-decoration: underline;
  font-family: verdana, arial, helvetica;
  /*  text-decoration: none; */
  }

.blackbar {
  color: #454749; 
	height: 18px;
	margin: 0px;
	padding: 0px 1ex;
	overflow: hidden;
	font-size: 16px;
	font-weight: 150;
	font-family: verdana;
	letter-spacing: 0.5ex;
  }

  
.headerquote {
  font-family: verdana, arial, helvetica;
  padding: 1px;
  /*	color: #333331; */
	color: #454749; 
  /*  color: #FFA500; */ 
  /*  color: #777777; */
  font-size: 10px;
  /*	font-family: 'Courier New', 'Verdana'; */
  text-align: center;
  letter-spacing: 4px;
  }
	
.headerbutton {
  /*  font-family: verdana, arial, helvetica; padding: 1px; */
  /* color: #1D1D1D; */
	color: #383838;
	font-size: 12px; 
	font-weight: bold;
  }
	
.headercomic {
  font-family: verdana, arial, helvetica;
  color: #74787A;
  font-size: 11px; 
	font-weight: bold;
	letter-spacing: 0px;
  }	
	
.headerblah {
  font-family: verdana, arial, helvetica;
  color: #414547;
  font-size: 10px;
  /*	font-size: 12px; */
  /*	font-weight: bold; */
  }	

.headerbutton a{
  text-decoration: none;
  }	
	
.headerbutton a:hover{
	text-decoration: none;
  color: #FB4C39;*/
  }
	
.headerbarlinks {
  /*  padding: 4px 0 0 10px; */
  color: #333333; 
  /*  color: #C0C0C0; */
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  letter-spacing: 4px;
  }

.headerbarlinks a{
  color: #999999;
  /*  letter-spacing: 0; */
  }

.headerbarlinks a:hover{
  color: #FFFFFF;
  text-decoration: none;
  /*  letter-spacing: 0; */
  }

.comicnav {
  padding: 3px 0 0 0;
  font-size: 11px;
  float: right;
  }

.comicnav a {
  color: #333;
  }

.comicnav a:hover {
  color: #FFA500;
  text-decoration: underline;
  /*  color: #FF0000; */
  /*  text-decoration: none; */
  }

.comicdate {
  font-size: 15px;
  font-weight: bold;
  }

#content {
  font-size: 12px;
  }
	
#contenz {
  font-size: 12px;
  }
	
h2.contenz {
  font-size: 19px;
  }

.narrowcolumn .postmetadata {
  text-align: right;
  }

.alt {
  background: #25282B; 
  border-top: 1px solid #25282B; 
  border-bottom: 1px solid #25282B; 
  /*  background: #F7F7F7; */
  /*  border-top: 1px solid #7D7D7D; */
  /*  border-bottom: 1px solid #7D7D7D; */
  }

#sidebar {
  font-family: Verdana, Sans-Serif;
  font-size: 10px;
  }

#sidebar h2 {
  font-family: Verdana, Sans-Serif;
  font-size: 12px;
  }

small {
  font-family: Arial, Sans-Serif;
  font-size: 11px; 
  }

h2, h3 {
  font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
  font-weight: bold;
  }

h1 {
  color: #FFFFFF;
  font-family: Times, Serif;
  font-size: 50px;
  font-weight: normal;
  text-align: left;
  letter-spacing: -2px;
  }

h2 {
  font-size: 19px;
  }

h2.pagetitle {
  font-size: 19px;
  }

h3 {
  font-size: 16px;
  }

.post h3 {
  /*  border-top: 1px solid #666666; */
  /*  border-bottom: 1px solid #666666; */
  /*  border-bottom: 2px solid #7D7D7D; */
  }

h1, h1 a, h1 a:hover, h1 a:visited {
  color: #FFFFFF;
  /*  text-decoration: none; */
  text-decoration: underline;
  }

.description {
  color: #555555;
  font-size: 14px;
  font-style: italic;
  letter-spacing: 2px;
  text-align: left;
  }

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
  text-decoration: none;
  }

.commentlist li, #commentform input, #commentform textarea {
  font-family: Arial, Sans-Serif;
  font-size: 11px;
  }

.commentlist li {
  font-weight: bold;
  overflow: auto;
  }

.commentlist cite, .commentlist cite a {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  }

.commentlist p {
  font-weight: normal;
  text-transform: none;
  }

.commentmetadata {
  font-weight: normal;
  }

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
  color: #7D7D7D; 
  }

code {
  font-family: 'Courier New', Courier, Fixed;
  font-size: 12px;
  }

acronym, abbr, span.caps {
  font-size: 10px;
  }

.latestcomics {
  font-family: Arial, Sans-Serif;
  }

/* TEXT MARGINS */

h1 {
  margin: 0;
  padding: 0 0 0 10px;
  }

.description {
  margin: -3px 0 0 0;
  padding: 0px 0 10px 30px;
  }

h2 {
  margin: 0 0 0 0;
  }

h2.pagetitle {
  margin: 10px 0 0 0;
  padding: 0 0 5px 0;
  text-align: left;
  }

#sidebar h2 {
  margin: 5px 0 0;
  padding: 0;
  }

h3 {
  margin: 10px 0 0; 
  /*  margin: 30px 0 0; */
  padding: 0;
  }

h3.comments {
  margin: 40px auto 20px ;
  padding: 0;
  }

p img {
  padding: 0;
  max-width: 100%;
  }

.navigation {
  margin: 10px 0 30px 0;
  text-align: center;
  display: block;
  }

/* LISTS */

html>body .entry ul {
  margin-left: 0px;
  padding: 0 0 0 30px;
  list-style: none;
  padding-left: 10px;
  text-indent: -10px;
  } 

html>body .entry li {
  margin: 7px 0 8px 10px;
  }

.entry ol {
  margin: 0;
  padding: 0 0 0 35px;
  }

.entry ol li {
  margin: 0;
  padding: 0;
	color: #FF0000;
  }

.postmetadata ul, .postmetadata li {
  display: inline;
  list-style-type: none;
  list-style-image: none;
  }

#sidebar ul, #sidebar ul ol {
  margin: 0;
  padding: 0;
  }

#sidebar ul li {
  /*  margin: 0 0 15px 0; */
  margin: 0 0 0 0; 
  list-style-type: none;
  list-style-image: none;
  }

#sidebar ul p, #sidebar ul select {
  margin: 5px 0 8px;
  }

#sidebar ul ul, #sidebar ul ol {
  margin: 5px 0 0 10px;
  }

#sidebar ul ul ul, #sidebar ul ol {
  margin: 0 0 0 10px;
  }

ol li, #sidebar ul ol li {
  list-style: decimal outside;
  }

#sidebar ul ul li, #sidebar ul ol li {
  margin: 3px 0 0;
  padding: 0;
  }

/* FORMS */

#commentform textarea, #s, #author, #email, #url, select, textarea {
  padding: 1px;
  background: #AAAAAA;
  /*  background: #FFFFFF; */
  color: #080809;
  /*  color: #555555; */
  /*  border: 1px solid #585858; */
  border: 1px solid #BBBBBB;
  }

#commentform #submit, #searchsubmit, #searchsubmitclear, #sortsubmit {
  color: #FFA500;
  /*  color: #7F0000; */
  background: #585858;
  /*  background: #DDDDDD; */
  border: 1px solid #BBBBBB;
  }

#commentform #submit:hover, #searchsubmit:hover, #searchsubmitclear:hover, #sortsubmit:hover {
  color: #FFA500;
  /*  color: #FF0000; */
  background: #787878;
  /*  background: #7F0000; */
  }

#searchsubmitclear {
  margin: 0 0 0 3px;
  }

#commentform #submit {
  margin: 0;
  float: right;
  }

#commentform input {
  margin: 5px 5px 1px 0;
  padding: 2px;
  width: 170px;
  }

#commentform textarea {
  width: 100%;
  }

#commentform p {
  margin: 5px 0;
  }

#sidebar #searchform #s {
  padding: 2px;
  width: 108px;
  }

#sidebar #searchsubmit {
  padding: 1px;
  }

.entry form { /* This is mainly for password protected posts, makes them look better. */
  text-align: center;
  }

select {
  width: 130px;
  }

#sidebar form {
  margin: 0;
  }

/* COMMENTS */

.alt {
  margin: 0;
  padding: 10px;
  }

.commentlist {
  padding: 0;
  text-align: justify;
  }

.commentlist li {
  margin: 15px 0 3px;
  padding: 5px 10px 3px;
  list-style: none;
  }

.commentlist p {
  margin: 10px 5px 10px 0;
  }

.nocomments {
  margin: 0;
  padding: 0;
  text-align: center;
  }

.commentmetadata {
  margin: 0;
  display: block;
  }

/* CALENDAR */

#wp-calendar a {
  text-decoration: none;
  background: #222222;
  }

#wp-calendar caption {
  padding: 15px 0 0 0;
  width: 100%;
  color: #7D7D7D;
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  }

#wp-calendar th {
  font-style: normal;
  text-transform: capitalize;
  }

#wp-calendar {
  margin: 0 auto 0;
  width: 155px;
  empty-cells: show;
  }

#wp-calendar #next a {
  padding-right: 10px;
  text-align: right;
  }

#wp-calendar #prev a {
  padding-left: 10px;
  text-align: left;
  }

#wp-calendar a {
  background: #585858;
  /*  background: #FFEFD5; */
  /*  background: #DDDDDD; */
  display: block;
  }

#wp-calendar a:hover {
  background: #787878;
  /*  background: #FFE4B5; */
  /*  background: #7F0000; */
  }

#wp-calendar td {
  padding: 0;
  text-align: center;
  border: 1px solid #BBBBBB;
  }

#wp-calendar td.pad:hover { /* Doesn't work in IE */
  background-color: #fff; 
  }

/* VARIOUS */

hr {
  height: 2px;
  background-color: #7D7D7D;
  color: #7D7D7D;
  border: 0px;
  }

a img {
  padding: 0;
  border: none;
  }

.center {
  text-align: center;
  }

acronym, abbr, span.caps {
  cursor: help;
  }

acronym, abbr {
  border-bottom: 1px dashed #999;
  }

blockquote {
  margin: 15px 30px 0 10px;
  padding-left: 20px;
  border: 1px solid #ddd;
  border-left: 5px solid #ddd;
  }

blockquote cite {
  margin: 5px 0 0;
  display: block;
  }

/* GREY ROUND BOX */

.spiffy {
  display:block
	}
.spiffy *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#0f1419
	}
.spiffy1 {
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #1b1f23;
  border-right:1px solid #1b1f23;
  background:#14191d
	}
.spiffy2 {
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #222629;
  border-right:1px solid #222629;
  background:#13171c
	}
.spiffy3 {
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #13171c;
  border-right:1px solid #13171c;
	}
.spiffy4 {
  border-left:1px solid #1b1f23;
  border-right:1px solid #1b1f23
	}
.spiffy5 {
  border-left:1px solid #14191d;
  border-right:1px solid #14191d
	}
.spiffyfg{
  background:#0f1419
	}
	
/* ALTERNATE GREY ROUND BOX */

.spirry{display:block}
.spirry *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#2d2b2d}
.spirry1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #28292b;
  border-right:1px solid #28292b;
  background:#2b2a2c}
.spirry2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #25282b;
  border-right:1px solid #25282b;
  background:#2b2a2c}
.spirry3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #2b2a2c;
  border-right:1px solid #2b2a2c;}
.spirry4{
  border-left:1px solid #28292b;
  border-right:1px solid #28292b}
.spirry5{
  border-left:1px solid #2b2a2c;
  border-right:1px solid #2b2a2c}
.spirryfg{
  background:#2d2b2d}
	
/* .spirry {
  display:block
	}
.spirry *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#121212
	}
.spirry1 {
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #1c1e20;
  border-right:1px solid #1c1e20;
  background:#161718
	}
.spirry2 {
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #232528;
  border-right:1px solid #232528;
  background:#151616
	}
.spirry3 {
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #151616;
  border-right:1px solid #151616;
	}
.spirry4 {
  border-left:1px solid #1c1e20;
  border-right:1px solid #1c1e20
	}
.spirry5 {
  border-left:1px solid #161718;
  border-right:1px solid #161718
	}
.spirryfg {
  background:#121212
	} */
	
/* .spirry {
  display:block;
  }
.spirry *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#121212;
  }
.spirry1 {
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #181818;
  border-right:1px solid #181818;
  background:#141414;
  }
.spirry2 {
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #1b1b1b;
  border-right:1px solid #1b1b1b;
  background:#141414;
  }
.spirry3 {
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #141414;
  border-right:1px solid #141414;
  }
.spirry4 {
  border-left:1px solid #181818;
  border-right:1px solid #181818;
  }
.spirry5 {
  border-left:1px solid #141414;
  border-right:1px solid #141414;
  }
.spirryfg {
  background:#121212;
  } */
		
/* BLACK ROUND BOX */

spinny {
  display:block
	}
.spinny *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#000000
	}
.spinny1 {
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #151618;
  border-right:1px solid #151618;
  background:#090a0a
	}
.spinny2 { 
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #212426;
  border-right:1px solid #212426;
  background:#070708
	}
.spinny3 {
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #070708;
  border-right:1px solid #070708;
	}
.spinny4 {
  border-left:1px solid #151618;
  border-right:1px solid #151618
	}
.spinny5 {
  border-left:1px solid #090a0a;
  border-right:1px solid #090a0a
	}
.spinnyfg {
  background:#000000
	}

/* .spirry {
  display:block;
  }
.spirry *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#000000;
  }
.spirry1 {
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #101010;
  border-right:1px solid #101010;
  background:#070707;
  }
.spirry2 {
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #1a1a1a;
  border-right:1px solid #1a1a1a;
  background:#050505;
  }
.spirry3 {
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #050505;
  border-right:1px solid #050505;
  }
.spirry4 {
  border-left:1px solid #101010;
  border-right:1px solid #101010;
  }
.spirry5 {
  border-left:1px solid #070707;
  border-right:1px solid #070707;
  }
.spirryfg {
  background:#000000;
  }*/
	
/* FULL NAVI */

.navi_container {
}

.navi_link {
  float: left;
	text-decoration: none;
/*	padding-left:5px ; */
/*	padding-right:5px ; */
}

/* END */



