@charset "utf-8";
/* CSS Document */

* { margin: 0; padding: 0;}
body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 100%;
margin: auto;
background-image: url(../images/bg.jpg);
background-repeat: repeat-x;
background-color: #000000;
}

.container {
width: 1024px;
margin: auto;
}


.header {
padding-top: 10px;
}

.topnav {
float: left;

background:url(../images/topnav.png); background-repeat: no-repeat;
height: 45px;
width: 1024px;
z-index: 10000;
clear: both;

}
.topnav ul {
padding-left: 33px;
}

.topnav li {
display: block;
float: left;
color:#FFFFFF;
font-size: 14px;
font-weight: bold;
width: 195px;
padding-left: 15px;
padding-top: 5px;
}
.topnav li a {
color:#FFFFFF;
font-size: 14px;
font-weight: bold;}

.topnav li a:hover {
color:#00FF00;
}

/*#login {
padding-top: 5px;
}

#login a {
color:#FFFFFF;
font-size: 16px;
font-weight: bold;
margin-top: 15px;
padding-left: 25px;
}
#login a:hover {
color:#00FF00;
}


#search {
padding-top: 3px;
}
#search a {
color:#FFFFFF;
font-size: 16px;
font-weight: bold;
margin-top: 15px;
padding-left: 145px;
}
#search a:hover {
color:#00FF00;
}*/
/*#login a {width: 135px; background-image: url(../images/login.png); height: 45px; display: block; text-decoration: none;}
#login a:hover {width: 135px; background-image: url(../images/loginhigh.png); height: 45px; display: block; text-decoration: none; background-repeat: no-repeat;}

#search a {width: 168px; background-image: url(../images/search.png); height: 45px; display: block; text-decoration: none;}
#search a:hover {width: 168px; background-image: url(../images/searchhigh.png); height: 45px; display: block; text-decoration: none; background-repeat: no-repeat;}*/

#content {
width:1024px;
float: left;
background:url(../images/middle.png) repeat-y;
z-index: 0;
margin-left: -45px;
}
#mainwarp {
width: 213px;
background: url(../images/navbg.jpg);
background-repeat: repeat-y;
margin-left: 45px;
}
.nav {
width: 208px;
margin-left: 50px;
float: left;
height: 100%;
font-size: 20px

}

.nav ul {
list-style:none;
width: 210px;
margin-top: -20px;
padding-left: 25px;
font-size: 16px;
}
.nav a {
font-size: 16px;
}

.sub {
padding-top: 10px;
font-size: 18px;
margin-left: 30px;



}
.top_blurp {
width: 640px;
padding: 30px 80px 30px 0;
float: right;
}


#main_table {
width:700px;
float: right;
}

.main_table  tr{
margin-bottom: 10px;
}
.comic_title {
color: #183601;
font-size: 20px;
}
.admin {
width: 610px;
}

.bottom {
float: left;
width: 1024px;
margin: auto;

}
.footer {
color: #00FF00;
text-align: center;
width: 1024px;
padding-bottom: 20px;
}


.footer a {
color:#00CC00;
}
.footer a:visited {
color:#00CC00;
}

/*all set clearing method*/
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
a:link {
color: #183601;
text-decoration: none;
}

a:visited {
color: #183601;
text-decoration: none;
}


.clearfix {display: inline-block;}
* html . clearfix {height: 1%;}
.clearfix {display: block;}



/*ADMIN  CSS*/
/***********************************/
.search th{
border: solid; border-bottom: 1; border-left: 0; border-right: 0; border-top: 0;
height: 35px;
}

.search td{
border: solid thin; border-bottom: 0.5; border-left: 0; border-right: 0; border-top: 0;
padding: 10px;
}
 
.main_table form input {
margin-left: 100px;
color: red;
}



/*ADMIN  CSS*/
/***********************************/
.edit {
padding-left: 70px;
}

.edit td{

padding: 10px;
}
 




/*CONTACT US CSS*/
/**********************************

Use: Reset Styles for all browsers
Author: Nick Rigby

***********************************/
	

	
/* Links
------------------------------*/

a, a:link {}
a:visited {}
a:hover {}
a:active {}

/* Forms
------------------------------*/


	
fieldset { border: 1px solid #000; }

legend {
	color: #000;
	}

input, textarea, select {

	padding: 1px;
	font-size: 100%;
	font-family: inherit;
	}
	


p { margin: 10px 0; }
	
.sr {
	position: absolute;
	left: -9999em;
	top: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
	}
	
	form.cmxform {
	width: 370px;

	color: #333;
	}
	
form.cmxform legend { padding-left: 0; }
	
form.cmxform legend,
form.cmxform label { color: #333; }

form.cmxform fieldset {
	border: none;
	border-top: 1px solid #C9DCA6;
	background: url(cmxform-fieldset.gif) left bottom repeat-x;
	}
	
form.cmxform fieldset fieldset { background: none; }
	
form.cmxform fieldset li {
	padding: 5px 10px 7px;
	background: url(cmxform-divider.gif) left bottom repeat-x;
	}
	
.red { color:#FF0000; font-size: 70%;}
