/*
Theme Name: ComicPress Pomp Fiction
Theme URI: http://pompfiction.com
Template: comicpress
Description: Publish a comic with WordPress.  <a href="http://comicpress.org">Visit the ComicPress Website.</a>
Author: Fyuvix, Philip M. Hofer
Author URI: http://frumph.net
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");

/* STANDARD TAGS */

#comic img { margin: 0; }
#page-wide { background: url('/images/backgroundwhite.png') top center repeat-y; }
body { background-color:#e3ddd1; background-image: none; }

#wp-paginav { background-color: #9c5e69; background-image: none; }
#paginav .paginav-current, #paginav .current { background-color: #9c5e69; background-image: none; border: 0; }
#paginav li:hover a { background-color: #9c5e69; background-image: none; border: 0; }
.button, .button:hover { background-color: #9c5e69; background-image: none; }

/* font colors */
a {
	color: #77464f;
	text-decoration: none;
	}

  	a:hover {
		color: #ed0630;
		}
h1, h1 a, h1 a:hover {
	padding: 10px 0 0 0;
	margin: 0;
	color: #77464f;
	font-size: 60px;
	font-family: 'Georgia', serif;
	font-weight: normal;
	line-height: 50px;
	text-decoration: none;
	letter-spacing: -4px;
	font-variant: small-caps;
	}
h2, h2 a, h2 a:hover {
	margin: 0;
	color: #77464f;
	font-weight: bold;
	letter-spacing: -1px;
	font-size: 24px;
	}
	
	h2.pagetitle, h2.pagetitle a {
		padding: 0 0 5px 0;
		margin: 0 0 20px 0;
		font-family: 'Georgia', serif;
		font-size: 32px;
		font-weight: normal;		
		letter-spacing: -2px;
		}
h3, h3 a, h3 a:hover {
	padding: 0;
	margin: 0;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	color: #77464f;
	text-decoration: none;
	clear: both;
	letter-spacing: -1px;
	}
/* ROLLOVERS */
/* original art */
a.rolloriginal, rolloriginal { width:400px;   height: 50px; display: inline-block;  background: url('/images/original.png') no-repeat; }
a.rolloriginal:hover { background-position: -400px 0; }
/* fanart */
a.rollfanart, rollfanart { width:400px;   height: 50px; display: inline-block;  background: url('/images/fanart.png') no-repeat; }
a.rollfanart:hover { background-position: -400px 0; }

/* Add Image to Header AND make it clickable back to home - adjust height width and location of image*/
#header {
width: 980px; 
height: 104px; 
background: url('images/header.jpg') top center no-repeat; 
overflow: hidden;
}

/*Template Edits for Static Homepage*/

.home2 #header2, .home2 #footer2 { display: none; }

.home2 #page-wide2 { 
	width: 780px;
	background-image: url('/images/background_home.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	height: 881px;
	padding-top: 10px; 
}

.home2 #text-393824249 {
	width: 760px;
	height: 160px;
	margin: 0 auto;
}

a.home-comics {
	background: url('/images/title_comics.png') top left no-repeat;
	height: 79px;
	width: 276px;
	display: inline-block;
	float: left;
}

a.home-comics:hover {
	background-position: -276px 0;
}

.archive-dropdown { width: 190px; }
