@charset "UTF-8";
/* Main Template Pieces */

body {
	background-image: url(../images/bg_fade.jpg);
	background-position: center;
	background-repeat: repeat-y;
}

#header {
	margin: 0px auto;
	margin-top: 15px;
	width: 950px;
	height: 151px;
}

#stage {
	text-align:center;
	margin: 0px auto;
	width: 950px;
}

#stage_single {
	text-align:center;
	margin: 0px auto;
	width: 1050px;
}

#lower {
	margin: 0px auto;
	width: 950px;
}

#footer {
	margin: 0px auto;
	padding-top: 2px;
	text-align: center;
	font-weight: bold;
	width: 461px;
	height: 28px;
	margin-top: 20px;
	margin-bottom: 20px;
	clear: both;
	font-family: Arial;
	font-size: 11px;
	color: #3c3c3c;
}


/* Comic Strip Layout */

#navbar_single {
	margin: 0px auto;
	width: 950px;
	height: 38px;
	background-image: url(../images/navbar_bg_single.png);
}

#navbar_single img {
	margin-left: 10px;
}

#strip {
	margin: 0px auto;
	width: 1050px;
	text-align: center;
	margin-bottom: -30px;
}

#strip img{
	align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 5px;
}

#single_separator {
	margin: 0px auto;
	clear:both;
	width: 950px;
	height: 25px;
	background-image: url(../images/single_separator.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}

#single_side {
	float: right;
	width: 300px;
	height: 775px;
	margin-bottom: 25px;
	background-image: url(../images/single_side_bg.png);
	background-position: top right;
	text-align: center;
}

#single_description {
	text-align: left;
	width: 650px;
	background: url(../images/single_description.png) bottom;
	margin-top: 15px;
	padding-top: 0px;
	float: left;
	padding-bottom: 45px;
}

#single_description h2 {
	margin-top: -15px;
	margin-bottom: 0px;
	background: url(../images/single_description.png) top;
	font-family:Arial;
	position: relative;
	font-weight: normal;
	padding: 20px 25px 0px 25px;
	color: #baba84;
	font-size: 24px;
}

#single_description h3 {
	margin-top: 0px;
	font-family:Arial;
	position: relative;
	font-weight: normal;
	color: #f0f0c7;
	font-size: 11px;
	padding: 0px 25px 5px 27px;
}

#single_description p {
	font-family: Arial;
	padding: 0px 40px 0px 25px;
	color:#FFFFFF;
	font-size: 13px;
}




/* Comic Page Layout */

#navbar_full {
	margin: 0px auto;
	width: 950px;
	height: 38px;
	background-image: url(../images/navbar_bg_full.png);
}

#navbar_full img {
	margin-left: 10px;
}


#page {
	width: 638px;
	float: left;
	text-align: center;
}

#page img{
	align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#full_side {
	float: right;
	width: 312px;
	margin-bottom: -11px;
	background-image: url(../images/full_side_bg.png);
	background-position: top right;
	text-align: center;
}

#full_separator {
	margin: 0px auto;
	clear:both;
	width: 950px;
	height: 47px;
	background-image: url(../images/full_separator.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}

#full_separator img{
	margin-right: 5px;
}

#full_description {
	width: 663px;
	background: url(../images/full_description.png) bottom;
	margin-top: 15px;
	padding-top: 0px;
	float: left;
	padding-bottom: 25px;
}

#full_description h2 {
	margin-top: -15px;
	margin-bottom: 0px;
	background: url(../images/full_description.png) top;
	font-family:Arial;
	position: relative;
	font-weight: normal;
	padding: 20px 25px 0px 25px;
	color: #baba84;
	font-size: 24px;
}

#full_description h3 {
	margin-top: 0px;
	font-family:Arial;
	position: relative;
	font-weight: normal;
	color: #f0f0c7;
	font-size: 11px;
	padding: 0px 25px 5px 27px;
}

#full_description p {
	font-family: Arial;
	padding: 0px 40px 0px 25px;
	color:#FFFFFF;
	font-size: 13px;
}

#full_links {
	width: 287px;
	float: right;
	text-align: center;
}





/* Text and Font Elements */

table h2 {
	font-family:Arial;
	font-weight: bold;
	color: #b65b30;
	font-size: 18px;
	margin-bottom: 0px;
}


h1 {
	margin-top: 25px;
	margin-bottom: 5px;
	font-family:Arial;
	color: #853510;
	font-size: 20px;
}

p {
	font-family: Arial;
	color:#000000;
	font-size: 14px;
}

a:link {
	color: #D69533;
	text-decoration: none;
}

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

td a:link {
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	color:#853510;
	font-size: 12px;
}

td a:visited {
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	color:#b1b179;
	font-size: 12px;
}
	
	


/* Gallery Formatting */


.thumbs{
	margin: 0px auto;
	width: 600px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#off{
	margin: 0px auto;
	display: none;
}

#fan{
	margin: 0px auto;
	display: none;
}

#wall{
	margin: 0px auto;
	display: none;
}






/* Images and Other Page Elements */

#disqus_thread {
	width: 640px;
	margin-top: 25px;
	float: left;
	margin-bottom: 25px;
}

input[type=button] {
	width: 250px; 
	font-size: 12px;
	height: 50px; 
	border: 2px solid; 
	border-color: #853510;
	background: #b1b179; 
	color:#FFFFFF;
}

#story {
	float: left;
	display: none;
	margin: 10px 10px 10px 10px;
	width: 150px;
	height: 150px;
	border: 2px solid;
	border-color: #b1b179;
	background: #FFFFFF;
	color: #000000;
}

#listed {
	display: none;
}

#storyline{
	margin: 0px auto;
	display: none;
	width: 700px;
}


.character {
	margin: 0px auto;
	margin-top: 25px;
	margin-bottom: 20px;
	width: 800px;
	text-align: left;
	display: none;
	clear: both;
}	

.character img{
	float: left;
	margin-right: 25px;
	
}

.character p{
	width: 350px;
	margin-bottom: 0px;
	float: right;
}

.off {
	margin: 0px auto;
	margin-top: 25px;
	margin-bottom: 20px;
	display: none;
	clear: both;
}

.fan {
	margin: 0px auto;
	margin-top: 25px;
	margin-bottom: 20px;
	display: none;
	clear: both;
}	

.wall {
	margin: 0px auto;
	margin-top: 25px;
	margin-bottom: 20px;
	display: none;
	clear: both;
}	


.fadehover {
	float: left;
	width: 100px;
	height: 100px;
	margin: 10px 1px 25px 1px;
}

img.fade {
	height:100px;
	width:100px;
	margin-left:0px;
}

.cosplay_altrows {
  background: #c19245;
  color: #000000;
}

.cosplay_rows {
  background: #baba84;
  color: #000000;
}

.partial {
  background: #c6b4df !important;
  color: #FFFFFF !important;
}

.paid {
  background: #6354a5 !important;
  color: #FFFFFF !important;
}