/*
Theme Name: ComicPress V
Theme URI: http://comicpress.org
Description: Publish a comic with WordPress. Vertical Edition. <a href="http://comicpress.org">Visit the ComicPress Website.</a>
Author: Tyler Martin
Author URI: http://mindfaucet.com/
Version: 2.7
.
The CSS, XHTML and design is released under GPL v3:
http://www.opensource.org/licenses/gpl-3.0.html
.
*/


/* STANDARD TAGS */

body {
	margin: 0;
	color: #ccc;
	font-size: 12px;
	font-family: 'Arial', sans-serif;
	text-shadow: #000 0 0 0; /* Lighten Safari's heavy fonts */
        background-color: #845158;
        background-image: url(/assets/images/back_checkerboard.gif);
        background-position: top left;
	background-repeat: repeat;
	}

a {
	color: #cc6699;
	text-decoration: none;
	}

  	a:hover {
		color: #ffffff;
		}

	a:focus {
		outline: none;
		}

	a img {
		border: none;
		}

p {
	margin: 12px 0;
	}

img {
	max-width: 100%;
	padding: 0;
	}

small {
	font-size: 11px;
	}

hr {
	height: 1px;
	color: #333;
	background-color: #333;
	border: 0px;
	}

blockquote {
	margin: 10px;
	padding: 5px 10px 5px 20px;
	border-width: 1px 1px 1px 5px;
	border-style: solid;
	border-color: #333;
	}

	blockquote cite {
		margin: 5px 0 0;
		display: block;
		}

cite {
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	}

code {
	padding: 10px;
	display: block;
	font-family: 'Courier New', monospace;
	border: 1px dotted #333;
	overflow: scroll;
	}

acronym, abbr, span.caps {
	cursor: help;
	}

	acronym, abbr {
		border-bottom: 1px dashed #000;
		}

form {
	margin: 0;
	}



/* HEADINGS */

h1, h1 a, h1 a:hover {
	padding: 10px 0 0 0;
	margin: 0;
	color: #fff;
	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-top: 20px;
        margin-left: 0px;
	color: #fff;
	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 {
	padding: 0;
	margin-top: 60; margin-bottom: 0px;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	color: #ffffff;
	text-decoration: none;
	clear: both;
	letter-spacing: -1px;
	}
.h3_character {
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	color: #ffffff;
	text-decoration: none;
	clear: both;
	letter-spacing: -1px;
	}

h3 a {
        color: #cc6699;
}

h3 a:hover {
        color: #ffffff;
}



/* THE PAGE WRAPPER */
/* Change this width to set the entire site's width - increase/reduce #column width by the same amount */

#page {
	width: 800px;
	margin: 0px auto;
        background-color: #000000;
	}



/* THE HEADER */

#header {
	text-align: center;
	}

	.description {
		padding: 0 0 10px 0;
		font-size: 14px;
		font-style: italic;
		letter-spacing: 2px;
		}



/* THE MENU */

#menubar {
	background: #000;
	zoom: 1; /* IE fix, allows for variable height menu  */
	}

#menunav {
	float: right;	
	}

	#menunav a  {
		width: 25px;
		height: 25px;
		display: block;
		float: left;
		color: #fff;
		font-size: 19px;
		font-weight: bold;
		line-height: 25px;
		text-align: center;
		border-left: 1px solid #333;
		}

		#menunav a:hover {
			background: #333;
			}

#menu {
    padding: 0;
    margin: 0;
	list-style: none;
    float: left;
    line-height: 25px;
	font-size: 12px;
	text-transform: uppercase;
    }

	#menu a {
		padding: 0px 5px;
		display: block;
		color: #fff;
		text-decoration: none;
		border-right: 1px solid #333;
		}

	#menu li {
		float: left;
		}

	#menu li:hover a, #menu li.sfhover a {
	    color: #fff; /* Main menu highlighted text color */
	    }

	#menu li:hover, #menu li.sfhover {
           background: #333;
	    }
	
	/* For submenu dropdowns - this order must be maintained */

	#menu ul {
		padding: 0;
		margin: 0;
		list-style: none;
		position: absolute;
		left: -9999px;
		width: 151px;
		line-height: 1;
		border-top: 1px solid #fff;
		}
	#menu li li {
		width: 150px;
		margin: 0 0 0 -1px;
		border-width: 0 1px 1px 1px;
		border-color: #fff;
		border-style: solid;
		}
	#menu li li a {
		width: 139px;
	    padding: 4px 5px;
		color: #fff;
		border: none;
		}
	#menu li ul ul {
	    margin: -21px 0 0 151px;
	    }
	#menu li ul li:hover a, #menu li ul li li:hover a, #menu li ul li li li:hover a, #menu li ul li li li:hover a {
	    color: #fff; /*Submenu highlighted text color */
	    }
	#menu li:hover li a, #menu li li:hover li a, #menu li li li:hover li a, #menu li li li li:hover li a  {
	    color: #fff; /*Submenu text color */
	    }
	#menu li li:hover {
	    background: #f00; /*Submenu highlighted background color */
	    }
	#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li:hover ul ul ul ul, #menu li.sfhover ul ul, #menu li.sfhover ul ul ul, #menu li.sfhover ul ul ul ul {
	    left: -9999px;
	    }
	#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li li li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul, #menu li li li.sfhover ul, #menu li li li li.sfhover ul {
	    left: auto;
	    background: #222; /*Submenu background color */
		text-transform: none;
	    }



/* THE COMIC */

#comic {
	padding: 0px 0;
	text-align: center;
	}



/* THE FOOTER */

#footer {
	padding: 20px 0;
	text-align: center;
	}



/* NAVIGATION */

#nav_wrapper {
           width: 563px; height: 47px;
	   padding-top: 0px; padding-left: 10px;
           margin-top: 10px;
           font-weight: bold;
           color: #fff;
           background: url("/assets/images/back_comicnav.jpg") top left no-repeat;

}

#nav_wrapper_text {
           padding-top: 15px;
           float: left;
}

#nav_wrapper_text a {
	color: #ffffff;
	text-decoration: none;
	}

  	#nav_wrapper_text a:hover {
		color: #cc6699;
		}

	#nav_wrapper_text a:focus {
		outline: none;
		}

	#nav_wrapper_text a img {
		border: none;
		}

.nav {	
	float: right;
	font-size: 12px;
	font-weight: bold;
	}
	
	.nav-first {
		padding: 0 5px 0 0;
		float: left;
		border-right: 1px solid #000;
		}
#nav-first_button {
	margin:0;
        float: right;
        padding-right: 0px;
	}

#nav-first_button a {
	display:block;
	width:47px; height:47px;
	margin:0; padding:0;
	background: url("/assets/images/comicnav_first.gif") top left no-repeat;
	text-decoration: none;
	}
#nav-first_button a span { display:none }
	
	.nav-previous  {
		padding: 0 5px;
		float: left;
		}
#nav-previous_button {
	margin:0;
        float: right;
        padding-right: 20px;
	}

#nav-previous_button a {
	display:block;
	width:28px; height:47px;
	margin:0; padding:0;
	background: url("/assets/images/comicnav_back.gif") top left no-repeat;
	text-decoration: none;
	}
#nav-previous_button a span { display:none }
	
	.nav-next  {
		padding: 0 5px;
		float: left;
		border-right: 1px solid #000;
		border-left: 1px solid #000;
		}

#nav-next_button {
	margin:0;
        float: right;
        padding-right: 0px;
	}

#nav-next_button a {
	display:block;
	width:28px; height:47px;
	margin:0; padding:0;
	background: url("/assets/images/comicnav_next.gif") top left no-repeat;
	text-decoration: none;
	}
#nav-next_button a span { display:none }
		
	.nav-last {
		padding: 0 0 0 5px;
		float: left;
		}
#nav-last_button {
	margin:0;
        float: right;
        padding-right: 0px;
	}

#nav-last_button a {
	display:block;
	width:65px; height:47px;
	margin:0; padding:0;
	background: url("/assets/images/comicnav_last.gif") top left no-repeat;
	text-decoration: none;
	}
#nav-last_button a span { display:none }

.nav-blog {
	color: #000;
	font-size: 12px;
	font-weight: bold;	
	float: right;
	}
	
	.nav-blog-previous {
		padding: 0 5px 0 0;
		float: left;
		}
		
	.nav-blog-next {
		padding: 0 0 0 5px;
		float: left;
		border-left: 1px solid #000;
		}

.pagenav {
	padding: 40px 20px 0 20px;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	clear: both;
	}

	.pagenav-left {
		float: left;
		}

	.pagenav-right {
		float: right;
		}

.nav a, .pagenav a, .nav-blog a {
	display: block;
	float: left;
	color: #fff;
	}

	.nav a:hover, .pagenav a:hover, .nav-blog a:hover {
		color: #cc6699;
	        text-decoration: underline;
		}



/* POSTS - PAGES */

#column {
	width: 600px;
	padding: 0px 0 0px 0;
	float: left;
	overflow: hidden;
        text-align: justify;
	}

.post, .post-comic, .post-page {
	padding: 0 20px;
	}

.post-head, .post-page-head, .post-comic-head {
	}
	
.post-foot, .post-comic-foot, .post-page-foot {
	margin: 0 0 40px 0;
	height: 10px;
	overflow: hidden;
	}
	
	.comicdate {
		font-size: 14px;
		}

	.postdate {
		font-size: 11px;
		}

.more-link {
	border-top: 1px dashed #000;
	font-style: italic;
	display: block;
	clear: both;
	}
		
.tags {
	font-size: 11px;
	clear: both;
	}

.comment-link {
	font-family: 'Georgia', serif;
	font-size: 16px;
	text-align: right;
	}

.comment-link-comic {
	font-family: 'Georgia', serif;
	font-size: 16px;
	text-align: right;
        padding-top: 15px;
	}



/* THE BLOG HEADER */

#blogheader {
	font-family: 'Georgia', serif;
	padding: 25px 0 25px 20px;
	font-size: 32px;
	letter-spacing: -2px;
	border-top: 1px solid #000;
	}



/* COMMENTS */

.comment-wrap{
	padding: 0 20px;
	}

	.comment-wrap h3 {
		margin: 0;
		padding: 20px 0 0 0;
		font-weight: normal;
		font-size: 20px;
		clear: both;
		font-family: 'Georgia', serif;
		}

.comment {
	padding: 10px;
	margin: 10px 0 0 0;
	clear: both;
	border: 1px solid #333;
	min-height: 64px;
	}

	.comment .comment  {
	border: 1px dotted #333;
	}

.comment-author {
	display: inline;
	}

.comment-meta {
	display: inline;
	padding: 0 0 0 5px;
	margin: 0 0 0 2px;
	border-left: 1px solid #000;
	}

.says {
	display:none;
	}

.avatar {
	margin: 0 10px 0 0;
	float: left;
	}

#comment {
	width: 100%;
	font-size: 12px;
	font-family: 'Arial', sans-serif;
	}

#author, #email, #url {
	width: 200px;
	font-size: 12px;
	font-family: 'Arial', sans-serif;
	}

#submit {
	margin: 0 0 20px 0;
	float: right;
	}

ol.commentlist {
	margin: 0;
	padding: 0;
	font-size: 11px;
	list-style: none;
	}

	ol.commentlist p {
		margin: 10px 0 0 74px;
		}

ul.children {	
	margin: 0;
	padding: 0;
	list-style: none;
	}

.reply {
	padding: 10px 0 0 0;
	text-align: right;
	}



/* ARCHIVE */  
/* For the built-in WordPress archive pages (by month or category) as well as search result pages */  

.comicarchiveframe {
	padding: 5px;
	background: #000;
	opacity: 0.99;
	filter: alpha(opacity=99);
	}
 
	.comicarchiveframe:hover {
		opacity: 0.70;
		filter: alpha(opacity=70);
		}

	.comicarchiveframe h3 {
		margin: 0;
		}

	.comicarchiveframe a small {
                display: block;
		color: #fff;
		}

.archive-year {
	font-size: 48px;
	}

.archive-yearlist {
	padding: 0 0 10px 0;
	font-size: 14px;
	}



/* SIDEBAR */

#sidebar {
	width: 190px;
	padding: 0px 0;
	float: left;
	font-size: 11px;
	overflow: hidden;
        margin: 0 0 0 10px;
        background: url("/assets/images/sidebar_bottom.jpg") top left no-repeat;
	}

#sidebar h2, #sidebar h2 a {
	color: #fff;
	font-family: 'Georgia', serif;
	font-weight: normal;
	font-size: 18px;
	text-align: center;
	text-transform: lowercase;
	letter-spacing: -1px;
        width: 100%;
        background-color: #000;
        text-align: center;
	}


#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#sidebar_link {
	margin-left: 20px;
        margin-top: 5px;
	padding: 0;
	}

#sidebar_link a {
	color: #fff;
	text-decoration: none;
	}

  	#sidebar_link a:hover {
		color: #cc6699;
		}


#sidebar_link_ad {
	margin-left: 20px;
        margin-top: 0px;
	padding: 0;
	}

#sidebar_link_ad a {
	color: #fff;
	text-decoration: none;
	}

  	#sidebar_link_ad a:hover {
		color: #cc6699;
		}

		
			
/* WIDGETS */

.random-comic-icon {
	padding: 0 5px;
	color: #fff;
	background: #000;
	}

.comic-bookmark {
	margin: 0 0 10px 5px;
	}

.archive-dropdown {
	max-width: 100%;
	}



/* CALENDAR */

#wp-calendar {
	width: 165px;
	margin: 0 0 0 5px;
	}

#wp-calendar th {
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	}

#wp-calendar caption {
	font-family: 'Georgia', sans-serif;
	font-size: 18px;
	letter-spacing: -1px;
	font-variant: small-caps;
	}

#wp-calendar td {
	min-width: 20px;
	padding: 0;
	text-align: center;
	border: 1px solid #000;
	}

#wp-calendar a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	}

	#wp-calendar a:hover {
		color: #fff;
		background: #000;
		}



/* SEARCH */

#s {
	width: 140px;
	margin: 0;
	padding: 2px;
	font-size: 12px;
	font-family: 'Arial', sans-serif;
	}

#searchsubmit {
	padding: 0 5px;
	font-size: 12px;
	font-family: 'Arial', sans-serif;
	}



/* GALLERY */

.gallery-image {
	width: 518px;
	border: 1px solid #000;
	overflow: hidden;
	background: #000;
}

.gallery-caption {
	font-size: 11px;
	}
	
	.gallery-caption  p {
		width: 510px;
		padding: 5px;
		margin: 0;
		text-align: center;
		color: #fff;
		background: #000;
		}

.imagenav-wrap {
	margin: 5px 0 0 0;
	}

.imagenav {
	width: 77px;
	height: 77px;
	float: left;
	overflow: hidden;
	}

.imagenav-center {
	width: 344px;
	height: 65px;
	margin: 0 5px;
	padding: 10px 5px 0 5px;
	float: left;
	color: #000;
	text-align: center;
	border: 1px solid #000;
	overflow: hidden;
	}

.imagetitle {
	color: #000;
	font-size: 18px;
	}

.imagenav-bg {
	width: 75px;
	height: 75px;
	position: absolute;
	z-index: 0;
	background: #ddd;
	border: 1px solid #000;
	overflow: hidden;
	}

	.imagenav-bg img {
		width: 75px;
		height: 75px;
		}

.imagenav-arrow {
	width: 75px;
	height: 75px;
	position: absolute;
	z-index: 1;
	color: #fff;
	font-size: 80px;
	font-weight: bold;
	line-height:75px;
	text-align: center;
	border: 1px solid #000;
	float: left;
	}

.imagenav-link {
	width: 75px;
	height: 75px;
	position: absolute;
	z-index: 2;
	border: 1px solid #000;
	float: left;
	overflow: hidden;
	}

	.imagenav-link img {
		width: 75px;
		height: 75px;
		opacity: 0.50;
		filter: alpha(opacity=50);
		}

			.imagenav-link img:hover {
				opacity: 0.00;
				filter: alpha(opacity=0);
				}



/* POSTED IMAGES  */

.wp-caption  p {
	margin: 5px 0;
	line-height: 11px;
	font-size: 11px;
	}

.aligncenter {
	margin: 0 auto;
	display: block;
	}

.alignright {
	margin: 10px 0 10px 10px;
	display: inline;
	float: right;
	}

.alignleft {
	margin: 10px 10px 10px 0;
	display: inline;
	float: left
	}



/* TRANSCRIPT */

#transcript {
	padding: 0 10px;
	font-size: 11px;
	border-left: 4px dotted #000;
	border-right: 4px dotted #000;
	}

	.transcript-border {
		padding: 0 5px;
		margin: 15px 0;
		border: 1px solid #000;
		background: #fff;
		clear: both;
		}

	a.transcript-title {
		padding: 0 0 5px 0;
		margin: 0 0 5px 0;
		display: block;
		font-family: 'Georgia', serif;
		font-style: italic;
		font-size: 16px;
		letter-spacing: -1px;
		border-bottom: 1px dashed #000;
		}

		#transcript-content {
			font-family: 'Courier New', monospace;
			overflow: hidden;
			}

#s-transcript {
	width: 140px;
	margin: 0;
	padding: 2px;
	font-size: 12px;
	font-family: 'Georgia', serif;
	font-style: italic;
	}

	#searchsubmit-transcript {
		padding: 0 5px;
		font-size: 12px;
		font-family: 'Arial', sans-serif;
		}



/* STORYLINES */

.storyline-cats {
	padding: 0;
	margin: 0;
	list-style: none;
	}

.storyline-cats li {
	display: inline;
	}

	li.storyline-root {
		display: none;
		}



/* CLEAR FLOATS */

.clear {
	clear: both;
	}



/* CLEAR MARGINS */
/* Used with BR for clearing paragraph margins for Safari, Chrome - avoid background gaps */

.clear-margins { 
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	}


/* MY CUSTOM STYLES */

#pr_back_gradient {
	width:100%; height:660px;
	margin:0; padding:0;
	background: url("http://paul-reveres.com/assets/images/back_gradient.jpg") top left repeat-x;
	text-decoration: none;
	}

#pr_logo {
	margin:0; padding:0;
	position: relative;
	}

#pr_logo a {
	display:block;
	width:800px; height:261px;
	margin:0; padding:0;
	background: url("/assets/images/top_banner.jpg") top left no-repeat;
	text-decoration: none;
	}
#pr_logo a span { display:none }


#pr_music {
	width:190px;
        height:251px;
        text-align: center;
	}

#pr_music_song {
	width:190px;
        height:52px;
        text-align: center;
        background: url("/assets/images/music_bottom.jpg") top left no-repeat;
        color: #fff;
	font-size: 12px;
	}

/* Sidebar NAV: Buttons */
#sidebar_buttons {
       width:190px;
       height:57px;
       position: relative;
}

#vote_button {
	margin:0; padding:0;
	position: absolute;
	top: 0px;
	left: 0px;
	}

#vote_button a {
	display:block;
	width:58px; height:57px;
	margin:0; padding:0;
	background: url("/assets/images/s_1.gif") top left no-repeat;
	text-decoration: none;
	}
#vote_button a:hover {
	background-image: url("/assets/images/s_1_on.gif");
	}
#vote_button a span { display:none }

#rss_button {
	margin:0; padding:0;
	position: absolute;
	top: 0px;
	left: 58px;
	}

#rss_button a {
	display:block;
	width:41px; height:57px;
	margin:0; padding:0;
	background: url("/assets/images/s_2.gif") top left no-repeat;
	text-decoration: none;
	}
#rss_button a:hover {
	background-image: url("/assets/images/s_2_on.gif");
	}
#rss_button a span { display:none }


#twitter_button {
	margin:0; padding:0;
	position: absolute;
	top: 0px;
	left: 99px;
	}

#twitter_button a {
	display:block;
	width:41px; height:57px;
	margin:0; padding:0;
	background: url("/assets/images/s_3.gif") top left no-repeat;
	text-decoration: none;
	}
#twitter_button a:hover {
	background-image: url("/assets/images/s_3_on.gif");
	}
#twitter_button a span { display:none }


#da_button {
	margin:0; padding:0;
	position: absolute;
	top: 0px;
	left: 140px;
	}

#da_button a {
	display:block;
	width:50px; height:57px;
	margin:0; padding:0;
	background: url("/assets/images/s_4.gif") top left no-repeat;
	text-decoration: none;
	}
#da_button a:hover {
	background-image: url("/assets/images/s_4_on.gif");
	}
#da_button a span { display:none }

#wallpaper_block {
	width:200; height: 400px;
	padding: 0px;
        margin: 0px 0 0px 20px;
        float: left;
        display: inline;
	}
#wallpaper_block ul {
	margin: 20px 0 0px 0px;
	padding: 0;
	list-style: none;
	}

	#wallpaper_block ul li {
		margin: 0 0 6px 0px;
		padding: 0;
		}

			#wallpaper_block ul li ul li a {
                                display: block;
				text-decoration: none;
				border-bottom: 1px dotted #333;
				}

				#wallpaper_block ul li ul li a:hover {
					border-bottom: 1px solid #333;
					}

/* TOP NAV: Buttons */
#nav_new {
       width:588px;
       height:29px;
       position: relative;
       margin-left: 12px;
}

#nav_new ul li {
       padding: 0px; margin: 0px;
       list-style: none;
}

#nav_home {
	margin:0; padding:0;
	position: absolute;
	top: 0px;
	left: 0px;
	}

#nav_home a {
	display:block;
	width:60px; height:29px;
	margin:0; padding:0;
	background: url("/assets/images/nav/nav_01.gif") top left no-repeat;
	text-decoration: none;
	}
#nav_home a:hover {
	background-image: url("/assets/images/nav/nav_on_01.gif");
	}
#nav_home a span { display:none }

#nav_about {
	margin:0; padding:0;
	position: absolute;
	top: 0px;
	left: 60px;
	}

#nav_about a {
	display:block;
	width:85px; height:29px;
	margin:0; padding:0;
	background: url("/assets/images/nav/nav_02.gif") top left no-repeat;
	text-decoration: none;
	}
#nav_about a:hover {
	background-image: url("/assets/images/nav/nav_on_02.gif");
	}
#nav_about a span { display:none }

#nav_characters {
	margin:0; padding:0;
	position: absolute;
	top: 0px;
	left: 145px;
	}

#nav_characters a {
	display:block;
	width:126px; height:29px;
	margin:0; padding:0;
	background: url("/assets/images/nav/nav_03.gif") top left no-repeat;
	text-decoration: none;
	}
#nav_characters a:hover {
	background-image: url("/assets/images/nav/nav_on_03.gif");
	}
#nav_characters a span { display:none }

#nav_archives {
	margin:0; padding:0;
	position: absolute;
	top: 0px;
	left: 271px;
	}

#nav_archives a {
	display:block;
	width:148px; height:29px;
	margin:0; padding:0;
	background: url("/assets/images/nav/nav_04.gif") top left no-repeat;
	text-decoration: none;
	}
#nav_archives a:hover {
	background-image: url("/assets/images/nav/nav_on_04.gif");
	}
#nav_archives a span { display:none }


#nav_extras {
	margin:0; padding:0;
	position: absolute;
	top: 0px;
	left: 419px;
	}

#nav_extras a {
	display:block;
	width:91px; height:29px;
	margin:0; padding:0;
	background: url("/assets/images/nav/nav_05.gif") top left no-repeat;
	text-decoration: none;
	}
#nav_extras a:hover {
	background-image: url("/assets/images/nav/nav_on_05.gif");
	}
#nav_extras a span { display:none }


#nav_store {
	margin-left:0px; padding:0;
	position: absolute;
	top: 0px;
	left: 510px;
	}

#nav_store a {
	display:block;
	width:78px; height:29px;
	margin:0; padding:0;
	background: url("/assets/images/nav/nav_06.gif") top left no-repeat;
	text-decoration: none;
	}
#nav_store a:hover {
	background-image: url("/assets/images/nav/nav_on_06.gif");
	}
#nav_store a span { display:none }

.floatBlogRight { 
    float: right; 
    margin-left: 15px; 
    margin-bottom: 10px;
}


.cart_title {
	padding: 0;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	color: #ffffff;
	text-decoration: none;
	clear: both;
	letter-spacing: -1px;
	}



/* JULY 2010 HEADER */
#pr_logo2 {
	margin:0; padding:0;
	position: relative;
	}

#pr_logo2 a {
	display:block;
	width:800px; height:261px;
	margin:0; padding:0;
	background: url("/assets/images/top_banner2.jpg") top left no-repeat;
	text-decoration: none;
	}
#pr_logo2 a span { display:none }


#nav_tabs {
       width:428px;
       height:40px;
       position: absolute;
	   left: 350px; top: 221px;
       margin-left: 12px;
}

#nav_tabs ul li {
       padding: 0px; margin: 0px;
       list-style: none;
}

#nav_tabs_home {
	margin:0; padding:0;
	position: absolute;
	top: 0px;
	left: 0px;
	}

#nav_tabs_home a {
	display:block;
	width:60px; height:40px;
	margin:0; padding:0;
	background: url("/assets/images/tab_home.gif") top left no-repeat;
	text-decoration: none;
	}
#nav_tabs_home a:hover {
	background-image: url("/assets/images/tab_home2.gif");
	}
#nav_tabs_home a span { display:none }




#nav_tabs_archive {
	margin:0; padding:0;
	position: absolute;
	top: 0px;
	left: 70px;
	}

#nav_tabs_archive a {
	display:block;
	width:72px; height:40px;
	margin:0; padding:0;
	background: url("/assets/images/tab_archive.gif") top left no-repeat;
	text-decoration: none;
	}
#nav_tabs_archive a:hover {
	background-image: url("/assets/images/tab_archive2.gif");
	}
#nav_tabs_archive a span { display:none }




#nav_tabs_about {
	margin:0; padding:0;
	position: absolute;
	top: 0px;
	left: 152px;
	}

#nav_tabs_about a {
	display:block;
	width:65px; height:40px;
	margin:0; padding:0;
	background: url("/assets/images/tab_about.gif") top left no-repeat;
	text-decoration: none;
	}
#nav_tabs_about a:hover {
	background-image: url("/assets/images/tab_about2.gif");
	}
#nav_tabs_about a span { display:none }



#nav_tabs_cast {
	margin:0; padding:0;
	position: absolute;
	top: 0px;
	left: 226px;
	}

#nav_tabs_cast a {
	display:block;
	width:54px; height:40px;
	margin:0; padding:0;
	background: url("/assets/images/tab_cast.gif") top left no-repeat;
	text-decoration: none;
	}
#nav_tabs_cast a:hover {
	background-image: url("/assets/images/tab_cast2.gif");
	}
#nav_tabs_cast a span { display:none }




#nav_tabs_extras {
	margin:0; padding:0;
	position: absolute;
	top: 0px;
	left: 291px;
	}

#nav_tabs_extras a {
	display:block;
	width:64px; height:40px;
	margin:0; padding:0;
	background: url("/assets/images/tab_extras.gif") top left no-repeat;
	text-decoration: none;
	}
#nav_tabs_extras a:hover {
	background-image: url("/assets/images/tab_extras2.gif");
	}
#nav_tabs_extras a span { display:none }



#nav_tabs_store {
	margin:0; padding:0;
	position: absolute;
	top: 0px;
	left: 366px;
	}

#nav_tabs_store a {
	display:block;
	width:62px; height:40px;
	margin:0; padding:0;
	background: url("/assets/images/tab_store.gif") top left no-repeat;
	text-decoration: none;
	}
#nav_tabs_store a:hover {
	background-image: url("/assets/images/tab_store2.gif");
	}
#nav_tabs_store a span { display:none }


#footer_container {position: relative; width:100%;height:265px;}

#footer_box {position:absolute; left:15px; top: 10px;width:240px; height:240px;background-color:#222222;-moz-border-radius:5px;-webkit-border-radius:5px;padding:6px;text-align:center;}

#footer_box2 {position:absolute; left:275px; top: 10px;width:240px; height:240px;background-color:#222222;-moz-border-radius:5px;-webkit-border-radius:5px;padding:6px;text-align:center;}

#footer_box3 {position:absolute; left:535px; top: 10px;width:240px; height:240px;background-color:#222222;-moz-border-radius:5px;-webkit-border-radius:5px;padding:6px;text-align:center;}



#footer_box_hr {
border-bottom:1px;
border-bottom-style:dotted;
border-bottom-color: #666666;
padding-top: 3px;
padding-bottom: 3px;
margin-bottom: 5px;
}

#footer_box_hr2 {
border-bottom:1px;
border-bottom-style:dotted;
border-bottom-color: #666666;
padding-top: 3px;
padding-bottom: 3px;
margin-bottom: 10px;
}


.footerlink:link {
	color: #cccccc;
	text-decoration: none;
}
.footerlink:visited {
	color: #cccccc;
	text-decoration: none;
}
.footerlink:hover {
	color: #ffffff;
	text-decoration: none;
}
.footerlink:active {
	color: #cccccc;
	text-decoration: none;
}