/*
	Theme Name: ComicPress 3PM
	Theme URI: http://comicpress.org
	Template: comicpress
	Description: Publish a comic with WordPress.  <a href="http://comicpress.org">Visit the ComicPress Website.</a>
	Author: D.S. Peringer
	Author URI: http://3pm.pirotess.co.uk
	Version: 1.0
	.
	The CSS, XHTML and design is released under GPL v3:
	 
	http://www.opensource.org/licenses/gpl-3.0.html
	 
	.
*/
@import url ("../comicpress/style.css");
BODY {
 margin: 0;
 padding: 0;
 border: 0;
 background: #FFCC88 top center;
 background-repeat: no-repeat;
 color: #000000;
}
form {
    padding: 0px;
  DISPLAY:inline;
}
.comicimage{
max-width:1003px;
}
.404lol{
position:absolute;
z-index:9500;
background: #FFFFFF;
text-align: center;
left:50%;
height:100%;
width:100%;
}

li.comment p { 
width: 40%;
}
.archive-dropdown-wrap{
text-align:center;
}
.nav {
position:relative;
width: 100%;
}

.shop {
position:relative;
margin-left: 90%;
top: 50px;
z-index:5000;
}

.comica {
margin-top: 3%;
text-align: center;
}
.nav table {
margin-left: auto;
margin-right: auto;
}

td.navtab {
background-image: url(images/bgnav.png);
background-repeat: no-repeat;
}

#first {
background-image : url(images/first_n.png) ;
}
#first:hover {
background-image : url(images/first_a.png) ;
}

#previous {
width : 81px;
height : 30px;
background-image : url(images/previous_n.png);
}
#previous:hover {
background-image : url(images/previous_a.png);
}

#archive {
width : 81px;
height : 30px;
backgroun-position: 0 0;
background-image : url(images/archive_n.png) ;
}
#archive:hover {
background-image : url(images/archive_a.png) ;
}


#random {
width : 81px;
height : 30px;
background-image : url(images/random_n.png) ;
}
#random:hover {
background-image : url(images/random_a.png) ;
}
#next {
width : 81px;
height : 30px;
background-image : url(images/next_n.png) ;
}
#next:hover {
background-image : url(images/next_a.png);
}
#last {
width : 81px;
height : 30px;
background-image : url(images/last_n.png);
}
#last:hover {
background-image : url(images/last_a.png);
}

a.lol:link, a.lol:visited, a.lol:hover {
text-decoration: none;
padding:0 0 0 0;
margin: 0 0 0 0;
}

a:link, a:visited  {
padding:0 0 0 0;
margin:0 0 0 0;
text-decoration: underline; 
color: #660000;
}

 
a:hover {
padding:0;
margin:0 auto;
color: #000000; 
text-decoration: none;
}

table.share {
border-width: 2px;
border-spacing: 5px;
border-color: black;
border-style: solid;
z-index:901;
}

.topbar {
position:absolute;
text-align: right;
top: 5px;
right: 10px;
}

.banner {
position:absolute;
top: 30px;
left: 50px;
z-index: 1000;
background: transparent;
}


textarea {
	background: #eee;
	border-color: black;
	border-style: solid;
	border-width: thin;
	padding: 3px;
}
input{
background: #eee;
	border-color: black;
	border-style: solid;
	border-width: thin;
	padding: 3px;
}
.lol{
background: transparent;
	border:0px;
	padding: 3px;
}


.contentlol {
position:absolute;
top:10%;
left: 50%;
overflow: visible;
background: #FFFFFF;
margin-left: -45%;
width: 90%;

}

.archivelol {
position:absolute;
top:10%;
left: 50%;
overflow: visible;
background: #FFFFFF;
margin-left: -45%;
width: 90%;
}
.archive2lol {
position:relative;
left: 30%;
}

.share {
z-index: 900;
position:relative;
right:10px;
font-size:10px;
}

.comment {
z-index: 870;
position:relative;
left: 20px;
}
.footerb {
position:fixed;
width:100%;
height: 30px;
background: #FFCC88;
bottom: 0px;
z-index:2000;
}

.footerl {
position:fixed;
left: 10%;
bottom: 5px;
font-size:10px;
background: #FFCC88;
z-index:2001;

}

.footerr {
position:fixed;
right: 10%;
bottom: 5px;
font-size:10px;
background: #FFCC88;
z-index:2001;

}



* {
margin: 0;
padding: 0;
border: none;
}

.url {
width: 95%;
border: solid 1px #888888;
}

