	/*
Theme Name: ComicPress 3C
Theme URI: http://comicpress.org
Description: Publish a comic with WordPress. 3-Column 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: #000;
	font-size: 14px;
	font-family: 'Arial', sans-serif;
	line-height: 20px;
	text-shadow: #000 0 0 0; /* Lighten Safari's heavy fonts */
background-color:#FFE66B;
background-image: url('fondo.gif')
	}

a {
	color: #333;
	text-decoration: none;
	}

  	a:hover {
		color: #111;

	text-decoration: underline;}
	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: #000;
	background-color: #000;
	border: 0px;
	}

blockquote {
	margin: 10px;
	padding: 5px 10px 5px 20px;
	border-width: 1px 1px 1px 5px;
	border-style: solid;
	border-color: #000;
	}

	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 #000;
	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: #000;
	font-size: 45px;
	font-family: 'Impact', serif;
	font-weight: normal;
	line-height: 50px;
	text-decoration: none;
	letter-spacing: -4px;
	font-variant: small-caps;
display:none
	}

h2, h2 a, h2 a:hover {
	margin: 0;
	color: #FFF;
	font-weight: normal;
	letter-spacing: -1px;
	font-size: 48px;
	line-height: 32px;
font-family: 'Impact', 'Times New Roman', serif;
	}
	
	h2.pagetitle, h2.pagetitle a {
		padding: 0 0 5px 0;
		margin: 0 0 20px 0;
		font-family: 'Impact', serif;
		font-size: 48px;
		font-weight: normal;		
		letter-spacing: -1px;
		}

h3, h3 a, h3 a:hover {
	padding: 0;
	margin: 0;
	font-size: 48px;
	font-weight: normal;
	text-align: left;
	color: #FFF;
	font-family: 'Impact', sans-serif;
	text-decoration: none;
	clear: both;
	letter-spacing: -1px;
	}
h2 a:hover, h3 a:hover {color: #ffd2e0;}


/* THE PAGE WRAPPER */
/* Change this width to set the entire site's width - increase/reduce #column width by the same amount */

#page {
	width: 960px;
	margin: 0px auto;
display: block; 
	}



/* THE HEADER */

#header {
height: 90px;
	text-align: center;
background-image: url(fondopost.gif);
background-color:#ffd2e0;
-moz-border-radius-bottomleft:3ex;

-moz-border-radius-bottomright:3ex;

-webkit-border-bottom-left-radius:3ex;

-webkit-border-bottom-right-radius:3ex;

  border-right: 3px solid #ff6b84;
  border-bottom: 3px solid #ff6b84;
  border-left: 3px solid #ff6b84;

	}

	.description {
		padding: 0 0 10px 0;
		font-size: 14px;
		font-style: italic;
		letter-spacing: 2px;
		}

.s-logo img{
width: 162px;
height: 139px;
}
.s-logo {
background-image: url('logonotangay.png');
width: 162px;
height: 139px;
float: left;
position: relative;
top: -24px;
left: 25px;
margin-bottom: -35px;
}
/* THE MENU */

#menubar {
  border-right: 3px solid #ff6b84;
  border-left: 3px solid #ff6b84;
	background: #111;
	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 #fff;
		text-decoration: none;
		}

		#menunav a:hover {
			background: #ff6b84;
			}

#menu {
    padding: 0 0 0 200px;
    margin:0;
	list-style: none;
    float: left;
    line-height: 25px;
font-family: 'Impact', 'Times New Roman', serif;
	font-size: 25px;
font-weight: normal;
	text-transform: capitalize;
    }

	#menu a {
		padding: 0px 5px;
		display: block;
		color: #ff6b84;
		text-decoration: none;
		}

	#menu li {
		float: left;
		}

	#menu li:hover a, #menu li.sfhover a {
	    color: #ffcf2d;
border-bottom: 0;  /* Main menu highlighted text color */
	    }

	#menu li:hover, #menu li.sfhover {
	    background: #111; /* Main menu highlighted background color */
	    }
	
	/* 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: 10px 0;
	text-align: center;
	}



/* THE FOOTER */

#footer {
line-height: 30px;
width: 960px;
margin: -12px 0;
	text-align: center;
color: #ff6b84;
background-color: #111;
  border-right: 3px solid #ff6b84;
  border-left: 3px solid #ff6b84;
	}
#footer a{
	color: #FFD2E0;
}



/* NAVIGATION */

.nav {	
	float: right;
	font-size: 12px;
	font-weight: bold;
	}
	
	.nav-first {
		padding: 0 5px 0 0;
		float: left;
		border-right: 1px solid #000;
		}
	
	.nav-previous  {
		padding: 0 5px;
		float: left;
		}
	
	.nav-next  {
		padding: 0 5px;
		float: left;
		border-right: 1px solid #000;
		border-left: 1px solid #000;
		}
		
	.nav-last {
		padding: 0 0 0 5px;
		float: left;
		}

.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: #000;
	}

	.nav a:hover, .pagenav a:hover, .nav-blog a:hover {
		color: #800;
		}

	.navdivider {
		padding: 0 5px 0 0;
		margin: 0 5px 0 0;
		border-right: 1px solid #000;
		}



/* POSTS - PAGES */

#content {
margin-top: 10px;
width: 960px; 
background-color:#ff6b84;
background-image: url('fondopost.gif');
-moz-border-radius-topleft:3ex;

-moz-border-radius-topright:3ex;

-webkit-border-top-left-radius:3ex;

-webkit-border-top-right-radius:3ex;
  border-right: 3px solid #ff6b84;
  border-top: 3px solid #ff6b84;
  border-left: 3px solid #ff6b84;
}

.entry {
	background-color: #ffe66b;
	width: 580px;
padding: 10px 20px;
margin-right: 10px;
float: left;
-moz-border-radius-topright: 3ex;

-webkit-border-top-right-radius: 3ex;
}
#column {
	width: 640px;
	padding: 25px 0 20px 20px;
	float: left;
	overflow: hidden;
	}

.post, .post-comic, .post-page {
padding-right: 10px !ie7;
background-color: #ff6b84;
margin-bottom: 5px;
}

.post-head, .post-page-head, .post-comic-head {

	}
	
.post-foot, .post-comic-foot, .post-page-foot {
	margin: 0;

	height: 5px;
	overflow: hidden;
	}
	
	.comicdate {
		font-size: 14px;
padding: 5px;
		}

	.postdate {
		font-size: 14px;
padding: 5px;
		}
.more-link {
	border-top: 1px dashed #000;
	font-style: italic;
	display: block;
	clear: both;
	}
		
.tags {
	font-size: 11px;
	clear: both;
	}

.comment-link {
	font-family: 'Impact', serif;
text-weight: normal;
	font-size: 30px;
	text-align: right;
padding: 0 10px 10px 10px;
	}
.comment-link a{
	color: #ffd1e0;
}
.comment-link a:hover{
	color: #fff;
text-decoration: none;
}


/* THE BLOG HEADER */

#blogheader {
	font-family: 'Impact', serif;
	padding: 5px 0 5px 20px;
	font-size: 32px;
	letter-spacing: -2px;
/*	border-top: 1px solid #000; */
	}



/* COMMENTS */

.comment-wrap{
	padding: 0;
	}

	.comment-wrap h3 {
		margin: 0;
		padding: 0;
		font-weight: normal;
		font-size: 20px;
		clear: both;
		font-family: 'Impact', serif;
		}

.comment {
	padding: 5px 10px 5px 0;
	margin: 10px 0 0 0;
	clear: both;
	border: 0px solid #000;
	min-height: 150px;
background-color: #ff6b84;
	}
#comments {
font-size: 30px;
	clear: both;
background-color: #ff6b84;
	padding: 10px;
	margin: 10px 0 0 0;

}
.comment-entry {
	background-color: #ffe66b;
	margin-left: 132px;
padding: 10px;
-moz-border-radius-topleft: 1ex;

-moz-border-radius-topright: 1ex;

-webkit-border-top-left-radius: 1ex;

-webkit-border-top-right-radius: 1ex;
}
.comment-entry a{
	color:#FF4565;
}
	.comment .comment  {
	border: 1px dotted #000;
	}

.comment-author {
padding: 2px 0 5px 10px;
	}
.fn {	color: #ffe66b;
	font-size: 30px;
font-weight: normal;
	font-family: 'Impact', sans-serif;
}
.fn a{
	color:#FFF
}
.fn a:hover{
	text-decoration: none;
color:#ffd2e0
}
.comment-meta {
width: 125px;
height: 100px;
padding: 0 0 0 5px;
	margin: 0 0 0 2px;
float: left;

background-image: url('sprite.png');
background-repeat: no-repeat;
background-position:right top;
	}

.says {
	color:#ffe66b;
	font-size: 18px;
	font-family: 'Impact', sans-serif;
	}

.avatar {
	margin: 0;
margin-left: -8px;
border: 2px solid #FFF;
	}

#comment {
	width:600px;
	font-size: 18px;
	font-family: 'Impact','Times New Roma', serif;
color: #FF4565	}

#author, #email, #url {
	width: 250px;
	font-size: 18px;
	font-family: 'Impact','Times New Roma', serif;
color: #FF4565	}
#url {background-color:#ffd2e0 }

#submit {
	margin: 0 0 10px 0;
	float: right;
	}

ul.commentlist {
	margin: 0;
	padding: 0;
	list-style: none;
	}

	ul.commentlist.p {
		margin: 0;
background-color: #ffe66b

		}

ul.children {	
	margin: 0;
	padding: 0;
	list-style: none;
	}

.reply {
	background-color: #ffe66b;
	margin: -5px 0 5px 132px;
	text-align: right;
padding:5px 10px 5px 5px;
-moz-border-radius-bottomleft: 1ex;

-moz-border-radius-bottomright: 1ex;

-webkit-border-bottom-left-radius: 1ex;

-webkit-border-bottom-right-radius: 1ex;
	}
.reply a{
	color: #ff6b84; font-weight: bold;}
#respond small{
	font-size: 18px; color: #ffe66b; font-family: 'Georgia', 'Times New Roman', serif;
}
#respond small a{
	font-size: 14px;}
#respond {
width: 620px; padding: 10px; 	background-color: #ff6b84 }
#commentform {
	width: 610px
}
#respond h3{
	color:#fff; 
font-size: 26px;
}



/* ARCHIVE */  
/* For the built-in WordPress archive pages (by month or category) as well as search result pages */  

.comicarchiveframe {
	padding: 5px;
	border: 1px solid #000;
	background: #fff;
	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: #000;
		}

.archive-year {
	font-size: 48px;
	}

.archive-yearlist {
	padding: 0 0 10px 0;
	font-size: 14px;
	}



/* SIDEBAR */

#sidebar {
	width: 260px;
	padding:25px 20px 0 0;
	float: right;
	font-size: 11px;
	overflow: hidden;
	}

#sidebar h2, #sidebar h2 a {	
	font-size: 30px;
font-family: 'Impact', 'Times New Roman', serif;
	text-transform: lowercase;
color: #FFF;
	}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

	#sidebar ul li {
		margin: 0 0 10px 0;
		padding: 10px;
background-color: #ff6b84;

		}
#sidebar ul li p{
	font-size: 18px;
font-family: 'Arial', 'Times New Roman', serif;
color: #ffe66b;
	text-transform: lowercase;}


		#sidebar ul li ul li {
			margin: 0 0 0 10px;
			padding: 0;
			}

.s-1, .s-2, .s-3,.s-1 img, .s-2 img, .s-3 img {
	width: 50px;
height: 50px;
} 
.s-1, .s-2, .s-3 {
	background-image: url('sprite.png');
  background-repeat: no-repeat;
margin:5px 13px;
float: left;
border: 2px solid #fff;
}
.s-1:hover, .s-2:hover, .s-3:hover {
border: 2px solid #000;
}

.s-1 {
	background-position: 0 0; 
}
.s-2 {
	background-position: -50px 0; 
}
.s-3 {
	background-position: -100px 0; 
}
.blogroll li a{
	font-size: 14px;
color: #ffe66b;
font-family: 'Arial', 'Times New Roma', serif;
font-weight: bold;
}
.blogroll li a:visited{
color: #ffd2e0;
}
.blogroll li a:hover{
color: #fff;
text-decoration: none;
}

/* 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: 'Impact', 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;
		}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 2px solid #fff;
	text-align: center;
	background-color: #ff6b84;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
font-family: 'Impact','Times New Roman', serif;
	font-size: 18px;
	line-height: 22px;
	padding: 0 4px 5px;
	margin: 0;
color: #FFF;
}
/* End captions */

/* 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;
	}